@charset "UTF-8";
/* ベース幅 */
/* ひしがたのアイキャッチ */
/* ページ_タイトル */
/* ページ_サブタイトル */
/* トップ_セクションタイトル */
/* トップ_セクションサブタイトル */
/* Viewport768-1200 fontsize 12-16 */
/*  */
.fv .fv__inner {
  position: relative;
}
.fv .fv__inner .fv__h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 9rem;
  color: #fff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: 700;
  filter: drop-shadow(0 0 30px #000);
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .fv__h1 {
    font-size: 5rem;
    width: 100%;
    text-align: center;
  }
}
.fv .fv__inner .fv__h1 span {
  font-size: 14rem;
  font-weight: 700;
  color: #d7b35c;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .fv__h1 span {
    font-size: 9rem;
  }
}
.fv .fv__inner .swiper-slide {
  height: calc(100vh - 100px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide {
    height: calc(100vh - 50px);
  }
}
.fv .fv__inner .swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv .fv__inner .swiper-slide .text__box {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide .text__box {
    display: block;
    bottom: 0;
    left: 10px;
  }
}
.fv .fv__inner .swiper-slide .text__box em {
  font-size: 6rem;
  font-weight: 700;
  margin-right: 3rem;
  filter: drop-shadow(0 0 40px #000);
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide .text__box em {
    font-size: 3.8rem;
    display: block;
    width: 100%;
  }
}
.fv .fv__inner .swiper-slide .text__box em > span {
  font-size: 9rem;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide .text__box em > span {
    font-size: 6rem;
  }
}
.fv .fv__inner .swiper-slide .text__box p {
  font-size: 2.2rem;
  display: inline;
  font-weight: 700;
  line-height: 1.2;
  filter: drop-shadow(0 0 20px #000);
  padding: 0 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide .text__box p {
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}

.caution {
  padding: 45px 10px;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .caution {
    padding: 32px 10px;
  }
}
.caution .caution__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .caution .caution__inner {
    display: block;
  }
}
.caution .caution__inner .ttl__box {
  width: calc((1.8rem + 0.3em) * 7 + 24px + 22px);
  padding: 0 80px 0 0;
  font-size: 1.8rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .caution .caution__inner .ttl__box {
    font-size: 1.6rem;
    width: 100%;
    padding: 0 0 24px;
  }
}
.caution .caution__inner .ttl__box img {
  width: 100%;
  height: auto;
  max-width: 24px;
  margin-right: 22px;
}
.caution .caution__inner .list__box {
  width: calc(100% - ((1.8rem + 0.3em) * 7 + 24px + 22px + 80px));
  border-left: 1px solid #919191;
  padding-left: 80px;
}
@media only screen and (max-width: 767px) {
  .caution .caution__inner .list__box {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.caution .caution__inner .list__box ul li + li {
  margin-top: 20px;
}
.caution .caution__inner .list__box ul li a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
  transition: 0.3s all;
}
@media print, screen and (min-width: 768px) {
  .caution .caution__inner .list__box ul li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .caution .caution__inner .list__box ul li a {
    font-size: 1.4em;
    text-decoration: underline;
  }
}

.topics {
  padding: 130px 10px 120px;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 64px 10px;
  }
}
.topics .topics__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.topics .topics__inner .ttl__box {
  font-size: clamp(3.6rem, -10.4rem + 16vw, 5.6rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 700;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .topics .topics__inner .ttl__box {
    font-size: clamp(2.4rem, 1.827rem + 2.86vw, 3.2rem);
    margin: 0 0 24px;
  }
}
.topics .topics__inner .ttl__box span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  font-size: clamp(1.8rem, -1rem + 3.2vw, 2.2rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 20px;
  display: block;
  padding-left: 28px;
}
.topics .topics__inner .ttl__box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
.topics .topics__inner .ttl__box span::before {
  width: 16px;
  height: 16px;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .topics .topics__inner .ttl__box span {
    font-size: clamp(1.2rem, 1.057rem + 0.72vw, 1.4rem);
    margin-top: 12px;
    padding-left: 20px;
  }
  .topics .topics__inner .ttl__box span::before {
    width: 8px;
    height: 8px;
    left: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .topics .topics__inner .list__box {
    padding: 0 0 24px;
  }
}
.topics .topics__inner .list__box ul li {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding: 0 30px 25px;
}
@media only screen and (max-width: 767px) {
  .topics .topics__inner .list__box ul li {
    display: block;
    padding: 0 0 10px;
  }
}
.topics .topics__inner .list__box ul li + li {
  border-top: 1px solid #919191;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .topics .topics__inner .list__box ul li + li {
    padding-top: 10px;
  }
}
.topics .topics__inner .list__box ul li:last-child {
  padding-bottom: 0;
}
.topics .topics__inner .list__box ul li .title {
  display: flex;
  align-items: center;
}
.topics .topics__inner .list__box ul li .title .date {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .topics .topics__inner .list__box ul li .title .date {
    font-size: 1.2rem;
  }
}
.topics .topics__inner .list__box ul li .title .kind {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  padding: 7px 0 7px;
  background: #b6a377;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .topics .topics__inner .list__box ul li .title .kind {
    font-size: 1rem;
    width: 80px;
    padding: 4px 0 4px;
    margin-right: 0;
  }
}
.topics .topics__inner .list__box ul li .text {
  width: calc(100% - (7rem + 15px) - 105px);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .topics .topics__inner .list__box ul li .text {
    padding-top: 5px;
    width: 100%;
    font-size: 1.4rem;
  }
}
.topics .topics__inner .list__box ul li .text a {
  color: #333;
  transition: 0.3s all;
}
@media print, screen and (min-width: 768px) {
  .topics .topics__inner .list__box ul li .text a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .topics .topics__inner .list__box ul li .text a {
    font-size: 1.4rem;
    text-decoration: underline;
  }
}
.topics .topics__inner .btn__box {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .topics .topics__inner .btn__box {
    position: static;
    display: flex;
    justify-content: flex-end;
  }
}

.service {
  padding: 130px 10px 120px;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .service {
    padding: 64px 10px;
  }
}
.service .service__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.service .service__inner .ttl__box {
  font-size: clamp(3.6rem, -10.4rem + 16vw, 5.6rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 700;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .service .service__inner .ttl__box {
    font-size: clamp(2.4rem, 1.827rem + 2.86vw, 3.2rem);
    margin: 0 0 24px;
  }
}
.service .service__inner .ttl__box span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  font-size: clamp(1.8rem, -1rem + 3.2vw, 2.2rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 20px;
  display: block;
  padding-left: 28px;
}
.service .service__inner .ttl__box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
.service .service__inner .ttl__box span::before {
  width: 16px;
  height: 16px;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .service .service__inner .ttl__box span {
    font-size: clamp(1.2rem, 1.057rem + 0.72vw, 1.4rem);
    margin-top: 12px;
    padding-left: 20px;
  }
  .service .service__inner .ttl__box span::before {
    width: 8px;
    height: 8px;
    left: 2px;
  }
}
.service .service__inner .list__box ul {
  display: flex;
  flex-wrap: wrap;
}
.service .service__inner .list__box ul li {
  width: calc((100% - 12px) / 3);
  border-radius: 5px;
  margin: 0 0 6px;
  margin-right: 6px;
}
@media print, screen and (min-width: 768px) {
  .service .service__inner .list__box ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service .service__inner .list__box ul li {
    width: calc((100% - 6px) / 2);
  }
  .service .service__inner .list__box ul li:nth-child(even) {
    margin-right: 0;
  }
}
.service .service__inner .list__box ul li.list01 {
  background: url(../images/top/service01.webp) center center no-repeat;
  background-size: cover;
}
.service .service__inner .list__box ul li.list02 {
  background: url(../images/top/service02.webp) center center no-repeat;
  background-size: cover;
}
.service .service__inner .list__box ul li.list03 {
  background: url(../images/top/service03.webp) center center no-repeat;
  background-size: cover;
}
.service .service__inner .list__box ul li.list04 {
  background: url(../images/top/service04.webp) center center no-repeat;
  background-size: cover;
}
.service .service__inner .list__box ul li.list05 {
  background: url(../images/top/service05.webp) center center no-repeat;
  background-size: cover;
}
.service .service__inner .list__box ul li.list06 {
  background: url(../images/top/service06.webp) center center no-repeat;
  background-size: cover;
}
.service .service__inner .list__box ul li.list07 {
  background: url(../images/top/service07.webp) center center no-repeat;
  background-size: cover;
}
.service .service__inner .list__box ul li.list08 {
  background: url(../images/top/service08.webp) center center no-repeat;
  background-size: cover;
}
.service .service__inner .list__box ul li.list09 {
  background: url(../images/top/service09.webp) center center no-repeat;
  background-size: cover;
}
.service .service__inner .list__box ul li a {
  display: block;
  height: 225px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .service .service__inner .list__box ul li a {
    display: block;
    height: 103px;
  }
}
.service .service__inner .list__box ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(rgba(211, 211, 211, 0), rgba(153, 144, 148, 0.8));
  mix-blend-mode: multiply;
  opacity: 1;
  transition: 0.3s all;
  border-radius: 5px;
}
.service .service__inner .list__box ul li a .list__title {
  z-index: 2;
  font-size: 2rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .service .service__inner .list__box ul li a .list__title {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.service .service__inner .list__box ul li a .group__icon {
  z-index: 3;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .service .service__inner .list__box ul li a .group__icon {
    right: 6px;
    bottom: 7px;
    width: 33px;
    height: 33px;
  }
}
.service .service__inner .list__box ul li a .group__icon .icon__bg {
  fill: #fff;
  opacity: 0;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .service .service__inner .list__box ul li a .group__icon .icon__bg {
    opacity: 1;
  }
}
.service .service__inner .list__box ul li a .group__icon .icon__arrow {
  fill: #fff;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .service .service__inner .list__box ul li a .group__icon .icon__arrow {
    fill: #d7b35c;
    width: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .service .service__inner .list__box ul li a:hover::after {
    opacity: 0;
  }
  .service .service__inner .list__box ul li a:hover .icon__bg {
    opacity: 1;
  }
  .service .service__inner .list__box ul li a:hover .icon__arrow {
    fill: #d7b35c;
  }
}
.service .service__inner .btn__box {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .service .service__inner .btn__box {
    position: static;
    display: flex;
    justify-content: flex-end;
  }
}

.company {
  padding: 130px 0 130px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .company {
    padding: 64px 10px 40px;
    display: block;
  }
}
.company .company__inner {
  max-width: calc(50% + 600px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .company .company__inner {
    max-width: none;
    display: block;
  }
}
.company .company__inner .flex__img {
  width: 56%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .company .company__inner .flex__img {
    width: 100%;
    display: block;
    padding: 0 0 24px;
  }
}
.company .company__inner .flex__img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.company .company__inner .flex__text {
  width: 44%;
  max-width: 500px;
  box-sizing: border-box;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .company .company__inner .flex__text {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}
.company .company__inner .flex__text .flex__text__inner .ttl__box {
  font-size: clamp(3.6rem, -10.4rem + 16vw, 5.6rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 700;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .company .company__inner .flex__text .flex__text__inner .ttl__box {
    font-size: clamp(2.4rem, 1.827rem + 2.86vw, 3.2rem);
    margin: 0 0 24px;
  }
}
.company .company__inner .flex__text .flex__text__inner .ttl__box span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  font-size: clamp(1.8rem, -1rem + 3.2vw, 2.2rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 20px;
  display: block;
  padding-left: 28px;
}
.company .company__inner .flex__text .flex__text__inner .ttl__box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
.company .company__inner .flex__text .flex__text__inner .ttl__box span::before {
  width: 16px;
  height: 16px;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .company .company__inner .flex__text .flex__text__inner .ttl__box span {
    font-size: clamp(1.2rem, 1.057rem + 0.72vw, 1.4rem);
    margin-top: 12px;
    padding-left: 20px;
  }
  .company .company__inner .flex__text .flex__text__inner .ttl__box span::before {
    width: 8px;
    height: 8px;
    left: 2px;
  }
}
.company .company__inner .flex__text .flex__text__inner .text__box {
  margin: 0 0 30px;
}
.company .company__inner .flex__text .flex__text__inner .text__box p {
  font-size: 1.6rem;
  line-height: 1.45;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .company .company__inner .flex__text .flex__text__inner .text__box p {
    font-size: 1.4rem;
  }
}
.company .company__inner .flex__text .flex__text__inner .btn__box {
  display: flex;
  justify-content: flex-end;
}

.sustainability {
  padding: 0 0 130px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .sustainability {
    padding: 0 10px 64px;
    display: block;
  }
}
.sustainability .sustainability__inner {
  max-width: calc(50% + 600px);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sustainability .sustainability__inner {
    max-width: none;
    display: block;
  }
}
.sustainability .sustainability__inner .flex__img {
  width: 56%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sustainability .sustainability__inner .flex__img {
    width: 100%;
    display: block;
    padding: 0 0 24px;
  }
}
.sustainability .sustainability__inner .flex__img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.sustainability .sustainability__inner .flex__text {
  width: 44%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .sustainability .sustainability__inner .flex__text {
    width: 100%;
    display: block;
    padding: 0 0 24px;
  }
}
.sustainability .sustainability__inner .flex__text .flex__text__inner {
  max-width: 500px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sustainability .sustainability__inner .flex__text .flex__text__inner {
    max-width: none;
  }
}
.sustainability .sustainability__inner .flex__text .flex__text__inner .ttl__box {
  font-size: clamp(3.6rem, -10.4rem + 16vw, 5.6rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 700;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .sustainability .sustainability__inner .flex__text .flex__text__inner .ttl__box {
    font-size: clamp(2.4rem, 1.827rem + 2.86vw, 3.2rem);
    margin: 0 0 24px;
  }
}
.sustainability .sustainability__inner .flex__text .flex__text__inner .ttl__box span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  font-size: clamp(1.8rem, -1rem + 3.2vw, 2.2rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 20px;
  display: block;
  padding-left: 28px;
}
.sustainability .sustainability__inner .flex__text .flex__text__inner .ttl__box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
.sustainability .sustainability__inner .flex__text .flex__text__inner .ttl__box span::before {
  width: 16px;
  height: 16px;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .sustainability .sustainability__inner .flex__text .flex__text__inner .ttl__box span {
    font-size: clamp(1.2rem, 1.057rem + 0.72vw, 1.4rem);
    margin-top: 12px;
    padding-left: 20px;
  }
  .sustainability .sustainability__inner .flex__text .flex__text__inner .ttl__box span::before {
    width: 8px;
    height: 8px;
    left: 2px;
  }
}
.sustainability .sustainability__inner .flex__text .flex__text__inner .text__box {
  margin: 0 0 30px;
}
.sustainability .sustainability__inner .flex__text .flex__text__inner .text__box p {
  font-size: 1.6rem;
  line-height: 1.45;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .sustainability .sustainability__inner .flex__text .flex__text__inner .text__box p {
    font-size: 1.4rem;
  }
}
.sustainability .sustainability__inner .flex__text .flex__text__inner .btn__box {
  display: flex;
  justify-content: flex-end;
}

.group {
  padding: 130px 10px 90px;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .group {
    padding: 64px 10px;
  }
}
.group .group__inner {
  margin: 0 auto;
  max-width: 1200px;
}
.group .group__inner .ttl__box {
  font-size: clamp(3.6rem, -10.4rem + 16vw, 5.6rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 700;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .group .group__inner .ttl__box {
    font-size: clamp(2.4rem, 1.827rem + 2.86vw, 3.2rem);
    margin: 0 0 24px;
  }
}
.group .group__inner .ttl__box span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  font-size: clamp(1.8rem, -1rem + 3.2vw, 2.2rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 20px;
  display: block;
  padding-left: 28px;
}
.group .group__inner .ttl__box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
.group .group__inner .ttl__box span::before {
  width: 16px;
  height: 16px;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .group .group__inner .ttl__box span {
    font-size: clamp(1.2rem, 1.057rem + 0.72vw, 1.4rem);
    margin-top: 12px;
    padding-left: 20px;
  }
  .group .group__inner .ttl__box span::before {
    width: 8px;
    height: 8px;
    left: 2px;
  }
}
.group .group__inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .group .group__inner ul {
    display: block;
  }
}
.group .group__inner ul li {
  width: calc((100% - 40px) / 3);
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .group .group__inner ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.group .group__inner ul li a {
  color: #333;
  transition: 0.3s all;
}
.group .group__inner ul li a .img__box {
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  background: #fff;
  border-radius: 5px;
  padding: 18px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 6px;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .group .group__inner ul li a .img__box {
    padding: 18px 10px;
  }
}
.group .group__inner ul li a .img__box img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 40px;
}
@media only screen and (max-width: 767px) {
  .group .group__inner ul li a .img__box img {
    max-height: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .group .group__inner ul li a:hover .img__box {
    border: 2px solid #d7b35c;
  }
}
.group .group__inner ul li a span {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .group .group__inner ul li a span {
    font-size: 1.4rem;
  }
}
.group .group__inner ul li.other__link {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: calc((100% - 40px) / 2);
  padding-bottom: calc(1.65rem + 6px);
}
.group .group__inner ul li.other__link a {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .group .group__inner ul li.other__link {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .group .group__inner .btn__box {
    display: flex !important;
    justify-content: flex-end;
  }
}

.contract {
  padding: 130px 10px;
}
@media only screen and (max-width: 767px) {
  .contract {
    padding: 64px 10px;
  }
}
.contract .contract__inner {
  text-align: center;
}
.contract .contract__inner .ttl__box {
  display: inline-block;
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  padding-right: 30px;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 18px;
}
.contract .contract__inner .ttl__box::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
.contract .contract__inner .ttl__box::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .contract .contract__inner .ttl__box {
    font-size: 1.8rem;
    margin: 0 0 14px;
  }
}
.contract .contract__inner .ttl__box::before, .contract .contract__inner .ttl__box::after {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .contract .contract__inner .ttl__box::before, .contract .contract__inner .ttl__box::after {
    width: 12px;
    height: 12px;
  }
}
.contract .contract__inner .ttl__box::before {
  left: 2px;
}
.contract .contract__inner .ttl__box::after {
  right: 2px;
}
.contract .contract__inner > .text__box {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .contract .contract__inner > .text__box {
    font-size: 1.4rem;
    margin: 0 0 24px;
  }
}
.contract .contract__inner .btn__box {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .contract .contract__inner .btn__box {
    max-width: none;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
.contract .contract__inner .btn__box a {
  padding: 45px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: #5c5c5c;
  border-radius: 5px;
  transition: 0.3s all;
}
@media print, screen and (min-width: 768px) {
  .contract .contract__inner .btn__box a:hover {
    background: #cbbb96;
  }
}
@media only screen and (max-width: 767px) {
  .contract .contract__inner .btn__box a {
    padding: 24px 0;
  }
}
.contract .contract__inner .btn__box a .text__box {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .contract .contract__inner .btn__box a .text__box {
    font-size: 1.8rem;
  }
}
.contract .contract__inner .btn__box a .img__box {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .contract .contract__inner .btn__box a .img__box {
    width: 40px;
  }
}
.contract .contract__inner .btn__box a .img__box img {
  width: 100%;
  height: auto;
}

.content .content__inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .content .content__inner {
    display: block;
  }
}
.content .content__inner .content__box {
  width: 50%;
  box-sizing: border-box;
  padding: 196px 10px 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content .content__inner .content__box {
    width: 100%;
    padding: 90px 30px 30px;
  }
}
.content .content__inner .content__box.recruit {
  background: url(../images/top/content_recruit_bg.webp) center center no-repeat;
  background-size: cover;
}
.content .content__inner .content__box.contact {
  background: url(../images/top/content_contact_bg.webp) center center no-repeat;
  background-size: cover;
}
.content .content__inner .btn__box {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
}
.content .content__inner .btn__box a {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: #fff;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .content .content__inner .btn__box a {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content .content__inner .btn__box {
    max-width: none;
  }
  .content .content__inner .btn__box.icon__allow .icon__allow__text {
    font-size: 1.8rem;
    font-weight: 700;
  }
}/*# sourceMappingURL=top.css.map */