@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho+B1&display=swap");
/*===色の指定===*/
.green {
  color: #1aa583;
}

b.green {
  font-weight: 600;
  letter-spacing: 0;
}

.bicolor-BK {
  width: 100%;
  height: 100%;
  background-color: #1aa583;
  clip-path: polygon(0 0, 35% 0, 20% 100%, 0% 100%);
  z-index: -1;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
  min-width: 240px;
}
@media screen and (max-width: 1079px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #292929;
  min-height: 200vh;
  overflow-x: hidden;
}
@media screen and (max-width: 567px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: black;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.65;
}

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

p {
  font-weight: 400;
  font-size: 0.9444444444em !important;
  line-height: 1.8;
  letter-spacing: 0;
  word-break: break-word;
  text-align: justify;
  padding-bottom: 1em;
}
@media screen and (max-width: 567px) {
  p {
    font-size: 1.0625em !important;
    letter-spacing: 0;
  }
}

span.br {
  display: block;
  padding-bottom: 0.9em;
}

th,
td,
li,
dd,
dt {
  font-size: 0.9444444444em !important;
}
@media screen and (max-width: 567px) {
  th,
  td,
  li,
  dd,
  dt {
    font-size: 1em !important;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  padding: 0 0 0 40px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px 2px rgba(75, 75, 75, 0.1);
}
@media screen and (max-width: 1119px) {
  .l-header {
    padding: 0 0 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 60px;
    padding: 0 0 0 24px;
  }
}
.l-header__ttl {
  /*h1ロゴ*/
}
.l-header__ttl img {
  width: 280px;
}
@media screen and (max-width: 1279px) {
  .l-header__ttl img {
    width: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__ttl img {
    width: 200px;
  }
}

.l-header-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 2em;
  height: 72px;
}
.l-header-nav__item.--last-child {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header-nav {
    gap: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-nav {
    height: 60px;
  }
  .l-header-nav__item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .l-header-nav__item.--last-child {
    /*スマホメニュー ロゴと住所*/
    display: block;
    text-align: center;
    margin: 50px auto 25px;
  }
  .l-header-nav__item.--last-child a {
    all: unset;
    cursor: pointer;
  }
  .l-header-nav__item.--last-child a:hover {
    opacity: 0.65;
  }
  .l-header-nav__item.--last-child a:after {
    content: none;
  }
  .l-header-nav__item.--last-child img {
    width: 80%;
    margin: 0 auto 15px;
  }
  .l-header-nav__item.--last-child p {
    line-height: 1.4;
    text-align: center;
  }
}
.l-header-nav__list {
  display: flex;
  justify-content: center;
  gap: 2em;
}
.l-header-nav__list > li a,
.l-header-nav__list > li span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #292929;
  font-weight: 700;
  position: relative;
  height: 72px;
}
.l-header-nav__list > li a::after,
.l-header-nav__list > li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #1aa583;
  transition: width 0.3s ease;
}
.l-header-nav__list > li a:hover,
.l-header-nav__list > li span:hover {
  color: #1aa583;
}
.l-header-nav__list > li a:hover::after,
.l-header-nav__list > li span:hover::after {
  width: 100%;
}
.l-header-nav__list > li a i,
.l-header-nav__list > li span i {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header-nav__list {
    font-size: 0.9em;
    gap: 1.5em;
  }
}
@media screen and (max-width: 1079px) {
  .l-header-nav__list {
    font-size: 0.9em;
    gap: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-nav__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    max-width: 520px;
    background: #ffffff;
    font-size: 18px;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.3s;
    padding: 80px 5% 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .is-ham-open .l-header-nav__list {
    clip-path: inset(0 0 0 0%);
  }
  .l-header-nav__list::-webkit-scrollbar {
    display: none;
  }
  .l-header-nav__list > li a,
  .l-header-nav__list > li span {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between !important;
    align-items: center;
    box-sizing: border-box;
    line-height: 1.4;
    border-bottom: 1px solid #1aa583;
    padding: 0.8888888889em 0.5em;
    box-sizing: border-box;
  }
  .l-header-nav__list > li a i,
  .l-header-nav__list > li span i {
    display: block !important;
    color: #1aa583;
  }
  .l-header-nav__list > li a:hover,
  .l-header-nav__list > li span:hover {
    background: #e8f3eb;
  }
  .l-header-nav__list > li span {
    pointer-events: none;
  }
}
.l-header-nav__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  background-color: #17a88b;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 120px;
  height: 100px;
  border-radius: 0 0 0 15px;
  z-index: 1000;
  line-height: 1;
  transition: background 0.5s;
}
.l-header-nav__cta:hover {
  background-color: #292929 !important;
  color: white;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__cta {
    display: none;
  }
}
.l-header-nav__cta i {
  font-size: 28px;
  margin-bottom: 8px;
}
.l-header-nav__cta span {
  font-size: 0.7777777778em;
}
.l-header-nav__cta:hover {
  background-color: #138f78;
}

/*=======ドロップダウン======*/
.l-header-nav__item {
  position: relative;
}
.l-header-nav__item.dropdown:hover .dd-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__item.dropdown.--company .dd-menu {
    display: none;
  }
  .l-header-nav__item.dropdown.--company:hover .dd-menu {
    display: none;
  }
}
.l-header-nav__item .dd-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -250px;
  width: 680px;
  background-color: #fff;
  padding: 15px 0 15px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__item .dd-menu {
    display: flex;
    position: initial;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 0 0;
  }
}
.l-header-nav__item .dd-menu .dd-heading {
  width: 10em;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__item .dd-menu .dd-heading {
    display: none;
  }
}
.l-header-nav__item .dd-menu .dd-heading h2 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  color: #1aa583;
}
.l-header-nav__item .dd-menu .dd-heading p {
  margin-top: 8px;
  font-size: 14px !important;
  color: #292929;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.l-header-nav__item .dd-menu .dd-links {
  flex: 1;
  padding-left: 20px;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__item .dd-menu .dd-links {
    padding-left: 0;
    align-items: flex-start;
  }
}
.l-header-nav__item .dd-menu .dd-links li {
  margin-bottom: 8px;
  height: initial;
  padding: 0;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__item .dd-menu .dd-links li {
    padding: 0;
    width: 50%;
  }
  .l-header-nav__item .dd-menu .dd-links li a {
    width: 100% !important;
    border-bottom: none;
    display: block;
    padding: 8px 1em;
    font-size: 14px;
  }
}
.l-header-nav__item .dd-menu .dd-links li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.2s ease;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  padding: 8px 1em 8px 0.5em;
}
.l-header-nav__item .dd-menu .dd-links li a:hover {
  color: #007c7c;
  background-color: #e8f3eb;
}
.l-header-nav__item .dd-menu .dd-links li a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  content: "\f068";
  margin-right: 0.5em;
  color: #1aa583;
  transform: scaleX(0.8);
}
.l-header-nav__item .dd-menu .dd-links li a:after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__item .dd-menu .dd-links li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header-nav__item .dd-menu .dd-links li a {
    padding: 8px 0.5em;
  }
}

.l-header-nav__item.dropdown.--recruit .dd-menu {
  left: initial;
  right: -100px;
  width: 460px;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__item.dropdown.--recruit .dd-menu {
    display: flex;
    position: initial;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 0 0;
  }
}
.l-header-nav__item.dropdown.--recruit .dd-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__item.dropdown.--recruit .dd-links {
    flex-flow: row wrap;
  }
}
.l-header-nav__item.dropdown.--recruit .dd-links li {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__item.dropdown.--recruit .dd-links li {
    flex-direction: row;
    width: 48%;
  }
}


/*===ヘッダーバナーエリア===*/
.l-BN-area {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background: #138f78;
  background-image: url("../img/banner/BN_img-BK.jpg");
  position: relative;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .l-BN-area {
    height: 180px;
  }
}
.l-BN-area__txt {
  padding-left: 40px;
  box-sizing: border-box;
  z-index: 99;
}
.l-BN-area__img {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  z-index: -1;
}
.l-BN-area__img img {
  object-fit: cover;
  height: 220px;
}
@media screen and (max-width: 1024px) {
  .l-BN-area__img {
    right: -20%;
  }
}
@media screen and (max-width: 768px) {
  .l-BN-area__img {
    display: none;
  }
}

