@charset "UTF-8";
/* ↓以下の階層に標準的なscssが格納されています。 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.p_contact__active, .p_banner__img::after, .c_lower__head::before, .c_main__caption, .c_footer__rtt, .c_cta__area, .c_kv__pic::after, .c_mv__ico::before, .c_header__trigger {
  background: linear-gradient(90deg, #A1C9A2 0%, #60B485 50.28%, #227A55 100%);
}

.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
:root {
  font-size: 16px;
}

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

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #333;
  background: #fff;
  -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: 828px) {
  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;
  }
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: unset;
  font-weight: unset;
  padding: unset;
  margin: unset;
}
@media screen and (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

p,
a,
span,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  font-style: normal;
}

ul,
ol {
  list-style: none;
  padding-left: unset;
}

a {
  text-decoration: none;
  color: inherit;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  a {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  a {
    transition-duration: 300ms;
  }
}
a:hover {
  opacity: 0.7;
}
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;
  }
}

img,
figure,
picture {
  margin: unset;
  margin: 0;
  padding: 0;
  border: none;
}

figure,
picture {
  display: block;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

/* ▽▽▽▽ table ▽▽▽▽ */
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: 1.5em;
    padding-bottom: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

th {
  color: #2E8B57;
}
@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 16px;
    padding-right: 16px;
  }
  tr + tr th {
    padding-top: 16px;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
td a {
  color: #2E8B57;
  text-decoration: underline;
}
td a[target=_blank] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
td a[target=_blank]::after {
  display: inline-block;
  content: "";
  background-image: url("../images/common/icon_link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
}

/* △△△△ table △△△△ */
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background-color: #F7F7F8;
  text-align: center;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.swipe {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .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-color: rgba(217, 217, 217, 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;
  }
}

/* ▽▽▽▽ container ▽▽▽▽ */
.container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .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: 1221px) {
  .over-right {
    margin-left: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-right {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .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: 1221px) {
  .over-left {
    margin-right: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-left {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* △△△△ container △△△△ */
/* ▽▽▽▽ lazy ▽▽▽▽ */
.lazy {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}

.lazy_show {
  opacity: 1;
  translate: 0 0;
  transition: all 1000ms;
}

/* △△△△ lazy △△△△ */
/* ▽▽▽▽ blur ▽▽▽▽ */
.blur {
  opacity: 0;
  filter: blur(20px);
}

.blur_show {
  opacity: 1;
  filter: blur(0px);
  transition: all 1000ms;
}

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1025px) {
  .c_following__contents {
    gap: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .c_following__contents {
    gap: 80px;
  }
}
@media screen and (min-width: 1001px) {
  .c_following__contents {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  .c_following__side {
    position: sticky;
    top: 136px;
    left: 0;
    width: 160px;
  }
  .c_following__main {
    flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .c_following__side {
    margin-bottom: 104px;
  }
}

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

.c_anchor__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
.c_anchor__btn::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #2E8B57;
  transition: inherit;
  transform-origin: left;
}
.c_anchor__btn:hover {
  opacity: 1;
}
.c_anchor__btn:hover::before {
  scale: 1 1;
}
.c_anchor__btn:hover, .c_anchor__btn.c_anchor__active {
  opacity: 1;
}
.c_anchor__btn:hover::before, .c_anchor__btn.c_anchor__active::before {
  scale: 1 1;
}
.c_anchor__btn:hover svg path, .c_anchor__btn.c_anchor__active svg path {
  fill: #2E8B57;
}
.c_anchor__btn:hover svg:first-of-type, .c_anchor__btn.c_anchor__active svg:first-of-type {
  left: 50%;
}
.c_anchor__btn:hover svg:last-of-type, .c_anchor__btn.c_anchor__active svg:last-of-type {
  left: 150%;
}

.c_anchor__text {
  line-height: inherit;
}

.c_anchor__arrow {
  position: relative;
  display: block;
  aspect-ratio: 24/16;
  width: 24px;
  height: auto;
  line-height: 1;
  overflow: hidden;
}
.c_anchor__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.c_anchor__arrow svg:first-of-type {
  left: -150%;
}
.c_anchor__arrow svg:last-of-type {
  left: 50%;
}

/* △△△△追従△△△△ */
@media screen and (min-width: 1001px) {
  .c_header {
    padding-bottom: 128px;
  }
}

.c_header__block {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: clamp(20px, 4vw, 40px);
  padding-right: clamp(20px, 4vw, 40px);
  box-sizing: border-box;
  transition: all 0.3s;
  z-index: 5;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  .c_header__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .c_header__block.c_header__hide {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__block {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 336px;
    width: 100%;
    height: 100dvh;
    background-color: #1B4332;
    z-index: 10;
    padding-top: 160px;
    padding-bottom: 200px;
    padding-left: 48px;
    padding-right: 48px;
    box-sizing: border-box;
    overflow-y: scroll;
    clip-path: inset(0 0% 0% 100%);
    transition-property: all;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}
@media screen and (min-width: 1001px) {
  .c_header__nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  display: none !important;
}
@media screen and (min-width: 1001px) {
  .c_header__nav li.sp_only {
    display: none;
  }
}
.c_header__nav li a {
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .c_header__nav li a:hover {
    opacity: 1;
    color: #2E8B57;
  }
}
@media screen and (min-width: 1001px) {
  .c_header__nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__nav li {
    border-bottom: 1px solid #D9D9D9;
  }
  .c_header__nav a:not(.c_tel) {
    display: block;
    font-size: 15px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
}

.c_header__line {
  position: absolute;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  transition: inherit;
}
.c_header__active .c_header__line {
  opacity: 0;
}

.c_header__trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  aspect-ratio: 1/1;
  width: 48px;
  height: auto;
  transition-property: all;
  z-index: 10;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 11px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% - 3px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -45deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 45deg;
}

.c_header__logo {
  max-width: 232px;
}
.c_header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .c_header__logo {
    max-width: 188px;
  }
}

.c_header__link {
  display: block;
}

@media screen and (min-width: 1001px) {
  .c_header__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 200px;
    background: linear-gradient(90deg, #A1C9A2 0%, #60B485 50.28%, #227A55 100%);
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c_header__btn:hover {
    opacity: 1;
  }
  .c_header__btn:hover svg:first-of-type {
    left: 50%;
  }
  .c_header__btn:hover svg:last-of-type {
    left: 150%;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__btn {
    border-bottom: 1px solid #D9D9D9;
  }
}

.c_header__ico {
  position: relative;
  aspect-ratio: 21/16;
  width: 21px;
  height: auto;
  line-height: 1;
  overflow: hidden;
}
.c_header__ico svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.c_header__ico svg path {
  stroke: #fff;
}
.c_header__ico svg:first-of-type {
  left: -150%;
}
.c_header__ico svg:last-of-type {
  left: 50%;
}
@media screen and (max-width: 1000px) {
  .c_header__ico {
    display: none;
  }
}

.c_header__item {
  margin-top: 40px;
}
@media screen and (min-width: 1001px) {
  .c_header__item {
    display: none;
  }
}

.c_mv {
  display: block;
}
@media screen and (min-width: 501px) {
  .c_mv {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c_mv__slide {
  overflow: hidden;
}
.c_mv__slide img {
  transition: transform 5s;
}
@media screen and (min-width: 501px) {
  .c_mv__slide img {
    transform: scale(1.1);
  }
  .cs_st .c_mv__slide img {
    transform: scale(1.1) !important;
  }
  .c_mv__slide img.sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__slide img {
    transform: scale(1.2, 1) translate(0, 0);
    transform-origin: left center;
    height: 480px;
  }
  .cs_st .c_mv__slide img {
    transform: scale(1.2, 1) translate(0, 0) !important;
  }
  .c_mv__slide img.pc_only {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  .c_mv__slide.slick-active img {
    transform: scale(1);
  }
  .cs_ac .c_mv__slide.slick-active img {
    transform: scale(1) !important;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__slide.slick-active img {
    transform: scale(1.2, 1) translate(-10%, 0);
  }
  .cs_ac .c_mv__slide.slick-active img {
    transform: scale(1.2, 1) translate(-10%, 0) !important;
  }
}

.c_mv__title {
  padding-top: 72px;
}
@media screen and (min-width: 1001px) {
  .c_mv__title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 72px;
    padding-left: clamp(20px, 2.5vw, 40px);
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__title {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .c_mv__title {
    padding-bottom: 48px;
  }
}

.c_mv__head {
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .c_mv__head {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .c_mv__head {
    font-size: 44px;
  }
}
.c_mv__head br {
  display: block;
}

.c_mv__lead {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  .c_mv__lead {
    margin-left: -14px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .c_mv__lead {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__lead {
    margin-top: 20px;
  }
}
.c_mv__lead br {
  display: block;
}

.c_mv__inner {
  position: relative;
}

.c_mv__scroll {
  position: absolute;
  bottom: calc(100% - 68px);
  right: 40px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .c_mv__scroll {
    right: 0;
  }
}

.c_mv__text {
  display: block;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #5F5F5F;
  line-height: 1.2;
  margin-bottom: clamp(20px, 2vw, 32px);
}
@media screen and (min-width: 1025px) {
  .c_mv__text {
    text-align: center;
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .c_mv__text {
    text-align: right;
    font-size: 18px;
  }
  .c_mv__text br.pc_only {
    display: none;
  }
}

.c_mv__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c_mv__link::before {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  content: "";
  background: url("../images/mv/scroll_text.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 136px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -2;
  animation: turn 20s infinite linear;
}
@media screen and (max-width: 1024px) {
  .c_mv__link::before {
    width: 104px;
  }
}
.c_mv__link::after {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  content: "";
  background-color: #fff;
  aspect-ratio: 1/1;
  width: 104px;
  height: auto;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .c_mv__link::after {
    width: 80px;
  }
}
.c_mv__link:hover {
  opacity: 1;
}

.c_mv__ico {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_mv__ico::before {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  content: "";
  aspect-ratio: 1/1;
  width: 88px;
  height: auto;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s;
}
.c_mv__link:hover .c_mv__ico::before {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 1024px) {
  .c_mv__ico::before {
    width: 68px;
  }
}
@media screen and (max-width: 1024px) {
  .c_mv__ico svg {
    height: 24px;
  }
}

@keyframes turn {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.c_tel__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.c_tel__wrap .c_tel,
.c_tel__wrap .c_tel__time {
  color: #2E8B57 !important;
}
@media screen and (max-width: 1000px) {
  .c_tel__wrap {
    display: none;
  }
}

.c_tel {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 24px;
  color: #fff !important;
  line-height: 1;
}

.c_tel__unit {
  font-size: 16px;
  text-transform: capitalize;
}

.c_tel__num {
  font-size: inherit;
  line-height: inherit;
}

.c_tel__time {
  display: block;
  font-size: 14px;
  margin-top: 4px;
  color: #fff;
}

.c_kv {
  display: block;
}
@media screen and (min-width: 501px) {
  .c_kv {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .c_kv {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c_kv__inner {
  position: relative;
}

.c_kv__pic {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .c_kv__pic {
    margin-top: 40px;
  }
}
.c_kv__pic img {
  display: block;
  max-width: 100%;
  transition-duration: 5s;
}
@media screen and (max-width: 500px) {
  .c_kv__pic img {
    aspect-ratio: 334/376;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
}
.c_kv__pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.c_kv__pic.cs_st img {
  transform: scale(1.1);
}
.c_kv__pic.cs_ac img {
  transform: scale(1);
}

.c_kv__block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.c_kv__head {
  color: #fff;
}

.c_kv__caption {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: clamp(3rem, 7.2vw, 4.5rem);
  line-height: 1;
  text-transform: capitalize;
}
.error404 .c_kv__caption, .privacy-policy .c_kv__caption {
  font-size: clamp(2.5rem, 7.2vw, 4.5rem);
}

.c_kv__lead {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
}

.c_bread {
  font-size: 15px;
}
.c_bread > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  color: #5F5F5F;
  margin-top: 16px;
}
.c_bread > div span[property=name].post {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
}

.c_cta {
  position: relative;
}
.c_cta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 59.59%;
  background-color: #1B4332;
}

.c_cta__area {
  padding-top: clamp(64px, 5vw, 80px);
  padding-bottom: clamp(64px, 5vw, 80px);
  box-sizing: border-box;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1225px) {
  .c_cta__area {
    max-width: 1248px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1224px) {
  .c_cta__area {
    max-width: 1248px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_cta__area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c_cta__head {
  margin-bottom: 40px;
}

.c_cta__lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
}
.c_cta__lead br {
  display: block;
}

.c_cta__label {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
}

.c_cta__caption {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: clamp(3rem, 7.2vw, 4.5rem);
  margin-bottom: 8px;
  text-transform: capitalize;
}

.c_cta__side {
  display: flex;
  justify-content: space-between;
  gap: 40px 32px;
  max-width: 960px;
  margin: auto;
}
.c_cta__side .c_cta__item:first-of-type {
  flex: 1;
}
@media screen and (max-width: 828px) {
  .c_cta__side {
    flex-direction: column;
    text-align: center;
  }
}

.c_cta__tel {
  display: inline-flex;
  align-items: baseline;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: clamp(2.25rem, 4vw, 2.5rem);
  line-height: 1;
}

.c_cta__fax {
  display: inline-flex;
  align-items: baseline;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: clamp(2.25rem, 4vw, 2.5rem);
  line-height: 1;
  margin-top: 16px;
}

.c_cta__unit {
  text-transform: capitalize;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: inherit;
}

.c_cta__num {
  font-size: inherit;
  line-height: inherit;
}

.c_cta__time {
  display: block;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  margin-top: 4px;
}

.c_cta__btns {
  display: flex;
  gap: 8px;
}

.c_cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  color: #333;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  padding-top: clamp(26px, 2vw, 32px);
  padding-bottom: clamp(26px, 2vw, 32px);
  box-sizing: border-box;
  max-width: 294px;
  margin-top: 24px;
  transition: all 0.3s;
}
.c_cta__btn:hover {
  opacity: 1;
}
.c_cta__btn:hover svg path {
  stroke: #2E8B57;
}
.c_cta__btn:hover svg:first-of-type {
  left: 50%;
}
.c_cta__btn:hover svg:last-of-type {
  left: 150%;
}
@media screen and (max-width: 828px) {
  .c_cta__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .c_cta__btn {
    max-width: 264px;
  }
}

.c_cta__ico {
  position: relative;
  aspect-ratio: 20/16;
  width: 20px;
  height: auto;
  margin-top: 3px;
  line-height: 1;
  overflow: hidden;
}
.c_cta__ico svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.c_cta__ico svg:first-of-type {
  left: -150%;
}
.c_cta__ico svg:last-of-type {
  left: 50%;
}

.c_cta__btn___label {
  display: inline-block;
  font-size: inherit;
  line-height: 1.5;
}

.c_footer {
  position: relative;
  margin-top: 200px;
}

.c_footer__block {
  padding-top: clamp(64px, 5vw, 80px);
  padding-bottom: clamp(48px, 4vw, 64px);
  background-color: #1B4332;
  color: #fff;
}

@media screen and (min-width: 829px) {
  .c_footer__column {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 828px) {
  .c_footer__nav {
    margin-bottom: 40px;
  }
}
.c_footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .c_footer__nav ul {
    justify-content: flex-end;
    gap: 40px;
    max-width: 272px;
  }
}
@media screen and (max-width: 828px) {
  .c_footer__nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
  }
}
.c_footer__nav li {
  font-weight: 700;
}
@media screen and (min-width: 829px) {
  .c_footer__nav li.sp_only {
    display: none;
  }
}
@media screen and (max-width: 828px) {
  .c_footer__nav li {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  .c_footer__nav a {
    display: block;
    font-size: 15px;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  display: none !important;
}

.c_footer__logo {
  max-width: 232px;
  margin-bottom: 16px;
}
.c_footer__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .c_footer__logo {
    max-width: 188px;
  }
}

.c_footer__link {
  display: block;
}

.c_footer__copy {
  display: block;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  padding-top: clamp(16px, 1.5vw, 24px);
  padding-bottom: clamp(16px, 1.5vw, 24px);
  box-sizing: border-box;
  background-color: #1B4332;
  color: #fff;
  border-top: 1px solid #fff;
}

.c_footer__rtt {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .c_footer__rtt {
    display: none;
  }
}
.c_footer__rtt svg {
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  rotate: -90deg;
  -o-object-fit: contain;
     object-fit: contain;
}
.c_footer__rtt svg path {
  fill: #fff;
}

.c_address__block {
  display: block;
}

.c_address__address {
  display: inline-block;
  word-break: keep-all;
}

/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
.c_block__top {
  margin-top: clamp(104px, 7.5vw, 120px);
}

@media screen and (max-width: 500px) {
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__narrow {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px) {
  .c_block__narrow {
    max-width: 920px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .c_block__narrow {
    max-width: 920px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_block__narrow {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c_main__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 56px;
}

.c_main__lead {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
}

.c_main__caption {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: clamp(3rem, 7.2vw, 4.5rem);
  line-height: 1.05;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}

.c_list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: clamp(16px, 1.5vw, 24px);
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  transition: all 0.3s;
}
.c_list__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #2E8B57;
  transition: inherit;
  transform-origin: left;
}
.main_business__card:hover .c_list__link::before {
  scale: 1 1;
}
.c_list__link:hover {
  opacity: 1;
}
.c_list__link:hover::before {
  scale: 1 1;
}
.main_company__item + .main_company__item .c_list__link {
  padding-top: clamp(16px, 1.5vw, 24px);
}

.c_list__text {
  font-size: inherit;
  line-height: inherit;
}

.c_list__arrow {
  position: relative;
  display: block;
  aspect-ratio: 24/16;
  width: 24px;
  height: auto;
  line-height: 1;
  overflow: hidden;
}
.c_list__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.c_list__link:hover .c_list__arrow svg path, .main_business__card:hover .c_list__arrow svg path {
  fill: #2E8B57;
}
.c_list__arrow svg:first-of-type {
  left: -150%;
}
.c_list__link:hover .c_list__arrow svg:first-of-type, .main_business__card:hover .c_list__arrow svg:first-of-type {
  left: 50%;
}
.c_list__arrow svg:last-of-type {
  left: 50%;
}
.c_list__link:hover .c_list__arrow svg:last-of-type, .main_business__card:hover .c_list__arrow svg:last-of-type {
  left: 150%;
}

.c_text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

@media screen and (max-width: 500px) {
  .c_text__reset {
    text-align: unset;
  }
}
.c_text__time {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #5F5F5F;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1.8;
  margin-bottom: 4px;
}

.c_list__dotted {
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  box-sizing: border-box;
}
.c_list__dotted::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
}

.c_link__text {
  display: inline;
  font-size: inherit;
  color: #2E8B57;
  text-decoration: underline;
}

.c_top {
  margin-top: 32px;
  text-align: right;
}
@media screen and (min-width: 1001px) {
  .c_top {
    display: none;
  }
}

.c_top__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
.c_top__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #2E8B57;
  transition: inherit;
  transform-origin: left;
}
.c_top__link:hover {
  opacity: 1;
}
.c_top__link:hover::before {
  scale: 1 1;
}
.c_top__link:hover {
  opacity: 1;
}

.c_top__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #D9D9D9;
  border-radius: 50px;
  overflow: clip;
  transition: inherit;
}
.c_top__link:hover .c_top__ico {
  background-color: #00f;
}

.c_top__arrow {
  position: relative;
  display: block;
  aspect-ratio: 16/24;
  width: 16px;
  height: auto;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.c_top__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.c_top__arrow svg:first-of-type {
  top: 50%;
}
.c_top__link:hover .c_top__arrow svg:first-of-type {
  top: -150%;
}
.c_top__arrow svg:last-of-type {
  top: 150%;
}
.c_top__link:hover .c_top__arrow svg:last-of-type {
  top: 50%;
}
.c_top__link:hover .c_top__arrow svg path {
  fill: #2E8B57;
}

.c_top__text {
  font-size: inherit;
}

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

.c_more__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
}

.c_image {
  overflow: clip;
}

.c_image__slider {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  animation: image_sldier linear 5000ms infinite;
}

.c_image__slide {
  display: block;
  background-color: #D9D9D9;
  width: 400px;
  height: 320px;
  margin-left: 8px;
  margin-right: 8px;
}

.c_btn {
  display: flex;
  margin-top: clamp(48px, 5vw, 80px);
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    justify-content: flex-start;
  }
  .c_btn__end {
    justify-content: flex-end;
  }
}
.c_btn__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  width: 100%;
  flex: 1;
  font-size: inherit;
  font-weight: 700;
  padding-top: clamp(13px, 1vw, 16px);
  padding-bottom: clamp(13px, 1vw, 16px);
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  box-sizing: border-box;
  transition: all 0.3s;
}
.c_btn__link:hover {
  border: 1px solid #2E8B57;
  opacity: 1;
}
.c_btn__link:hover svg path {
  fill: #2E8B57;
}
.c_btn__link:hover svg:first-of-type {
  left: 50%;
}
.c_btn__link:hover svg:last-of-type {
  left: 150%;
}

.c_btn__large {
  max-width: 280px;
}

.c_btn__text {
  line-height: 1.5;
}

.c_btn__arrow {
  position: absolute;
  display: block;
  right: 16px;
  aspect-ratio: 24/16;
  width: 24px;
  height: auto;
  line-height: 1;
  overflow: hidden;
}
.c_btn__prev .c_btn__arrow {
  left: 16px;
}
.c_btn__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.c_btn__arrow svg:first-of-type {
  left: -150%;
}
.c_btn__arrow svg:last-of-type {
  left: 50%;
}

.c_btn__prev svg:first-of-type {
  left: 50%;
}
.c_btn__prev svg:last-of-type {
  left: 150%;
}
.c_btn__prev:hover svg:first-of-type {
  left: -150%;
}
.c_btn__prev:hover svg:last-of-type {
  left: 50%;
}

/* 以下Wordpress/plugin用scss */
.c_wp__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.c_wp__label {
  font-size: inherit;
  line-height: 2;
  font-weight: inherit;
}
.c_wp__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_wp__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.c_pagelist {
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .c_pagelist ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    border-top: 1px solid #ccc;
  }
}
.c_pagelist a {
  display: block;
  font-size: inherit;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c_pagelist a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
  }
}

.c_pagelist__nav {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  background-color: #F7F7F8;
  padding: 1em;
  box-sizing: border-box;
}

.c_pagenavi {
  margin-top: clamp(104px, 7.5vw, 120px);
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 16px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
.c_pagenavi span,
.c_pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  line-height: 1;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 24px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  font-weight: inherit !important;
  opacity: 1;
  color: #fff;
  background-color: #2E8B57;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}
.c_pagenavi .nextpostslink:hover,
.c_pagenavi .previouspostslink:hover {
  background-color: transparent;
}
.c_pagenavi .nextpostslink:hover img,
.c_pagenavi .previouspostslink:hover img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(12%) saturate(2186%) hue-rotate(94deg) brightness(95%) contrast(83%);
}
.c_pagenavi .nextpostslink img,
.c_pagenavi .previouspostslink img {
  aspect-ratio: 24/16;
  width: 24px;
  height: auto;
  transition: all 0.3s;
}
.c_pagenavi .previouspostslink img {
  transform: rotate(180deg);
}

.c_single__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #D9D9D9;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  padding-top: clamp(24px, 2vw, 32px);
  box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}
@media screen and (max-width: 500px) {
  .c_single__nav {
    flex-direction: column;
  }
}

.c_single__nav___move {
  max-width: 64px;
  flex: 1;
}
.c_single__nav___move a {
  color: #2E8B57;
  text-decoration: underline;
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #fff;
  background-color: #F7F7F8;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", "游ゴシック", 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, 5vw, 80px);
    padding-right: clamp(40px, 5vw, 80px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input small {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input tr {
    display: block;
  }
  .mw_wp_form.mw_wp_form_input tr + tr {
    padding-top: 20px;
  }
  .mw_wp_form.mw_wp_form_input table table tr + tr {
    padding-top: unset;
  }
}
.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;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@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;
}
.mw_wp_form td th {
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@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: 16px;
  line-height: 1.4375em;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  outline: none;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}
@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: 320px;
}
@media screen and (min-width: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 180px;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 160px;
  }
}
.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-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1rem;
  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: 48px;
  margin-right: 20px;
  font-weight: 700;
  cursor: pointer;
  line-height: 57px;
}
.mwform-checkbox-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 #ccc;
}

.horizontal-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.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;
  display: inline-block;
}
@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 #ccc;
  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: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.6;
  word-break: break-all;
}
.file-text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.file-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

@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(20px, 2.5vw, 40px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 2;
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #2E8B57;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

.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-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.form-inner .horizontal-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: 32px;
}
@media screen and (max-width: 500px) {
  .form-btns {
    flex-direction: column;
  }
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 280px;
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  padding: 1.25em;
  color: #333;
  background-image: url("../images/common/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 16px center;
  background-color: #fff;
  border: 1px solid #333;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  border: 1px solid #2E8B57;
  background-image: url("../images/common/arrow_right_green.svg");
}

.ui-datepicker {
  font-size: 13px !important;
}
.ui-datepicker span,
.ui-datepicker a,
.ui-datepicker th,
.ui-datepicker td {
  font-size: inherit !important;
}
.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
}

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
/* 事業内容 */
.main_business {
  margin-top: 104px;
  margin-bottom: clamp(128px, 14vw, 224px);
}

.main_business__head {
  font-size: clamp(1.375rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
.main_business__head br {
  display: block;
}

.main_business__side {
  display: flex;
}
@media screen and (min-width: 829px) {
  .main_business__side {
    align-items: flex-end;
    gap: 120px;
  }
}
@media screen and (max-width: 828px) {
  .main_business__side {
    flex-direction: column;
    gap: 48px;
  }
}

.main_business__inner {
  flex: 1;
}

.main_business__cards {
  display: flex;
  gap: 40px 48px;
}
@media screen and (min-width: 829px) {
  .main_business__cards {
    margin-top: 64px;
  }
}
@media screen and (max-width: 828px) {
  .main_business__cards {
    flex-direction: column;
    margin-top: 96px;
  }
}

.main_business__card {
  display: block;
}
.main_business__card:hover {
  opacity: 1;
}
@media screen and (min-width: 829px) {
  .main_business__card:first-of-type {
    margin-top: clamp(40px, 5vw, 80px);
  }
  .main_business__card:nth-of-type(2) {
    margin-top: clamp(20px, 2.5vw, 40px);
  }
}

.main_business__img {
  overflow: hidden;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}
.main_business__img img {
  transition: all 0.3s;
}
.main_business__card:hover .main_business__img img {
  transform: scale(1.1, 1.1);
}
.main_business__img .sp_only {
  aspect-ratio: 335/251;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 829px) {
  .main_business__img .sp_only {
    display: none;
  }
}
.main_business__img .pc_only {
  aspect-ratio: 368/488;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 828px) {
  .main_business__img .pc_only {
    display: none;
  }
}

.main_business__btn {
  margin-top: 0;
  justify-content: left;
}
@media screen and (min-width: 829px) {
  .main_business__btn {
    flex-basis: 240px;
  }
}

/* 施工実績 */
.main_works {
  position: relative;
  background-color: #F7F7F8;
}

.main_works__wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: clip;
}

.main_works__bg {
  display: block;
  width: 100%;
  height: auto;
  height: 724px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 501px) {
  .main_works__bg {
    height: 704px;
  }
}

.main_works__img {
  position: relative;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .main_works__img {
    top: -20%;
  }
}
@media screen and (max-width: 1024px) {
  .main_works__img {
    top: 0;
  }
}
@media screen and (min-width: 1001px) {
  .main_works__img {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .main_works__img {
    height: 100%;
  }
}

.main_works__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.main_works__title {
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
}

.main_works__caption {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: clamp(3rem, 7.2vw, 4.5rem);
  line-height: 1;
  text-transform: capitalize;
}

.main_works__head {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  margin-top: 8px;
}

.main_works__lead {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  text-align: center;
  color: #fff;
}
.main_works__lead br {
  display: block;
}

.main_works__btn {
  margin-top: 40px;
}
.main_works__btn .c_btn__link {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.main_works__btn .c_btn__link:hover {
  background-color: #fff;
  color: #333;
  border: 1px solid #2E8B57;
}

.main_works__pic {
  position: absolute;
  max-width: 320px;
  z-index: 1;
}
@media screen and (min-width: 501px) {
  .main_works__pic {
    width: 20vw;
  }
}
@media screen and (max-width: 500px) {
  .main_works__pic {
    max-width: 140px;
  }
}

.main_works__pic1 {
  top: -104px;
  right: 14vw;
}
@media screen and (max-width: 1024px) {
  .main_works__pic1 {
    right: 20px;
    top: -48px;
  }
}

.main_works__pic2 {
  bottom: -110px;
  left: 14vw;
}
@media screen and (max-width: 1024px) {
  .main_works__pic2 {
    left: 20px;
    bottom: -48px;
  }
}

/* 会社案内 */
.main_company {
  background-color: #F7F7F8;
}
@media screen and (min-width: 829px) {
  .main_company .over-left {
    padding-left: 0;
  }
}

.main_company__head {
  font-size: clamp(1.375rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(48px, 3.5vw, 56px);
}

.main_company__side {
  padding-top: clamp(168px, 14.375vw, 230px);
  padding-bottom: clamp(64px, 7.5vw, 120px);
  display: flex;
}
@media screen and (min-width: 1025px) {
  .main_company__side {
    gap: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .main_company__side {
    gap: 64px;
  }
}
@media screen and (max-width: 828px) {
  .main_company__side {
    flex-direction: column;
    gap: 64px;
  }
}

.main_company__img {
  flex-basis: 51.42%;
}
@media screen and (max-width: 828px) {
  .main_company__img {
    margin-left: -20px;
  }
}
@media screen and (max-width: 828px) and (min-width: 501px) {
  .main_company__img {
    margin-left: -40px;
  }
}

.main_company__inner {
  flex: 1;
}

.main_company__link {
  font-size: 20px;
}

/* お知らせ */
.p_news {
  display: block;
  margin-top: 120px;
}

.p_news__block {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .p_news__block {
    justify-content: space-between;
    gap: 108px;
  }
}
@media screen and (max-width: 1024px) {
  .p_news__block {
    gap: 56px;
  }
}
@media screen and (max-width: 828px) {
  .p_news__block {
    flex-direction: column;
  }
}

.p_news__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 829px) {
  .p_news__head {
    flex-basis: 212px;
  }
}

.p_news__info {
  flex: 1;
}

.p_news__list + .p_news__list .p_news__link {
  padding-top: clamp(16px, 1.5vw, 24px);
}

.p_news__caption {
  font-size: inherit;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  flex: 1;
}
@media screen and (min-width: 501px) {
  .p_news__caption {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .p_news__caption {
    -webkit-line-clamp: 2;
  }
}

.p_news__text {
  margin-top: clamp(24px, 2vw, 32px);
  font-weight: 700;
}

.c_lower__head {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(1.375rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: clamp(32px, 3vw, 48px);
}
.c_lower__head::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 18px;
  height: auto;
  border-radius: 50%;
}

.c_lower__lead {
  display: inline-block;
  background-color: #C8E6C9;
  color: #1B4332;
  font-weight: 700;
  padding: 8px 16px;
}

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

.business_contents__pics {
  display: flex;
  gap: 4px;
  margin-bottom: clamp(32px, 3.5vw, 56px);
}
@media screen and (max-width: 500px) {
  .business_contents__pics {
    flex-direction: column;
  }
}

.business_contents__pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .business_contents__pic img {
    height: 240px;
  }
}

.business_contents__pic1 img {
  aspect-ratio: 349/360;
}

.business_contents__pic2 img {
  aspect-ratio: 527/360;
}

.business_contents__img {
  margin-bottom: clamp(48px, 3.5vw, 56px);
}
.business_contents__img img {
  aspect-ratio: 880/360;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .business_contents__img img {
    height: 240px;
  }
}

.business_columns {
  display: flex;
  gap: 48px 72px;
}
@media screen and (max-width: 828px) {
  .business_columns {
    flex-direction: column;
  }
}

.business_columns__inner {
  flex: 1;
}

.business_columns__imgs {
  display: flex;
  gap: 16px;
  margin-top: clamp(40px, 3vw, 48px);
}
@media screen and (max-width: 500px) {
  .business_columns__imgs {
    flex-direction: column;
  }
}

@media screen and (min-width: 829px) {
  .business_columns__img {
    width: 37.27%;
  }
}
@media screen and (max-width: 828px) {
  .business_columns__img {
    width: 100%;
  }
}
.business_columns__img img {
  aspect-ratio: 328/228;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.business_list__item {
  background-color: #fff;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.6;
}

.business_group {
  display: flex;
  align-items: flex-start;
  gap: 24px 40px;
  margin-top: clamp(64px, 5vw, 80px);
}
@media screen and (max-width: 500px) {
  .business_group {
    flex-direction: column;
  }
}

.business_box {
  background-color: #F7F7F8;
  padding: 32px 40px;
  flex: 1;
}

.business_box__group + .business_box__group {
  margin-top: 24px;
}
.business_box__group dt {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.p_banner {
  display: block;
  position: relative;
  max-width: 448px;
  width: 100%;
  margin: auto;
}
.p_banner:hover {
  opacity: 1;
}

.p_banner__img {
  position: relative;
  overflow: hidden;
}
.p_banner__img img {
  aspect-ratio: 448/208;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.p_banner:hover .p_banner__img img {
  transform: scale(1.1, 1.1);
}
.p_banner__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.5;
}

.p_banner__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.p_banner__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.8;
  font-weight: 700;
}

.p_banner__caption {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: clamp(2.5rem, 4.8vw, 3rem);
  line-height: 1;
}

.works_contents + .works_contents {
  margin-top: clamp(104px, 7.5vw, 120px);
}
@media screen and (min-width: 829px) {
  .works_contents .only_sp {
    display: none;
  }
}
@media screen and (max-width: 828px) {
  .works_contents .only_pc {
    display: none;
  }
}

.works_table {
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}
.works_table th,
.works_table td {
  box-sizing: border-box;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 829px) {
  .works_table th,
  .works_table td {
    display: table-cell !important;
    padding: 16px;
  }
}
@media screen and (max-width: 828px) {
  .works_table th,
  .works_table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }
}
.works_table th {
  color: #fff;
}
@media screen and (min-width: 829px) {
  .works_table th {
    text-align: center;
  }
  .works_table th.p_works__owner {
    width: 200px;
  }
  .works_table th.p_works__case {
    width: 36%;
  }
  .works_table th.p_works__type {
    width: 36%;
  }
  .works_table th.p_works__time {
    width: 136px;
  }
}
@media screen and (max-width: 828px) {
  .works_table th {
    text-align: left;
    background: linear-gradient(90deg, #A1C9A2 0%, #60B485 50.28%, #227A55 100%);
  }
}
@media screen and (min-width: 829px) {
  .works_table tr:first-of-type {
    background: linear-gradient(90deg, #A1C9A2 0%, #60B485 50.28%, #227A55 100%);
  }
}

.company_contents__img {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}
.company_contents__img img {
  aspect-ratio: 880/360;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .company_contents__img img {
    height: 240px;
  }
}

.company_contents__lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.company_ceo {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 16px;
  font-weight: 700;
  margin-top: 32px;
}

.company_ceo__pos {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.2;
}

.company_ceo__name {
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  line-height: 1.2;
}

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

.company_group + .company_group {
  margin-top: clamp(64px, 5vw, 80px);
}

.p_access__map {
  width: 100%;
  border-radius: 0px;
  overflow: clip;
  margin-bottom: 24px;
}
@media screen and (min-width: 501px) {
  .p_access__map {
    height: 360px;
  }
}
@media screen and (max-width: 500px) {
  .p_access__map {
    height: 260px;
  }
}
.p_access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p_contact__list {
  counter-reset: num;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(32px, 3.125vw, 50px);
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 501px) {
  .p_contact__list {
    gap: 42px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    gap: 8px;
  }
}

.p_contact__tab {
  max-width: 296px;
  flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding-top: clamp(8px, 0.75vw, 12px);
  padding-bottom: clamp(8px, 0.75vw, 12px);
  line-height: 2;
  font-weight: 700;
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.p_contact__active {
  color: #fff;
}

.p_contact__line {
  display: block;
  flex: 1;
  height: 1px;
  background-color: #D9D9D9;
  outline: none;
  border: none;
}
@media screen and (min-width: 501px) {
  .p_contact__line {
    max-width: 72px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__line {
    max-width: 32px;
  }
}

.p_contact__lead {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.p_policy__block + .p_policy__block {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.p_policy__label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.p_policy__text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 500;
}

/* list型 */
.p_news__link {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 16px 24px;
  padding-bottom: 1.5em;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
.p_news__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #2E8B57;
  transition: inherit;
  transform-origin: left;
}
.p_news__link:hover {
  opacity: 1;
}
.p_news__link:hover::before {
  scale: 1 1;
}
.p_archive__tab + .p_archive__tab .p_news__link {
  padding-top: 1.5em;
}

.p_archive__lead {
  font-size: inherit;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  flex: 1;
}
@media screen and (min-width: 501px) {
  .p_archive__lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__lead {
    -webkit-line-clamp: 2;
  }
}

.p_news__arrow {
  position: relative;
  display: block;
  aspect-ratio: 24/16;
  width: 24px;
  height: auto;
  line-height: 1;
  overflow: hidden;
}
.p_news__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.p_news__link:hover .p_news__arrow svg path {
  fill: #2E8B57;
}
.p_news__arrow svg:first-of-type {
  left: -150%;
}
.p_news__link:hover .p_news__arrow svg:first-of-type {
  left: 50%;
}
.p_news__arrow svg:last-of-type {
  left: 50%;
}
.p_news__link:hover .p_news__arrow svg:last-of-type {
  left: 150%;
}

.p_news__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

/* flex型 */
.p_archive__side {
  display: flex;
  align-items: flex-start;
  gap: 24px 40px;
  box-sizing: border-box;
}
.p_archive__side + .p_archive__side {
  margin-top: clamp(60px, 5vw, 80px);
  padding-top: clamp(60px, 5vw, 80px);
  border-top: 1px solid #D9D9D9;
}

.p_archive__side___pic {
  display: block;
  max-width: 400px;
  overflow: clip;
  transition-property: all;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
}
@media screen and (min-width: 1001px) {
  .p_archive__side___pic {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__side___pic {
    transition-duration: 300ms;
  }
}
.p_archive__side___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: inherit;
}
.p_archive__side___pic:hover {
  opacity: 1;
}
.p_archive__side___pic:hover img {
  scale: 1.1;
}

.p_archive__side___inner {
  display: block;
  flex: 1;
}

.p_archive__side___lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
}

.p_archive__side___link {
  display: inline-block;
  font-size: inherit;
}

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

.p_post__card___link {
  opacity: 1;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_post__card___link {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_post__card___link {
    transition-duration: 300ms;
  }
}
.p_post__card___link:hover {
  opacity: 1;
}

.p_post__card___pic {
  display: block;
  transition: inherit;
  border-radius: 0px;
  overflow: clip;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
  background-color: #F7F7F8;
}
.p_post__card___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: inherit;
}
.p_post__card___pic:hover {
  opacity: 1;
}
.p_post__card___pic:hover img {
  scale: 1.1;
}

.p_post__card___inner {
  margin-top: clamp(10px, 1vw, 16px);
}

.p_post__card___info {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.p_single__block___lead {
  display: block;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
}

.p_single__block___image {
  display: block;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}
.p_single__block___image img {
  display: block;
  width: 100%;
  height: auto;
}

.p_single__block___inner a {
  color: #2E8B57;
  text-decoration: underline;
}

.p_found__head {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-bottom: clamp(40px, 3.5vw, 56px);
}

.p_found__caption {
  display: block;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 700;
}

.p_found__label {
  font-size: inherit;
}

.p_found__menu {
  margin-top: clamp(32px, 3vw, 48px);
}
.p_found__menu ul {
  font-weight: 700;
}
@media screen and (min-width: 501px) {
  .p_found__menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px 40px;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
}
.p_found__menu a:hover {
  opacity: 1;
  color: #2E8B57;
}
@media screen and (max-width: 500px) {
  .p_found__menu li {
    border-bottom: 1px solid #D9D9D9;
    box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=common.css.map */