@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;
  }
}

/* module */
.cm-bread {
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  line-height: 1.6;
  font-weight: normal;
  font-size: 15px;
  color: #9ba29e;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}
.cm-bread a:hover {
  opacity: 1;
  color: #008C3E;
}

.breadcrumbs {
  display: flex;
  gap: 4px 8px;
  flex-wrap: wrap;
}

.header_area {
  padding: 20px 32px;
  padding-right: 16px;
  box-sizing: border-box;
  background: #fff;
  z-index: 10;
  transition: all 0.6s;
}
@media screen and (min-width: 1001px) {
  .header_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .header_area.hide__fixed {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@media screen and (min-width: 1001px) {
  .header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .header_area {
    padding: 20px 20px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .header_area {
    padding: 20px 20px;
  }
}

.header_info {
  display: flex;
  gap: 28px;
  align-items: center;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header_info {
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .header_info {
    gap: 16px;
  }
}

.header_anniversary {
  max-width: 66px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header_anniversary {
    max-width: 46px;
  }
}
@media screen and (max-width: 1000px) {
  .header_anniversary {
    max-width: 52px;
  }
}
@media screen and (max-width: 500px) {
  .header_anniversary {
    max-width: 42px;
  }
}

.header_logo {
  display: inline-block;
  line-height: 1;
  max-width: 281px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header_logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .header_logo {
    max-width: 241px;
  }
}
@media screen and (max-width: 500px) {
  .header_logo {
    max-width: 181px;
  }
}
.header_logo img {
  display: block;
  width: auto;
  height: auto;
}

.header_menu a {
  box-sizing: border-box;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #333;
  transition: all 0.3s;
}
.header_menu a:hover {
  opacity: 1;
  color: #008C3E;
}
.header_menu ul {
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .header_menu ul {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1002px) {
  .header_menu .menu-item {
    line-height: 1;
  }
  .header_menu .menu-item + .menu-item {
    margin-left: 48px;
  }
  .header_menu .menu-item + .header__btn {
    margin-left: 40px;
  }
  .header_menu .header__btn + .header__btn {
    margin-left: 8px;
  }
  .header_menu .menu-item-has-children {
    position: relative;
  }
  .header_menu .menu-item-has-children:hover .sub-menu {
    clip-path: inset(0 0 0% 0);
  }
  .header_menu .sub-menu {
    position: absolute;
    top: 16px;
    left: 0;
    padding: 38px 20px 17px;
    display: block;
    width: -moz-max-content;
    width: max-content;
    transition: all 0.6s;
    clip-path: inset(0 0 100% 0);
    z-index: 1;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
  }
  .header_menu .sub-menu::before {
    content: "";
    background: #fafafa;
    position: absolute;
    width: 100%;
    height: calc(100% - 20px);
    bottom: 0;
    left: 0;
  }
  .header_menu .sub-menu li {
    position: relative;
    z-index: 1;
    line-height: 1;
  }
  .header_menu .sub-menu .menu-item + .menu-item {
    margin: 0;
  }
  .header_menu .sub-menu a {
    font-weight: normal;
    font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
    line-height: 1.86;
    color: #333;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header_menu .sub-menu a::before {
    content: "- ";
    color: #008C3E;
    margin-right: 5px;
  }
  .header_menu .sub-menu a:hover {
    opacity: 1;
    color: #008C3E;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .header_menu .menu-item + .menu-item {
    margin-left: 24px;
  }
  .header_menu .menu-item + .header__btn {
    margin-left: 16px;
  }
  .header_menu .header__btn + .header__btn {
    margin-left: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .header_menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s;
    z-index: 5;
    overflow-y: scroll;
  }
  .header_menu .sub-menu {
    display: none !important;
  }
  .header_menu.active {
    opacity: 1;
    transform: translateX(0%);
  }
  .header_menu ul {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .header_menu li {
    border-bottom: 1px solid #fff;
  }
  .header_menu a {
    display: block;
    text-align: center;
    padding: 1em 0;
    color: #fff;
  }
}

.header__btn a {
  display: block;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .header__btn a {
    border-radius: 40px;
    width: 208px;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header__btn a {
    width: 170px;
    padding: 14px 10px;
  }
}
.header__btn.contact__btn a {
  background: #00662E;
}
.header__btn.contact__btn a:hover {
  background: #008C3E;
  color: #fff;
}
.header__btn.entry__btn a {
  background: #008C3E;
}
.header__btn.entry__btn a:hover {
  background: #00662E;
  color: #fff;
}

.header_trigger {
  position: fixed;
  top: 12px;
  right: 12px;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background: #008C3E;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.6s;
}
.header_trigger span:first-child {
  transform: translateY(calc(-50% - 6px)) translateX(-50%) rotate(0deg);
}
.header_trigger span:last-child {
  transform: translateY(calc(-50% + 6px)) translateX(-50%) rotate(0deg);
}
.header_trigger.active span {
  opacity: 0;
}
.header_trigger.active span:first-child {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(385deg);
}
.header_trigger.active span:last-child {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-385deg);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
kv----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.kv {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
}
@media screen and (min-width: 1241px) {
  .kv {
    margin-left: calc((100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .kv {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .kv {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .kv {
    padding-left: 40px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .kv {
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .kv {
    padding: 68px 0 0 40px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 500px) {
  .kv {
    padding-left: 20px;
  }
}

.kv_columns {
  position: relative;
}

.kv_pic {
  position: relative;
  display: block;
  max-width: 62.86%;
  margin-left: auto;
  overflow: hidden;
  border-radius: 10px 0px 0px 10px;
  z-index: -1;
  height: -moz-fit-content;
  height: fit-content;
}
.kv_pic img {
  vertical-align: top;
}
@media screen and (min-width: 1001px) {
  .kv_pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80.9%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
@media screen and (max-width: 1000px) {
  .kv_pic {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .kv_pic img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}

@media screen and (min-width: 1001px) {
  .kv_content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1000px) {
  .kv_content {
    padding-left: 12px;
    margin-bottom: 56px;
  }
}
.kv_head__caption {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(4.8rem, 5.6451612903vw, 7rem);
  letter-spacing: 0.03em;
  color: #333;
}

.kv_head__caption::first-letter {
  text-transform: uppercase;
}

.kv_head__lead {
  display: block;
  font-weight: 600;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  color: #333;
  margin: 16px 0 86px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .kv_head__lead {
    margin: 16px 0 56px;
  }
}
@media screen and (max-width: 1000px) {
  .kv_head__lead {
    margin: 10px 0 48px;
  }
}

.kv {
  margin-top: 96px;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .kv {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .kv {
    margin-top: 83px;
  }
}
@media screen and (max-width: 1000px) {
  .kv {
    margin-top: 0px;
  }
}
.kv img {
  transform: scale(1.1, 1.1);
  transition: all 1s;
  opacity: 0;
}
.kv .kv_content {
  transition: all 1.5s;
  opacity: 0;
}

.kv.cs_ac img {
  transform: scale(1, 1);
  opacity: 1;
}
.kv.cs_ac .kv_content {
  transition-delay: 0.8s;
  opacity: 1;
}

/*================================================
kv----END
==================================================*/
.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #fafafa;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th small {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
.mw_wp_form td th {
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4375em;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
@media screen and (min-width: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 10em;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  margin-top: clamp(10px, 1vw, 16px);
  font-weight: 400;
  color: #333;
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  color: #333;
}
.mw_wp_form .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 60px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: inline-block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
  word-break: break-all;
}
@media screen and (min-width: 1001px) {
  .file-text {
    padding-top: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .file-text {
    line-height: 1.5;
  }
}

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

.form-agree {
  margin-top: clamp(12px, 1.5vw, 24px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  font-weight: 400;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  text-decoration: underline;
}
.form-agree a:hover {
  opacity: 1;
  color: #008C3E;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .contact_block__text br {
    display: none;
  }
}
.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: clamp(40px, 3.5vw, 56px);
}
.form-btns a,
.form-btns [type=submit],
.form-btns .fm-modoru {
  max-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  padding: 1em;
  color: #fff;
  background: url(../../../uploads/2025/05/ico_common_arrow.png) 50% 50% no-repeat;
  background-color: #008C3E;
  background-size: 21px;
  background-position: center right 20px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 40px;
  overflow: clip;
  transition: all 0.3s;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}
.form-btns a:hover,
.form-btns [type=submit]:hover,
.form-btns .fm-modoru:hover {
  opacity: 1;
  background-color: #00662E;
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

.mw-wp-form-placeholder.form__only {
  margin-top: 0px;
  display: block;
  font-weight: normal;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.5;
  text-align: left;
  color: #999999;
  font-weight: 400;
}

.mw-wp-form-placeholder.form__only.form__only--ig {
  margin-top: 8px;
}

.mw-wp-form-placeholder.in_form__only {
  padding-left: 16px;
}
@media screen and (max-width: 1000px) {
  .mw-wp-form-placeholder.in_form__only {
    display: inline-block;
  }
}

.page__check .mw_wp_form th small {
  margin-top: 0;
}
.page__check .mw-wp-form-placeholder.form__only {
  display: none;
}

/* page */
.mv {
  position: relative;
  margin-top: 96px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .mv {
    margin-top: 83px;
  }
}
@media screen and (max-width: 1000px) {
  .mv {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1001px) {
  .mv__headline {
    position: absolute;
    bottom: 72px;
    left: calc((100vw - 1215px) / 2 + 104px);
    z-index: 1;
  }
}
@media screen and (max-width: 1000px) {
  .mv__headline {
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .mv__headline {
    padding: 0 32px;
  }
}

.mv__headline__img {
  max-width: 453px;
  transform: translateX(-16px);
}
@media screen and (max-width: 1000px) {
  .mv__headline__img {
    margin: 0;
    max-width: 380px;
  }
}
@media screen and (max-width: 500px) {
  .mv__headline__img {
    transform: translateX(-8px);
    max-width: 221px;
  }
}

.mv__headline__sub {
  display: block;
  margin-top: 12px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .mv__headline__sub {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1001px) {
  .mv__readline {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100vw - 1215px) / 2 - 16px);
    padding-bottom: 8px;
    z-index: 1;
  }
}

@media screen and (min-width: 1001px) {
  .mv__readline__wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__readline__wrap {
    margin: 36px 0 40px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .mv__readline__wrap {
    padding: 0 32px;
  }
}

.mv__readline__inner {
  display: inline-block;
  font-weight: 600;
  font-size: clamp(1.6rem, 1.935483871vw, 2.4rem);
  color: #333;
}
@media screen and (min-width: 1001px) {
  .mv__readline__inner {
    letter-spacing: 0.16em;
    background: #fff;
    border-radius: 10px;
    padding: 10px 4px 12px;
    writing-mode: vertical-rl;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 1000px) {
  .mv__readline__inner {
    line-height: 1.8;
  }
}

@media screen and (min-width: 1001px) {
  .mv__readline__num {
    writing-mode: horizontal-tb;
    line-height: 1;
    letter-spacing: normal;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 2000px) {
  .mv__headline__sub {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .mv__headline {
    bottom: 40px;
    left: 60px;
    z-index: 1;
  }
  .mv__headline__img {
    transform: translateX(-6px);
  }
  .mv__readline {
    right: 40px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .mv__headline__img {
    max-width: 363px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_slider {
    padding: 0 32px;
  }
}
@media screen and (max-width: 500px) {
  .mv_slider {
    padding: 0 20px;
  }
}

.mv {
  overflow: hidden;
}
.mv .mv_slide {
  transition: all 1.5s;
  opacity: 0;
}
.mv .mv__headline {
  transition: all 1.5s;
  opacity: 0;
  filter: blur(3px);
}
.mv .mv__readline__wrap {
  transition: all 1.5s;
  opacity: 0;
  filter: blur(3px);
}

.mv.cs_ac .mv_slide {
  transition-delay: 0.6s;
  opacity: 1;
  filter: blur(0px);
}
.mv.cs_ac .mv__headline {
  transition-delay: 0.9s;
  opacity: 1;
  filter: blur(0px);
}
.mv.cs_ac .mv__readline__wrap {
  transition-delay: 1.2s;
  opacity: 1;
  filter: blur(0px);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home 汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home__headline {
  display: flex;
  gap: 32px;
  align-items: baseline;
}
@media screen and (max-width: 500px) {
  .home__headline {
    display: block;
  }
}

.home__headline__main {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(4.8rem, 5.6451612903vw, 7rem);
  letter-spacing: 0.03em;
  color: #333;
}

.home__headline__sub {
  font-weight: 600;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  color: #333;
  padding-bottom: 8px;
}
@media screen and (min-width: 1001px) {
  .home__headline__sub {
    transform: translateY(-1px);
  }
}
@media screen and (max-width: 500px) {
  .home__headline__sub {
    display: block;
    padding: 10px 0 0;
  }
}

.common__cover_arrow {
  position: absolute;
  bottom: 18px;
  right: 30px;
  aspect-ratio: 1/1;
  width: 56px;
  height: auto;
  display: block;
  overflow: hidden;
}
.common__cover_arrow::before {
  position: absolute;
  content: "";
  background: #fff;
  opacity: 1;
  aspect-ratio: 1/1;
  width: 56px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  border-radius: 50%;
  transition: all 0.2s;
}
.common__cover_arrow img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 20/12;
  width: 20px;
  height: auto;
}
.common__cover_arrow img:first-of-type {
  opacity: 1;
  left: 50%;
}
.common__cover_arrow img:last-of-type {
  left: -200%;
}

.common__cover_arrow:hover {
  opacity: 1;
}
.common__cover_arrow:hover::before {
  transform: translate(-50%, -50%) scale(1, 1);
}
.common__cover_arrow:hover img:first-of-type {
  left: 200%;
}
.common__cover_arrow:hover img:last-of-type {
  left: 50%;
}

.home__sub_headline {
  font-weight: 600;
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .home__sub_headline {
    line-height: 1.6;
  }
  .home__sub_headline br {
    display: block;
  }
}

/*================================================
home 汎用クラス----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_business {
  padding: 160px 0;
}
@media screen and (max-width: 1000px) {
  .home_business {
    padding: 120px 0 104px;
  }
}

.home_business__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .home_business__flex {
    display: block;
  }
}

.home_business__cards {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .home_business__cards {
    display: block;
    margin-top: 56px;
  }
}

.home_business__card {
  position: relative;
  flex-basis: 33%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .home_business__card + .home_business__card {
    margin-top: 6px;
  }
}
.home_business__img {
  position: relative;
  transition: all 0.3s;
}
.home_business__img::before {
  position: absolute;
  content: "";
  background: #333;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .home_business__img img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.home_business__img__main {
  transition: all 0.3s;
}

.home_business__txt {
  max-width: 688px;
  padding-top: 8px;
}
@media screen and (max-width: 1200px) {
  .home_business__txt {
    max-width: 100%;
    padding-top: 64px;
  }
}

.home_business__headline {
  position: absolute;
  top: 48px;
  left: 40px;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_business__headline {
    top: 24px;
    left: 24px;
  }
}
@media screen and (max-width: 500px) {
  .home_business__headline {
    top: 32px;
    left: 32px;
  }
}

.home_business__headline__main {
  font-weight: 600;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  display: block;
}

.home_business__headline__sub {
  display: block;
  margin-top: 8px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.03em;
}

.home_business__card:hover {
  opacity: 1;
}
.home_business__card:hover .home_business__img {
  transform: scale(1.1, 1.1);
}
.home_business__card:hover .home_business__img::before {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .home_business__card:hover .common__cover_arrow {
    opacity: 1;
  }
  .home_business__card:hover .common__cover_arrow::before {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  .home_business__card:hover .common__cover_arrow img:first-of-type {
    left: 200%;
  }
  .home_business__card:hover .common__cover_arrow img:last-of-type {
    left: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .common__cover_arrow--home_business {
    bottom: 24px;
    right: 24px;
    aspect-ratio: 32/18;
    width: 32px;
    height: auto;
  }
  .common__cover_arrow--home_business::before {
    display: none;
  }
  .common__cover_arrow--home_business img {
    aspect-ratio: 32/18;
    width: 32px;
    height: auto;
  }
}

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

.home_business__cards.cs_ac .home_business__card {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
}
@media screen and (min-width: 501px) {
  .home_business__cards.cs_ac .home_business__card:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  .home_business__cards.cs_ac .home_business__card:last-of-type {
    transition-delay: 0.6s;
  }
}

/*================================================
home_business----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_works----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_works {
  overflow: hidden;
  background: #FAFAFA;
}
@media screen and (max-width: 1000px) {
  .home_works .container {
    padding: 0;
  }
}

.home_works__columns {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_works__columns {
    display: block;
  }
}

.home_works__content {
  padding: 120px 0 112px;
  margin-left: auto;
  max-width: 42%;
}
@media screen and (max-width: 1000px) {
  .home_works__content {
    max-width: 100%;
    padding: 96px 40px 64px;
  }
}
@media screen and (max-width: 500px) {
  .home_works__content {
    padding: 96px 20px 64px;
  }
}

.home__sub_headline--home_works {
  margin: 72px 0 32px;
}
@media screen and (max-width: 1000px) {
  .home__sub_headline--home_works {
    margin: 64px 0 24px;
  }
}

.common_btn--home_works {
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .common_btn--home_works {
    margin-top: 48px;
  }
}

.home_works__gallerys_wrap {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  gap: 6px;
  height: 0;
}
@media screen and (max-width: 1000px) {
  .home_works__gallerys_wrap {
    overflow: hidden;
    height: 450px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_works__gallerys_wrap {
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .home_works__gallerys_wrap {
    height: 438px;
  }
}

.home_works__img + .home_works__img {
  margin-top: 6px;
}

.home_works__gallery + .home_works__gallery {
  margin-top: 6px;
}

.home_works__img {
  max-width: 296px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_works__img {
    max-width: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .home_works__img {
    max-width: 220px;
  }
}
@media screen and (max-width: 500px) {
  .home_works__img {
    max-width: 100%;
  }
}

.home_works__gallerys {
  position: relative;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  animation: a_home_works__gallerys 30s infinite linear;
}

.home_works__gallerys--reverse {
  animation: a_home_works__gallerys__everse 30s infinite linear;
}

@keyframes a_home_works__gallerys {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-50% - 3px));
  }
}
@keyframes a_home_works__gallerys__everse {
  0% {
    transform: translateY(calc(-50% - 3px));
  }
  100% {
    transform: translateY(0);
  }
}
/*================================================
home_works----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_recruit----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_recruit {
  padding: 160px 0 88px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .home_recruit .over-right {
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit {
    padding: 120px 0 0px;
  }
}

.home_recruit__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_recruit__columns {
    display: block;
  }
}

.home_recruit__content {
  flex-basis: 36.71%;
}
@media screen and (min-width: 1201px) {
  .home_recruit__content {
    max-width: 514px;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit__content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit__content {
    padding-right: 20px;
  }
}

.home_recruit__interview {
  flex-basis: 57.57%;
  max-width: 57.57%;
  padding-top: 44px;
  overflow: hidden;
}
@media screen and (min-width: 1601px) {
  .home_recruit__interview {
    flex-basis: 60%;
    max-width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit__interview {
    max-width: 100%;
    padding-top: 88px;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit__interview {
    padding-bottom: 112px;
  }
}

.home__sub_headline--home_recruit {
  margin: 72px 0 32px;
}
@media screen and (max-width: 1000px) {
  .home__sub_headline--home_recruit {
    margin: 64px 0 24px;
  }
}
@media screen and (max-width: 500px) {
  .home__sub_headline--home_recruit br {
    display: none;
  }
}

.home_recruit .slick-list {
  padding-right: 240px;
  overflow: visible;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .home_recruit .slick-list {
    padding-right: 210px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_recruit .slick-list {
    padding-right: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit .slick-list {
    padding-right: 200px;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit .slick-list {
    padding-right: 80px;
  }
}
.home_recruit .slick-arrow {
  position: absolute;
  bottom: -56px;
  top: auto;
  transform: translateY(100%);
  aspect-ratio: 80/32;
  width: 80px;
  height: auto;
  background: #008C3E !important;
  border-radius: 40px;
  transition: all 0.3s;
  overflow: hidden;
  opacity: 1 !important;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .home_recruit .slick-arrow {
    bottom: -116px;
  }
}
.home_recruit .slick-arrow::before {
  content: "";
  background: url(../images/home/ico_cover_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transition: all 0.4s;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 21/12;
  width: 21px;
  height: auto;
  opacity: 1;
}
.home_recruit .slick-arrow::after {
  content: "";
  background: url(../images/home/ico_cover_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transition: all 0.4s;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 21/12;
  width: 21px;
  height: auto;
}
.home_recruit .slick-prev {
  left: auto;
  right: calc((100vw - 1215px) / 2 + 88px);
}
@media screen and (max-width: 1200px) {
  .home_recruit .slick-prev {
    right: 128px;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit .slick-prev {
    right: 108px;
  }
}
.home_recruit .slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
  left: 50%;
}
.home_recruit .slick-prev::after {
  left: 200%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.home_recruit .slick-prev:hover {
  opacity: 1;
  background: #00662E !important;
}
.home_recruit .slick-prev:hover::before {
  left: -200%;
}
.home_recruit .slick-prev:hover::after {
  left: 50%;
}
.home_recruit .slick-next {
  left: auto;
  right: calc((100vw - 1215px) / 2);
}
@media screen and (max-width: 1200px) {
  .home_recruit .slick-next {
    right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit .slick-next {
    right: 20px;
  }
}
.home_recruit .slick-next::before {
  transform: translate(-50%, -50%);
  left: 50%;
}
.home_recruit .slick-next::after {
  transform: translate(-50%, -50%);
  left: -200%;
}
.home_recruit .slick-next:hover {
  opacity: 1;
  background: #00662E !important;
}
.home_recruit .slick-next:hover::before {
  left: 200%;
}
.home_recruit .slick-next:hover::after {
  left: 50%;
}

.home_recruit__card {
  margin: 0 3px;
}

.home_recruit__link {
  display: block;
  position: relative;
}

.home_recruit__num {
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(3.6rem, 4.2741935484vw, 5.3rem);
  letter-spacing: 0.03em;
  color: #008c3e;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .home_recruit__num {
    left: 16px;
  }
}

.home_recruit__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home_recruit__img::before {
  content: "";
  width: 100%;
  height: 112px;
  background: linear-gradient(rgba(51, 51, 51, 0) 0%, #333 100%);
  opacity: 0.4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.home_recruit__img__inner {
  transition: all 0.3s;
}

.home_recruit__info {
  position: absolute;
  left: 32px;
  bottom: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_recruit__info {
    left: 16px;
  }
}

.home_recruit__name {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 3.7rem;
  letter-spacing: 0.03em;
  align-items: flex-end;
  line-height: 1;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_recruit__name {
    font-size: 3rem;
  }
}

.home_recruit__small {
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  margin-left: 4px;
}

.home_recruit__datail {
  font-weight: 600;
  font-size: 1.5rem;
}

.home_recruit__headline {
  margin-top: 40px;
  position: relative;
  padding-left: 40px;
  z-index: -1;
}
.home_recruit__headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 64px;
  background: #008C3E;
}
@media screen and (max-width: 1000px) {
  .home_recruit__headline {
    padding-left: 32px;
  }
}

.home_recruit__headline__main {
  font-weight: 600;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  color: #333;
}

.home_recruit__headline__sub {
  display: block;
  margin-top: 10px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.03em;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .home_recruit__headline__sub {
    margin-top: 8px;
  }
}

.home_recruit__link:hover {
  opacity: 1;
}
.home_recruit__link:hover .home_recruit__img__inner {
  transform: scale(1.1, 1.1);
}

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

.home_recruit__interview.cs_ac .home_recruit__cards {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
}
.home_recruit__interview.cs_ac .home_recruit__headline {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
  transition-delay: 0.3s;
}

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

.home_recruit_links.cs_ac .home_recruit_links__card {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
}
@media screen and (min-width: 501px) {
  .home_recruit_links.cs_ac .home_recruit_links__card:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  .home_recruit_links.cs_ac .home_recruit_links__card:last-of-type {
    transition-delay: 0.6s;
  }
}
.home_recruit_links.cs_ac .home_entry {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
  transition-delay: 0.9s;
}

/*================================================
home_recruit----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_recruit_links----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_recruit_links {
  margin-bottom: 160px;
}

.home_recruit_links__cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .home_recruit_links__cards {
    display: block;
  }
}

.home_recruit_links__card {
  position: relative;
  flex-basis: 33%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .home_recruit_links__card + .home_recruit_links__card {
    margin-top: 6px;
  }
}
.home_recruit_links__img {
  position: relative;
  transition: all 0.3s;
}
.home_recruit_links__img::before {
  position: absolute;
  content: "";
  background: #333;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.home_recruit_links__img__main {
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .home_recruit_links__img__main {
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.home_recruit_links__headline {
  position: absolute;
  top: 48px;
  left: 40px;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_recruit_links__headline {
    top: 24px;
    left: 24px;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit_links__headline {
    top: 32px;
    left: 32px;
  }
}

.home_recruit_links__headline__main {
  font-weight: 600;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  display: block;
}

.home_recruit_links__headline__sub {
  display: block;
  margin-top: 8px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.03em;
}

.home_recruit_links__card:hover {
  opacity: 1;
}
.home_recruit_links__card:hover .home_recruit_links__img {
  transform: scale(1.1, 1.1);
}
.home_recruit_links__card:hover .home_recruit_links__img::before {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .home_recruit_links__card:hover .common__cover_arrow {
    opacity: 1;
  }
  .home_recruit_links__card:hover .common__cover_arrow::before {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  .home_recruit_links__card:hover .common__cover_arrow img:first-of-type {
    left: 200%;
  }
  .home_recruit_links__card:hover .common__cover_arrow img:last-of-type {
    left: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .common__cover_arrow--home_recruit_links {
    bottom: 24px;
    right: 24px;
    aspect-ratio: 32/18;
    width: 32px;
    height: auto;
  }
  .common__cover_arrow--home_recruit_links::before {
    display: none;
  }
  .common__cover_arrow--home_recruit_links img {
    aspect-ratio: 32/18;
    width: 32px;
    height: auto;
  }
}

.home_entry {
  margin-top: 6px;
}

.home_entry__link {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 32px;
  align-items: center;
  color: #fff;
  background: #008C3E;
  border-radius: 10px;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .home_entry__link {
    height: 144px;
  }
}
@media screen and (max-width: 1000px) {
  .home_entry__link {
    display: block;
    padding: 32px 48px 58px;
  }
}

.home_entry__main {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(4.8rem, 5.6451612903vw, 7rem);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 500px) {
  .home_entry__main {
    text-align: center;
  }
}

.home_entry__read {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.5;
  color: #fff;
  padding-top: 16px;
}
@media screen and (max-width: 1000px) {
  .home_entry__read {
    padding-top: 24px;
    max-width: 380px;
  }
}
@media screen and (max-width: 500px) {
  .home_entry__read {
    line-height: 1.46;
  }
}

.home_entry__arrow {
  position: absolute;
  right: 48px;
  aspect-ratio: 42/24;
  width: 42px;
  height: auto;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .home_entry__arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
.home_entry__arrow img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 42/24;
  width: 42px;
  height: auto;
}
.home_entry__arrow img:first-of-type {
  opacity: 1;
  left: 50%;
}
.home_entry__arrow img:last-of-type {
  left: -200%;
}
@media screen and (max-width: 1000px) {
  .home_entry__arrow {
    right: 24px;
    bottom: 24px;
  }
}

.home_entry__link:hover {
  opacity: 1;
  background: #00662E;
}
.home_entry__link:hover .home_entry__arrow img:first-of-type {
  left: 200%;
}
.home_entry__link:hover .home_entry__arrow img:last-of-type {
  left: 50%;
}

/*================================================
home_recruit_links----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 501px) {
  .home_company__img {
    background: url(../images/home/back_home_company1.webp);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 464px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) and (max-width: 1200px) {
  .home_company__img {
    height: 400px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_company__img {
    height: 320px;
  }
}
@media screen and (min-width: 501px) {
  .home_company__img .home_company__img__sp {
    display: none;
  }
}

.home_company {
  position: relative;
  padding: 0 0 248px;
}
@media screen and (max-width: 500px) {
  .home_company {
    padding: 0 0 164px;
  }
}
@media screen and (max-width: 1000px) {
  .home_company {
    padding: 0 0 104px;
  }
}
@media screen and (max-width: 500px) {
  .home_company {
    padding: 0px;
  }
}

.home_company__flex {
  margin-top: 128px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_company__flex {
    display: block;
    margin-top: 56px;
  }
}

.home_company__content {
  flex-basis: auto;
}

.home_company__list {
  flex-basis: 57.33%;
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .home_company__list {
    margin-top: 32px;
  }
}

.home__sub_headline--home_company {
  margin-top: 72px;
}
@media screen and (max-width: 1000px) {
  .home__sub_headline--home_company {
    margin-top: 64px;
  }
  .home__sub_headline--home_company .mob_none {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .home__sub_headline--home_company br {
    display: none;
  }
}

.home_company__link {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 24px 0;
  box-sizing: border-box;
  border-bottom: solid 1px #D6D6D6;
}
.home_company__link::before {
  content: "";
  height: 1px;
  width: 0%;
  transition: all 0.3s;
  background: #008C3E;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_company__link {
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .home_company__link {
    gap: 24px;
    max-width: 560px;
  }
}
@media screen and (max-width: 500px) {
  .home_company__link {
    gap: 16px;
  }
}

.home_company__list__img {
  max-width: 216px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_company__list__img {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .home_company__list__img {
    max-width: 180px;
  }
}
@media screen and (max-width: 500px) {
  .home_company__list__img {
    max-width: 104px;
  }
}

.home_company__list__inner {
  transition: all 0.3s;
}

.home_company__list__title {
  font-weight: 600;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  color: #333;
}

.home_company__list__slag {
  display: block;
  margin-top: 10px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.03em;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .home_company__list__slag {
    margin-top: 8px;
  }
}

.home_company__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  aspect-ratio: 80/32;
  width: 80px;
  height: auto;
  display: block;
  overflow: hidden;
  background: #008C3E;
  border-radius: 40px;
  transition: all 0.3s;
}
.home_company__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;
}
.home_company__arrow img:first-of-type {
  opacity: 1;
  left: 50%;
}
.home_company__arrow img:last-of-type {
  left: -200%;
}
@media screen and (max-width: 500px) {
  .home_company__arrow {
    display: none !important;
  }
}

.home_company__link:hover {
  opacity: 1;
}
.home_company__link:hover::before {
  width: 100%;
}
.home_company__link:hover .home_company__list__inner {
  transform: scale(1.1, 1.1);
}
.home_company__link:hover .home_company__arrow {
  background: #00662E;
}
.home_company__link:hover .home_company__arrow img:first-of-type {
  left: 200%;
}
.home_company__link:hover .home_company__arrow img:last-of-type {
  left: 60%;
}

.home_company__back {
  width: 100%;
  z-index: -1;
  opacity: 0;
  filter: blur(8px);
  transition: all 1s;
}
@media screen and (min-width: 501px) {
  .home_company__back {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.home_company__back img {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 1600px;
}
@media screen and (max-width: 500px) {
  .home_company__back {
    position: relative;
    transform: translateY(-16px);
  }
}

.home_company__back.cs_ac {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 1.6s;
}

/*================================================
home_company----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_news----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_news {
  margin: 126px 0 120px;
}
@media screen and (max-width: 1000px) {
  .home_news {
    margin: 104px 0 104px;
  }
}

.home__headline--home_news {
  justify-content: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 1000px) {
  .home__headline--home_news {
    margin-bottom: 64px;
  }
}

.home_news__block {
  max-width: 816px;
  margin: auto;
}

.home_news__link {
  position: relative;
  display: block;
  padding-bottom: 28px;
  border-bottom: solid 1px #D6D6D6;
}
.home_news__link::before {
  content: "";
  height: 1px;
  width: 0%;
  transition: all 0.3s;
  background: #008C3E;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 1000px) {
  .home_news__link {
    padding-bottom: 26px;
  }
}

.home_news__time {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 1.6rem;
  color: #9ba29e;
  line-height: 1;
  margin-bottom: 14px;
}

.home_news__list + .home_news__list .home_news__link {
  padding-top: 28px;
}
@media screen and (max-width: 1000px) {
  .home_news__list + .home_news__list .home_news__link {
    padding-top: 26px;
  }
}

.home_news__caption {
  font-weight: normal;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.75;
  color: #333;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .home_news__caption {
    -webkit-line-clamp: 2;
    line-height: 1.6;
  }
}
@media screen and (max-width: 500px) {
  .home_news__caption {
    -webkit-line-clamp: 3;
  }
}

.common_btn--home_news {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 1000px) {
  .common_btn--home_news {
    margin-top: 46px;
  }
}

.home_news__link:hover {
  opacity: 1;
}
.home_news__link:hover::before {
  width: 100%;
}

/*================================================
home_news----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_river----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_river__banner {
  display: block;
  position: relative;
  max-width: 816px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
.home_river__banner::before {
  position: absolute;
  content: "";
  background: #333;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 1;
}

.home_river__inner {
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .home_river__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.home_river__wrap {
  width: 100%;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 1001px) {
  .home_river__wrap {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .home_river__wrap {
    position: relative;
    padding: 48px 32px 62px;
  }
}

.home_river__headline {
  text-align: center;
  padding: 48px 0 40px;
}
@media screen and (max-width: 1000px) {
  .home_river__headline {
    padding: 0px 0 24px;
  }
}

.home_river__headline__main {
  font-weight: 600;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  color: #fff;
}

.home_river__headline__sub {
  margin-top: 8px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .home_river__headline__sub {
    margin-top: 6px;
  }
}

.home_river__read {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .home_river__read {
    line-height: 1.46;
    text-align: left;
  }
  .home_river__read br {
    display: none;
  }
}

.common__cover_arrow--home_river {
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .home_river__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 1000px) {
  .common__cover_arrow--home_river {
    bottom: 24px;
    right: 24px;
    aspect-ratio: 32/18;
    width: 36px;
    height: auto;
  }
}
.home_river__banner:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  .home_river__banner:hover .common__cover_arrow {
    opacity: 1;
  }
  .home_river__banner:hover .common__cover_arrow::before {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  .home_river__banner:hover .common__cover_arrow img:first-of-type {
    left: 200%;
  }
  .home_river__banner:hover .common__cover_arrow img:last-of-type {
    left: 50%;
  }
}
.home_river__banner:hover .home_river__inner {
  transform: scale(1.1, 1.1);
}

/*================================================
home_river----END
==================================================*/
.lower__contents--noflex {
  padding-top: 156px;
}
@media screen and (max-width: 1000px) {
  .lower__contents--noflex {
    padding-top: 96px;
  }
}

@media screen and (min-width: 1001px) {
  .lower__flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .lower__flex {
    margin-top: 64px;
  }
}

@media screen and (min-width: 1001px) {
  .lower__flex__list {
    position: relative;
    flex-basis: 180px;
    box-sizing: border-box;
    padding-top: 156px;
  }
}

.lower__flex__content {
  flex-basis: 76%;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .lower__flex__content {
    padding-top: 96px;
  }
}

@media screen and (min-width: 1001px) {
  .lower__flex__list__main {
    position: sticky;
    top: 100px;
  }
}
.lower__flex__list__item + .lower__flex__list__item {
  margin-top: 28px;
}
@media screen and (max-width: 1000px) {
  .lower__flex__list__item + .lower__flex__list__item {
    margin-top: 16px;
  }
}

.lower_flex__list__link {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  line-height: 1.22;
  color: #d6d6d6;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .lower_flex__list__link {
    text-align: right;
    padding-right: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .lower_flex__list__link {
    padding-left: 20px;
    color: #333333;
  }
}
.lower_flex__list__link::before {
  content: "";
  background: #9BA29E;
  aspect-ratio: 1/1;
  width: 5px;
  height: auto;
  transform: translate(25%, -50%);
  transition: all 0.3s;
  z-index: 1;
  position: absolute;
  top: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .lower_flex__list__link::before {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .lower_flex__list__link::before {
    background: #008C3E;
    left: 0px;
  }
}

@media screen and (min-width: 1001px) {
  .lower_flex__list__link:hover,
  .lower_flex__list__link.active {
    opacity: 1;
    color: #333333;
  }
  .lower_flex__list__link:hover::before,
  .lower_flex__list__link.active::before {
    background: #008C3E;
  }
}
.columns--reverse {
  flex-direction: row-reverse;
}

.common_btn__link {
  position: relative;
  width: 240px;
  box-sizing: border-box;
  padding: 16px 32px;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background: #008C3E;
}
@media screen and (max-width: 500px) {
  .common_btn__link {
    width: 200px;
    padding: 14px 16px;
  }
}

.common_btn_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  aspect-ratio: 21/12;
  width: 21px;
  height: auto;
  display: block;
  overflow: hidden;
}
.common_btn_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;
}
.common_btn_arrow img:first-of-type {
  opacity: 1;
  left: 50%;
}
.common_btn_arrow img:last-of-type {
  left: -200%;
}

.common_btn__link:hover {
  opacity: 1;
  background: #00662E;
}
.common_btn__link:hover img:first-of-type {
  left: 200%;
}
.common_btn__link:hover img:last-of-type {
  left: 50%;
}

.table_wrap table th,
.table_wrap table td {
  border: none;
  padding: 32px;
  padding-right: 0;
  background: none;
}
.table_wrap table th {
  background: #FAFAFA;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #333;
  width: 202px;
}
.table_wrap table tr {
  border-top: solid 1px #D9DDE3;
}
.table_wrap table tr:last-of-type {
  border-bottom: solid 1px #D9DDE3;
}
.table_wrap table a {
  text-decoration: underline;
}
.table_wrap table a[href^=tel] {
  text-decoration: initial;
}
@media screen and (max-width: 1000px) {
  .table_wrap table th,
  .table_wrap table td {
    padding: 16px 24px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .table_wrap table th,
  .table_wrap table td {
    line-height: 1.6;
  }
}

@media screen and (max-width: 500px) {
  .lower_menu__list {
    text-align: center;
  }
}
@media screen and (min-width: 1001px) {
  .mobile__only {
    display: none !important;
  }
  .pc__only2 {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .mobile__only {
    display: block;
  }
  .pc__only2 {
    display: none !important;
  }
}
@media screen and (min-width: 501px) {
  .sp__only {
    display: none !important;
  }
  .pc__only {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .sp__only {
    display: block;
  }
  .pc__only {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .lower_menu__link.current::before {
    scale: 0 0.5;
  }
}
.lower_menu__list {
  opacity: 0;
  position: relative;
  transform: translate(0%, 50px);
}

@media screen and (min-width: 1001px) {
  .lower__contents {
    position: relative;
  }
  .lower__contents::before {
    content: "";
    height: 1px;
    width: 0%;
    background: #D6D6D6;
    position: absolute;
    top: 0;
    transition: all 1.6s;
    z-index: -1;
  }
  .lower__flex__list::before {
    content: "";
    height: 0;
    width: 1px;
    background: #D6D6D6;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(-50%);
    transition: all 1.6s;
    z-index: -1;
  }
}
@media screen and (min-width: 1001px) {
  .page__body.cs_ac .lower__contents::before {
    width: 100%;
  }
  .page__body.cs_ac .lower__flex__list::before {
    transition-delay: 0.6s;
    height: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .page__body.cs_ac .lower_menu__link.current::before {
    scale: 1 0.5;
    transition-delay: 1.4s;
  }
}
.page__body.cs_ac .lower_menu__list {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
  transition-delay: 0.6s;
}

.mobile_top {
  text-align: right;
  margin-top: 80px;
}
@media screen and (min-width: 1001px) {
  .mobile_top {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .mobile_top {
    margin-top: 40px;
  }
}

.mobile_top__link {
  position: relative;
  aspect-ratio: 57/24;
  width: 57px;
  height: auto;
  display: block;
  overflow: hidden;
  background: #008C3E;
  border-radius: 40px;
  transition: all 0.3s;
  margin-left: auto;
}
.mobile_top__link img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all 0.4s;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 21/12;
  width: 14px;
  height: auto;
}
.mobile_top__link img:first-of-type {
  opacity: 1;
  left: 50%;
  top: 50%;
}
.mobile_top__link img:last-of-type {
  top: 200%;
  left: 50%;
}

.mobile_top__link:hover {
  opacity: 1;
  background: #00662E;
}
.mobile_top__link:hover img:first-of-type {
  top: -200%;
}
.mobile_top__link:hover img:last-of-type {
  top: 50%;
}

.outline_block + .outline_block {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.works_content + .works_content {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .works_content + .works_content {
    margin-top: 120px;
  }
}

.works__contents {
  counter-reset: number 0;
}

.works__headline {
  display: flex;
  gap: 24px;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #333;
  align-items: baseline;
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .works__headline {
    gap: 16px;
    margin-bottom: 40px;
  }
}

.works__headline br {
  display: none;
}

.works__headline:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "";
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  letter-spacing: 0.03em;
  color: #333;
}

.works__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 24px;
}
@media screen and (max-width: 1000px) {
  .works__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
@media screen and (max-width: 500px) {
  .works__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
  }
}

.works__card__link {
  display: block;
}

.works__img {
  overflow: hidden;
  border-radius: 10px;
}

.works__img__inner {
  transition: all 0.3s;
  aspect-ratio: 288/204;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.works__card__headline {
  margin-top: 14px;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #333;
}
@media screen and (max-width: 1000px) {
  .works__card__headline {
    margin-top: 10px;
  }
}

.works__card__txt {
  font-weight: normal;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 1.86;
  color: #333;
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .works__card__txt {
    margin-top: 6px;
  }
}

.works__card__link:hover {
  opacity: 1;
}
.works__card__link:hover .works__img__inner {
  transform: scale(1.05, 1.05);
}

.access_block__map {
  display: block;
  width: 100%;
  margin-bottom: clamp(24px, 2vw, 32px);
}
@media screen and (min-width: 1001px) {
  .access_block__map {
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .access_block__map {
    height: 350px;
  }
}
.access_block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
staff-interview----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.staff_content + .staff_content {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .staff_content + .staff_content {
    margin-top: 120px;
  }
}

.staff_columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .staff_columns {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .staff_columns__txt {
    margin-top: 40px;
  }
  .staff_columns1__img {
    max-width: 280px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .staff_columns1__img {
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .staff_columns2__img {
    max-width: 368px;
  }
}
.staff_columns + .staff_columns {
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .staff_columns + .staff_columns {
    margin-top: 48px;
  }
}

.staff_columns1 {
  padding-top: 32px;
}
@media screen and (max-width: 1000px) {
  .staff_columns1 {
    padding-top: 24px;
  }
}

.staff_columns__img img {
  overflow: hidden;
  border-radius: 10px;
}

.staff_columns1__img {
  position: relative;
  flex-basis: 30.7%;
  height: -moz-fit-content;
  height: fit-content;
}
.staff_columns1__img::before {
  content: "";
  width: 100%;
  height: 112px;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(rgba(51, 51, 51, 0) 0%, #333 100%);
  opacity: 0.4;
  position: absolute;
  left: 0;
  bottom: 0;
}

.staff_columns1__txt {
  flex-basis: 61.4%;
}

.staff_columns1__img__num {
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 5.3rem;
  letter-spacing: 0.03em;
  color: #008c3e;
}
@media screen and (max-width: 1000px) {
  .staff_columns1__img__num {
    left: 16px;
  }
}

.staff_columns1__img__info {
  position: absolute;
  left: 32px;
  bottom: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .staff_columns1__img__info {
    left: 32px;
    bottom: 24px;
  }
}

.staff_columns1__img__name {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 3.7rem;
  letter-spacing: 0.03em;
  align-items: flex-end;
  line-height: 1;
}

.staff_columns1__img__small {
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  margin-left: 4px;
}

.staff_columns1__img__datail {
  font-weight: 600;
  font-size: 1.5rem;
}

.staff__question {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #008c3e;
}
.staff__question::before {
  content: "Q.";
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  letter-spacing: 0.03em;
  color: #008c3e;
}
@media screen and (min-width: 1001px) {
  .staff__question::before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .staff__question::before {
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 500px) {
  .staff__question::before {
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 1000px) {
  .staff__question {
    margin-bottom: 12px;
    display: flex;
    gap: 6px;
  }
}
@media screen and (max-width: 500px) {
  .staff__question {
    line-height: 1.6;
  }
}

.staff__QandA + .staff__QandA {
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .staff__QandA + .staff__QandA {
    margin-top: 32px;
  }
}

.staff_columns2 {
  flex-direction: row-reverse;
}

.staff_columns2__img {
  flex-basis: 40.35%;
}

.staff_columns2__txt {
  flex-basis: 51.75%;
}

.staff_schedule {
  margin-top: 80px;
  padding: 64px;
  box-sizing: border-box;
  background: #FAFAFA;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .staff_schedule {
    margin-top: 64px;
    padding: 40px;
  }
}
@media screen and (max-width: 500px) {
  .staff_schedule {
    padding: 32px 32px;
  }
}

.staff_schedule__headline {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(3rem, 3.2258064516vw, 4rem);
  letter-spacing: 0.03em;
  color: #333;
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .staff_schedule__headline {
    margin-bottom: 40px;
  }
}

.staff_schedule__headline__small {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #333;
  margin-left: 24px;
}
@media screen and (max-width: 1000px) {
  .staff_schedule__headline__small {
    margin-left: 16px;
  }
}

.staff_schedule__item {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .staff_schedule__item {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .staff_schedule__txt {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .staff_schedule__txt {
    line-height: 1.6;
  }
}
.staff_schedule__item + .staff_schedule__item {
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .staff_schedule__item + .staff_schedule__item {
    margin-top: 16px;
  }
}

.staff_schedule__time {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  letter-spacing: 0.03em;
  color: #008c3e;
}
.staff_schedule__time::before {
  content: "";
  background: #008c3e;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .staff_schedule__time::before {
    width: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .staff_schedule__time {
    gap: 6px;
  }
}

/*================================================
staff-interview----END
==================================================*/
.personality__contents {
  position: relative;
}

.personality__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .personality__columns {
    display: block;
  }
}

.personality__columns + .personality__columns {
  margin-top: 104px;
}
@media screen and (max-width: 1000px) {
  .personality__columns + .personality__columns {
    margin-top: 64px;
  }
}

.personality__columns__img {
  flex-basis: 41.33%;
}
.personality__columns__img img {
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .personality__columns__img {
    max-width: 496px;
    display: block;
    margin: auto;
  }
}

.personality__columns__txt {
  flex-basis: 52.66%;
}
@media screen and (max-width: 1000px) {
  .personality__columns__txt {
    margin-top: 40px;
  }
}

.personality__headline {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .personality__headline {
    margin-bottom: 24px;
  }
}

.personality__galleryswrap {
  overflow: hidden;
}

.personality__gallerys {
  margin-top: 192px;
  display: flex;
  position: relative;
  left: 0;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: a_personality__gallerys 30s infinite linear;
  gap: 32px;
}
@media screen and (max-width: 1000px) {
  .personality__gallerys {
    margin-top: 120px;
    gap: 16px;
  }
}

.personality__gallery {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1000px) {
  .personality__gallery {
    gap: 16px;
  }
}

.personality__gallery__img {
  overflow: hidden;
  max-width: 336px;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .personality__gallery__img {
    max-width: 220px;
  }
}

@keyframes a_personality__gallerys {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-33.3% - 13px));
  }
}
@media screen and (max-width: 1000px) {
  @keyframes a_personality__gallerys {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-33.3% - 6px));
    }
  }
}
.personality__back {
  width: 100%;
  z-index: -1;
  opacity: 0;
  filter: blur(8px);
  transition: all 1s;
}
@media screen and (min-width: 501px) {
  .personality__back {
    position: absolute;
    left: 0;
    bottom: 226px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .personality__back {
    bottom: 160px;
  }
}
.personality__back img {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 1600px;
}
@media screen and (max-width: 500px) {
  .personality__back {
    position: relative;
    transform: translateY(-8px);
  }
}

.personality__back.cs_ac {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 1.6s;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
requirements  archive----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.requirements__list {
  max-width: 912px;
  margin: auto;
}

.requirements__item + .requirements__item {
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .requirements__item + .requirements__item {
    margin-top: 40px;
  }
}

.requirements__item__link {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  color: #333;
  padding-bottom: 56px;
  border-bottom: solid 1px #D6D6D6;
  transition: all 0.3s;
}
.requirements__item__link::before {
  content: "";
  height: 1px;
  width: 0%;
  transition: all 0.3s;
  background: #008C3E;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 1000px) {
  .requirements__item__link {
    padding-bottom: 40px;
  }
}

.requirements__item__txt {
  position: relative;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 80px;
}
@media screen and (max-width: 500px) {
  .requirements__item__txt {
    -webkit-line-clamp: 2;
    padding-right: 74px;
  }
}

.requirements__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  aspect-ratio: 80/32;
  width: 80px;
  height: auto;
  display: block;
  overflow: hidden;
  background: #008C3E;
  border-radius: 40px;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .requirements__arrow {
    width: 64px;
  }
}
.requirements__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;
}
.requirements__arrow img:first-of-type {
  opacity: 1;
  left: 50%;
}
.requirements__arrow img:last-of-type {
  left: -200%;
}

.requirements__item__link:hover {
  opacity: 1;
}
.requirements__item__link:hover::before {
  width: 100%;
}
.requirements__item__link:hover .requirements__arrow {
  background: #00662E;
}
.requirements__item__link:hover img:first-of-type {
  left: 200%;
}
.requirements__item__link:hover img:last-of-type {
  left: 50%;
}

/*================================================
requirements  archive----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
requirements__detail----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.requirements__detail {
  max-width: 912px;
  margin: auto;
}

.requirements__detail__headline {
  position: relative;
  padding-left: 32px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: clamp(1.6rem, 1.935483871vw, 2.4rem);
  color: #333;
  margin-bottom: 40px;
}
.requirements__detail__headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 32px;
  background: #008C3E;
}
@media screen and (max-width: 1000px) {
  .requirements__detail__headline {
    padding-left: 26px;
    margin-bottom: 32px;
  }
  .requirements__detail__headline::before {
    width: 6px;
    height: 24px;
  }
}

.common_btn--requirements {
  text-align: center;
  margin: 88px 0 32px;
}
@media screen and (max-width: 1000px) {
  .common_btn--requirements {
    margin: 56px 0 24px;
  }
}

.requirements__prev {
  text-align: center;
}

.requirements__prev__link {
  font-weight: 600;
  text-decoration: underline;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #333;
  transition: all 0.3s;
}

.requirements__prev__link:hover {
  color: #008C3E;
  opacity: 1;
}

/*================================================
requirements__detail----END
==================================================*/
.personality__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 16px;
}
@media screen and (max-width: 1000px) {
  .personality__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 32px;
  }
}
@media screen and (max-width: 500px) {
  .personality__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 16px;
  }
}

.personality__img {
  border-radius: 10px;
  overflow: hidden;
}

.personality__ravel {
  display: block;
  margin-top: 14px;
  font-weight: 600;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  color: #333;
}
@media screen and (max-width: 1000px) {
  .personality__ravel {
    margin-top: 8px;
  }
}
@media screen and (max-width: 500px) {
  .personality__ravel {
    font-size: 1.3rem;
  }
}

.common_btn--benefits {
  text-align: center;
  margin-top: 88px;
}
@media screen and (max-width: 1000px) {
  .common_btn--benefits {
    margin-top: 64px;
  }
}

.efforts_block__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8px;
  gap: 8px;
}
@media screen and (max-width: 500px) {
  .efforts_block__flex {
    grid-template-columns: repeat(1, 1fr);
  }
}

.efforts_block__flex__img {
  border-radius: 10px;
  overflow: hidden;
}

.anniversary__head {
  display: flex;
  gap: 24px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .anniversary__head {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 500px) {
  .anniversary__head {
    display: block;
  }
}
.anniversary__head .anniversary__head__main {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 3.2258064516vw, 4rem);
  letter-spacing: 0.03em;
}
.anniversary__head .anniversary__head__sub {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  margin-top: clamp(8px, 0.875vw, 14px);
}

.anniversary_message__img {
  border-radius: 10px;
  overflow: hidden;
}

.anniversary_message__headline {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  font-weight: 600;
  line-height: 1.7;
  margin-top: 56px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .anniversary_message__headline {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

.anniversary_history {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .anniversary_history {
    margin-top: 120px;
  }
}

.anniversary_history__block {
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  padding: 48px 48px 40px;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .anniversary_history__block {
    padding: 32px 32px 32px;
  }
}
@media screen and (max-width: 500px) {
  .anniversary_history__block {
    padding: 32px 20px 32px;
  }
}

.anniversary_history__block + .anniversary_history__block {
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .anniversary_history__block + .anniversary_history__block {
    margin-top: 24px;
  }
}

.anniversary_history__block--1 {
  background: url(../images/anniversary/back_anniversary1.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}
@media screen and (min-width: 1201px) {
  .anniversary_history__block--1.open_class {
    background-size: 110% auto;
  }
}
@media screen and (max-width: 1200px) {
  .anniversary_history__block--1 {
    background-size: cover;
  }
}

.anniversary_history__block--2 {
  background: url(../images/anniversary/back_anniversary2.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}
@media screen and (min-width: 1201px) {
  .anniversary_history__block--2.open_class {
    background-size: 110% auto;
  }
}
@media screen and (max-width: 1200px) {
  .anniversary_history__block--2 {
    background-size: cover;
  }
}

.anniversary_history__block--3 {
  background: url(../images/anniversary/back_anniversary3.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}
@media screen and (min-width: 1201px) {
  .anniversary_history__block--3.open_class {
    background-size: 110% auto;
  }
}
@media screen and (max-width: 1200px) {
  .anniversary_history__block--3 {
    background-size: cover;
  }
}

.anniversary_history__block--4 {
  background: url(../images/anniversary/back_anniversary4.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}
@media screen and (min-width: 1201px) {
  .anniversary_history__block--4.open_class {
    background-size: 110% auto;
  }
}
@media screen and (max-width: 1200px) {
  .anniversary_history__block--4 {
    background-size: cover;
  }
}

.anniversary_history__flex {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 40px;
}
.anniversary_history__flex::before {
  content: "";
  background: url(../../../uploads/2025/05/ico_anniversary_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  aspect-ratio: 24/42;
  width: 24px;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 501px) {
  .anniversary_history__flex::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) {
  .anniversary_history__flex::before {
    width: 18px;
  }
}
@media screen and (max-width: 500px) {
  .anniversary_history__flex::before {
    top: 16px;
  }
}
@media screen and (max-width: 500px) {
  .anniversary_history__flex {
    display: block;
    padding-right: 0px;
  }
}

.anniversary_history__flex.open_class::before {
  transform: translateY(-50%) rotate(180deg);
}

.anniversary_history__year {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  letter-spacing: 0.03em;
  width: 140px;
}
@media screen and (max-width: 1000px) {
  .anniversary_history__year {
    width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .anniversary_history__year {
    width: 100%;
  }
}

@media screen and (min-width: 501px) {
  .anniversary_history__read {
    padding: 10px 0;
    margin-left: 48px;
    padding-left: 48px;
    border-left: solid 1px #fff;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .anniversary_history__read {
    padding: 6px 0;
    margin-left: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 500px) {
  .anniversary_history__read {
    margin-top: 24px;
    padding-top: 24px;
    border-top: solid 1px #fff;
  }
}

.anniversary_history__read__period {
  font-weight: 600;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
}

.anniversary_history__read__txt {
  display: block;
  margin-top: 8px;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  color: #fff;
}

.anniversary_history__contents {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  cursor: auto;
}
@media screen and (max-width: 1000px) {
  .anniversary_history__contents {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .anniversary_history__contents {
    flex-direction: column;
    gap: 24px;
  }
}

.anniversary_history__contents.is-animating {
  display: flex;
}

.anniversary_history__contents.open_class {
  opacity: 1;
  transform: translateY(0);
}

.anniversary_history__img {
  flex-basis: 33.3%;
}
.anniversary_history__img img {
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .anniversary_history__img {
    max-width: 272px;
  }
}

.anniversary_history__txt {
  flex-basis: 61.76%;
}

.contact_block__lead {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}

.contact_block__list {
  counter-reset: num;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .contact_block__list {
    margin-top: 64px;
    margin-bottom: 80px;
    gap: 42px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__list {
    margin-top: 32px;
    margin-bottom: 56px;
    gap: 8px;
  }
}

.contact_block__tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  color: #333;
  background: #FAFAFA;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  border-radius: 40px;
  gap: 8px;
}
.contact_block__tab.active {
  color: #fff;
  background: #008C3E;
}
@media screen and (min-width: 1001px) {
  .contact_block__tab {
    line-height: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__tab {
    line-height: 40px;
  }
}
.contact_block__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (min-width: 1001px) {
  .contact_block__tab::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - (2em + 8px));
  }
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #008C3E;
}
@media screen and (min-width: 1001px) {
  .contact_block__line {
    width: 72px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__line {
    width: 20px;
  }
}

.policy_block__wrap + .policy_block__wrap {
  margin-top: clamp(32px, 3vw, 48px);
}

.policy_block__lead {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #008c3e;
}
@media screen and (max-width: 1000px) {
  .policy_block__lead {
    margin-bottom: 8px;
  }
}

.policy_block__description {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: normal;
  line-height: 2;
  color: #333;
}

.found_block {
  padding-top: clamp(80px, 6.5vw, 104px);
}

.found_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.found_head__caption {
  display: block;
  font-size: clamp(3.6rem, 4.8387096774vw, 6rem);
  line-height: 1.25;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  color: #9BA29E;
}
.found_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * (0.5em - 1px));
}
.found_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
}

.found_head__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-weight: 600;
}

.found_menu {
  margin-top: clamp(24px, 2.5vw, 40px);
}
.found_menu ul ul {
  display: none !important;
}
.found_menu li {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
}
.found_menu a:hover {
  color: #008C3E;
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  .found_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 0;
    margin: auto;
  }
  .found_menu li {
    padding: 0 1.5em;
    box-sizing: border-box;
    line-height: 1;
  }
  .found_menu li + li {
    border-left: 1px solid #D6D6D6;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu li {
    border-bottom: 1px solid #D6D6D6;
  }
  .found_menu a {
    padding: 1em 0;
  }
}

.common_btn--404 {
  display: flex;
  justify-content: center;
  margin-top: clamp(48px, 5vw, 80px);
}

.post_list__tab {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  padding-bottom: clamp(18px, 1.5vw, 24px);
  box-sizing: border-box;
  border-bottom: 1px solid #D6D6D6;
}
.post_list__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #008C3E;
  scale: 0 1;
  transform-origin: left;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_list__tab::after {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_list__tab::after {
    transition-duration: 300ms;
  }
}
.post_list__tab:hover {
  opacity: 1;
}
.post_list__tab:hover::after {
  scale: 1 1;
}
.post_list__tab + .post_list__tab {
  padding-top: clamp(18px, 1.5vw, 24px);
}

.post_list__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #008C3E;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_list__lead {
  font-size: inherit;
  font-weight: inherit;
  flex: 1;
}

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

.post_card__link {
  display: block;
}
.post_card__link:hover {
  opacity: 1;
}

.post_card__pic {
  display: block;
  background-color: #ddd;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  -o-object-fit: clip;
     object-fit: clip;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.post_card__pic .image {
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_card__link .post_card__pic .image {
  scale: 1.1;
}

.post_card__headline {
  display: block;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.post_card__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #008C3E;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_card__lead {
  display: block;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_card__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.post_card__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}

.post_card__caption {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_card__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_card__caption {
    -webkit-line-clamp: 1;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// item style
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.post_item__side {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.post_item__side + .post_item__side {
  margin-top: clamp(56px, 5vw, 80px);
  padding-top: clamp(56px, 5vw, 80px);
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 1000px) {
  .post_item__side {
    display: block;
  }
}

.post_item__pic {
  flex-basis: 40%;
  overflow: hidden;
  border-radius: 10px;
  background: #F8F8F8;
  height: -moz-fit-content;
  height: fit-content;
}
.post_item__pic .image {
  aspect-ratio: 480/344;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.3s;
}
.post_item__pic:hover {
  opacity: 1;
}
.post_item__pic:hover .image {
  scale: 1.1;
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    max-width: 480px;
  }
}

.post_item__inner {
  flex-basis: 54%;
}
@media screen and (max-width: 1000px) {
  .post_item__inner {
    margin-top: 32px;
  }
}

.post_item__headline {
  margin-bottom: clamp(24px, 2vw, 32px);
}

.post_item__time {
  display: block;
  margin-bottom: clamp(8px, 1vw, 16px);
  font-variant-numeric: tabular-nums;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #9ba29e;
}

.post_item__lead {
  font-weight: 600;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  color: #333;
}
.post_item__lead a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.post_item__caption {
  display: block;
  font-weight: normal;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  color: #333;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .post_item__caption {
    -webkit-line-clamp: 3;
  }
}

@media screen and (min-width: 1201px) {
  .post_item__inner {
    position: relative;
  }
  .post_item__more {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .post_item__more {
    margin-top: 24px;
  }
}
.post_item__more__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  text-align: center;
  color: #008c3e;
  transition: all 0.3s;
}

.post_item__more__arrow {
  position: relative;
  aspect-ratio: 57/24;
  width: 57px;
  height: auto;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  background: #008C3E;
  border-radius: 40px;
}
.post_item__more__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;
}
.post_item__more__arrow img:first-of-type {
  opacity: 1;
  left: 50%;
}
.post_item__more__arrow img:last-of-type {
  left: -200%;
}
@media screen and (max-width: 1000px) {
  .post_item__more__arrow {
    width: 50px;
  }
  .post_item__more__arrow img {
    width: 18px;
  }
}

.post_item__more__link:hover {
  opacity: 1;
  color: #00662E;
}
.post_item__more__link:hover .post_item__more__arrow {
  background: #00662E;
}
.post_item__more__link:hover .post_item__more__arrow img:first-of-type {
  left: 200%;
}
.post_item__more__link:hover .post_item__more__arrow img:last-of-type {
  left: 50%;
}

@media screen and (min-width: 1001px) {
  .single_block {
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1001px) and (min-width: 913px) {
  .single_block {
    max-width: 912px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 912px) {
  .single_block {
    max-width: 912px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 501px) and (max-width: 1000px) {
  .single_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.single_block__image {
  margin-bottom: 48px;
}
.single_block__image img {
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .single_block__image {
    margin-bottom: 40px;
  }
}

.single_block__headline {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .single_block__headline {
    margin-bottom: 32px;
  }
}

.single_block__time {
  display: block;
  margin-bottom: clamp(8px, 1vw, 16px);
  font-variant-numeric: tabular-nums;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #9ba29e;
}

.single_block__lead {
  font-weight: 600;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 1.6;
  color: #333;
}

.single_block__inner a {
  text-decoration: underline;
  transition: all 0.3s;
}

.single_block__inner a:hover {
  opacity: 1;
  color: #008C3E;
}

.single_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D6D6D6;
  padding-top: clamp(24px, 2vw, 32px);
  margin-top: clamp(64px, 7.5vw, 120px);
}
.single_nav a {
  transition: all 0.3s;
  font-weight: bold;
  text-decoration: underline;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  color: #333;
}
.single_nav a:hover {
  opacity: 1;
  color: #008C3E;
}

.single_nav__move {
  min-width: 56px;
}
.single_nav__move a {
  display: flex;
  gap: 16px;
  min-width: 56px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .single_nav__move a {
    gap: 8px;
  }
}
.single_nav__move a path {
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_nav__move a path {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_nav__move a path {
    transition-duration: 300ms;
  }
}
.single_nav__move a:hover path {
  fill: #008C3E;
}/*# sourceMappingURL=customize.css.map */