.l-footer {
  background-color: #333;
  color: #fff;
  padding: 40px 20px 5px;
  box-sizing: border-box;
  overflow-x: hidden;
}
.l-footer .l-footer__grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  grid-template-rows: auto auto;
  gap: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 25px;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer__grid {
    grid-template-columns: 340px 1fr;
  }
}
.l-footer .l-footer__grid .l-footer__company {
  grid-column: 360px;
  grid-row: 1;
}
.l-footer .l-footer__grid .l-footer__company img {
  width: 285px;
  padding-bottom: 10px;
}
.l-footer .l-footer__grid .l-footer__company p {
  font-size: 0.8888888889em !important;
  font-weight: normal;
  padding-bottom: 0;
}
.l-footer .l-footer__grid .l-footer__company a.fa-external {
  display: block;
  font-size: 14px;
  color: #1aa583;
  padding-bottom: 15px;
}
.l-footer .l-footer__grid .l-footer__company a.fa-external::after {
  color: #1aa583;
}
.l-footer .l-footer__grid .l-footer__company small {
  display: block;
  line-height: 1.5;
}
.l-footer .l-footer__grid .l-footer__company .hd-link {
  padding: 10px 0 0;
}
.l-footer .l-footer__grid .l-footer__company .hd-link a {
  color: #1aa583;
  color: white;
  font-weight: 600;
  font-size: clamp(16px * 1, 100vw * 16 / 1440, 16px * 1);
}
.l-footer .l-footer__grid .l-footer__company .hd-link a i {
  padding-left: 5px;
  font-size: 0.8888888889em;
  color: #1aa583;
}
@media screen and (max-width: 349px) {
  .l-footer .l-footer__grid .l-footer__company .social-link small {
    display: none;
  }
}
.l-footer .l-footer__grid .l-footer__nav {
  grid-column: 1fr;
  grid-row: 1;
  max-width: 100%;
  display: flex;
}
.l-footer .l-footer__grid .l-footer__nav__list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.l-footer .l-footer__grid .l-footer__nav__list > li {
  list-style: none !important;
  margin-bottom: 0.3em;
  width: 10em;
}
.l-footer .l-footer__grid .l-footer__nav__list > li:nth-child(3) {
  width: 14em;
}
@media screen and (max-width: 1259px) {
  .l-footer .l-footer__grid .l-footer__nav__list > li.home {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer__grid .l-footer__nav__list > li {
    width: 7.5em;
  }
  .l-footer .l-footer__grid .l-footer__nav__list > li:nth-child(3) {
    width: 11.5em;
  }
  .l-footer .l-footer__grid .l-footer__nav__list > li:nth-child(4) {
    width: 8em;
  }
}
.l-footer .l-footer__grid .l-footer__nav__list > li a,
.l-footer .l-footer__grid .l-footer__nav__list > li span {
  width: 100%;
  display: block;
  color: white;
  font-size: 0.9444444444em !important;
  padding: 0 0 10px;
  transition: color 0.3s ease;
}
.l-footer .l-footer__grid .l-footer__nav__list > li a .fa-solid,
.l-footer .l-footer__grid .l-footer__nav__list > li span .fa-solid {
  color: white;
  font-size: 0.8888888889em;
  transition: color 0.3s ease;
}
.l-footer .l-footer__grid .l-footer__nav__list > li a:hover {
  opacity: 1;
  color: #1aa583;
}
.l-footer .l-footer__grid .l-footer__nav__list > li a:hover .fa-solid {
  color: #1aa583;
}
.l-footer .l-footer__grid .l-footer__nav__list.--last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.l-footer .l-footer__grid .l-footer__nav__nest {
  /*ネストメニュー*/
}
.l-footer .l-footer__grid .l-footer__nav__nest > li {
  width: 100%;
}
.l-footer .l-footer__grid .l-footer__nav__nest > li a {
  font-size: 0.95em !important;
  padding: 0 0 5px;
}
.l-footer .l-footer__grid .l-footer__nav__nest > li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  content: "\f068";
  margin-right: 0.5em;
  color: #1aa583;
  transform: scaleX(0.8);
}
.l-footer .l-footer__grid .l-footer__nav__nest > li a:hover {
  color: #1aa583;
}
.l-footer .l-footer__grid .l-footer__nav__nest > li a .fa-solid {
  font-size: 0.75em;
  color: #1aa583;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer__grid .l-footer__nav__nest > li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 859px) {
  .l-footer .l-footer__grid .l-footer__nav__nest {
    display: none;
  }
}
.l-footer .l-footer__grid .l-footer__bottom {
  width: 100%;
  grid-column: 1/span 2;
  grid-row: 2;
  padding: 10px 25px 10px 360px;
  display: flex;
  gap: 1em;
}
.l-footer .l-footer__grid .l-footer__bottom a {
  color: #ccc;
  font-size: clamp(16px * 0.7, 100vw * 16 / 1440, 16px * 1);
}
@media screen and (max-width: 859px) {
  .l-footer .l-footer__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 25px;
    justify-content: center;
  }
  .l-footer .l-footer__grid .l-footer__company {
    width: 100%;
    grid-row: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .l-footer .l-footer__grid .l-footer__company small {
    color: white !important;
    pointer-events: none;
  }
  .l-footer .l-footer__grid .l-footer__company .social-link {
    justify-content: center;
  }
  .l-footer .l-footer__grid .l-footer__company img {
    margin: 0 auto;
  }
  .l-footer .l-footer__grid .l-footer__company p {
    text-align: center;
  }
  .l-footer .l-footer__grid .l-footer__company p a {
    display: inline-block;
  }
  .l-footer .l-footer__grid .l-footer__nav {
    grid-row: 1;
  }
}
@media screen and (max-width: 859px) and (max-width: 679px) {
  .l-footer .l-footer__grid .l-footer__nav {
    flex: 1;
    flex-direction: column;
  }
}
@media screen and (max-width: 859px) {
  .l-footer .l-footer__grid .l-footer__nav__list {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 859px) and (max-width: 679px) {
  .l-footer .l-footer__grid .l-footer__nav__list {
    justify-content: center;
  }
}
@media screen and (max-width: 859px) {
  .l-footer .l-footer__grid .l-footer__nav__list > li {
    width: 6em !important;
  }
  .l-footer .l-footer__grid .l-footer__nav__list > li a {
    width: 100%;
  }
  .l-footer .l-footer__grid .l-footer__nav__list > li.home {
    display: block;
  }
  .l-footer .l-footer__grid .l-footer__nav__list.--last-child {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 859px) and (max-width: 679px) {
  .l-footer .l-footer__grid .l-footer__nav__list.--last-child {
    justify-content: center;
  }
}
@media screen and (max-width: 859px) {
  .l-footer .l-footer__grid .l-footer__bottom {
    grid-row: 3;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }
}
.l-footer .copyright {
  width: 100%;
  font-size: 0.6666666667em !important;
  color: #ccc;
  text-align: center;
  letter-spacing: 0.1em;
}

.l-inner {
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0 40px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 567px) {
  .l-inner {
    padding: 0 24px;
  }
}
.l-inner.--w450 {
  max-width: 450px;
}
.l-inner.--w460 {
  max-width: 460px;
}
.l-inner.--w470 {
  max-width: 470px;
}
.l-inner.--w480 {
  max-width: 480px;
}
.l-inner.--w490 {
  max-width: 490px;
}
.l-inner.--w500 {
  max-width: 500px;
}
.l-inner.--w510 {
  max-width: 510px;
}
.l-inner.--w520 {
  max-width: 520px;
}
.l-inner.--w530 {
  max-width: 530px;
}
.l-inner.--w540 {
  max-width: 540px;
}
.l-inner.--w550 {
  max-width: 550px;
}
.l-inner.--w560 {
  max-width: 560px;
}
.l-inner.--w570 {
  max-width: 570px;
}
.l-inner.--w580 {
  max-width: 580px;
}
.l-inner.--w590 {
  max-width: 590px;
}
.l-inner.--w600 {
  max-width: 600px;
}
.l-inner.--w610 {
  max-width: 610px;
}
.l-inner.--w620 {
  max-width: 620px;
}
.l-inner.--w630 {
  max-width: 630px;
}
.l-inner.--w640 {
  max-width: 640px;
}
.l-inner.--w650 {
  max-width: 650px;
}
.l-inner.--w660 {
  max-width: 660px;
}
.l-inner.--w670 {
  max-width: 670px;
}
.l-inner.--w680 {
  max-width: 680px;
}
.l-inner.--w690 {
  max-width: 690px;
}
.l-inner.--w700 {
  max-width: 700px;
}
.l-inner.--w710 {
  max-width: 710px;
}
.l-inner.--w720 {
  max-width: 720px;
}
.l-inner.--w730 {
  max-width: 730px;
}
.l-inner.--w740 {
  max-width: 740px;
}
.l-inner.--w750 {
  max-width: 750px;
}
.l-inner.--w760 {
  max-width: 760px;
}
.l-inner.--w770 {
  max-width: 770px;
}
.l-inner.--w780 {
  max-width: 780px;
}
.l-inner.--w790 {
  max-width: 790px;
}
.l-inner.--w800 {
  max-width: 800px;
}
.l-inner.--w810 {
  max-width: 810px;
}
.l-inner.--w820 {
  max-width: 820px;
}
.l-inner.--w830 {
  max-width: 830px;
}
.l-inner.--w840 {
  max-width: 840px;
}
.l-inner.--w850 {
  max-width: 850px;
}
.l-inner.--w860 {
  max-width: 860px;
}
.l-inner.--w870 {
  max-width: 870px;
}
.l-inner.--w880 {
  max-width: 880px;
}
.l-inner.--w890 {
  max-width: 890px;
}
.l-inner.--w900 {
  max-width: 900px;
}
.l-inner.--w910 {
  max-width: 910px;
}
.l-inner.--w920 {
  max-width: 920px;
}
.l-inner.--w930 {
  max-width: 930px;
}
.l-inner.--w940 {
  max-width: 940px;
}
.l-inner.--w950 {
  max-width: 950px;
}
.l-inner.--w960 {
  max-width: 960px;
}
.l-inner.--w970 {
  max-width: 970px;
}
.l-inner.--w980 {
  max-width: 980px;
}
.l-inner.--w990 {
  max-width: 990px;
}
.l-inner.--w1000 {
  max-width: 1000px;
}
.l-inner.--w1010 {
  max-width: 1010px;
}
.l-inner.--w1020 {
  max-width: 1020px;
}
.l-inner.--w1030 {
  max-width: 1030px;
}
.l-inner.--w1040 {
  max-width: 1040px;
}
.l-inner.--w1050 {
  max-width: 1050px;
}
.l-inner.--w1060 {
  max-width: 1060px;
}
.l-inner.--w1070 {
  max-width: 1070px;
}
.l-inner.--w1080 {
  max-width: 1080px;
}
.l-inner.--w1090 {
  max-width: 1090px;
}
.l-inner.--w1100 {
  max-width: 1100px;
}
.l-inner.--w1110 {
  max-width: 1110px;
}
.l-inner.--w1120 {
  max-width: 1120px;
}
.l-inner.--w1130 {
  max-width: 1130px;
}
.l-inner.--w1140 {
  max-width: 1140px;
}
.l-inner.--w1150 {
  max-width: 1150px;
}
.l-inner.--w1160 {
  max-width: 1160px;
}
.l-inner.--w1170 {
  max-width: 1170px;
}
.l-inner.--w1180 {
  max-width: 1180px;
}
.l-inner.--w1190 {
  max-width: 1190px;
}
.l-inner.--w1200 {
  max-width: 1200px;
}
.l-inner.--w1210 {
  max-width: 1210px;
}
.l-inner.--w1220 {
  max-width: 1220px;
}
.l-inner.--w1230 {
  max-width: 1230px;
}
.l-inner.--w1240 {
  max-width: 1240px;
}
.l-inner.--w1250 {
  max-width: 1250px;
}
.l-inner.--w1260 {
  max-width: 1260px;
}
.l-inner.--w1270 {
  max-width: 1270px;
}
@media screen and (max-width: 768px) {
  .l-inner--BK {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 600px !important;
    margin: 0 auto;
  }
}

.mb.--0 {
  margin-bottom: 0px;
}
.mb.--10 {
  margin-bottom: 10px;
}
.mb.--20 {
  margin-bottom: 20px;
}
.mb.--30 {
  margin-bottom: 30px;
}
.mb.--40 {
  margin-bottom: 40px;
}
.mb.--50 {
  margin-bottom: 50px;
}
.mb.--60 {
  margin-bottom: 60px;
}
.mb.--70 {
  margin-bottom: 70px;
}
.mb.--80 {
  margin-bottom: 80px;
}
.mb.--90 {
  margin-bottom: 90px;
}
.mb.--100 {
  margin-bottom: 100px;
}
.mb.--110 {
  margin-bottom: 110px;
}
.mb.--120 {
  margin-bottom: 120px;
}
.mb.--130 {
  margin-bottom: 130px;
}
.mb.--140 {
  margin-bottom: 140px;
}
.mb.--150 {
  margin-bottom: 150px;
}
.mb.--160 {
  margin-bottom: 160px;
}
.mb.--170 {
  margin-bottom: 170px;
}
.mb.--180 {
  margin-bottom: 180px;
}
.mb.--190 {
  margin-bottom: 190px;
}
.mb.--200 {
  margin-bottom: 200px;
}
.mb.--210 {
  margin-bottom: 210px;
}
.mb.--220 {
  margin-bottom: 220px;
}
.mb.--230 {
  margin-bottom: 230px;
}
.mb.--240 {
  margin-bottom: 240px;
}
.mb.--250 {
  margin-bottom: 250px;
}
.mb.--260 {
  margin-bottom: 260px;
}
.mb.--270 {
  margin-bottom: 270px;
}
.mb.--280 {
  margin-bottom: 280px;
}
.mb.--290 {
  margin-bottom: 290px;
}
.mb.--300 {
  margin-bottom: 300px;
}
.mb.--310 {
  margin-bottom: 310px;
}
.mb.--320 {
  margin-bottom: 320px;
}
.mb.--330 {
  margin-bottom: 330px;
}
.mb.--340 {
  margin-bottom: 340px;
}
.mb.--350 {
  margin-bottom: 350px;
}
.mb.--360 {
  margin-bottom: 360px;
}
.mb.--370 {
  margin-bottom: 370px;
}
.mb.--380 {
  margin-bottom: 380px;
}
.mb.--390 {
  margin-bottom: 390px;
}
.mb.--400 {
  margin-bottom: 400px;
}
.mb.--410 {
  margin-bottom: 410px;
}
.mb.--420 {
  margin-bottom: 420px;
}
.mb.--430 {
  margin-bottom: 430px;
}
.mb.--440 {
  margin-bottom: 440px;
}
.mb.--450 {
  margin-bottom: 450px;
}
.mb.--460 {
  margin-bottom: 460px;
}
.mb.--470 {
  margin-bottom: 470px;
}
.mb.--480 {
  margin-bottom: 480px;
}
.mb.--490 {
  margin-bottom: 490px;
}
.mb.--500 {
  margin-bottom: 500px;
}
.mb.--510 {
  margin-bottom: 510px;
}
.mb.--520 {
  margin-bottom: 520px;
}
.mb.--530 {
  margin-bottom: 530px;
}
.mb.--540 {
  margin-bottom: 540px;
}
.mb.--550 {
  margin-bottom: 550px;
}
.mb.--560 {
  margin-bottom: 560px;
}
.mb.--570 {
  margin-bottom: 570px;
}
.mb.--580 {
  margin-bottom: 580px;
}
.mb.--590 {
  margin-bottom: 590px;
}
.mb.--600 {
  margin-bottom: 600px;
}
.mb.--610 {
  margin-bottom: 610px;
}
.mb.--620 {
  margin-bottom: 620px;
}
.mb.--630 {
  margin-bottom: 630px;
}
.mb.--640 {
  margin-bottom: 640px;
}
.mb.--650 {
  margin-bottom: 650px;
}
.mb.--660 {
  margin-bottom: 660px;
}
.mb.--670 {
  margin-bottom: 670px;
}
.mb.--680 {
  margin-bottom: 680px;
}
.mb.--690 {
  margin-bottom: 690px;
}
.mb.--700 {
  margin-bottom: 700px;
}
.mb.--710 {
  margin-bottom: 710px;
}
.mb.--720 {
  margin-bottom: 720px;
}
.mb.--730 {
  margin-bottom: 730px;
}
.mb.--740 {
  margin-bottom: 740px;
}
.mb.--750 {
  margin-bottom: 750px;
}
.mb.--760 {
  margin-bottom: 760px;
}
.mb.--770 {
  margin-bottom: 770px;
}
.mb.--780 {
  margin-bottom: 780px;
}
.mb.--790 {
  margin-bottom: 790px;
}
.mb.--800 {
  margin-bottom: 800px;
}
.mb.--810 {
  margin-bottom: 810px;
}
.mb.--820 {
  margin-bottom: 820px;
}
.mb.--830 {
  margin-bottom: 830px;
}
.mb.--840 {
  margin-bottom: 840px;
}
.mb.--850 {
  margin-bottom: 850px;
}
.mb.--860 {
  margin-bottom: 860px;
}
.mb.--870 {
  margin-bottom: 870px;
}
.mb.--880 {
  margin-bottom: 880px;
}
.mb.--890 {
  margin-bottom: 890px;
}
.mb.--900 {
  margin-bottom: 900px;
}
.mb.--910 {
  margin-bottom: 910px;
}
.mb.--920 {
  margin-bottom: 920px;
}
.mb.--930 {
  margin-bottom: 930px;
}
.mb.--940 {
  margin-bottom: 940px;
}
.mb.--950 {
  margin-bottom: 950px;
}
.mb.--960 {
  margin-bottom: 960px;
}
.mb.--970 {
  margin-bottom: 970px;
}
.mb.--980 {
  margin-bottom: 980px;
}
.mb.--990 {
  margin-bottom: 990px;
}
.mb.--1000 {
  margin-bottom: 1000px;
}
.mb.--1010 {
  margin-bottom: 1010px;
}
.mb.--1020 {
  margin-bottom: 1020px;
}
.mb.--1030 {
  margin-bottom: 1030px;
}
.mb.--1040 {
  margin-bottom: 1040px;
}
.mb.--1050 {
  margin-bottom: 1050px;
}
.mb.--1060 {
  margin-bottom: 1060px;
}
.mb.--1070 {
  margin-bottom: 1070px;
}
.mb.--1080 {
  margin-bottom: 1080px;
}
.mb.--1090 {
  margin-bottom: 1090px;
}
.mb.--1100 {
  margin-bottom: 1100px;
}
.mb.--1110 {
  margin-bottom: 1110px;
}
.mb.--1120 {
  margin-bottom: 1120px;
}
.mb.--1130 {
  margin-bottom: 1130px;
}
.mb.--1140 {
  margin-bottom: 1140px;
}
.mb.--1150 {
  margin-bottom: 1150px;
}
.mb.--1160 {
  margin-bottom: 1160px;
}
.mb.--1170 {
  margin-bottom: 1170px;
}
.mb.--1180 {
  margin-bottom: 1180px;
}
.mb.--1190 {
  margin-bottom: 1190px;
}
.mb.--1200 {
  margin-bottom: 1200px;
}
.mb.--1210 {
  margin-bottom: 1210px;
}
.mb.--1220 {
  margin-bottom: 1220px;
}
.mb.--1230 {
  margin-bottom: 1230px;
}
.mb.--1240 {
  margin-bottom: 1240px;
}
.mb.--1250 {
  margin-bottom: 1250px;
}
.mb.--1260 {
  margin-bottom: 1260px;
}
.mb.--1270 {
  margin-bottom: 1270px;
}
.mb.--1280 {
  margin-bottom: 1280px;
}
.mb.--1290 {
  margin-bottom: 1290px;
}
.mb.--1300 {
  margin-bottom: 1300px;
}
.mb.--1310 {
  margin-bottom: 1310px;
}
.mb.--1320 {
  margin-bottom: 1320px;
}
.mb.--1330 {
  margin-bottom: 1330px;
}
.mb.--1340 {
  margin-bottom: 1340px;
}
.mb.--1350 {
  margin-bottom: 1350px;
}
.mb.--1360 {
  margin-bottom: 1360px;
}
.mb.--1370 {
  margin-bottom: 1370px;
}
.mb.--1380 {
  margin-bottom: 1380px;
}
.mb.--1390 {
  margin-bottom: 1390px;
}
.mb.--1400 {
  margin-bottom: 1400px;
}
.mb.--1410 {
  margin-bottom: 1410px;
}
.mb.--1420 {
  margin-bottom: 1420px;
}
.mb.--1430 {
  margin-bottom: 1430px;
}
.mb.--1440 {
  margin-bottom: 1440px;
}
.mb.--1450 {
  margin-bottom: 1450px;
}
.mb.--1460 {
  margin-bottom: 1460px;
}
.mb.--1470 {
  margin-bottom: 1470px;
}
.mb.--1480 {
  margin-bottom: 1480px;
}
.mb.--1490 {
  margin-bottom: 1490px;
}
.mb.--1500 {
  margin-bottom: 1500px;
}
.mb.--1510 {
  margin-bottom: 1510px;
}
.mb.--1520 {
  margin-bottom: 1520px;
}
.mb.--1530 {
  margin-bottom: 1530px;
}
.mb.--1540 {
  margin-bottom: 1540px;
}
.mb.--1550 {
  margin-bottom: 1550px;
}
.mb.--1560 {
  margin-bottom: 1560px;
}
.mb.--1570 {
  margin-bottom: 1570px;
}
.mb.--1580 {
  margin-bottom: 1580px;
}
.mb.--1590 {
  margin-bottom: 1590px;
}
.mb.--1600 {
  margin-bottom: 1600px;
}
.mb.--1610 {
  margin-bottom: 1610px;
}
.mb.--1620 {
  margin-bottom: 1620px;
}
.mb.--1630 {
  margin-bottom: 1630px;
}
.mb.--1640 {
  margin-bottom: 1640px;
}
.mb.--1650 {
  margin-bottom: 1650px;
}
.mb.--1660 {
  margin-bottom: 1660px;
}
.mb.--1670 {
  margin-bottom: 1670px;
}
.mb.--1680 {
  margin-bottom: 1680px;
}
.mb.--1690 {
  margin-bottom: 1690px;
}
.mb.--1700 {
  margin-bottom: 1700px;
}
.mb.--1710 {
  margin-bottom: 1710px;
}
.mb.--1720 {
  margin-bottom: 1720px;
}
.mb.--1730 {
  margin-bottom: 1730px;
}
.mb.--1740 {
  margin-bottom: 1740px;
}
.mb.--1750 {
  margin-bottom: 1750px;
}
.mb.--1760 {
  margin-bottom: 1760px;
}
.mb.--1770 {
  margin-bottom: 1770px;
}
.mb.--1780 {
  margin-bottom: 1780px;
}
.mb.--1790 {
  margin-bottom: 1790px;
}
.mb.--1800 {
  margin-bottom: 1800px;
}
.mb.--1810 {
  margin-bottom: 1810px;
}
.mb.--1820 {
  margin-bottom: 1820px;
}
.mb.--1830 {
  margin-bottom: 1830px;
}
.mb.--1840 {
  margin-bottom: 1840px;
}
.mb.--1850 {
  margin-bottom: 1850px;
}
.mb.--1860 {
  margin-bottom: 1860px;
}
.mb.--1870 {
  margin-bottom: 1870px;
}
.mb.--1880 {
  margin-bottom: 1880px;
}
.mb.--1890 {
  margin-bottom: 1890px;
}
.mb.--1900 {
  margin-bottom: 1900px;
}
.mb.--1910 {
  margin-bottom: 1910px;
}
.mb.--1920 {
  margin-bottom: 1920px;
}
.mb.--1930 {
  margin-bottom: 1930px;
}
.mb.--1940 {
  margin-bottom: 1940px;
}
.mb.--1950 {
  margin-bottom: 1950px;
}
.mb.--1960 {
  margin-bottom: 1960px;
}
.mb.--1970 {
  margin-bottom: 1970px;
}
.mb.--1980 {
  margin-bottom: 1980px;
}
.mb.--1990 {
  margin-bottom: 1990px;
}

.pb.--0 {
  padding-bottom: 0px;
}
.pb.--10 {
  padding-bottom: 10px;
}
.pb.--20 {
  padding-bottom: 20px;
}
.pb.--30 {
  padding-bottom: 30px;
}
.pb.--40 {
  padding-bottom: 40px;
}
.pb.--50 {
  padding-bottom: 50px;
}
.pb.--60 {
  padding-bottom: 60px;
}
.pb.--70 {
  padding-bottom: 70px;
}
.pb.--80 {
  padding-bottom: 80px;
}
.pb.--90 {
  padding-bottom: 90px;
}
.pb.--100 {
  padding-bottom: 100px;
}
.pb.--110 {
  padding-bottom: 110px;
}
.pb.--120 {
  padding-bottom: 120px;
}
.pb.--130 {
  padding-bottom: 130px;
}
.pb.--140 {
  padding-bottom: 140px;
}
.pb.--150 {
  padding-bottom: 150px;
}
.pb.--160 {
  padding-bottom: 160px;
}
.pb.--170 {
  padding-bottom: 170px;
}
.pb.--180 {
  padding-bottom: 180px;
}
.pb.--190 {
  padding-bottom: 190px;
}
.pb.--200 {
  padding-bottom: 200px;
}
.pb.--210 {
  padding-bottom: 210px;
}
.pb.--220 {
  padding-bottom: 220px;
}
.pb.--230 {
  padding-bottom: 230px;
}
.pb.--240 {
  padding-bottom: 240px;
}
.pb.--250 {
  padding-bottom: 250px;
}
.pb.--260 {
  padding-bottom: 260px;
}
.pb.--270 {
  padding-bottom: 270px;
}
.pb.--280 {
  padding-bottom: 280px;
}
.pb.--290 {
  padding-bottom: 290px;
}
.pb.--300 {
  padding-bottom: 300px;
}
.pb.--310 {
  padding-bottom: 310px;
}
.pb.--320 {
  padding-bottom: 320px;
}
.pb.--330 {
  padding-bottom: 330px;
}
.pb.--340 {
  padding-bottom: 340px;
}
.pb.--350 {
  padding-bottom: 350px;
}
.pb.--360 {
  padding-bottom: 360px;
}
.pb.--370 {
  padding-bottom: 370px;
}
.pb.--380 {
  padding-bottom: 380px;
}
.pb.--390 {
  padding-bottom: 390px;
}
.pb.--400 {
  padding-bottom: 400px;
}
.pb.--410 {
  padding-bottom: 410px;
}
.pb.--420 {
  padding-bottom: 420px;
}
.pb.--430 {
  padding-bottom: 430px;
}
.pb.--440 {
  padding-bottom: 440px;
}
.pb.--450 {
  padding-bottom: 450px;
}
.pb.--460 {
  padding-bottom: 460px;
}
.pb.--470 {
  padding-bottom: 470px;
}
.pb.--480 {
  padding-bottom: 480px;
}
.pb.--490 {
  padding-bottom: 490px;
}
.pb.--500 {
  padding-bottom: 500px;
}
.pb.--510 {
  padding-bottom: 510px;
}
.pb.--520 {
  padding-bottom: 520px;
}
.pb.--530 {
  padding-bottom: 530px;
}
.pb.--540 {
  padding-bottom: 540px;
}
.pb.--550 {
  padding-bottom: 550px;
}
.pb.--560 {
  padding-bottom: 560px;
}
.pb.--570 {
  padding-bottom: 570px;
}
.pb.--580 {
  padding-bottom: 580px;
}
.pb.--590 {
  padding-bottom: 590px;
}
.pb.--600 {
  padding-bottom: 600px;
}
.pb.--610 {
  padding-bottom: 610px;
}
.pb.--620 {
  padding-bottom: 620px;
}
.pb.--630 {
  padding-bottom: 630px;
}
.pb.--640 {
  padding-bottom: 640px;
}
.pb.--650 {
  padding-bottom: 650px;
}
.pb.--660 {
  padding-bottom: 660px;
}
.pb.--670 {
  padding-bottom: 670px;
}
.pb.--680 {
  padding-bottom: 680px;
}
.pb.--690 {
  padding-bottom: 690px;
}
.pb.--700 {
  padding-bottom: 700px;
}
.pb.--710 {
  padding-bottom: 710px;
}
.pb.--720 {
  padding-bottom: 720px;
}
.pb.--730 {
  padding-bottom: 730px;
}
.pb.--740 {
  padding-bottom: 740px;
}
.pb.--750 {
  padding-bottom: 750px;
}
.pb.--760 {
  padding-bottom: 760px;
}
.pb.--770 {
  padding-bottom: 770px;
}
.pb.--780 {
  padding-bottom: 780px;
}
.pb.--790 {
  padding-bottom: 790px;
}
.pb.--800 {
  padding-bottom: 800px;
}
.pb.--810 {
  padding-bottom: 810px;
}
.pb.--820 {
  padding-bottom: 820px;
}
.pb.--830 {
  padding-bottom: 830px;
}
.pb.--840 {
  padding-bottom: 840px;
}
.pb.--850 {
  padding-bottom: 850px;
}
.pb.--860 {
  padding-bottom: 860px;
}
.pb.--870 {
  padding-bottom: 870px;
}
.pb.--880 {
  padding-bottom: 880px;
}
.pb.--890 {
  padding-bottom: 890px;
}
.pb.--900 {
  padding-bottom: 900px;
}
.pb.--910 {
  padding-bottom: 910px;
}
.pb.--920 {
  padding-bottom: 920px;
}
.pb.--930 {
  padding-bottom: 930px;
}
.pb.--940 {
  padding-bottom: 940px;
}
.pb.--950 {
  padding-bottom: 950px;
}
.pb.--960 {
  padding-bottom: 960px;
}
.pb.--970 {
  padding-bottom: 970px;
}
.pb.--980 {
  padding-bottom: 980px;
}
.pb.--990 {
  padding-bottom: 990px;
}
.pb.--1000 {
  padding-bottom: 1000px;
}
.pb.--1010 {
  padding-bottom: 1010px;
}
.pb.--1020 {
  padding-bottom: 1020px;
}
.pb.--1030 {
  padding-bottom: 1030px;
}
.pb.--1040 {
  padding-bottom: 1040px;
}
.pb.--1050 {
  padding-bottom: 1050px;
}
.pb.--1060 {
  padding-bottom: 1060px;
}
.pb.--1070 {
  padding-bottom: 1070px;
}
.pb.--1080 {
  padding-bottom: 1080px;
}
.pb.--1090 {
  padding-bottom: 1090px;
}
.pb.--1100 {
  padding-bottom: 1100px;
}
.pb.--1110 {
  padding-bottom: 1110px;
}
.pb.--1120 {
  padding-bottom: 1120px;
}
.pb.--1130 {
  padding-bottom: 1130px;
}
.pb.--1140 {
  padding-bottom: 1140px;
}
.pb.--1150 {
  padding-bottom: 1150px;
}
.pb.--1160 {
  padding-bottom: 1160px;
}
.pb.--1170 {
  padding-bottom: 1170px;
}
.pb.--1180 {
  padding-bottom: 1180px;
}
.pb.--1190 {
  padding-bottom: 1190px;
}
.pb.--1200 {
  padding-bottom: 1200px;
}
.pb.--1210 {
  padding-bottom: 1210px;
}
.pb.--1220 {
  padding-bottom: 1220px;
}
.pb.--1230 {
  padding-bottom: 1230px;
}
.pb.--1240 {
  padding-bottom: 1240px;
}
.pb.--1250 {
  padding-bottom: 1250px;
}
.pb.--1260 {
  padding-bottom: 1260px;
}
.pb.--1270 {
  padding-bottom: 1270px;
}
.pb.--1280 {
  padding-bottom: 1280px;
}
.pb.--1290 {
  padding-bottom: 1290px;
}
.pb.--1300 {
  padding-bottom: 1300px;
}
.pb.--1310 {
  padding-bottom: 1310px;
}
.pb.--1320 {
  padding-bottom: 1320px;
}
.pb.--1330 {
  padding-bottom: 1330px;
}
.pb.--1340 {
  padding-bottom: 1340px;
}
.pb.--1350 {
  padding-bottom: 1350px;
}
.pb.--1360 {
  padding-bottom: 1360px;
}
.pb.--1370 {
  padding-bottom: 1370px;
}
.pb.--1380 {
  padding-bottom: 1380px;
}
.pb.--1390 {
  padding-bottom: 1390px;
}
.pb.--1400 {
  padding-bottom: 1400px;
}
.pb.--1410 {
  padding-bottom: 1410px;
}
.pb.--1420 {
  padding-bottom: 1420px;
}
.pb.--1430 {
  padding-bottom: 1430px;
}
.pb.--1440 {
  padding-bottom: 1440px;
}
.pb.--1450 {
  padding-bottom: 1450px;
}
.pb.--1460 {
  padding-bottom: 1460px;
}
.pb.--1470 {
  padding-bottom: 1470px;
}
.pb.--1480 {
  padding-bottom: 1480px;
}
.pb.--1490 {
  padding-bottom: 1490px;
}
.pb.--1500 {
  padding-bottom: 1500px;
}
.pb.--1510 {
  padding-bottom: 1510px;
}
.pb.--1520 {
  padding-bottom: 1520px;
}
.pb.--1530 {
  padding-bottom: 1530px;
}
.pb.--1540 {
  padding-bottom: 1540px;
}
.pb.--1550 {
  padding-bottom: 1550px;
}
.pb.--1560 {
  padding-bottom: 1560px;
}
.pb.--1570 {
  padding-bottom: 1570px;
}
.pb.--1580 {
  padding-bottom: 1580px;
}
.pb.--1590 {
  padding-bottom: 1590px;
}
.pb.--1600 {
  padding-bottom: 1600px;
}
.pb.--1610 {
  padding-bottom: 1610px;
}
.pb.--1620 {
  padding-bottom: 1620px;
}
.pb.--1630 {
  padding-bottom: 1630px;
}
.pb.--1640 {
  padding-bottom: 1640px;
}
.pb.--1650 {
  padding-bottom: 1650px;
}
.pb.--1660 {
  padding-bottom: 1660px;
}
.pb.--1670 {
  padding-bottom: 1670px;
}
.pb.--1680 {
  padding-bottom: 1680px;
}
.pb.--1690 {
  padding-bottom: 1690px;
}
.pb.--1700 {
  padding-bottom: 1700px;
}
.pb.--1710 {
  padding-bottom: 1710px;
}
.pb.--1720 {
  padding-bottom: 1720px;
}
.pb.--1730 {
  padding-bottom: 1730px;
}
.pb.--1740 {
  padding-bottom: 1740px;
}
.pb.--1750 {
  padding-bottom: 1750px;
}
.pb.--1760 {
  padding-bottom: 1760px;
}
.pb.--1770 {
  padding-bottom: 1770px;
}
.pb.--1780 {
  padding-bottom: 1780px;
}
.pb.--1790 {
  padding-bottom: 1790px;
}
.pb.--1800 {
  padding-bottom: 1800px;
}
.pb.--1810 {
  padding-bottom: 1810px;
}
.pb.--1820 {
  padding-bottom: 1820px;
}
.pb.--1830 {
  padding-bottom: 1830px;
}
.pb.--1840 {
  padding-bottom: 1840px;
}
.pb.--1850 {
  padding-bottom: 1850px;
}
.pb.--1860 {
  padding-bottom: 1860px;
}
.pb.--1870 {
  padding-bottom: 1870px;
}
.pb.--1880 {
  padding-bottom: 1880px;
}
.pb.--1890 {
  padding-bottom: 1890px;
}
.pb.--1900 {
  padding-bottom: 1900px;
}
.pb.--1910 {
  padding-bottom: 1910px;
}
.pb.--1920 {
  padding-bottom: 1920px;
}
.pb.--1930 {
  padding-bottom: 1930px;
}
.pb.--1940 {
  padding-bottom: 1940px;
}
.pb.--1950 {
  padding-bottom: 1950px;
}
.pb.--1960 {
  padding-bottom: 1960px;
}
.pb.--1970 {
  padding-bottom: 1970px;
}
.pb.--1980 {
  padding-bottom: 1980px;
}
.pb.--1990 {
  padding-bottom: 1990px;
}

section {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  section.--BK {
    max-width: initial;
    margin: 0 auto;
  }
}
section.mb {
  /*通常*/
  margin-bottom: 100px;
}
section.pb {
  /*背景色あり*/
  padding-bottom: 100px;
}
section.mt {
  /*通常*/
  margin-top: 50px;
}
section.pt {
  /*背景色あり*/
  padding-top: 50px;
}

.l-main {
  padding-top: 73px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    padding-top: 61px;
  }
}

.c-ham {
  position: relative;
  z-index: 999;
  width: 60px;
  height: 60px;
  order: 1;
  gap: 2.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1aa583;
}
@media screen and (min-width: 1025px) {
  .c-ham {
    display: none;
  }
}
.c-ham__line {
  width: 30px;
  height: 3px;
  display: block;
  background-color: #ffffff;
  border-radius: 100vh;
}
.c-ham__line:nth-of-type(1) {
  transform: translateY(-5px);
  transition: transform 0.3s;
}
.is-ham-open .c-ham__line:nth-of-type(1) {
  transform: translateY(5px) rotate(45deg);
}
.c-ham__line:nth-of-type(2) {
  transition: opacity 0.3s;
}
.is-ham-open .c-ham__line:nth-of-type(2) {
  opacity: 0;
}
.c-ham__line:nth-of-type(3) {
  transform: translateY(6px);
  transition: transform 0.3s;
}
.is-ham-open .c-ham__line:nth-of-type(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.c-ham__txt {
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30.96px;
  transform: translate(-50%, 8px);
  text-align: center;
  color: #005dad;
}
.l-header.is-ham-open .c-ham__txt .--menu {
  display: none;
}
.l-header:not(.is-ham-open) .c-ham__txt .--close {
  display: none;
}

/*===通常のswiper===*/
.swiper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide picture {
  width: 100%;
}
.swiper-slide picture img {
  width: 100%;
  height: auto;
}

.caroucel {
  overflow-x: hidden;
}
.caroucel .swiper-wrapper {
  padding-bottom: 10px;
}
.caroucel .swiper-slide {
  width: 100%;
}
.caroucel .card {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.caroucel .card img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.caroucel .card .card-content {
  padding: 16px;
}
.caroucel .card .card-content .company {
  font-size: 12px;
  color: #333;
}
.caroucel .card .card-content .title {
  font-size: clamp(18px * 0.9, 100vw * 18 / 1440, 18px * 1) !important;
  font-weight: bold;
  margin: 6px 0;
  height: 3em;
}
.caroucel .card .card-content .title span {
  display: inline;
  font-size: 0.8333333333em !important;
}
.caroucel .card .card-content .type {
  font-size: clamp(15px * 0.9, 100vw * 15 / 1440, 15px * 1);
  color: #1aa583;
  padding: 0;
}
.caroucel .card .card-content .type a {
  color: #1aa583;
  font-weight: 500;
}

.swiper-button-prev-caroucel,
.swiper-button-next-caroucel {
  width: 45px;
  height: 45px;
  border: 2px solid #00aa88;
  /* 緑の枠（色はお好みで） */
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00aa88;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  position: absolute;
  right: 5%;
  bottom: 25px;
}

.swiper-button-prev-caroucel {
  right: calc(5% + 60px);
}

/* ホバー時のアニメーション */
.swiper-button-prev-caroucel:hover,
.swiper-button-next-caroucel:hover {
  background: #00aa88;
  color: #fff;
}

/* Swiperデフォルトの矢印を非表示にする */
.swiper-button-prev-caroucel::after,
.swiper-button-next-caroucel::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-135deg);
  display: inline-block;
}

/* 右矢印だけ向き変更 */
.swiper-button-next-caroucel::after {
  transform: rotate(45deg);
}

/*===アニメーション効果===*/
.animate {
  opacity: 0;
  transition: all 0.8s ease;
}

.animate.fade-in {
  opacity: 0;
  transition: opacity 2s ease;
}

.animate.fade-in.in-view {
  opacity: 1;
}

.animate.fade-up {
  transform: translateY(100px); /* 初期位置（fade-up用） */
}

.animate.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.animate.fade-down {
  transform: translateY(-100px); /* 初期位置（fade-up用） */
}

.animate.fade-down.in-view {
  opacity: 1;
  transform: translateY(0);
}

.animate.slide-in-left {
  transform: translateX(200px); /* 初期位置（右から） */
}

.animate.slide-in-left.in-view {
  opacity: 1;
  transform: translateX(0);
}

/*スライドインして跳ねる*/
.animate.poyoyon.in-view {
  animation: poyoyon 0.8s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes poyoyon {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.c-h2-ttl {
  color: white;
  font-size: 1.7777777778em;
  letter-spacing: 0.1em;
  font-weight: 600;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0.5, 0.85));
  white-space: nowrap;
  z-index: 99;
}
.c-h2-ttl small {
  font-family: "Poppins", sans-serif;
  color: #e8f3eb;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.075em;
  padding-left: 5px;
  display: block;
}

.c-h3-ttl {
  color: #292929;
  font-size: 3.3333333333em;
  font-size: clamp(60px * 0.75, 100vw * 60 / 1440, 60px * 1);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  padding: 50px 0 75px;
  line-height: 1.2;
  color: #18a582;
}
@media screen and (max-width: 768px) {
  .c-h3-ttl {
    max-width: 600px;
    margin: 0 auto 0 0;
    padding: 50px 0;
  }
}
.c-h3-ttl small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: clamp(20px * 0.85, 100vw * 20 / 1440, 20px * 1);
  padding-top: 15px;
  letter-spacing: 0.1em;
  color: #292929;
}
.c-h3-ttl small span {
  font-size: 0.9em;
  line-height: 1;
}
.c-h3-ttl small img {
  width: 36px;
  padding-right: 10px;
}

