@charset "UTF-8";
/* mixin */
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
/* 行数によるテキスト変換（501px以上の時,500px以下の時） */
/* フォルダ内の背景画像取得 */
/* 丸角(丸角のpx数,丸角を適用するカドの指定) */
/* container生成（要素の幅,余白,位置【center left right】） */
/* コンテンツの中央配置 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/* flexのfit */
/* template color */
/* custom color */
/* font */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 500;
}

/* setting */
.list_dotted__tab {
  position: relative;
  padding-left: 1em;
}
.list_dotted__tab::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list_count {
  counter-reset: count;
}

.list_count__tab {
  position: relative;
  padding-left: 1.5em;
}
.list_count__tab::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
}

.list_num {
  counter-reset: num;
}

.list_num__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_num__tab::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
}

.list_unit {
  counter-reset: unit;
}

.list_unit__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_unit__tab::before {
  counter-increment: unit;
  content: counter(unit) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.cm_btn {
  margin-top: clamp(32px, 3.5vw, 56px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 32px;
}

.cm_btn__link {
  display: block;
  min-width: 200px;
  width: 100%;
  height: auto;
  line-height: 56px;
  text-align: center;
  flex: 1;
  border-radius: 56px;
  overflow: clip;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #008C3E;
}
@media screen and (min-width: 501px) {
  .cm_btn__link {
    max-width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    max-width: 240px;
  }
}

.item_more {
  margin-top: clamp(32px, 2.5vw, 40px);
  text-align: right;
}

.item_more__link {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  display: inline;
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #333;
  background: #fff;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
  font-style: normal;
}

div {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #008C3E;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

@media screen and (min-width: 1001px) {
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: 0.6;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .l-following_contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: sticky;
  left: 0;
}

.flickWrap {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.lazy {
  opacity: 0;
  position: relative;
  transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
}

.container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .container {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .container {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .container {
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) and (min-width: 1221px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) and (max-width: 1220px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) and (min-width: 501px) and (max-width: 1000px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .over-right {
    margin-left: calc((100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .over-right {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .over-right {
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) and (min-width: 1221px) {
  .over-right {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) and (max-width: 1220px) {
  .over-right {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) and (min-width: 501px) and (max-width: 1000px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-left {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .over-left {
    margin-right: calc((100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .over-left {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .over-left {
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) and (min-width: 1221px) {
  .over-left {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) and (max-width: 1220px) {
  .over-left {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) and (min-width: 501px) and (max-width: 1000px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.image {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #D6D6D6;
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr th {
    padding-top: 1em;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #D6D6D6;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi {
    gap: 8px;
  }
}
.archive .wp-pagenavi {
  padding-top: clamp(64px, 7.5vw, 120px);
  margin-top: clamp(56px, 5vw, 80px);
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  padding: unset;
  margin: unset;
  border: none;
  aspect-ratio: 1/1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none !important;
  box-sizing: border-box !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal !important;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  color: #444545;
  transition: all 0.3s;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 28px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  opacity: 1;
  color: #fff;
  background-color: #008C3E;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
  aspect-ratio: 1/1;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/ico-arrow.svg");
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-position: center center;
  transform: translateX(1px);
  transition: inherit;
  filter: brightness(0) saturate(100%) invert(91%) sepia(6%) saturate(0%) hue-rotate(223deg) brightness(97%) contrast(95%);
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  opacity: 0.6;
  background-color: initial;
}
.wp-pagenavi .previouspostslink {
  rotate: 180deg;
}

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

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

.link-under {
  text-decoration: underline;
  transition: all 0.3s;
  color: #333;
}

.link-under:hover {
  opacity: 1;
  color: #008C3E;
}

.cm-block + .cm-block {
  margin-top: clamp(60px, 5vw, 80px);
}

@media screen and (min-width: 1001px) {
  .cm-column {
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }
  .cm-rev {
    flex-direction: row-reverse;
  }
}
.cm-pic {
  width: 33.3333333333%;
  aspect-ratio: 4/3;
  background-color: #ddd;
}

.cm-fit {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .cm-pic + .cm-fit {
    margin-top: 64px;
  }
}

.cm-cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .cm-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .cm-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .cm-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

/* common */
.lower_menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 0;
}
@media screen and (max-width: 1000px) {
  .lower_menu__list {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1001px) {
  .lower_menu__item {
    max-width: 272px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .lower_menu__item {
    width: 50%;
  }
  .lower_menu__item:nth-child(odd):last-child {
    width: 100%;
  }
}

.lower_menu__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  padding-bottom: clamp(20px, 2vw, 32px);
}
.lower_menu__link span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.1290322581vw, 1.4rem);
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.lower_menu__link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #008C3E;
  z-index: 1;
  scale: 0 0.5;
  transform-origin: left;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .lower_menu__link::before {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .lower_menu__link::before {
    transition-duration: 300ms;
  }
}
.lower_menu__link.current::before {
  scale: 1 0.5;
}
.lower_menu__link:hover {
  opacity: 1;
}
.lower_menu__link:hover::before {
  scale: 1 0.5;
}
@media screen and (max-width: 1000px) {
  .lower_menu__link {
    border-bottom: 1px solid #D6D6D6;
  }
}

/* business */
.business_contents {
  padding-top: clamp(64px, 10vw, 160px);
}

.business_block__intro {
  margin-bottom: clamp(80px, 6vw, 96px);
}

.business_block__lead {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.business_block__contents {
  counter-reset: num 0;
}

.business_block__columns {
  display: flex;
  gap: 72px;
  padding-bottom: clamp(64px, 5vw, 80px);
  border-bottom: 1px solid #D6D6D6;
}
.business_block__columns + .business_block__columns {
  margin-top: clamp(64px, 5vw, 80px);
}
@media screen and (min-width: 829px) {
  .business_block__columns.--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 828px) {
  .business_block__columns {
    flex-direction: column;
    gap: 32px;
  }
}

.business_block__wrap {
  flex-basis: 42%;
}

.business_block__img {
  border-radius: 10px;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .business_block__img.--sticky {
    position: sticky;
    top: 0;
  }
}

.business_block__text {
  flex: 1;
}

.business_block__head {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: clamp(32px, 3vw, 48px);
}
@media screen and (max-width: 828px) {
  .business_block__head {
    gap: 24px;
  }
}
.business_block__head::before {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: clamp(4.8rem, 7.7419354839vw, 9.6rem);
  color: #008C3E;
  letter-spacing: 0.03em;
  counter-increment: num 1;
  content: "0" counter(num);
  line-height: 1;
}

.business_block__label span {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 3.2258064516vw, 4rem);
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin-bottom: clamp(6px, 1vw, 16px);
}
.business_block__label h2 {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  line-height: 1.3;
}

.business_block__list + .business_block__list {
  margin-top: 48px;
}

.business_block__ttl {
  position: relative;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-weight: 600;
  padding-left: clamp(24px, 2vw, 32px);
  margin-bottom: 40px;
}
.business_block__ttl::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 32px;
  background: #008C3E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.business_banner {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: clip;
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: clamp(80px, 6.5vw, 104px);
  transition: all 0.3s;
}
.business_banner::before {
  position: absolute;
  display: block;
  content: "";
  background: #333;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  transition: opacity 0.3s;
  z-index: 1;
}
.business_banner .common__cover_arrow {
  z-index: 1;
}
.business_banner:hover {
  opacity: 1;
}
.business_banner:hover .business_banner__img {
  transform: scale(1.05);
}
.business_banner:hover::before {
  opacity: 0;
}
.business_banner:hover .business_banner__ico {
  background: #fff;
}
.business_banner:hover path {
  fill: #008C3E;
}
.business_banner:hover .common__cover_arrow {
  opacity: 1;
}
.business_banner:hover .common__cover_arrow::before {
  transform: translate(-50%, -50%) scale(1, 1);
}
.business_banner:hover .common__cover_arrow img:first-of-type {
  left: 200%;
}
.business_banner:hover .common__cover_arrow img:last-of-type {
  left: 50%;
}

.business_banner__img {
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .business_banner__img img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.business_banner__head {
  position: absolute;
  top: 48px;
  left: 40px;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .business_banner__head {
    top: 32px;
    left: 32px;
  }
}
.business_banner__head h2 {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-weight: 600;
  margin-bottom: clamp(8px, 0.625vw, 10px);
}
.business_banner__head span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.03em;
}

.business_banner__ico {
  position: absolute;
  right: 30px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 56px;
  height: auto;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 2;
}

/* company */
.company_block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .company_block {
    flex-direction: column;
    padding-top: 64px;
    gap: 96px;
  }
}

.company_contents:not(.--company) {
  padding-top: clamp(64px, 10vw, 160px);
}

@media screen and (min-width: 1001px) {
  .company_block__nav {
    position: relative;
    flex-basis: 190px;
    padding-top: 157px;
  }
}
.company_block__nav::before {
  content: "";
  height: 0;
  width: 1px;
  background: #D6D6D6;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
  transition: all 1.6s;
  z-index: -1;
}

.page__body.cs_ac .company_block__nav::before {
  transition-delay: 0.6s;
  height: 100%;
}

@media screen and (min-width: 1001px) {
  .company_block__list {
    position: sticky;
    top: 100px;
  }
}
.company_block__list li {
  display: block;
}
.company_block__list li + li {
  margin-top: 32px;
}
@media screen and (max-width: 1000px) {
  .company_block__list li + li {
    margin-top: 8px;
  }
}
.company_block__list a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  color: #D6D6D6;
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .company_block__list a {
    text-align: right;
    padding-right: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .company_block__list a {
    padding-left: 20px;
    text-align: left;
    color: #333;
  }
}
.company_block__list a::after {
  position: absolute;
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 5px;
  height: auto;
  background: #9BA29E;
  border-radius: 50%;
  left: 100%;
  top: 50%;
}
@media screen and (min-width: 1001px) {
  .company_block__list a::after {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1000px) {
  .company_block__list a::after {
    background: #008C3E;
    left: 0;
    transform: translateY(-50%);
  }
}
.company_block__list a.active, .company_block__list a:hover {
  opacity: 1;
  color: #333;
}
.company_block__list a.active::after, .company_block__list a:hover::after {
  background: #008C3E;
}

.company_block__contents {
  flex-basis: 76.4%;
}
@media screen and (min-width: 1001px) {
  .company_block__contents {
    padding-top: 144px;
  }
}

.company_block__group + .company_block__group {
  margin-top: clamp(120px, 10vw, 160px);
}
.company_block__group .common_btn {
  display: flex;
  justify-content: center;
  margin-top: clamp(80px, 6.25vw, 100px);
}
.company_block__group .common_btn__link {
  min-width: 200px;
  width: 100%;
}
@media screen and (min-width: 501px) {
  .company_block__group .common_btn__link {
    max-width: 408px;
  }
}

.company_block__head {
  display: flex;
  gap: 24px;
  margin-bottom: clamp(48px, 3.5vw, 56px);
}
@media screen and (max-width: 500px) {
  .company_block__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.company_block__head p,
.company_block__head span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 3.2258064516vw, 4rem);
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.company_block__head h2 {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  margin-top: clamp(4px, 0.875vw, 14px);
}

/* top message */
.message_block__columns {
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 828px) {
  .message_block__columns {
    flex-direction: column;
    gap: 32px;
  }
}

.message_block__imgs {
  flex-basis: 35.3%;
}

.message_block__text {
  flex: 1;
}

.message_block__img {
  border-radius: 10px;
  overflow: clip;
}
@media screen and (max-width: 828px) {
  .message_block__img {
    max-width: 450px;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .message_block__img {
    max-width: 275px;
  }
}

.message_block__ceo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: clamp(16px, 1.5vw, 24px);
}
.message_block__ceo dt {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 400;
  line-height: 1.7;
}
.message_block__ceo dd {
  font-size: clamp(2.2rem, 2.0967741935vw, 2.6rem);
  font-weight: 400;
}

.message_block__head {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: clamp(24px, 2vw, 32px);
}

/* profile */
.table_wrap td strong {
  font-weight: 600;
}

/* access */
.access_block__map {
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
@media screen and (min-width: 1001px) {
  .access_block__map {
    height: 480px;
  }
}

.information_block {
  font-weight: 400;
}

/* efforts */
.efforts_block__img {
  border-radius: 10px;
  overflow: clip;
  margin-top: clamp(40px, 3.5vw, 56px);
}
.efforts_block__img.--sdgs {
  max-width: 732px;
  width: 100%;
  margin-bottom: clamp(80px, 6.5vw, 104px);
}

.efforts_block__lead {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.efforts_block__group {
  padding-bottom: clamp(64px, 5vw, 80px);
  border-bottom: 1px solid #D6D6D6;
}
.efforts_block__group + .efforts_block__group {
  margin-top: clamp(64px, 5vw, 80px);
}

.efforts_block__ttl {
  position: relative;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-weight: 600;
  padding-left: clamp(24px, 2vw, 32px);
  margin-bottom: 40px;
}
.efforts_block__ttl::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 32px;
  background: #008C3E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.efforts_block__list {
  margin-top: 24px;
}
.efforts_block__list li {
  position: relative;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  font-weight: 400;
  padding-left: 20px;
}
.efforts_block__list li::before {
  position: absolute;
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  background: #008C3E;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.efforts_block__set {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(40px, 3vw, 48px);
}

.efforts_block__ico {
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .efforts_block__ico {
    max-width: 72px;
  }
}

/* contact */
@media screen and (max-width: 500px) {
  .contact_block .common_btn__link {
    width: 240px;
  }
}

/* 404 */
@media screen and (max-width: 828px) {
  .found_head {
    gap: 16px !important;
  }
}

/* footer */
.footer_block {
  position: relative;
  background: url(../images/common/back_footer.webp) 50% 50% no-repeat;
  margin-top: clamp(240px, 17.5vw, 280px);
  background-size: cover;
  background-position: center bottom;
}
.footer_block::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  mix-blend-mode: multiply;
}

.footer_area {
  padding-top: clamp(80px, 6.5vw, 104px);
  padding-bottom: clamp(32px, 3.625vw, 58px);
}

@media screen and (min-width: 1001px) {
  .footer_column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 44px;
  }
}

.footer_logo {
  display: block;
  font-size: clamp(2.4rem, 3.2258064516vw, 4rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 282px;
  width: 100%;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1000px) {
  .footer_logo {
    margin: 0 auto 24px;
  }
}

.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .footer_nav ul {
    flex-direction: column;
    max-height: 350px;
    justify-content: flex-start;
    gap: 24px 32px;
  }
}
@media screen and (min-width: 1201px) {
  .footer_nav ul {
    gap: 40px 80px;
    max-height: 410px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav ul {
    border-top: 1px solid #fff;
  }
}
.footer_nav li {
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .footer_nav li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .footer_nav li:nth-child(even) {
    border-left: 1px solid #fff;
  }
  .footer_nav li:nth-child(odd):last-child {
    width: 100%;
  }
}
.footer_nav a {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .footer_nav a {
    padding: 11px 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1001px) {
  .footer_nav .sub-menu {
    display: block;
  }
  .footer_nav .sub-menu li {
    line-height: 1.86;
    padding-left: 8px;
  }
  .footer_nav .sub-menu a {
    position: relative;
    display: inline-block;
    padding-left: 0.6em;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .footer_nav .sub-menu a::before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav .sub-menu {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .footer_nav {
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .footer_nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (min-width: 1001px) {
  @-moz-document url-prefix() {
    .footer_nav {
      width: 500px;
    }
  }
}
.footer_info {
  color: #fff;
  flex-basis: 404px;
}
@media screen and (min-width: 1001px) {
  .footer_info {
    margin-bottom: 80px;
  }
}

.footer_info__head {
  display: flex;
  gap: 10px 32px;
  margin-bottom: 32px;
}
.footer_info__head span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: clamp(4.8rem, 5.6451612903vw, 7rem);
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.footer_info__head h2 {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .footer_info__head h2 {
    margin-top: 38px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_info__head {
    flex-direction: column;
    align-items: center;
  }
}

.footer_info__lead {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  line-height: 1.75;
  margin-bottom: clamp(36px, 2.5vw, 40px);
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .footer_info__lead {
    text-align: center;
  }
}

.footer_info__contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 32px;
}
.footer_info__contact .item_tel__num {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 4.4rem;
  font-weight: 400;
}
.footer_info__contact .item_tel__num small {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .footer_info__contact {
    align-items: center;
  }
}

.footer_info__time {
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (min-width: 1001px) {
  .footer_wrap {
    border-top: 1px solid #fff;
    padding-top: 76px;
  }
}

@media screen and (min-width: 1201px) {
  .footer_content {
    flex-basis: fit-content;
  }
}

.footer_address {
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .footer_address {
    text-align: center;
  }
}

.footer_license {
  display: flex;
  align-items: center;
  gap: 8px 16px;
  flex: 1;
  padding: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.footer_license::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  .footer_license {
    margin-top: 48px;
  }
}
@media screen and (max-width: 500px) {
  .footer_license {
    flex-direction: column;
  }
}

.footer_license__img {
  max-width: 144px;
  width: 100%;
}

.footer_license__text {
  flex: 1;
}
.footer_license__text p {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 1201px) {
  .footer_license__text p {
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 1200px) {
  .footer_license__text p br {
    display: none;
  }
}

.footer_license__head {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}
.footer_license__head br {
  display: block;
}

.footer_copy {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .footer_copy {
    margin-top: 88px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_copy {
    margin-top: 96px;
  }
}

.footer_rtt {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 26px;
  right: 20px;
  aspect-ratio: 40/64;
  width: 40px;
  height: auto;
  background-color: #008C3E;
  border-radius: 40px;
  overflow: clip;
}
.footer_rtt:hover {
  opacity: 1;
  background-color: #00662E;
}
.footer_rtt:hover img:first-of-type {
  left: 200%;
}
.footer_rtt:hover img:last-of-type {
  left: 50%;
}

.footer_rtt__arrow {
  aspect-ratio: 21/13;
  width: 21px;
  height: auto;
  display: block;
  overflow: hidden;
  rotate: -90deg;
}
.footer_rtt__arrow img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 21/12;
  width: 21px;
  height: auto;
}
.footer_rtt__arrow img:first-of-type {
  opacity: 1;
  left: 50%;
}
.footer_rtt__arrow img:last-of-type {
  left: -200%;
}

.common_btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.common_btns .common_btn__link {
  width: 320px;
}
@media screen and (max-width: 1000px) {
  .common_btns {
    align-items: center;
  }
}/*# sourceMappingURL=custom.css.map */