.c-h4-ttl {
  font-size: 2em;
  font-size: clamp(34px * 0.85, 100vw * 34 / 1280, 34px * 1);
  font-weight: 700;
  padding-bottom: 25px;
}
.c-h4-ttl br.br_sp {
  display: none;
}
@media screen and (max-width: 979px) {
  .c-h4-ttl br {
    display: none;
  }
  .c-h4-ttl br.br {
    display: block;
  }
}
@media screen and (max-width: 567px) {
  .c-h4-ttl br.br_sp {
    display: block;
  }
}

.c-h5-ttl {
  font-size: 1.5555555556em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.c-h5-ttl .mark-slash {
  width: 8px;
  height: 34px;
  background-color: #18a582;
  transform: rotate(15deg);
  margin-right: 20px;
}

.pc-none {
  display: inherit;
}
@media screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

.tb-none {
  display: inherit;
}
@media screen and (min-width: 769px) {
  .tb-none {
    display: none;
  }
}

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

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

.c-btn-cta-sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 984px) {
  .c-btn-cta-sp {
    display: none;
  }
}
.scrolled .c-btn-cta-sp {
  opacity: 1;
  visibility: visible;
}
.c-btn-cta-sp a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 64px;
  background: linear-gradient(0deg, #dc246c, #f873a7);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

/*===〇囲み矢印つきリンクボタン===*/
.c-btn-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.c-btn-link .c-btn-link__text {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.c-btn-link .c-btn-link__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #1aa583;
  transition: width 0.3s ease;
}
.c-btn-link .c-btn-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #1aa583;
  border-radius: 50%;
  font-size: 14px;
  color: #1aa583;
  transition: border 0.3s ease, transform 0.3s ease;
}
.c-btn-link:hover {
  opacity: 1;
}
.c-btn-link:hover .c-btn-link__text::after {
  width: 100%;
}
.c-btn-link:hover .c-btn-link__icon {
  border: none;
  transform: translateX(3px);
}

/*===シンプル角丸リンクボタン===*/
.c-btn-rc {
  /*round corner*/
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 24px;
  background: #f4f1ec;
  border-radius: 10px;
  color: #333;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 567px) {
  .c-btn-rc {
    width: 90%;
    max-width: initial;
  }
}
.c-btn-rc i,
.c-btn-rc .svg-inline--fa {
  font-size: 0.8888888889em;
  transition: transform 0.3s ease;
  color: #1aa583;
}
.c-btn-rc:hover {
  background: #e6e2dd;
  background: #1aa583;
  color: white;
}
.c-btn-rc:hover i,
.c-btn-rc:hover .svg-inline--fa {
  transform: translateX(3px);
  color: white;
}

.fa-arrow-down::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  content: "\f068";
}

.fa-arrow-right::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  content: "\f061";
}

.fa-check::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  content: "\f00c";
}

.fa-external::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  content: "\f08e";
  font-size: 12px;
  padding-left: 5px;
}

.fa-hyphen:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  content: "\f068";
  margin-right: 0.5em;
  color: #1aa583;
  transform: scaleX(0.8);
}

/*小見出しの前にスラッシュマーク*/
.mark-slash {
  width: 20px;
  height: 100px;
  background-color: #18a582;
  transform: rotate(45deg);
  transform-origin: center;
}

/*タグ風マーク*/
.tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 15px 0 20px;
}
.tags .tag {
  background: #eee;
  padding: 0.4em 1em;
  border-radius: 20px;
  font-size: clamp(14px * 0.8, 100vw * 14 / 1440, 14px * 1);
}

.border-left {
  border-left: 8px solid #1aa583;
  font-weight: 600;
  padding-left: 10px;
  line-height: 1.4;
  margin-bottom: 25px;
  display: block;
}

.border-l-r {
  width: fit-content;
  border-left: 8px solid #1aa583;
  border-right: 8px solid #1aa583;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 1.5em;
  margin: 0 auto 25px;
  display: block;
}

/*======flex======*/
.flex-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*======SNSリンク======*/
.mailto {
  color: inherit;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 0.5em;
  padding-top: 10px;
  color: #808080;
}
.social-link a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  transition: background 0.3s;
  opacity: 0.75;
}
.social-link a:hover {
  opacity: 0.25;
}
.social-link a svg,
.social-link a i {
  color: white;
  transition: color 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.social-link a.social-link__insta svg,
.social-link a.social-link__insta i {
  color: white;
  transition: color 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding-left: 7px;
}
.social-link a.social-link__facebook {
  background: white;
}
.social-link a.social-link__facebook svg,
.social-link a.social-link__facebook i {
  margin-bottom: -2px;
  display: flex;
  align-items: last baseline;
  justify-content: flex-end;
  font-size: 20px;
  width: 22px;
  height: 24px;
  color: #292929;
  transform: scale(0.9);
  border: none;
  font-weight: 400;
}
.social-link a.social-link__tiktok img {
  display: block;
  width: 90px !important;
  padding: 10px 0 0 5px;
}

/*======背景======*/
.glass_BK {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  overflow: hidden;
}

.glass_BK::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0.2) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(97, 97, 97, 0.2) 100%);
  pointer-events: none;
  z-index: -1;
}

/*======背景======*/
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9アスペクト比 (高さ/幅 * 100) */
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: 0;
  min-height: 360px;
}

/*======table======*/
.table-wrapper {
  overflow-x: auto;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .table-wrapper .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wrapper .table {
    width: 780px;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  margin: 0 auto;
  max-width: 980px;
}
.table caption {
  caption-side: top;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
.table th,
.table td {
  width: 20%;
  /* 100% ÷ 5列 */
  border: 1px solid #ddd;
  vertical-align: middle;
  letter-spacing: 0;
}
.table thead th {
  background-color: #1aad8b;
  color: #fff;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
.table tbody td {
  border: 1px solid #ddd;
  padding: 10px;
  padding-left: 1.2em;
  text-align: left;
}
.table td.category {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}

/* ====== detailによる開閉ボックスの設定 ===== */
.details {
  background-color: white;
  /*<details class="details">
  <summary class="summary">見出しが入る
  </summary><div class="details_item">
  <div class="details_item_inner">
  内容入る</div>
  </details>
  */
}
.details_item {
  overflow: hidden;
}
.details_item_inner {
  padding: 50px 0 0;
}
.details .svg-inline--fa {
  font-size: 1.4rem;
  padding-right: 10px;
}

summary {
  list-style: none !important;
  /* デフォルトのマーカーを無効化 */
  cursor: pointer;
}
summary.summary {
  cursor: pointer;
  font-weight: bold;
  padding: 20px 0 0 10px;
  border: 1px solid #1aa583;
  color: #1aa583;
  width: fit-content;
  padding: 10px 1em;
  margin: 0 auto;
}

summary::-webkit-details-marker {
  display: none !important;
}

details summary::after {
  /*font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f138";  Font Awesome "arrow-right" */
  content: "+";
  /* デフォルトは「＋」 */
  display: inline-block;
  width: 19px;
  /* 円の幅 */
  height: 19px;
  /* 円の高さ */
  line-height: 18px;
  /* テキストを垂直中央揃え */
  text-align: center;
  /* テキストを水平中央揃え */
  font-size: 16px;
  /* 「＋」のサイズ */
  font-weight: bold;
  /* 「＋」の太さ */
  color: white;
  /* 「＋」の色 */
  background-color: #1aa583 !important;
  /* 背景色（●） */
  border-radius: 50%;
  /* 円形にする */
  margin-left: 8px;
  /* テキストとの間隔 */
  transition: transform 0.3s, content 0.3s;
  /* アニメーションをスムーズに */
}

details[open] summary::after {
  /*transform: rotate(90deg);*/
  content: "−";
  /* 開いたときは「－」に変更 */
}

ul.page-numbers {
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
  gap: 10px;
}
ul.page-numbers li a,
ul.page-numbers li span {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  line-height: 1;
  background: #c2c2c2;
  color: white;
  box-sizing: border-box;
  width: 30px;
}
ul.page-numbers li span.current {
  background: #1aa583;
  color: white;
}

/* ====== YOUTUBEの設定 ===== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.dl-grid-2 {
  display: grid;
  grid-template-columns: 8em 1fr;
  grid-auto-rows: auto;
  align-items: stretch;
}
.dl-grid-2 dt,
.dl-grid-2 dd {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.dl-grid-2 dd > p {
  font-size: 1em !important;
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
}
.dl-grid-2 dd > a {
  font-weight: normal;
  color: #292929 !important;
}
.dl-grid-2 dd > a i {
  font-size: 0.9em;
}

.l-grid-col-3--history {
  display: grid;
  grid-template-columns: 8em 1fr;
  grid-auto-rows: auto;
  align-items: stretch;
}
.l-grid-col-3--history dt,
.l-grid-col-3--history dd {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.l-grid-col-3--history dd > p {
  font-size: 1em;
  width: 100%;
  padding-bottom: 10px;
}

.grid-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3%;
}
@media screen and (max-width: 768px) {
  .grid-col-2 {
    grid-template-columns: 1fr;
  }
}
.grid-col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3%;
  row-gap: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 859px) {
  .grid-col-3 {
    grid-template-columns: 1fr 1fr;
    column-gap: 5%;
  }
}
@media screen and (max-width: 567px) {
  .grid-col-3 {
    grid-template-columns: 1fr;
  }
}
.grid-col-3__img img {
  border-radius: 15px;
}
.grid-col-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 2%;
  row-gap: 100px;
}
@media screen and (max-width: 859px) {
  .grid-col-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .grid-col-4 {
    grid-template-columns: 1fr;
  }
}
.l-grid-3-business {
  /**/
  display: grid;
  grid-template-columns: 320px 1fr;
  column-gap: 45px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .l-grid-3-business {
    grid-template-columns: 1fr;
  }
}
.l-grid-3-business .item-img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  grid-row: 1/3;
}
.l-grid-3-business .item-img img {
  border-radius: 10px;
}
.l-grid-3-business .item-lead {
  padding-bottom: 20px;
}
.l-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5%;
}
.l-grid-3__img {
  grid-row: 1/3;
  padding-bottom: 25px;
}
.l-grid-3__img img {
  border-radius: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-grid-3 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .l-grid-3__lead {
    grid-row: 1;
  }
  .l-grid-3__img {
    grid-row: 2;
  }
  .l-grid-3__txt {
    grid-row: 3;
  }
}

.dl-grid-history {
  display: grid;
  grid-template-columns: 8em 2em 1fr;
  align-items: center;
  justify-content: space-between;
}
.dl-grid-history dt,
.dl-grid-history div,
.dl-grid-history dd {
  padding: 1em 0;
}
.dl-grid-history dd {
  padding-left: 1.5em;
}
.dl-grid-history .history-line {
  position: relative;
  width: 2em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl-grid-history .history-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  transform: translateX(-50%);
}
.dl-grid-history .history-line .dot {
  width: 12px;
  height: 12px;
  background-color: #1abc9c;
  border-radius: 50%;
  z-index: 9;
}

.dl-news {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  margin: 0 auto;
  max-width: 780px;
}
@media screen and (max-width: 768px) {
  .dl-news {
    grid-template-columns: 1fr;
  }
}
.dl-news dt,
.dl-news dd {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  letter-spacing: 0;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.dl-news dt {
  color: #1aa583;
  font-weight: normal;
  font-size: 0.9em !important;
}
@media screen and (max-width: 768px) {
  .dl-news dt {
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.dl-news dd {
  padding-right: 2em;
}
.dl-news dd a {
  width: 100%;
  display: block;
  position: relative;
  color: #292929;
}
.dl-news dd a:after {
  position: absolute;
  right: -2em;
  color: #1aa583;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f138";
}

.p-mv {
  width: 100%;
  height: calc(100vh - 72px);
  position: fixed;
  z-index: -9;
}
@media screen and (max-width: 567px) {
  .p-mv {
    height: auto;
    position: initial;
  }
}
.p-mv__inner {
  position: relative;
}
.p-mv .swiper {
  height: 100%;
}
.p-mv .swiper picture {
  width: 100%;
  height: 100%;
}
.p-mv .swiper picture img {
  width: 100%;
  height: calc(100vh - 72px);
  object-fit: cover;
  object-position: 50% 100%;
  display: block;
}
@media screen and (max-width: 567px) {
  .p-mv .swiper picture img {
    height: auto;
  }
}
.p-mv .swiper-slide.--01 picture img {
  object-position: 50% 50%;
}
@media screen and (max-width: 567px) {
  .p-mv .swiper-slide.--01 picture img {
    height: auto;
  }
}
.p-mv__ttl {
  position: absolute;
  width: 50%;
  max-width: 340px;
  bottom: 10%;
  left: 5%;
  color: white;
  font-weight: 700;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .p-mv__ttl {
    bottom: 15%;
  }
}
.p-mv__ttl img {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.85));
}
.p-mv__ttl small {
  position: absolute;
  padding: 0.5em 0 0;
  display: block;
  font-size: clamp(24px * 0.75, 100vw * 24 / 1280, 24px * 1);
  line-height: 1.4;
  top: -100px;
}
.p-mv .swiper-pagination {
  z-index: 100 !important;
}
.p-mv .swiper-pagination-bullet {
  background: black;
  border-radius: 50%;
  opacity: 0.25;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.p-mv .swiper-pagination-bullet-active {
  background: white !important;
  opacity: 0.8;
}
.p-mv__triangle-L {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  background-color: #292929;
  height: 75px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 99;
  opacity: 0.9;
}
@media screen and (max-width: 567px) {
  .p-mv__triangle-L {
    width: 20%;
    height: 35px;
  }
}
.p-mv__triangle-R {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
  background-color: white;
  background-color: #1aa583;
  height: 150px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 99;
  opacity: 0.9;
}
@media screen and (max-width: 567px) {
  .p-mv__triangle-R {
    width: 80%;
    height: 65px;
  }
}

.top__news {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80%;
  max-width: 650px;
  background: white;
  border-top-left-radius: 20px;
  padding: 25px 15px 20px 25px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.45));
  z-index: 99;
  opacity: 0.9;
  transition: transform 0.5s ease;
  display: grid;
  grid-template-columns: 7em 1fr;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 567px) {
  .top__news {
    width: 85%;
    grid-template-columns: 1fr;
    padding: 15px 15px 25px 25px;
    display: none;
  }
}
.top__news strong > a {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  color: #1aa583;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top__news strong > a i {
  font-size: 0.85em;
  padding-left: 5px;
}
.top__news .news-swiper {
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 567px) {
  .top__news .news-swiper {
    height: 70px;
  }
}
.top__news .news-swiper .swiper-slide {
  justify-content: flex-start;
}
@media screen and (max-width: 567px) {
  .top__news .news-swiper .swiper-slide {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top__news .news-swiper .swiper-slide dt {
  color: #1aa583;
  font-weight: normal;
  padding-right: 10px;
  font-size: 16px;
  display: block;
}
.top__news .news-swiper .swiper-slide dd > a {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.p-top__contents {
  width: 100%;
  background: white;
  z-index: 9;
}

/*===導入===*/
.p-top-intro {
  margin-top: 100vh;
  height: 100vh;
  display: flex;
  place-items: center;
  /*このsectionはmargin-bottom:0*/
  margin-bottom: 0;
}
@media screen and (max-width: 567px) {
  .p-top-intro {
    height: auto;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.p-top-intro__txt {
  max-width: 720px;
  margin: 0 auto;
}
.p-top-intro__txt p {
  font-size: 1em;
}
.p-top-intro .c-btn-link {
  justify-content: flex-end;
}

/*====事業案内====*/
.p-business-link.top p {
  padding: 0 0 75px;
  max-width: 720px;
}
.p-business-link.top .c-h4-ttl span {
  display: inline-block;
  padding: 0 2px;
}
.p-business-link.top .c-h4-ttl span b {
  font-size: 1.15em;
  font-weight: 600;
  display: inline-block;
  padding: 0 2px;
}
.p-business-link.top div {
  position: relative;
}
.p-business-link.top div a.c-btn-link {
  position: absolute;
  right: 0;
  bottom: 25px;
}
.p-business-link.top .grid-col-3 img {
  aspect-ratio: 1.91/1;
  object-fit: cover;
}

/*====選ばれる理由====*/
.p-top-reason {
  background: #292929;
}
.p-top-reason h3 {
  text-align: center;
  color: white;
  font-weight: 600;
  padding: 25px 0 35px;
}
.p-top-reason h3 small {
  justify-content: center;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: white;
}
.p-top-reason p {
  color: white;
  max-width: 860px;
  margin: 0 auto;
  font-size: 1em !important;
  line-height: 2;
}
.p-top-reason .grid-col-3 {
  max-width: 1080px;
  row-gap: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-reason .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-reason .grid-col-3 {
    grid-template-columns: 1fr;
  }
}
.p-top-reason .grid-col-3 li {
  position: relative;
}
.p-top-reason .grid-col-3 li .point {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
@media screen and (max-width: 567px) {
  .p-top-reason .grid-col-3 li {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-reason .animate {
  opacity: 0;
  transition: all 1s ease;
}

.p-top-works {
  background: #f1eee8;
  /*このsectionはmargin-bottom:0*/
  margin-bottom: 0;
  padding: 0 0 50px;
  /*施工事例カルーセル*/
}
.p-top-works__inner {
  width: 85%;
  margin: 0 0 0 auto;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1679px) {
  .p-top-works__inner {
    width: 90%;
  }
}
@media screen and (max-width: 1479px) {
  .p-top-works__inner {
    width: 95%;
  }
}

.p-top-company {
  padding-top: 0;
}
.p-top-company__main-img {
  width: 90%;
  margin: 0 auto 0 0;
}
.p-top-company__main-img img {
  aspect-ratio: 1/0.5;
  max-height: 500px;
  object-fit: cover;
  object-position: center bottom;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 567px) {
  .p-top-company__main-img {
    width: 94%;
  }
  .p-top-company__main-img img {
    aspect-ratio: 1/0.75;
  }
}
.p-top-company .c-btn-link {
  justify-content: flex-end;
}
.p-top-company__list {
  width: 100%;
  padding: 40px 5%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 567px) {
  .p-top-company__list {
    padding: 0 5%;
    margin-bottom: 25px;
  }
}
.p-top-company__list > li {
  width: 48%;
}
@media screen and (max-width: 567px) {
  .p-top-company__list > li {
    width: 100%;
  }
}
.p-top-company__list > li a {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #292929;
  font-size: 1.1111111111em;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding: 30px 0 25px 10px;
  transition: color 0.3s ease;
}
.p-top-company__list > li a i {
  line-height: 1.2;
  color: #1aa583;
  display: inline-block;
  transition: transform 0.3s ease;
}
.p-top-company__list > li a:hover {
  color: #1aa583;
  border-bottom: 1px solid #1aa583;
}
.p-top-company__list > li a:hover i {
  transform: translateX(5px);
}

.new-archive.top {
  min-height: initial;
  position: relative;
  padding: 0 0 100px;
  z-index: 99;
}
.new-archive.top .layer-img {
  background-image: url(../img/recruit/check-BK.jpg);
  background-repeat: repeat;
  z-index: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -9;
  opacity: 1;
}
.new-archive.top .layer-01 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #292929;
  z-index: -1;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.new-archive.top .c-h3-ttl small {
  color: white;
}
.new-archive.top .dl-news {
  max-width: 980px;
  background: white;
  padding: 50px 5% 25px;
  border-radius: 15px;
  z-index: 999;
}
.new-archive.top .c-btn-link {
  color: white;
}
.p-top-recruit {
  /*このsectionはmargin-bottom:0*/
  padding-bottom: 200px;
}
.p-top-recruit h3 {
  padding: 0 0 40px;
}
.p-top-recruit h4 {
  font-size: 1.7777777778em;
}
.p-top-recruit__BTN {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
}
.p-top-recruit__BTN .c-btn-rc {
  width: 48%;
  max-width: initial;
}
@media screen and (max-width: 567px) {
  .p-top-recruit__BTN {
    flex-direction: column;
    row-gap: 15px;
  }
  .p-top-recruit__BTN .c-btn-rc {
    width: 100%;
  }
}

/*======= トップメイン下・字幕エリア =======*/
.top-sub {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 75px;
  /* アニメーションキー */
}
@media screen and (max-width: 567px) {
  .top-sub {
    margin-bottom: 45px;
  }
}
.top-sub__ttl {
  position: relative;
  overflow: hidden;
  /* デバイス幅を超える部分を非表示に */
  height: 80px;
  /* 高さを固定 */
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .top-sub__ttl {
    height: 60px;
    padding: 15px 0;
  }
}
.top-sub__ttl .image-wrapper {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  position: absolute;
  width: 5599.66px;
  /* 画像の幅をデバイス幅に応じて2倍以上に */
  animation: marquee 30s linear infinite;
  /* アニメーション適用 */
}
@media screen and (max-width: 567px) {
  .top-sub__ttl .image-wrapper {
    width: 4200px;
    animation: marquee_sp 30s linear infinite;
  }
}
.top-sub__ttl .image-wrapper img {
  width: auto;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden !important;
  /* サイズが変わらないように固定 */
}
@media screen and (max-width: 768px) {
  .top-sub__ttl .image-wrapper img {
    height: 60px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
    /* 開始位置 */
  }
  100% {
    transform: translateX(-2799.83px);
  }
}
@keyframes marquee_sp {
  0% {
    transform: translateX(0);
    /* 開始位置 */
  }
  100% {
    transform: translateX(-2100px);
  }
}

/*===会社案内===*/
/* ご挨拶*/
.p-company-message {
  padding: 100px 0;
  position: relative;
}
.p-company-message .bicolor-BK {
  position: absolute;
}
.p-company-message .l-inner {
  max-width: 1080px;
}
.p-company-message .l-inner .l-grid-3 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .p-company-message .l-inner .l-grid-3 {
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-company-message .l-inner .l-grid-3 {
    grid-template-columns: 1fr;
  }
}
.p-company-message .l-inner .l-grid-3__img picture img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-company-message .l-inner .l-grid-3__img picture img {
    aspect-ratio: 1/1;
  }
}
.p-company-message .l-inner .l-grid-3__txt .sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6666666667em;
  padding: 15px 0 0;
}
.p-company-message .l-inner .l-grid-3__txt .sign small {
  padding-top: 5px;
  padding-right: 15px;
  font-size: 0.55em;
  font-weight: 600;
}
.p-company-message .l-inner .l-grid-3__txt .sign img {
  max-width: 160px;
}

/* ビジョン*/
.p-company-vision {
  padding-bottom: 75px;
  background: #f1eee8;
}
.p-company-vision h4 {
  text-align: center;
}
.p-company-vision h4 > span {
  font-size: clamp(52px * 0.6, 100vw * 52 / 1280, 52px * 1);
  display: inline-block;
  padding-right: 10px;
}
@media screen and (max-width: 567px) {
  .p-company-vision h4 br {
    display: none;
  }
}
.p-company-vision .grid-col-2 {
  margin: 25px auto;
  row-gap: 25px;
}
.p-company-vision .grid-col-2__img img {
  border-radius: 15px;
  aspect-ratio: 1.91/1;
  object-fit: cover;
}

/* 会社概要 */
.p-company-overview .dl-grid-2 {
  max-width: 860px;
  margin: 0 auto;
}
.p-company-overview .dl-grid-2 dt {
  border-color: #1aa583;
}
.p-company-overview .dl-grid-2 dt,
.p-company-overview .dl-grid-2 dd {
  font-size: 0.8888888889em;
}
@media screen and (max-width: 567px) {
  .p-company-overview .dl-grid-2 {
    grid-template-columns: 1fr;
  }
  .p-company-overview .dl-grid-2 dt,
  .p-company-overview .dl-grid-2 dd {
    font-size: 1em;
    border-bottom: none;
  }
  .p-company-overview .dl-grid-2 dt {
    width: fit-content;
    padding-bottom: 5px;
    position: relative;
  }
  .p-company-overview .dl-grid-2 dt:after {
    position: absolute;
    width: 3em;
    height: 2px;
    background: #1aa583;
    display: block;
    content: "";
    bottom: -10px;
  }
  .p-company-overview .dl-grid-2 dd {
    line-height: 1.8;
    margin-bottom: 0;
  }
}

.p-company-history {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-history {
    max-width: initial;
  }
}
.p-company-history__BK {
  background: #f1eee8;
  width: 100%;
  height: 100%;
  position: absolute;
  border-top-right-radius: 50px;
  z-index: -1;
  top: 0;
  left: 0;
}
.p-company-history .dl-grid-history {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-company-history .dl-grid-history .l-inner {
    max-width: 600px;
  }
}

.p-company-effort p {
  border-left: 8px solid #1aa583;
  font-weight: 600;
  padding: 0 0 2px 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 1em !important;
}
.p-company-effort span {
  display: block;
  padding: 1em 0 0;
  font-size: 0.8888888889em;
}
.p-company-effort .grid-col-3 li > picture {
  border: 1px solid #ccc;
  display: block;
}

.p-company-access .l-inner > strong small {
  font-weight: normal;
}
.p-company-access .l-inner iframe {
  aspect-ratio: 16/9;
}
.p-company-access .l-inner .grid-col-2 {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .p-company-access .l-inner .grid-col-2 {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
  .p-company-access .l-inner .grid-col-2 p {
    font-size: 16px !important;
    line-height: 1.4;
  }
}
.p-company-access .l-inner .grid-col-2 div {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.p-company-access .l-inner .grid-col-2 div > p {
  padding: 10px 1em;
  font-size: 0.8888888889em;
}
.p-company-access .l-inner .grid-col-2 div > span {
  background: #f1eee8;
  display: block;
  width: fit-content;
  padding: 5px 2em;
  font-weight: 500;
  border-top-left-radius: 10px;
  font-size: 0.7777777778em;
}
.p-company-access .l-inner .grid-col-2 li img {
  aspect-ratio: 1.91/1;
  object-fit: cover;
}
.p-company-access .l-inner .grid-col-2 li > strong {
  display: block;
  padding: 15px 0 8px;
  font-size: 1.1111111111em;
  border-bottom: 1px solid #1aa583;
  margin-bottom: 8px;
}
.p-company-access .l-inner .grid-col-2 li > p {
  padding: 0;
  font-size: 0.8888888889em;
  line-height: 1.6;
}
.p-company-access .l-inner .grid-col-2.animate.fade-up {
  padding-top: 25px;
}

.p-company-Other {
  background: #f1eee8;
}
.p-company-Other .table-wrapper {
  width: 90%;
  margin: 0 auto 100px;
}
.p-company-Other table {
  font-size: 0.8888888889em;
  background: white;
}
.p-company-Other table th {
  font-weight: normal;
  letter-spacing: 0.02em;
}
.p-company-Other .grid-col-3 {
  max-width: 860px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 768px) {
  .p-company-Other .grid-col-3 {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}
.p-company-Other .grid-col-3 li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: #1aa583;
  padding: 25px 0;
  border-radius: 15px;
}
.p-company-Other .grid-col-3 li p {
  font-size: 1em;
  color: #f1eee8;
  line-height: 1.2;
  padding: 0;
}
.p-company-Other .grid-col-3 li i {
  font-size: 2em;
  color: #f1eee8;
}
.p-company-Other .dl-grid-2 {
  max-width: 680px;
  grid-template-columns: 1fr 5em;
  margin: 50px auto 100px;
  background: white;
  padding: 40px 5% 0;
  box-sizing: border-box;
  border-radius: 15px;
}
.p-company-Other .dl-grid-2 dt,
.p-company-Other .dl-grid-2 dd {
  font-size: 0.8888888889em;
  font-weight: normal;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
.p-company-Other .dl-grid-2 dt:last-of-type,
.p-company-Other .dl-grid-2 dd:last-of-type {
  border: none;
}
.p-company-Other .dl-grid-2 dt i,
.p-company-Other .dl-grid-2 dd i {
  font-size: 1.2em;
  color: #17a88b;
  padding: 3px 12px 0 0;
}
.p-company-Other .dl-grid-2 dd {
  display: flex;
  justify-content: center;
}

/*=====ホールディングス=====*/
.l-BN-area.holdings h2 {
  letter-spacing: 0.01em;
}

.p-company-overview.holdings p {
  max-width: 860px;
  margin: 0 auto 50px;
}

.p-company-history.holdings .grid-col-2 {
  margin: 100px auto 0;
  max-width: 1080px;
}
.p-company-history.holdings .grid-col-2 picture img {
  display: block;
  border-radius: 15px;
}
.p-company-history.holdings .grid-col-2 p {
  padding: 10px 0;
}

/*===事業案内===*/
/* ご挨拶*/
.p-business-intro {
  width: 100%;
  padding: 100px 0 0;
}
@media screen and (max-width: 567px) {
  .p-business-intro {
    padding: 75px 0 0;
  }
}
.p-business-intro .l-inner {
  max-width: 980px;
  width: 100%;
  box-sizing: border-box;
}
.p-business-intro .l-inner h3 {
  margin: 0 auto 1em;
  position: relative;
  padding: 5px 0 0 50px;
  font-size: 2em;
  font-size: clamp(34px * 0.8, 100vw * 34 / 1440, 34px * 1);
  font-weight: 700;
  box-sizing: border-box;
  line-height: 1.4;
}
.p-business-intro .l-inner h3 br.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-business-intro .l-inner h3 br {
    display: none;
  }
  .p-business-intro .l-inner h3 br.br_sp {
    display: block !important;
  }
}
.p-business-intro .l-inner h3:before {
  position: absolute;
  top: 0;
  left: 20px;
  content: "";
  display: block;
  width: auto;
  height: 100%;
  border-left: 12px solid #1aa583;
  transform: skewX(-25deg) scaleY(0);
  transform-origin: top;
  animation: borderDrawDown 0.5s ease forwards;
}
@media screen and (max-width: 567px) {
  .p-business-intro .l-inner h3 {
    left: 20px;
  }
}
@media screen and (max-width: 419px) {
  .p-business-intro .l-inner h3 {
    border-left: 1px solid #1aa583;
    padding: 0 0 0 15px;
    left: 0;
  }
  .p-business-intro .l-inner h3:before {
    content: none;
  }
}
@media screen and (max-width: 319px) {
  .p-business-intro .l-inner h3 br.br_sp {
    display: none !important;
  }
}
@keyframes borderDrawDown {
  to {
    transform: skewX(-25deg) scaleY(1);
  }
}
.p-business-intro .l-inner p {
  width: 100%;
  padding: 0 0 10px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 567px) {
  .p-business-intro .l-inner p {
    padding: 0;
  }
}
.p-business-intro .flex-col-3 {
  /*アンカーナビ*/
  max-width: 980px;
  margin: 50px auto 100px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-business-intro .flex-col-3 {
    flex-direction: column;
    gap: 25px;
  }
}
.p-business-intro .flex-col-3 li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-business-intro .flex-col-3 li {
    width: 100%;
  }
}
.p-business-intro .flex-col-3 li a {
  justify-content: center;
  color: white;
  background: #1aa583;
}
@media screen and (max-width: 768px) {
  .p-business-intro .flex-col-3 li a {
    max-width: 500px;
  }
}
.p-business-intro .flex-col-3 li a:hover i {
  transform: none;
  animation: katakata 0.8s ease-in-out 1;
}
@keyframes katakata {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.p-business-intro .flex-col-3 li i {
  font-size: 1.5555555556em;
  color: white;
}

h4.business-lead {
  /*背景グリーンの帯*/
  background-color: #1aa583;
  width: 100%;
}
h4.business-lead div {
  display: flex;
  align-items: center;
  max-width: 1280px;
  color: white;
  font-size: clamp(24px * 0.85, 100vw * 24 / 1440, 24px * 1);
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 12px 0;
  margin: 0 auto;
  line-height: 1.4;
  max-width: 1200px;
}
@media screen and (max-width: 1359px) {
  h4.business-lead div {
    padding: 12px 40px;
  }
}
@media screen and (max-width: 768px) {
  h4.business-lead div {
    padding: 12px 24px;
  }
}
h4.business-lead div i {
  font-size: 1.3333333333em;
  padding-right: 10px;
}

/*=== h5 見出し ===*/
h5.business-lead-01 {
  /*数字＋タイトル*/
  font-size: 1.3333333333em;
  font-size: clamp(24px * 0.9, 100vw * 24 / 1440, 24px * 1);
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1;
}
h5.business-lead-01 span {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 2em;
  color: #1aa583;
  line-height: 1;
}

h5.business-lead-02 {
  /*●＋数字＋POINT＋タイトル*/
  display: flex;
  align-items: center;
  font-size: 1.3333333333em;
  font-weight: 700;
  gap: 15px;
}
h5.business-lead-02 div {
  width: 80%;
  padding-bottom: 10px;
  border-bottom: 1px solid #1aa583;
  line-height: 1.4;
  margin-bottom: 0;
}
h5.business-lead-02 .circle-point {
  width: 75px;
  height: 75px;
  aspect-ratio: 1/1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #1aa583;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 0.9;
}
h5.business-lead-02 .circle-point small {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: white;
  padding: 3px 0.5em 2px;
  background: #ccc;
}

h5.business-lead-03 {
  /*施工実例*/
  font-size: clamp(42px * 0.85, 100vw * 42 / 1440, 42px * 1);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h5.business-lead-03 img {
  width: 50px;
  opacity: 0.5;
  padding-bottom: 10px;
}
h5.business-lead-03 small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  letter-spacing: 0.15em;
  display: block;
  position: relative;
}
h5.business-lead-03 i {
  font-size: 42px;
  padding-bottom: 5px;
  opacity: 0.5;
}

.p-business-method {
  padding-bottom: 0;
}
.p-business-method .grid-col-2 {
  margin: 0 auto 35px;
  align-items: flex-start;
}
.p-business-method .grid-col-2 img {
  width: 100%;
  aspect-ratio: 2/1.25;
  object-fit: cover;
  border-radius: 15px;
  z-index: -5;
}
.p-business-method .grid-col-2 p {
  /*クォーテーション付きの段落*/
  letter-spacing: 0;
  position: relative;
  padding: 15px 1.5em;
  line-height: 2;
}
.p-business-method .grid-col-2 p .fa-quote-left,
.p-business-method .grid-col-2 p .fa-quote-right {
  position: absolute;
  font-size: 1.5555555556em;
  color: #1aa583;
  opacity: 0.75;
  z-index: 1;
}
.p-business-method .grid-col-2 p .fa-quote-left {
  left: 0em;
  top: -0.25em;
}
.p-business-method .grid-col-2 p .fa-quote-right {
  right: 0;
  bottom: 0.25em;
}
.p-business-method .grid-col-2 .strength {
  /*強みのボックス*/
  margin-top: 25px;
}
.p-business-method .grid-col-2 .strength strong {
  font-weight: 500;
  background: #1aa583;
  color: white;
  padding: 5px 1em;
  font-size: 0.8888888889em;
  letter-spacing: 0.1em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: fit-content;
  display: block;
}
.p-business-method .grid-col-2 .strength .eng_point {
  font-size: clamp(36px * 0.7, 100vw * 36 / 1440, 36px * 1.5);
  color: #1aa583;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  transform: skewX(-15deg);
  opacity: 0.85;
  line-height: 1;
  margin-bottom: -5px;
}
@media screen and (max-width: 349px) {
  .p-business-method .grid-col-2 .strength .eng_point {
    display: none;
  }
}
.p-business-method .grid-col-2 .strength ul {
  background: #f5f5f5;
  padding: 25px 25px 15px;
}
.p-business-method .grid-col-2 .strength ul li {
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 8px;
  display: flex;
  letter-spacing: 0.02em;
}
.p-business-method .grid-col-2 .strength ul li:before {
  content: "\f14a";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 2px 10px 0 0;
  color: #1aa583;
}
.p-business-method__item {
  margin: 50px auto 150px;
  max-width: 1080px;
}

/*====== business の個別調整 ======*/
.p-business-top {
  max-width: 1180px;
  margin: 0 auto;
}
.p-business-top .l-grid-3 {
  /* ビジネストップ用の調整 */
  display: grid;
  grid-template-columns: 320px 1fr;
  column-gap: 45px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.p-business-top .l-grid-3__img {
  grid-row: 1/3;
}
.p-business-top .l-grid-3__img img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.p-business-top .l-grid-3__lead {
  padding-bottom: 20px;
}
.p-business-top .l-grid-3 a.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: transparent;
  transition: background-color 0.5s, opacity 0.5s;
}
.p-business-top .l-grid-3 a.cover:hover {
  background-color: white;
  opacity: 0.65;
}
@media screen and (max-width: 768px) {
  .p-business-top .l-grid-3 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .p-business-top .l-grid-3__lead {
    grid-row: 1;
  }
  .p-business-top .l-grid-3__img {
    grid-row: 2;
  }
  .p-business-top .l-grid-3__txt {
    grid-row: 3;
  }
}
.p-business-top .c-btn-link {
  justify-content: flex-end;
}

/*====== business_01 の個別調整 ======*/
.grid-col-2.--shift {
  margin: 0 auto 25px;
}
.grid-col-2.--shift div:nth-of-type(2) {
  padding-top: 50px;
}
.grid-col-2.--shift picture {
  display: block;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .grid-col-2.--shift {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .grid-col-2.--mix {
    grid-template-columns: 40% 1fr;
  }
  .grid-col-2.--mix picture {
    margin-bottom: 35px;
  }
  .grid-col-2.--mix picture img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .grid-col-2.--mix {
    grid-template-columns: 1fr;
  }
  .grid-col-2.--mix picture img {
    aspect-ratio: 2/1.25;
  }
}

/*====== business_02 の個別調整 ======*/
.p-business-method.business_02 .grid-col-2 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .p-business-method.business_02 .grid-col-2 {
    margin-bottom: 50px;
  }
  .p-business-method.business_02 .grid-col-2 > div:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-business-method.business_02 .grid-col-2 {
    margin-bottom: 50px;
  }
}
.p-business-method.business_02 .grid-col-2 > picture img {
  margin-bottom: 25px;
}
.p-business-method.business_02 .grid-col-2.--feature-illust img {
  /*6つのポイント用*/
  aspect-ratio: auto !important;
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 567px) {
  .p-business-method.business_02 .grid-col-2.--feature-illust img {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .p-business-method.business_02 .grid-col-2.--feature-illust p {
    padding: 15px 0.5em;
  }
}
.p-business-method.business_02 .grid-col-2.--feature-img picture {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 35px 0 25px;
}
@media screen and (max-width: 567px) {
  .p-business-method.business_02 .grid-col-2.--feature-img picture {
    width: 100%;
  }
}
.p-business-method.business_02 .grid-col-2.--feature-img picture img {
  /*6つのポイント用*/
  aspect-ratio: 3/2;
  border-radius: 15px;
  display: block;
}
@media screen and (max-width: 567px) {
  .p-business-method.business_02 .grid-col-2.--feature-img p {
    padding: 15px 0.5em;
  }
}
.p-business-method.business_02 .grid-col-2.--feature-img p small {
  background: #e8f3eb;
  line-height: 1.8;
  padding: 10px 20px;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 567px) {
  .p-business-method.business_02 .grid-col-2.--feature-txt p {
    padding: 15px 0.5em;
  }
}

.p-business-project .grid-col-3 {
  margin: 50px auto 150px;
  max-width: 1080px;
}
.p-business-project .grid-col-3 .grid-col-3__item {
  display: flex;
  flex-direction: column;
}
.p-business-project .grid-col-3 .grid-col-3__item strong {
  font-size: 1.2222222222em;
  text-align: left;
  display: block;
  padding-left: 1em;
  margin: 0 auto 15px;
  line-height: 1;
  color: #1aa583;
  padding-left: 0;
}
.p-business-project .grid-col-3 .grid-col-3__item strong i {
  font-size: 28px;
  color: #1aa583;
  padding-right: 10px;
}
.p-business-project .grid-col-3 .grid-col-3__item ul {
  background: #e8f3eb;
  border-radius: 15px;
  padding: 20px 10px 20px 30px;
  flex: 1;
}
.p-business-project .grid-col-3 .grid-col-3__item li {
  line-height: 2;
  font-size: 0.8888888889em;
  letter-spacing: 0.01em;
}
.p-business-project .grid-col-3 .grid-col-3__item li i {
  color: #1aa583;
  padding-right: 10px;
  font-size: 14px;
}

/*====== business_03 / business_04 の個別調整 ======*/
.p-business-method.business_03,
.p-business-method.business_04 {
  margin-bottom: 150px;
}
.p-business-method.business_03 .grid-col-2,
.p-business-method.business_03 .grid-col-3,
.p-business-method.business_04 .grid-col-2,
.p-business-method.business_04 .grid-col-3 {
  margin: 0 auto 0;
  row-gap: 25px;
  max-width: 1280px;
}
.p-business-method.business_03 .grid-col-2 li img,
.p-business-method.business_03 .grid-col-3 li img,
.p-business-method.business_04 .grid-col-2 li img,
.p-business-method.business_04 .grid-col-3 li img {
  border-radius: 15px;
}
.p-business-method.business_03 .grid-col-2 li p,
.p-business-method.business_03 .grid-col-3 li p,
.p-business-method.business_04 .grid-col-2 li p,
.p-business-method.business_04 .grid-col-3 li p {
  font-size: 0.9444444444em;
  font-weight: 500;
  padding: 5px 0 0;
}
.p-business-method.business_03 .grid-col-2 dl,
.p-business-method.business_03 .grid-col-3 dl,
.p-business-method.business_04 .grid-col-2 dl,
.p-business-method.business_04 .grid-col-3 dl {
  padding: 15px 0 25px;
}
.p-business-method.business_03 .grid-col-2 dl div,
.p-business-method.business_03 .grid-col-3 dl div,
.p-business-method.business_04 .grid-col-2 dl div,
.p-business-method.business_04 .grid-col-3 dl div {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .p-business-method.business_03 .grid-col-2 dl div,
  .p-business-method.business_03 .grid-col-3 dl div,
  .p-business-method.business_04 .grid-col-2 dl div,
  .p-business-method.business_04 .grid-col-3 dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
  }
}
.p-business-method.business_03 .grid-col-2 dl dt,
.p-business-method.business_03 .grid-col-3 dl dt,
.p-business-method.business_04 .grid-col-2 dl dt,
.p-business-method.business_04 .grid-col-3 dl dt {
  background: #1aa583;
  font-size: 13px !important;
  font-weight: 500;
  color: WHITE;
  width: 5em;
  padding: 5px 0.25em;
  display: flex;
  justify-content: center;
  line-height: 1;
  border-radius: 3px;
}
.p-business-method.business_03 .grid-col-2 dl dd,
.p-business-method.business_03 .grid-col-3 dl dd,
.p-business-method.business_04 .grid-col-2 dl dd,
.p-business-method.business_04 .grid-col-3 dl dd {
  flex: 1;
  font-size: 0.9444444444em !important;
  font-weight: 500;
}
.p-business-method.business_03 .grid-col-2 dl dd small,
.p-business-method.business_03 .grid-col-3 dl dd small,
.p-business-method.business_04 .grid-col-2 dl dd small,
.p-business-method.business_04 .grid-col-3 dl dd small {
  margin-left: -0.5em;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 567px) {
  .p-business-method.business_03 .grid-col-2 dl dd,
  .p-business-method.business_03 .grid-col-3 dl dd,
  .p-business-method.business_04 .grid-col-2 dl dd,
  .p-business-method.business_04 .grid-col-3 dl dd {
    font-size: 1.0625em !important;
  }
}
.p-business-method.business_03 .grid-col-2,
.p-business-method.business_04 .grid-col-2 {
  margin-bottom: 35px;
}
.p-business-method.business_03 .grid-col-3,
.p-business-method.business_04 .grid-col-3 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .p-business-method.business_03 img {
    aspect-ratio: 3/2.2;
    object-fit: cover;
  }
}
@media screen and (max-width: 567px) {
  .p-business-method.business_03 img {
    aspect-ratio: initial;
    object-fit: fill;
  }
}

/*====== business_05 の個別調整 ======*/
.p-business-method.business_05 {
  margin-bottom: 150px;
}
.p-business-method.business_05 .grid-col-3 {
  margin: 0 auto 100px;
  row-gap: 25px;
}
.p-business-method.business_05 .grid-col-3 img {
  border-radius: 15px;
}
.p-business-method.business_05 .grid-col-3 p {
  font-size: 0.9444444444em;
  font-weight: 500;
  padding: 5px 0 0;
}

/*====== 他の事業へのリンク ======*/
.p-business-link .l-inner {
  overflow: hidden;
}
.p-business-link .grid-col-3,
.p-business-link .grid-col-4 {
  margin: 0 auto;
  row-gap: 25px;
}
.p-business-link .grid-col-3 li,
.p-business-link .grid-col-4 li {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.p-business-link .grid-col-3 li img,
.p-business-link .grid-col-4 li img {
  border-radius: 15px;
  aspect-ratio: 2/1.25;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-business-link .grid-col-3 li img,
  .p-business-link .grid-col-4 li img {
    aspect-ratio: 1.91/1;
  }
}
.p-business-link .grid-col-3 li .layer,
.p-business-link .grid-col-4 li .layer {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 5;
}
.p-business-link .grid-col-3 li:hover img,
.p-business-link .grid-col-4 li:hover img {
  transform: scale(1.2);
  filter: blur(3px);
}
.p-business-link .grid-col-3 li:hover .layer,
.p-business-link .grid-col-4 li:hover .layer {
  background: #1ed6b1;
  mix-blend-mode: multiply;
}
.p-business-link .grid-col-3 li > a,
.p-business-link .grid-col-4 li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  font-size: clamp(20px * 0.9, 100vw * 20 / 1280, 20px * 1.2);
  letter-spacing: 0.075em;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 0 10px;
  z-index: 10;
}
.p-business-link .grid-col-3 li > a div,
.p-business-link .grid-col-4 li > a div {
  display: flex;
  align-items: center;
}
.p-business-link .grid-col-3 li > a div > i,
.p-business-link .grid-col-4 li > a div > i {
  font-size: 18px;
  padding: 3px 0 0 5px;
  line-height: 1;
}
.p-business-link .grid-col-3 li > a small,
.p-business-link .grid-col-4 li > a small {
  text-align: center;
  font-size: 0.6em;
}
.p-business-link .grid-col-3 li > a > img.icon,
.p-business-link .grid-col-4 li > a > img.icon {
  all: unset;
  width: 15%;
  max-width: 40px;
  padding-bottom: 10px;
  display: block;
}
.p-business-link .grid-col-3 li > a i,
.p-business-link .grid-col-4 li > a i {
  font-size: clamp(36px * 0.75, 100vw * 36 / 1480, 36px * 1);
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-business-link .grid-col-3 li > a small,
  .p-business-link .grid-col-4 li > a small {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 859px) {
  .p-business-link .grid-col-3 li > a img.icon,
  .p-business-link .grid-col-4 li > a img.icon {
    width: 35px;
  }
}
.p-business-link .grid-col-3 li > a:hover,
.p-business-link .grid-col-4 li > a:hover {
  opacity: 1;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.95));
}
.p-business-link .grid-col-3 li > a:hover i,
.p-business-link .grid-col-3 li > a:hover img.icon,
.p-business-link .grid-col-4 li > a:hover i,
.p-business-link .grid-col-4 li > a:hover img.icon {
  animation: katakata 0.5s ease-in-out 1;
}
@keyframes katakata {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.p-recruit-main {
  position: relative;
}
.p-recruit-main img {
  height: 700px;
  object-fit: cover;
}
@media screen and (min-width: 1980px) {
  .p-recruit-main img {
    height: initial;
  }
}
@media screen and (max-width: 1259px) {
  .p-recruit-main img {
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .p-recruit-main img {
    height: 500px;
  }
}
@media screen and (max-width: 567px) {
  .p-recruit-main img {
    width: 100%;
    height: auto;
    object-fit: fill;
  }
}
.p-recruit-main--ttl {
  position: absolute;
  font-size: clamp(38px * 0.65, 100vw * 38 / 1280, 38px * 1);
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.75));
  color: white;
  font-weight: 700;
  bottom: 8%;
  left: 8%;
}
.p-recruit-main--ttl small {
  padding: 0.5em 0 0;
  display: block;
  font-size: clamp(20px * 0.75, 100vw * 20 / 1280, 20px * 1);
  line-height: 1.4;
}
@media screen and (max-width: 359px) {
  .p-recruit-main--ttl {
    font-size: clamp(24px * 0.7, 100vw * 24 / 567, 24px * 1);
  }
  .p-recruit-main--ttl br {
    display: none;
  }
  .p-recruit-main--ttl small {
    display: none;
  }
}

.recruit .c-h4-ttl {
  text-align: left;
  margin: 0 auto;
  max-width: 680px;
}

.p-recruit__ttl {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  margin: 0 auto 50px;
  position: relative;
}
.p-recruit__ttl img {
  display: block;
  mix-blend-mode: multiply;
  width: 100%;
  max-width: 860px;
}
@media screen and (max-width: 567px) {
  .p-recruit__ttl img {
    transform: scaleY(1.2);
  }
}
.p-recruit__ttl .animate.fade-in.in-view {
  opacity: 0.2 !important;
}
.p-recruit__sub-ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 1.5555555556em;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  mix-blend-mode: multiply;
  margin-top: -10px;
}
.p-recruit__sub-ttl i {
  font-size: 1.5em;
}
.p-recruit__sub-ttl span {
  padding: 10px 0 0;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 0.7222222222em;
  color: #1aa583;
  line-height: 1;
  opacity: 0.9;
}

.p-recruit-intro {
  padding: 0 0 50px;
  margin: 0;
  position: relative;
}
.p-recruit-intro .layer-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -9;
  opacity: 0.95;
}
.p-recruit-intro .layer-img img {
  height: 100%;
  object-fit: cover;
  filter: contrast(200%) saturate(200%);
}
.p-recruit-intro .layer-01 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #18866f;
  z-index: -5;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.p-recruit-intro .layer-02 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0da07e;
  z-index: -1;
  opacity: 0.85;
}
.p-recruit-intro .l-inner {
  z-index: 99;
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-recruit-intro .c-h4-ttl {
  color: white;
  text-align: center;
  max-width: 860px;
  font-size: clamp(34px * 0.75, 100vw * 34 / 1280, 34px * 1);
}
@media screen and (max-width: 567px) {
  .p-recruit-intro .c-h4-ttl {
    text-align: left;
  }
  .p-recruit-intro .c-h4-ttl br.br {
    display: none;
  }
}
.p-recruit-intro p {
  font-size: clamp(19px * 0.9, 100vw * 19 / 1440, 19px * 1);
  color: white;
  font-weight: 400;
  line-height: 2;
  max-width: 680px;
  margin: 0 auto;
}
.p-recruit-intro .c-btn-rc {
  margin: 25px auto 0;
  background: #292929;
  color: white;
  border-radius: 75px;
  font-weight: 500;
}
.p-recruit-intro .c-btn-rc i {
  color: #ffffff;
}
.p-recruit-intro .c-btn-rc:hover {
  opacity: 1;
  color: #1aa583;
}
.p-recruit-intro .c-btn-rc:hover i {
  color: #1aa583;
}
.p-recruit-intro__movie {
  margin: 0 auto;
  padding: 50px 0 35px;
  max-width: 750px;
}
.p-recruit-intro__movie .youtube {
  outline: 5px solid rgba(255, 255, 255, 0.8);
}

/*======= トップメイン下・字幕エリア =======*/
.recruit-sub {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0.45;
  padding-top: 15px;
  /* アニメーションキー */
}
@media screen and (max-width: 567px) {
  .recruit-sub {
    display: none;
  }
}
.recruit-sub__ttl {
  position: relative;
  overflow: hidden;
  /* デバイス幅を超える部分を非表示に */
  height: 105px;
  /* 高さを固定 */
  padding: 0;
}
.recruit-sub__ttl .image-wrapper {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  position: absolute;
  width: 8000px;
  /* 画像の幅をデバイス幅に応じて2倍以上に */
  animation: marquee 60s linear infinite;
  /* アニメーション適用 */
}
.recruit-sub__ttl .image-wrapper img {
  width: auto;
  height: 105px;
  flex-shrink: 0;
  overflow: hidden !important;
  /* サイズが変わらないように固定 */
}
@keyframes marquee {
  0% {
    transform: translateX(0);
    /* 開始位置 */
  }
  100% {
    transform: translateX(-4000px);
  }
}
@keyframes marquee_sp {
  0% {
    transform: translateX(0);
    /* 開始位置 */
  }
  100% {
    transform: translateX(-2100px);
  }
}

/*===　求める人材　====*/
.p-recruit-ideal {
  position: relative;
  padding: 0;
  background-image: url(../img/recruit/check-BK.jpg);
  background-repeat: repeat;
}
.p-recruit-ideal .l-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-recruit-ideal .layer-01 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #348a77;
  z-index: -5;
  mix-blend-mode: multiply;
}
.p-recruit-ideal p {
  max-width: 680px;
  margin: 0 auto 25px;
}
.p-recruit-ideal__img {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
.p-recruit-ideal .ideal-01,
.p-recruit-ideal .ideal-02,
.p-recruit-ideal .ideal-03 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.p-recruit-ideal .grid-col-3 {
  max-width: 860px;
}
@media screen and (max-width: 859px) {
  .p-recruit-ideal .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .p-recruit-ideal .grid-col-3 {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 20px;
  }
}
.p-recruit-ideal .grid-col-3 li {
  background: #292929;
  border-radius: 15px;
  padding: 25px 20px 25px;
  box-sizing: border-box;
  margin: 0;
}
.p-recruit-ideal .grid-col-3 li img {
  width: 60%;
  margin: 0 auto 15px;
}
.p-recruit-ideal .grid-col-3 li p {
  color: white;
  font-size: clamp(20px * 0.9, 100vw * 20 / 1440, 20px * 1) !important;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 859px) {
  .p-recruit-ideal .grid-col-3 li p {
    padding: 0;
  }
  .p-recruit-ideal .grid-col-3 li p br {
    display: none;
  }
}
@media screen and (max-width: 859px) {
  .p-recruit-ideal .grid-col-3 li img {
    width: 85%;
  }
}
@media screen and (max-width: 567px) {
  .p-recruit-ideal .grid-col-3 li {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
  }
  .p-recruit-ideal .grid-col-3 li img {
    width: 50%;
  }
  .p-recruit-ideal .grid-col-3 li p br {
    display: block;
  }
}

/*===職種紹介====*/
.p-recruit-job {
  position: relative;
  padding: 0;
}
.p-recruit-job .layer-img {
  background-image: url(../img/recruit/check-BK.jpg);
  background-repeat: repeat;
  z-index: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -9;
  opacity: 1;
}
.p-recruit-job .layer-01 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #292929;
  z-index: -1;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.p-recruit-job .l-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-recruit-job .p-recruit__sub-ttl {
  color: white;
  opacity: 0.85;
  mix-blend-mode: normal !important;
}
.p-recruit-job .p-recruit__ttl img {
  display: block;
  mix-blend-mode: normal !important;
}
.p-recruit-job .p-recruit__sub-ttl i {
  font-size: 0.95em;
}
.p-recruit-job .c-h4-ttl {
  color: white;
  max-width: 720px;
}
.p-recruit-job__movie {
  margin: 0 auto;
  padding: 0 0 35px;
  max-width: 750px;
}
@media screen and (max-width: 859px) {
  .p-recruit-job__movie {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}

.p-recruit-job__list {
  max-width: 980px;
  margin: 75px auto 0;
}
.p-recruit-job__list .grid-col-2 {
  position: relative;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  gap: 0;
  align-items: center;
}
.p-recruit-job__list--ttl {
  position: absolute;
  top: -2em;
  left: 30px;
  background-color: #1aa583;
  color: white;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.2222222222em;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 16px 10px;
  text-align: center;
  height: 14em;
  clip-path: polygon(0 0, 100% 0%, 100% 92%, 0 100%);
}
.p-recruit-job__list picture {
  align-self: stretch;
}
.p-recruit-job__list img {
  display: block;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.p-recruit-job__list p {
  padding: 20px 10%;
}

/*===　先輩インタビュー　===*/
.p-recruit-interview {
  position: relative;
  padding: 0;
  overflow-x: hidden;
}
.p-recruit-interview .layer-img {
  background-image: url(../img/recruit/check-BK.jpg);
  background-repeat: repeat;
  z-index: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.p-recruit-interview .layer-01 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1aa583;
  z-index: -5;
  opacity: 0.95;
  mix-blend-mode: multiply;
}
.p-recruit-interview .bicolor-BK {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1eee8;
  clip-path: polygon(0 0, 28% 0, 5% 100%, 0% 100%);
  z-index: -5;
}
@media screen and (max-width: 567px) {
  .p-recruit-interview .bicolor-BK {
    clip-path: polygon(0 0, 65% 0, -400% 100%, 0% 100%);
  }
}
.p-recruit-interview .l-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-recruit-interview .p-recruit {
  /*タイトル*/
}
.p-recruit-interview .p-recruit__sub-ttl {
  color: #292929;
  opacity: 1;
  mix-blend-mode: normal !important;
}
.p-recruit-interview .p-recruit__ttl img {
  max-width: 720px;
}
.p-recruit-interview .p-recruit__ttl .animate.fade-in.in-view {
  opacity: 0.2 !important;
}
.p-recruit-interview .p-recruit__sub-ttl i {
  font-size: 0.95em;
}
.p-recruit-interview .p-recruit__sub-ttl span {
  color: #292929;
  opacity: 0.7;
}
.p-recruit-interview__item {
  position: relative;
}
.p-recruit-interview__item .l-grid-3 {
  grid-template-columns: 420px 1fr;
  margin: 0 auto;
  column-gap: 50px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .p-recruit-interview__item .l-grid-3 {
    grid-template-columns: 1fr;
  }
}
.p-recruit-interview__item .l-grid-3__txt {
  padding: 0;
  border-radius: 15px;
  box-sizing: border-box;
}
.p-recruit-interview__item .l-grid-3__txt--item {
  background: white;
  border-radius: 15px;
  margin: 25px auto 75px;
  padding: 0 5% 25px;
  border: 1px solid #292929;
}
.p-recruit-interview__item .l-grid-3__txt--item:nth-of-type(2) {
  margin-bottom: 0;
}
.p-recruit-interview__item .l-grid-3__txt--item .name {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.p-recruit-interview__item .l-grid-3__txt--item .name p {
  width: 100%;
  font-size: 1.7777777778em !important;
  font-weight: 700;
  line-height: 1.4;
  padding: 0;
  letter-spacing: 0.05em;
}
.p-recruit-interview__item .l-grid-3__txt--item .name small {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0 15px;
}
.p-recruit-interview__item .l-grid-3__txt--item > span {
  /*部署名*/
  display: block;
  font-size: 0.8em;
  background: #292929;
  color: white;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px * 0.9, 100vw * 20 / 1440, 20px * 1) !important;
  padding: 8px 1.5em;
  width: fit-content;
  margin: -25px 0 20px -50px;
}
.p-recruit-interview__item .l-grid-3__txt--item > span.animate.slide-in-left {
  opacity: 0;
  transform: skewX(15deg) translateX(200);
}
.p-recruit-interview__item .l-grid-3__txt--item > span.animate.slide-in-left.in-view {
  opacity: 1;
  transform: skewX(-15deg) translateX(0);
}
.p-recruit-interview__item .l-grid-3__txt--item > span div {
  transform: skewX(15deg);
}
@media screen and (max-width: 567px) {
  .p-recruit-interview__item .l-grid-3__txt--item > span {
    margin: -25px 0 20px -25px;
    padding: 8px 1em;
  }
}
@media screen and (max-width: 567px) {
  .p-recruit-interview__item .l-grid-3__txt p {
    padding: 0 10px 1em;
  }
}
.p-recruit-interview__item .l-grid-3__img {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  gap: 30px;
}
.p-recruit-interview__item .l-grid-3__img img {
  aspect-ratio: 1/1;
  border-radius: 0;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-recruit-interview__item .l-grid-3__img {
    width: 100%;
    padding: 0 0 50px;
    flex-direction: row;
    align-items: flex-start;
  }
  .p-recruit-interview__item .l-grid-3__img picture {
    width: 50%;
  }
  .p-recruit-interview__item .l-grid-3__img picture img {
    width: 100%;
    border-radius: 0;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__item .l-grid-3__img {
    flex-direction: column;
  }
  .p-recruit-interview__item .l-grid-3__img picture {
    width: 100%;
  }
}
.p-recruit-interview__item .l-grid-3 .career {
  background: white;
  border-radius: 10px;
  padding: 0 20px 25px;
  margin-top: 30px;
}
.p-recruit-interview__item .l-grid-3 .career strong {
  font-size: clamp(18px * 0.95, 100vw * 18 / 1440, 18px * 1) !important;
  font-weight: 700;
  background: #292929;
  color: white;
  margin: -25px auto 0;
  box-sizing: border-box;
  display: block;
  padding: 10px 1.5em;
  width: fit-content;
  margin: -25px 0 20px -35px;
}
.p-recruit-interview__item .l-grid-3 .career strong div {
  transform: skewX(15deg);
}
.p-recruit-interview__item .l-grid-3 .career strong.animate.slide-in-left.in-view {
  opacity: 1;
  transform: skewX(-15deg) translateX(0);
}
.p-recruit-interview__item .interview__ttl {
  /*タイトル*/
  font-size: clamp(30px * 0.75, 100vw * 30 / 1440, 30px * 1);
  font-weight: 600;
  padding: 0 0 45px;
  position: relative;
}
.p-recruit-interview__item .interview__ttl strong {
  background-color: #292929;
  color: white;
  padding: 20px 1em 20px;
  display: block;
  transform: skewX(-15deg);
  width: fit-content;
  z-index: -9;
  margin: 0 1em;
}
.p-recruit-interview__item .interview__ttl strong div {
  transform: skewX(15deg);
}
@media screen and (max-width: 567px) {
  .p-recruit-interview__item .interview__ttl strong {
    margin: 0;
    transform: skewX(0);
  }
  .p-recruit-interview__item .interview__ttl strong div {
    transform: skewX(0);
  }
}
.p-recruit-interview__item .interview__ttl--sub {
  color: #292929;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px * 0.79, 100vw * 18 / 1440, 18px * 1);
  background: #ffffff;
  transform: skewX(-15deg);
  padding: 5px 1.5em;
  width: fit-content;
  position: absolute;
  z-index: 99;
  top: calc(-1em - 6px);
  left: -10px;
}
.p-recruit-interview__item .interview__ttl--sub div {
  transform: skewX(15deg);
}
.p-recruit-interview__item .interview__ttl--sub i {
  font-size: 1em;
}
.p-recruit-interview__item .dl-grid-history {
  background: white;
  padding: 0 20px;
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 3.5em 1.5em 1fr;
  align-items: center;
  justify-content: space-between;
}
.p-recruit-interview__item .dl-grid-history dt,
.p-recruit-interview__item .dl-grid-history div,
.p-recruit-interview__item .dl-grid-history dd {
  padding: 1em 0;
}
.p-recruit-interview__item .dl-grid-history dd {
  padding-left: 1.5em;
}
.p-recruit-interview__item .dl-grid-history .history-line {
  position: relative;
  width: 2em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-recruit-interview__item .dl-grid-history .history-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  transform: translateX(-50%);
}
.p-recruit-interview__item .dl-grid-history .history-line .dot {
  width: 12px;
  height: 12px;
  background-color: #1abc9c;
  border-radius: 50%;
  z-index: 9;
}
.p-recruit-interview .grid-col-2.point {
  /*押しポイント*/
  grid-template-columns: 200px 1fr;
  max-width: 600px;
  margin: 0 auto;
}
.p-recruit-interview .grid-col-2__txt {
  /*タイトル*/
}
.p-recruit-interview .grid-col-2__txt dt {
  font-weight: 600;
  font-size: clamp(20px * 0.8, 100vw * 20 / 1440, 20px * 1) !important;
  background: #292929;
  color: white;
  padding: 8px 1.5em 8px;
  display: block;
  transform: skewX(-15deg);
  width: fit-content;
  z-index: -9;
}
.p-recruit-interview .grid-col-2__txt dt div {
  transform: skewX(15deg);
}
.p-recruit-interview .grid-col-2__txt dd {
  background-color: white;
  border-radius: 15px;
  padding: 35px 25px 25px;
  margin: -15px 0 50px 35px;
  line-height: 1.8;
  border: 1px solid #292929;
}
.p-recruit-interview .grid-col-2__txt strong {
  font-weight: 600;
  font-size: clamp(24px * 0.8, 100vw * 24 / 1440, 24px * 1);
  background-color: #292929;
  color: white;
  padding: 10px 1.5em 10px;
  display: block;
  transform: skewX(-15deg);
  width: fit-content;
  z-index: -9;
  margin-left: 1em;
}
.p-recruit-interview .grid-col-2__txt p {
  margin: -25px 0 50px 8%;
  width: 90%;
  border-radius: 15px;
  padding: 50px 25px 25px;
  font-weight: 500;
  font-size: 17px !important;
}

/*=== 募集要項 ===*/
.p-recruit-info {
  position: relative;
  padding: 0;
  overflow-x: hidden;
}
.p-recruit-info__triangle-L {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 125%;
  background-color: #1aa583;
  height: 35%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: -5;
  opacity: 0.75;
}
.p-recruit-info .layer-img {
  background-image: url(../img/recruit/check-BK.jpg);
  background-repeat: repeat;
  z-index: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  mix-blend-mode: multiply;
}
.p-recruit-info .layer-01 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #292929;
  z-index: -9;
  opacity: 0.9;
}
.p-recruit-info .l-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-recruit-info .p-recruit__sub-ttl {
  color: white;
  opacity: 0.85;
  mix-blend-mode: normal !important;
}
.p-recruit-info .p-recruit__ttl img {
  display: block;
  mix-blend-mode: normal !important;
  height: 100px;
}
.p-recruit-info .p-recruit__ttl .animate.fade-in.in-view {
  opacity: 0.15 !important;
}
.p-recruit-info .p-recruit__sub-ttl i {
  font-size: 0.95em;
}
.p-recruit-info .c-h4-ttl {
  color: white;
}
.p-recruit-info strong {
  font-size: clamp(28px * 0.9, 100vw * 28 / 1440, 28px * 1);
  color: white;
  font-weight: 700;
  line-height: 1.4;
  max-width: 680px;
  margin: 0 auto 25px;
  display: block;
}
.p-recruit-info .dl-grid-2 {
  display: grid;
  grid-template-columns: 7em 1fr;
  margin: 0 auto 75px;
  background: white;
  padding: 45px 5%;
  max-width: 860px;
  border-radius: 15px;
}
@media screen and (max-width: 567px) {
  .p-recruit-info .dl-grid-2 {
    grid-template-columns: 1fr;
  }
}
.p-recruit-info .dl-grid-2 dt {
  display: flex;
}
@media screen and (max-width: 567px) {
  .p-recruit-info .dl-grid-2 dt {
    font-size: 15px !important;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #1aa583;
  }
}
.p-recruit-info .c-btn-rc {
  /*エントリーボタン*/
  margin: 25px auto 0;
  background: #292929;
  color: white;
  border-radius: 75px;
  font-weight: 500;
}
.p-recruit-info .c-btn-rc i {
  color: #ffffff;
}
.p-recruit-info .c-btn-rc:hover {
  opacity: 1;
  color: #1aa583;
}
.p-recruit-info .c-btn-rc:hover i {
  color: #1aa583;
}

.p-privacy h4.business-lead {
  margin-bottom: 50px;
}
.p-privacy h4.business-lead div {
  max-width: 1200px;
}
.p-privacy__item {
  max-width: 860px;
  margin: 0 auto 75px;
}
.p-privacy__item--ttl {
  padding: 10px 0;
  color: #292929;
  font-size: clamp(24px * 0.9, 100vw * 24 / 1440, 24px * 1);
  font-weight: 700;
  border-bottom: solid 1px #1aa583;
  margin-bottom: 25px;
}
.p-privacy__item--ttl i {
  color: #1aa583;
  padding-right: 10px;
  font-weight: 500;
}
.p-privacy__item dl {
  padding-left: 3em;
}
.p-privacy__item dl dt {
  position: relative;
  padding: 0 0 15px;
}
.p-privacy__item dl dt > span {
  position: absolute;
  top: 0;
  bottom: initial;
  margin-left: -3em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1aa583;
  color: white;
  width: 30px;
  height: 30px;
}
.p-privacy__item dl dd {
  padding-bottom: 25px;
}
.p-privacy__item > ul > li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 2em;
  padding-bottom: 15px;
}

/*========= サイトマップ ===========*/
.sitemap {
  margin-bottom: 200px;
}
@media screen and (max-width: 567px) {
  .sitemap .grid-col-3 {
    row-gap: 0;
  }
}
.sitemap .l-inner {
  max-width: 980px;
}
.sitemap__item {
  width: 90%;
}
.sitemap__item li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: #dcdcdc solid 1px;
  font-weight: 600;
}
.sitemap__item li .svg-inline--fa {
  color: #1aa583;
  margin-left: 10px;
  font-size: 16px !important;
}
.sitemap__item ul {
  padding-left: 15px;
}
.sitemap__item ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: #dcdcdc solid 1px;
  font-weight: 400;
}
.sitemap__item ul li:last-child {
  border-bottom: #dcdcdc solid 1px;
}

.news_article {
  margin: 50px auto 200px;
}
.news_article article {
  max-width: 680px;
  margin: 0 auto;
}
.news_article--ttl {
  display: block;
  border-bottom: #1aa583 solid 1px;
}
.news_article--ttl dt {
  line-height: 1.4;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  color: #1aa583;
  font-weight: normal;
  font-size: 0.8em !important;
}
.news_article--ttl dd {
  width: 100%;
  font-size: clamp(22px * 0.95, 100vw * 22 / 1440, 22px * 1) !important;
  font-weight: 600;
  padding: 0 0 20px !important;
  line-height: 1.6;
}
.news_article .single {
  margin: 5% 0 100px;
  padding: 0;
}
.news_article .single img {
  display: block;
  padding-bottom: 15px;
}
.news_article .single p {
  font-size: clamp(17px * 0.95, 100vw * 17 / 1440, 17px * 1) !important;
  line-height: 2;
  padding: 0 0 1em;
}
.news_article .single p a {
  color: #1aa583;
  transition: all 0.2s ease;
  text-decoration: underline;
  display: block;
  margin: 1.2em 0;
}
.news_article img.main {
  padding-bottom: 20px;
}
.news_article .c-btn-rc {
  background: #1aa583;
  border-radius: 50px;
  color: white;
  margin: 0 auto;
}
.news_article .c-btn-rc i {
  color: white;
}
.news_article .c-btn-rc:hover {
  opacity: 0.65;
}

.new-archive {
  min-height: 1000px;
}

.works-archive {
  min-height: 1500px;
  margin-bottom: 200px;
}
.works-archive .grid-col-2 {
  margin: 0 auto 0;
  row-gap: 50px;
  max-width: 1280px;
}
.works-archive .grid-col-2 li img {
  border-radius: 15px;
  margin-bottom: 15px;
  display: block;
}
.works-archive .grid-col-2 li div {
  border-bottom: 1px solid #1aa583;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.works-archive .grid-col-2 li p {
  font-size: 1.3333333333em !important;
  font-weight: 700;
  padding: 0;
}
.works-archive .grid-col-2 li span {
  font-size: 0.9444444444em;
  color: #1aa583;
}

.p-contact {
  /*このsectionはmargin-bottom:0*/
  margin-bottom: 0;
  background: #1aa583;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .p-contact .l-inner {
    max-width: initial !important;
  }
}
.p-contact__item {
  max-width: 860px;
  margin: 0 auto;
  background: white;
  border-radius: 25px;
  text-align: center;
  padding: 0 5%;
}
.p-contact__item .c-h3-ttl {
  padding-bottom: 25px;
}
.p-contact__item h3,
.p-contact__item p {
  text-align: center;
  margin: 0 auto;
}
.p-contact__item h3 small,
.p-contact__item p small {
  justify-content: center;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.p-contact__item p {
  width: 80%;
}
.p-contact__BTN {
  display: flex;
  justify-content: center;
  padding: 20px 0 50px;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__BTN {
    flex-direction: column;
    row-gap: 25px;
    column-gap: 0;
    align-items: center;
  }
}
.p-contact__BTN .c-btn-rc {
  width: 48%;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 1.2222222222em;
  font-weight: 600;
  gap: 0;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .p-contact__BTN .c-btn-rc {
    width: 85%;
  }
}
.p-contact__BTN .c-btn-rc small {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
}
.p-contact__BTN .c-btn-rc--tel {
  pointer-events: none;
  font-weight: 700;
  font-size: 1.5555555556em;
}
@media screen and (max-width: 567px) {
  .p-contact__BTN .c-btn-rc--tel {
    pointer-events: auto;
  }
}
.p-contact__BTN .c-btn-rc--tel i {
  color: #292929;
  padding-right: 10px;
}
.p-contact__BTN .c-btn-rc--link {
  background: #1aa583;
  color: white;
}
.p-contact__BTN .c-btn-rc--link i {
  color: white;
  padding-right: 10px;
  font-size: 1.2222222222em;
}
.p-contact__BTN .c-btn-rc:hover {
  color: #1aa583;
  background: white;
  border: 1px solid #1aa583;
  opacity: 1;
}
.p-contact__BTN .c-btn-rc:hover i {
  transform: none;
  color: #1aa583;
}

/*========= 問い合わせフォーム ===========*/
.contact-form .l-inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.contact-form .l-inner h3 {
  padding-bottom: 25px;
}
.contact-form .l-inner h5 {
  line-height: 1.6;
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 25px;
  color: #3a3a3c;
}
.contact-form .l-inner h5 span {
  font-size: 0.85em;
  display: block;
  padding: 5px 0;
}
.contact-form__info .item {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}
.contact-form__info .item h6 {
  border-left: 8px solid #1aa583;
  line-height: 1;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 15px;
  color: #3a3a3c;
}
.contact-form__info .item p {
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  text-align: left;
  padding-bottom: 0;
}
.contact-form__info .item p .tel {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
  font-weight: 500;
}
.contact-form__info .item p span {
  font-size: 0.9em;
  display: block;
  line-height: 1.4;
}
.contact-form .attention {
  background: #f1fbff;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 30px;
}
.contact-form .attention p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.contact-form .attention .col_3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 20px;
  row-gap: 10px;
}
.contact-form .attention .col_3 a {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 567px) {
  .contact-form .attention .col_3 a {
    width: fit-content;
  }
}
.contact-form .attention .col_3 a:before {
  display: inline-block !important;
  font-size: 14px;
  content: "◆";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #666;
  padding-right: 3px;
  line-height: 1.2;
}
.contact-form .attention .col_3 a:after {
  display: inline-block !important;
  font-size: 12px;
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #666;
  padding-left: 5px;
  line-height: 1.2;
}
.contact-form .form > dl {
  width: 100%;
  max-width: 780px;
  margin: 50px auto;
  box-sizing: border-box;
  /* IEやEdgeの場合のスタイル調整 */
}
.contact-form .form > dl dt {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  padding: 0 0 0 10px;
  border-left: solid 8px #1aa583;
}
.contact-form .form > dl dt label[for] {
  cursor: default;
}
.contact-form .form > dl dt span {
  font-weight: 700;
  font-size: 0.85em;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
  border: none;
  color: #666;
  padding: 0;
}
.contact-form .form > dl dt span.un-required {
  background: #605e5e;
}
.contact-form .form > dl dd {
  margin-bottom: 25px;
}
.contact-form .form > dl select,
.contact-form .form > dl input[type=text],
.contact-form .form > dl input[type=email],
.contact-form .form > dl input[type=tel],
.contact-form .form > dl textarea {
  color: #3a3a3c;
  outline: none;
  width: 100%;
  padding: 15px 10px;
  border-radius: 5px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.7rem;
  box-sizing: border-box;
  background-color: #f1f1f1;
}
.contact-form .form > dl select {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ccc" stroke="none"><polygon points="12 16 6 8 18 8"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  position: relative;
}
.contact-form .form > dl select::-ms-expand {
  display: none;
}
.contact-form .form > dl input.long-type {
  width: 100%;
}
.contact-form .form > dl input::placeholder,
.contact-form .form > dl input::placeholder,
.contact-form .form > dl textarea::placeholder {
  color: #ccc !important;
  font-weight: normal;
}
.contact-form .form .contact-check {
  text-align: center;
  width: 90%;
  margin: 0 auto 30px;
  /* チェックボックスのスタイルを初期化 */
}
.contact-form .form .contact-check dt {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.6;
  justify-content: center;
  text-align: center;
  border-left: none;
}
.contact-form .form .contact-check dt label[for] {
  cursor: default !important;
}
.contact-form .form .contact-check dt span {
  all: unset;
  font-size: 1.6rem;
  color: #333;
}
.contact-form .form .contact-check dd a {
  padding: 0;
  text-align: center;
  text-decoration: underline;
  color: #3465a1;
  display: block;
}
.contact-form .form .contact-check input {
  background-color: transparent;
  border: 1px solid black;
  cursor: pointer;
  outline: initial;
  padding: 5px;
  appearance: initial;
  color: #000;
}
.contact-form .form .contact-check input[type=checkbox] {
  all: unset;
  /* すべてのスタイルをリセット */
  appearance: auto;
  /* ブラウザのデフォルトスタイルを適用 */
  cursor: pointer;
  /* クリック可能にする */
  margin: 3px 3px 3px 4px;
}
.contact-form .form .contact-submit input {
  width: 250px;
  background: #1aa583;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  padding: 15px;
  border-radius: 5px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  text-align: center;
}
.contact-form .form .contact-submit:hover {
  opacity: 0.75;
}

/*========= 送信完了/404 ===========*/
.info {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
  max-width: 680px;
}
.info h3 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #52beee;
  width: fit-content;
  margin: 0 auto 25px;
}
.info h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
  border: none;
}
.info span {
  display: block;
  margin: 25px auto 30px;
  padding: 25px;
  background: #f0f0f0;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 2em;
  width: 90%;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: left;
}

/*=== お知らせバナー追加 ===*/

.new-archive.top .news-banner {
  max-width: 980px;
  border-radius: 15px;
  margin: 50px auto 0;
}
.new-archive.top .news-banner img {
  width: 100%;
  aspect-ratio: none;
  max-width: 780px;
  margin: 0 auto;
}
.new-archive.top .news-banner p {
  color: white;
  padding: 10px 0;
  text-align: center;
}

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


.info h3 {
	color:#1aa583;	
}
.info {
	min-height:800px;
}
.info span  {
	width: 100%;
}

.grecaptcha-badge { visibility: hidden; }

.rechapcha-txt {
	font-size:14px!important;
	color:#666;
	width:90%;
	max-width:600px;
	margin:0 auto;
}
.rechapcha-txt a {
	color:#666;	
}

/*== 2025.09追加　スライダー内にバナーを設置 ==*/
.top__banner-PC {
  position: fixed;
  bottom: 25px;
  right: 15px;
  width: 50%;
  max-width: 500px;
  z-index: 9999!important;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 768px) {
	.top__banner-PC {		
  width: 60%;
}
}
@media screen and (max-width: 567px) {
	.top__banner-PC {		
  display:none;
}
}
.top__banner-PC img {
	width:100%;
	display:block;
	border:solid 1px #3a3a3c;	
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.65));
}

.top__banner-SP {
	display:none;
}
@media screen and (max-width: 567px) {
.top__banner-SP {
	display:block;
	
	padding:20px 0 0;	
}
.top__banner-SP img {
	width:90%;
	margin:0 auto 0;
	/*border-top:solid 1px #3a3a3c;	
	border-bottom:solid 1px #3a3a3c;*/
	box-sizing:border-box;	
  transition: transform 0.5s ease;
	border:solid 1px #3a3a3c;	
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.65));
}
}

.top__banner-PC {
  transition: opacity 0.3s, visibility 0.3s;
}
.top__banner-PC.hide {
  opacity: 0;
  visibility: hidden;
}

.top__banner-SP a:hover, .top__banner-PC a:hover {
	opacity:0.95!important;
}

@media screen and (max-width: 1024px) {
  .p-mv__ttl {
    bottom: 15%;
  }
}
@media screen and (max-width: 925px) {
  .p-mv__ttl {
    bottom:25%;
  }
}
@media screen and (max-width: 567px) {
  .p-mv__ttl {
    bottom: 10%;
  }
}