@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/*----------------------------------
下層ページ共通
----------------------------------*/
.breadcrumb-no-bg .breadcrumb::before {
  content: none;
}
.breadcrumb-no-bg .breadcrumb__items span {
  color: #2D312F;
}
.breadcrumb-no-bg .breadcrumb__items span a {
  color: #2D312F;
}

.breadcrumb {
  margin-top: 120px;
  padding: 13px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 68px;
    padding: 12px 10px;
  }
}
.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 357px;
  height: 25.5vw;
  max-height: 500px;
  background-color: #008E58;
  z-index: -1;
}
@media (max-width: 767px) {
  .breadcrumb::before {
    height: 240px;
    height: 64vw;
  }
}

.breadcrumb__items {
  display: flex;
}
.breadcrumb__items > span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.428;
}
@media (max-width: 767px) {
  .breadcrumb__items > span {
    font-size: 1.2rem;
    line-height: 1.416;
  }
}
.breadcrumb__items > span a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.breadcrumb__items > span:first-child {
  position: relative;
}
.breadcrumb__items > span:first-child a {
  display: flex;
  align-items: center;
}
.breadcrumb__items > span:first-child a::before {
  content: "";
  background: url("../img/icon_home.svg") no-repeat center left/contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .breadcrumb__items > span:first-child a::before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
}
.breadcrumb__items > span:nth-child(2) {
  position: relative;
}
@media (max-width: 767px) {
  .breadcrumb__items > span:nth-child(2) {
    white-space: nowrap;
  }
}
.breadcrumb__items > span:nth-child(2) a {
  text-decoration: initial;
}
.breadcrumb__items > span:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb__items > span:not(:last-child) {
  white-space: nowrap;
}

.page-mv-image {
  width: calc(50vw + 500px);
  /* 1000px / 2 = 500px */
  max-width: calc(100vw - 50px);
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media (max-width: 767px) {
  .page-mv-image {
    max-width: calc(100vw - 20px);
  }
}

.page-mv__title {
  position: absolute;
  bottom: 0;
  left: 110px;
}
@media (max-width: 1220px) {
  .page-mv__title {
    left: 50px;
  }
}
@media (max-width: 1023px) {
  .page-mv__title {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .page-mv__title {
    left: 10px;
    left: 2.6666666667vw;
  }
}
.page-mv__title > span {
  font-size: 4.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  padding: 0 5px 0 4px;
}
@media (max-width: 1220px) {
  .page-mv__title > span {
    font-size: 48px;
    font-size: 3.9344262295vw;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .page-mv__title > span {
    font-size: 24px;
    font-size: 6.4vw;
    padding: 5px 11px 0 2px;
    line-height: 1.2;
  }
}
.page-mv__title > span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 88%;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-mv__title > span::before {
    top: 6px;
  }
}
@media (max-width: 767px) {
  .page-mv__title > span:nth-of-type(2) {
    margin-top: -6px;
  }
}

.page-header {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .page-header {
    margin-top: 40px;
  }
}

.page__title {
  font-size: 4.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  color: #008E58;
  line-height: 1.458;
}
@media (max-width: 767px) {
  .page__title {
    font-size: 3.2rem;
  }
}

.page-sec__title {
  font-size: 3.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  text-align: center;
  padding: 40px 20px;
  line-height: 1.375;
  border-top: 1px solid #008E58;
  border-bottom: 1px solid #008E58;
}
@media (max-width: 767px) {
  .page-sec__title {
    font-size: 2.4rem;
    padding: 20px 10px;
  }
}
@media (max-width: 359px) {
  .page-sec__title {
    font-size: 2.2rem;
  }
}

.page-intro {
  padding: 107px 0 100px;
}
@media (max-width: 767px) {
  .page-intro {
    padding: 65px 0 60px;
  }
}

.page-intro__title {
  font-size: 3.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  display: flex;
  line-height: 1.375;
}
@media (max-width: 1023px) {
  .page-intro__title {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .page-intro__title {
    font-size: 2.2rem;
    position: relative;
  }
}
.page-intro__title:before {
  content: "";
  width: 82px;
  height: 6px;
  background-color: #008E58;
  display: inline-block;
  margin: 20px 18px 0 0;
}
@media (max-width: 1023px) {
  .page-intro__title:before {
    margin-top: 17px;
  }
}
@media (max-width: 767px) {
  .page-intro__title:before {
    position: absolute;
    top: 15px;
    left: -20px;
    width: 16px;
    height: 4px;
    margin-top: 0;
  }
}

.page-intro__text {
  max-width: 798px;
  margin: 32px 0 0 100px;
}
@media (max-width: 767px) {
  .page-intro__text {
    margin: 24px 0 0 0;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 140px;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 70px;
  }
}

.page-numbers {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #A3A3A3;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #A3A3A3;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  line-height: 1;
}
.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers.prev, .page-numbers.next {
  width: auto;
  border: none;
  text-decoration: underline;
}
.page-numbers.prev:hover, .page-numbers.next:hover {
  color: #A3A3A3;
  background-color: #fff;
}
.page-numbers.prev {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .page-numbers.prev {
    margin-right: 20px;
  }
}
.page-numbers.next {
  margin-left: 28px;
}
@media (max-width: 767px) {
  .page-numbers.next {
    margin-left: 8px;
  }
}
.page-numbers:hover {
  opacity: 1;
  background-color: #A3A3A3;
  color: #fff;
}

.page-numbers.current {
  background-color: #A3A3A3;
  color: #fff;
}
.page-numbers.current:hover {
  cursor: default;
}

@media (max-width: 359px) {
  .error404 .page-mv .title .ja {
    font-size: 1.6rem;
  }
}

.page-404 {
  margin-top: 50px;
}
.page-404 .button-link {
  margin: auto;
}

.page-404__text {
  text-align: center;
}
@media (max-width: 767px) {
  .page-404__text {
    text-align: left;
  }
}
.page-404__text + .page-404__text {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .page-404__text .d-iblock {
    display: inline;
  }
}

/*----------------------------------
東京永和とはページ
----------------------------------*/
@media (max-width: 359px) {
  .page-about .page-intro__title .d-iblock {
    display: inline;
  }
}

.strength__lists {
  margin-top: 62px;
}
@media (max-width: 767px) {
  .strength__lists {
    margin-top: 30px;
  }
}

.strength__list + .strength__list {
  margin-top: 62px;
}
@media (max-width: 767px) {
  .strength__list + .strength__list {
    margin-top: 30px;
  }
}
.strength__list:nth-child(even) .strength__content {
  flex-direction: row-reverse;
}
.strength__list:nth-child(even) .strength__text {
  margin: 0 54px 0 0;
}
@media (max-width: 1023px) {
  .strength__list:nth-child(even) .strength__text {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .strength__list:nth-child(even) .strength__text {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 400px) {
  .strength__list:nth-child(3) .strength__title .d-iblock {
    display: inline;
  }
}

.strength-head {
  display: flex;
  align-items: center;
}

.strength-head__wrap {
  display: flex;
  align-items: center;
  flex: 0 0 150px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
  position: relative;
}
@media (max-width: 767px) {
  .strength-head__wrap {
    flex: 0 0 100px;
  }
}
@media (max-width: 359px) {
  .strength-head__wrap {
    flex: 0 0 90px;
  }
}
.strength-head__wrap::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 84px;
  background-color: #BCBEBD;
}
@media (max-width: 767px) {
  .strength-head__wrap::after {
    top: 0;
    height: 60px;
  }
}
@media (max-width: 359px) {
  .strength-head__wrap::after {
    top: -5px;
    height: 55px;
  }
}

.strength-head__text {
  font-size: 1.8rem;
  line-height: 1.055;
}
@media (max-width: 767px) {
  .strength-head__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 359px) {
  .strength-head__text {
    font-size: 1.2rem;
  }
}

.strength-head-number {
  font-size: 6.8rem;
  line-height: 1.5;
  margin: -3px 0 0 7px;
}
@media (max-width: 767px) {
  .strength-head-number {
    font-size: 4rem;
    margin-left: 4px;
  }
}
@media (max-width: 359px) {
  .strength-head-number {
    font-size: 3.2rem;
  }
}

.strength__title {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.571;
  margin-left: 34px;
}
@media (max-width: 767px) {
  .strength__title {
    font-size: 1.8rem;
    margin-left: 12px;
  }
}
@media (max-width: 359px) {
  .strength__title {
    font-size: 1.6rem;
    margin-left: 10px;
  }
}

.strength__content {
  display: flex;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .strength__content {
    display: block;
  }
}

.strength__img {
  flex: 0 0 47.3%;
}

.strength__text {
  margin-left: 54px;
}
@media (max-width: 1023px) {
  .strength__text {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .strength__text {
    margin: 20px 0 0 0;
  }
}

.about-box {
  padding: 48px 35.6% 62px 60px;
  margin-top: 100px;
  background-color: #008E58;
  position: relative;
}
@media (max-width: 1023px) {
  .about-box {
    padding-right: 31%;
  }
}
@media (max-width: 767px) {
  .about-box {
    padding: 25px 20px;
    margin-top: 50px;
  }
}

.about-box__content {
  color: #fff;
  position: relative;
  z-index: 1;
}

.area__title {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.area__title::before {
  content: "";
  width: 5px;
  height: 18px;
  background-color: #FFD7B7;
  display: inline-block;
  margin-right: 7px;
}

.about-box__title {
  font-size: 3.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.375;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .about-box__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 359px) {
  .about-box__title {
    font-size: 2.1rem;
  }
}

.about-box__text {
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .about-box__text {
    margin-top: 20px;
  }
}

.about-box__img {
  position: absolute;
  top: 0;
  right: 49px;
  width: 35.6%;
}
@media (max-width: 1023px) {
  .about-box__img {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .about-box__img {
    position: static;
    transform: none;
    width: 100%;
    margin: -40px 0 0 4%;
  }
}
@media (max-width: 767px) {
  .about-box__img img {
    width: 70%;
  }
}

.about-bottom {
  padding: 100px 0;
  margin-top: 100px;
  background-color: #EDEFEE;
}
@media (max-width: 767px) {
  .about-bottom {
    padding: 80px 0;
    margin-top: 80px;
  }
}
.about-bottom .works-cat__list {
  width: calc(20% - 6.4px);
}
.about-bottom .works-cat__list + .works-cat__list {
  margin-left: 8px;
}
.about-bottom .works-part {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .about-bottom .works-part {
    margin-top: 80px;
  }
}
.about-bottom #worksMarquee {
  margin-top: 40px;
  padding-bottom: 78px;
}

.about-bottom__title {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.571;
}
@media (max-width: 767px) {
  .about-bottom__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 359px) {
  .about-bottom__title {
    font-size: 2.1rem;
  }
}

.about-bottom__text {
  width: 800px;
  max-width: 100%;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .about-bottom__text {
    margin-top: 16px;
  }
}

.works-cat {
  margin-top: 40px;
}

.works-cat__lists {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .works-cat__lists {
    max-width: 500px;
    margin: auto;
    padding: 0 4px;
  }
}

.works-cat__list {
  height: 148px;
}
@media (max-width: 767px) {
  .works-cat__list {
    width: calc(50% - 6px) !important;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .works-cat__list:nth-child(odd) {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .works-cat__list:nth-child(even) {
    margin-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .works-cat__list:nth-child(n+3) {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .works-cat__list:nth-child(2) .works-cat__title {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .works-cat__list:nth-child(2) .works-cat__title .d-iblock {
    display: block;
  }
}

.works-cat-link {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 17.5px 10px;
  height: 100%;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .works-cat-link {
    padding: 9px 5px 0;
  }
}
.works-cat-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2D312F;
  border-radius: 6px;
}
.works-cat-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .works-cat-link:hover {
    background-color: #D5E3DC;
  }
}
@media (min-width: 768px) {
  .works-cat-link:hover::before {
    border: 3px solid #008E58;
  }
}

@media (max-width: 767px) {
  .works-cat__img {
    width: 56px;
    margin: auto;
  }
}

.works-cat__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.785;
  color: #2D312F;
}
@media (max-width: 1023px) {
  .works-cat__title {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .works-cat__title {
    margin-top: 8px;
  }
}

.works-part .top-works__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .works-part .top-works__content {
    display: block;
  }
}
.works-part .button {
  margin-top: 0;
}
@media (max-width: 767px) {
  .works-part .button {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .works-part__title {
    text-align: center;
  }
}
.works-part__title > span {
  display: block;
}
.works-part__title .en {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
  line-height: 1.529;
}
.works-part__title .ja {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.4;
}

.works-progress {
  position: relative;
  width: 1000px;
  max-width: 90%;
  height: 3px;
  background: #DBD3CD;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 767px) {
  .works-progress {
    width: 90%;
  }
}

.works-progress__fill {
  position: absolute;
  inset: 0;
  background: #008E58;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
  display: block;
}

/*----------------------------------
大規模修繕工事ページ
----------------------------------*/
.repair-intro-button {
  display: flex;
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .repair-intro-button {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .repair-intro-button {
    width: 400px;
    max-width: 100%;
    margin: 50px auto 0;
  }
}
.repair-intro-button .button {
  width: calc(33.333% - 23.3333333333px);
  margin-top: 0;
}
@media (max-width: 1023px) {
  .repair-intro-button .button {
    width: 310px;
  }
}
.repair-intro-button .button + .button {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .repair-intro-button .button:nth-of-type(2) {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 1023px) {
  .repair-intro-button .button:nth-of-type(3) {
    margin: 35px 0 0 0;
  }
}
@media (max-width: 767px) {
  .repair-intro-button .button:nth-of-type(3) {
    margin-top: 15px;
  }
}
.repair-intro-button .button-link {
  width: 100%;
  height: 80px;
}
@media (max-width: 1099px) {
  .repair-intro-button .button-link {
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .repair-intro-button .button-link {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .repair-intro-button .button-link {
    height: 60px;
    padding-bottom: 0;
  }
}
@media (max-width: 359px) {
  .repair-intro-button .button-link {
    padding-left: 15px;
  }
}
.repair-intro-button .button-link .number {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
  margin: 2px 8px 0 0;
}
.repair-intro-button .button-link .arrow .arrow__inner::before, .repair-intro-button .button-link .arrow .arrow__inner::after {
  top: 57%;
  left: 4%;
}
.repair-intro-button .button-link .arrow .arrow__inner::before {
  transform: translateX(0) translateY(-50%) rotate(90deg);
}
.repair-intro-button .button-link .arrow .arrow__inner::after {
  transform: translateX(0) translateY(-150%) rotate(90deg);
}
@media (min-width: 768px) {
  .repair-intro-button .button-link:hover .number {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .repair-intro-button .button-link:hover .arrow .arrow__inner::before {
    transform: translateX(0) translateY(50%) rotate(90deg);
  }
}
@media (min-width: 768px) {
  .repair-intro-button .button-link:hover .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%) rotate(90deg);
  }
}

.repair {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .repair {
    padding-bottom: 80px;
  }
}
.repair + .works-part {
  padding: 100px 0;
  background-color: #EDEFEE;
}
@media (max-width: 767px) {
  .repair + .works-part {
    padding: 80px 0;
  }
}

.repair__list {
  padding-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .repair__list {
    padding-top: 50px;
  }
}
.repair__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #008E58;
  z-index: -1;
}
@media (max-width: 767px) {
  .repair__list::before {
    height: 100px;
  }
}
.repair__list + .repair__list {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .repair__list + .repair__list {
    margin-top: 70px;
  }
}
.repair__list .inner {
  padding-top: 46px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .repair__list .inner {
    padding-top: 30px;
  }
}
.repair__list .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: translateX(-100%);
  width: 100vw;
  height: 200px;
}
.repair__list .button {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .repair__list .button {
    margin-top: 40px;
  }
}
.repair__list .button-link {
  margin: auto;
}

.repair__title {
  display: flex;
  align-items: center;
}
.repair__title .number {
  font-size: 9.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
  line-height: 1.4;
  display: inline-block;
  margin-right: 29px;
}
@media (max-width: 767px) {
  .repair__title .number {
    font-size: 5.6rem;
    margin-right: 15px;
  }
}
@media (max-width: 374px) {
  .repair__title .number {
    font-size: 4.8rem;
  }
}
.repair__title .ttl {
  font-size: 3.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.375;
}
@media (max-width: 767px) {
  .repair__title .ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 374px) {
  .repair__title .ttl {
    font-size: 2rem;
  }
}

.repair__text {
  margin-top: 3px;
  width: 800px;
  max-width: 100%;
}

.relief {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .relief {
    margin-top: 40px;
  }
}

.relief-head {
  padding: 40px 0;
  border-top: 1px solid #008E58;
  border-bottom: 1px solid #008E58;
}

.relief-head__title {
  font-size: 2.4rem;
  font-family: "Shippori Antique B1", sans-serif;
  text-align: center;
  line-height: 1.833;
  color: #008E58;
}
@media (max-width: 767px) {
  .relief-head__title {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.relief-head__text {
  width: 799px;
  max-width: 100%;
  margin: 27px auto 0;
}
@media (max-width: 767px) {
  .relief-head__text {
    margin-top: 24px;
  }
}

.relief__content {
  display: flex;
  margin-top: 60px;
  padding-left: 27px;
}
@media (max-width: 1023px) {
  .relief__content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .relief__content {
    display: block;
    margin-top: 40px;
  }
}

.relief-figure {
  flex: 0 0 360px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: 400px;
}
@media (max-width: 767px) {
  .relief-figure {
    position: static;
    height: auto;
  }
}

.relief-figure__title {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.relief-figure__wrap {
  margin-top: 30px;
  position: relative;
  height: 343px;
}
@media (max-width: 767px) {
  .relief-figure__wrap {
    width: 256px;
    height: 243px;
    margin: 20px auto 0;
  }
}
.relief-figure__wrap .circle {
  width: 203px;
  height: 203px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
}
@media (max-width: 767px) {
  .relief-figure__wrap .circle {
    width: 144px;
    height: 144px;
    font-size: 1.6rem;
    border-width: 2px;
  }
}
.relief-figure__wrap .circle01 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  border-color: #008E58;
}
.relief-figure__wrap .circle01.circle-active {
  background-color: rgba(0, 142, 88, 0.15);
}
.relief-figure__wrap .circle02 {
  bottom: 0;
  left: 0;
  z-index: 1;
  border-color: #8D9692;
}
@media (max-width: 767px) {
  .relief-figure__wrap .circle02 {
    background-color: rgba(141, 150, 146, 0.15);
  }
}
.relief-figure__wrap .circle02.circle-active {
  background-color: rgba(141, 150, 146, 0.15);
}
.relief-figure__wrap .circle03 {
  bottom: 0;
  right: 0;
  z-index: 2;
  border-color: #FFD7B7;
}
@media (max-width: 767px) {
  .relief-figure__wrap .circle03 {
    background-color: rgba(255, 215, 183, 0.3);
  }
}
.relief-figure__wrap .circle03.circle-active {
  background-color: rgba(255, 215, 183, 0.3);
}

.relief__items {
  margin-left: 140px;
}
@media (max-width: 1023px) {
  .relief__items {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .relief__items {
    margin: 43px 0 0 0;
  }
}

.relief__item + .relief__item {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .relief__item + .relief__item {
    margin-top: 40px;
  }
}
.relief__item:first-of-type .relief__title::before {
  background-color: #008E58;
}
.relief__item:nth-of-type(2) .relief__title::before {
  background-color: #8D9692;
}
.relief__item:nth-of-type(3) .relief__title::before {
  background-color: #FFD7B7;
}

.relief__title {
  font-size: 2.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .relief__title {
    font-size: 2rem;
  }
}
@media (max-width: 359px) {
  .relief__title {
    font-size: 1.8rem;
  }
}
.relief__title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 2px 7px 0 0;
}
@media (max-width: 767px) {
  .relief__title::before {
    width: 16px;
    height: 16px;
  }
}

.relief__text {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .relief__text {
    margin-top: 19px;
  }
}

.relief__img {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .relief__img {
    margin-top: 20px;
  }
}

.repair-menu__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px 53px;
  margin-top: 60px;
}
@media (max-width: 1099px) {
  .repair-menu__lists {
    gap: 60px 30px;
  }
}
@media (max-width: 1023px) {
  .repair-menu__lists {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .repair-menu__lists {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}

.repair-menu__list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .repair-menu__list {
    max-width: 400px;
    margin: auto;
  }
}
.repair-menu__list:nth-child(4) .repair-menu__title .ttl {
  font-size: 1.75rem;
  letter-spacing: -0.06em;
}
@media (max-width: 767px) {
  .repair-menu__list:nth-child(4) .repair-menu__title .ttl {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.repair-menu__title {
  background-color: #008E58;
  color: #fff;
  padding: 2px 0 0 9px;
  height: 39px;
}
@media (max-width: 767px) {
  .repair-menu__title {
    height: 33px;
  }
}
.repair-menu__title .number {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.repair-menu__title .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .repair-menu__title .ttl {
    font-size: 1.6rem;
  }
}

.repair-menu__text {
  flex: 1;
  margin-top: 12px;
}

.repair-button {
  margin-top: 12px;
}

.repair-button-link {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #008E58;
  color: #008E58;
  padding-bottom: 2px;
}
.repair-button-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .repair-button-link:hover {
    background-color: #D5E3DC;
  }
}

.management {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .management {
    margin-top: 40px;
  }
}

.items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .items {
    display: block;
  }
}

.item {
  width: calc(50% - 27px);
}
@media (max-width: 1023px) {
  .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .item {
    width: 100%;
  }
}
.item:nth-of-type(even) {
  margin-left: 54px;
}
@media (max-width: 1023px) {
  .item:nth-of-type(even) {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .item:nth-of-type(even) {
    margin: 30px 0 0 0;
  }
}
.item:nth-of-type(n + 3) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

.item__title {
  font-size: 2.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  border-bottom: 1px solid #008E58;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .item__title {
    font-size: 1.8rem;
  }
}
.item__title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #008E58;
  margin: 2px 7px 0 0;
}
@media (max-width: 767px) {
  .item__title::before {
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}

.item__text {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .item__text {
    margin-top: 15px;
  }
}

.item__img {
  margin-top: 25px;
}

.flow-box {
  padding: 48px 58px 54px;
  margin-top: 60px;
  background-color: #008E58;
}
@media (max-width: 767px) {
  .flow-box {
    padding: 24px 30px;
    margin-top: 40px;
  }
}

.flow-box__title {
  font-weight: 500;
  color: #fff;
  padding-left: 12px;
  position: relative;
}
.flow-box__title::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 18px;
  background-color: #FFD7B7;
}

.flow-box__lists {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .flow-box__lists {
    display: block;
  }
}

.flow-box__list {
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .flow-box__list {
    height: 75px;
  }
}
.flow-box__list + .flow-box__list {
  margin-left: 28px;
  position: relative;
}
@media (max-width: 767px) {
  .flow-box__list + .flow-box__list {
    margin: 30px 0 0 0;
  }
}
.flow-box__list + .flow-box__list::before {
  content: "";
  background: url("../img/arrow_flow_right.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
  width: 55px;
  height: 29px;
}
@media (max-width: 767px) {
  .flow-box__list + .flow-box__list::before {
    top: -36px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 17px;
    height: 40px;
  }
}
.flow-box__list .number {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
  line-height: 1.538;
}

.flow-box__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5625;
  margin-top: 3px;
}

/*----------------------------------
建物調査診断ページ
----------------------------------*/
.lists__wrap {
  padding: 54px 56px;
  margin-top: 32px;
  background-color: #008E58;
}
@media (max-width: 1023px) {
  .lists__wrap {
    padding: 54px 30px;
  }
}
@media (max-width: 767px) {
  .lists__wrap {
    padding: 24px 20px;
  }
}
.lists__wrap + .page-intro__text {
  width: 800px;
  max-width: 100%;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .lists__wrap + .page-intro__text {
    margin-top: 30px;
  }
}

.lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px 16px;
}
@media (max-width: 767px) {
  .lists {
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
  }
}

.list__title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 4px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .list__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 359px) {
  .list__title {
    font-size: 1.3rem;
  }
}

.inspection .flow {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .inspection .flow {
    margin-top: 40px;
  }
}

.inspection__item + .inspection__item {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .inspection__item + .inspection__item {
    margin-top: 80px;
  }
}

.inspection-merit {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .inspection-merit {
    margin-top: 40px;
  }
}

.inspection-merit__list {
  display: flex;
}
@media (max-width: 767px) {
  .inspection-merit__list {
    display: block;
  }
}
.inspection-merit__list + .inspection-merit__list {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .inspection-merit__list + .inspection-merit__list {
    margin-top: 40px;
  }
}

.inspection-merit__title {
  display: flex;
  align-items: center;
}
.inspection-merit__title .number {
  flex: 0 0 98px;
  font-size: 6.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1023px) {
  .inspection-merit__title .number {
    flex: 0 0 75px;
    font-size: 5.6rem;
  }
}
@media (max-width: 767px) {
  .inspection-merit__title .number {
    flex: 0 0 70px;
    font-size: 4.8rem;
  }
}
@media (max-width: 359px) {
  .inspection-merit__title .number {
    flex: 0 0 60px;
    font-size: 4rem;
  }
}
.inspection-merit__title .ttl {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.571;
  padding-left: 34px;
  border-left: 1px solid #BCBEBD;
}
@media (max-width: 1099px) {
  .inspection-merit__title .ttl {
    font-size: 2.6rem;
  }
}
@media (max-width: 1023px) {
  .inspection-merit__title .ttl {
    font-size: 2.2rem;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .inspection-merit__title .ttl {
    font-size: 2rem;
    padding-left: 20px;
  }
}
@media (max-width: 359px) {
  .inspection-merit__title .ttl {
    font-size: 1.8rem;
  }
}

.inspection-merit__text {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .inspection-merit__text {
    margin-top: 20px;
  }
}

.inspection-merit__img {
  flex: 0 0 47.3%;
  margin-left: 54px;
}
@media (max-width: 1023px) {
  .inspection-merit__img {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .inspection-merit__img {
    margin: 20px 0 0 0;
  }
}

.flow-part {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .flow-part {
    margin-top: 40px;
  }
}

.flow__item {
  padding: 33px 0;
  background-color: #EDEFEE;
  position: relative;
}
@media (max-width: 767px) {
  .flow__item {
    padding: 25px 0;
  }
}
.flow__item + .flow__item {
  margin-top: 54px;
  position: relative;
}
@media (max-width: 767px) {
  .flow__item + .flow__item {
    margin-top: 45px;
  }
}
.flow__item + .flow__item::before {
  content: "";
  background: url("../img/arrow_flow_below.svg") no-repeat center left/contain;
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 34px;
}
@media (max-width: 767px) {
  .flow__item + .flow__item::before {
    top: -36px;
    width: 98px;
    height: 24px;
  }
}
.flow__item:first-of-type .flow__img {
  top: 49px;
  left: 115px;
}
.flow__item:nth-of-type(2) .flow__img {
  left: 102px;
}
@media (max-width: 1023px) {
  .flow__item:nth-of-type(2) .flow__img {
    left: 40px !important;
  }
}
.flow__item:nth-of-type(3) .flow__img {
  left: 121px;
}
.flow__item:nth-of-type(4) .flow__img {
  left: 119px;
}
.flow__item:nth-of-type(5) .flow__img {
  left: 121px;
}

.flow__inner {
  display: flex;
  max-width: 100%;
  margin: auto;
  padding-left: 245px;
}
@media (max-width: 1023px) {
  .flow__inner {
    padding-left: 150px;
  }
}
@media (max-width: 767px) {
  .flow__inner {
    display: block;
    padding: 0 20px;
  }
}

.flow__img {
  position: absolute;
  top: 41px;
}
@media (max-width: 1023px) {
  .flow__img {
    left: 50px !important;
  }
}
@media (max-width: 767px) {
  .flow__img {
    position: static;
    text-align: center;
  }
}

.flow__content {
  width: 84.768%;
}
@media (max-width: 1023px) {
  .flow__content {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .flow__content {
    width: 100%;
    margin-top: 10px;
  }
}

.flow__title {
  display: flex;
  align-items: center;
  color: #008E58;
}
@media (max-width: 767px) {
  .flow__title {
    justify-content: center;
  }
}
.flow__title .step {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 4px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .flow__title .step {
    font-size: 1.5rem;
    margin-top: 4px;
  }
}
.flow__title .ttl {
  font-size: 2.4rem;
  font-family: "Shippori Antique B1", sans-serif;
  margin-left: 23px;
}
@media (max-width: 767px) {
  .flow__title .ttl {
    font-size: 2rem;
    margin-left: 15px;
    line-height: 1.4;
    display: inline-grid;
  }
}
@media (max-width: 359px) {
  .flow__title .ttl {
    font-size: 1.9rem;
    margin-left: 10px;
  }
}

.flow__text {
  margin-top: 6px;
}

.flow__wrapper {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #BCBEBD;
}

.flow__wrap {
  display: flex;
}
.flow__wrap dt {
  flex: 0 0 45px;
  color: #008E58;
  font-weight: 500;
}

/*----------------------------------
施工実績ページ
----------------------------------*/
.archive-works-category {
  padding: 60px 0;
  margin-top: 100px;
  background-color: #EDEFEE;
}
@media (max-width: 767px) {
  .archive-works-category {
    padding: 40px 0;
    margin-top: 60px;
  }
}
.archive-works-category .works-cat {
  margin-top: 0;
}
.archive-works-category .works-cat__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 7px;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .archive-works-category .works-cat__lists {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .archive-works-category .works-cat__lists {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .archive-works-category .works-cat__list {
    width: initial !important;
    margin: 0 !important;
  }
}
.archive-works-category .works-cat__list:first-child .works-cat-link {
  padding-top: 39px;
}
@media (max-width: 767px) {
  .archive-works-category .works-cat__list:first-child .works-cat-link {
    padding-top: 23px;
  }
}
.archive-works-category .works-cat__list:first-child .works-cat__title {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .archive-works-category .works-cat__list:nth-child(2) .works-cat__title {
    margin-top: 8px;
  }
}
.archive-works-category .works-cat__list:nth-child(3) .works-cat__title {
  line-height: 1.285;
  margin-top: -4px;
}
.archive-works-category .works-cat__list.is-active {
  pointer-events: none;
}
.archive-works-category .works-cat__list.is-active .works-cat-link {
  background-color: #D5E3DC;
}
.archive-works-category .works-cat__list.is-active .works-cat-link::before {
  border: 3px solid #008E58;
}

.archive-works-category__title {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
  line-height: 1.529;
}

.archive-works {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .archive-works {
    padding-top: 40px;
  }
}

.search-results {
  display: flex;
  align-items: center;
}

.search-results__title {
  font-size: 2.4rem;
  font-weight: 500;
}

.search-results__text {
  display: flex;
  align-items: center;
  margin: 5px 0 0 32px;
}
.search-results__text .number {
  font-size: 2.9rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
  line-height: 1.482;
}
.search-results__text .font-small {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 3px 0 0 8px;
}

.archive-works__content {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .archive-works__content {
    margin-top: 40px;
  }
}
.archive-works__content .archive-works__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 65px 30px;
}
@media (max-width: 1023px) {
  .archive-works__content .archive-works__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .archive-works__content .archive-works__items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.single-works__title {
  font-size: 4.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  color: #008E58;
  line-height: 1.458;
  border-bottom: 1px solid #008E58;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .single-works__title {
    font-size: 2.4rem;
    padding-bottom: 12px;
  }
}

.single-works-category {
  font-size: 1.6rem;
  font-weight: 500;
  height: 28px;
  padding: 0 6px;
  color: #008E58;
  border: 1px solid #008E58;
  border-radius: 6px;
  display: inline-block;
  margin-top: 17px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .single-works-category {
    font-size: 1.4rem;
    height: 24px;
  }
}

.single-works {
  margin-top: 40px;
}
.single-works .button {
  margin-top: 99px;
}
@media (max-width: 767px) {
  .single-works .button {
    margin-top: 40px;
  }
}
.single-works .button-link {
  margin: auto;
}

.single-works__wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .single-works__wrapper {
    display: block;
  }
}

.single-works-image {
  flex: 0 0 52%;
}

.single-works-image__wrap {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 17px;
}

.single-works__main-img {
  height: 391px;
}
@media (max-width: 1099px) {
  .single-works__main-img {
    height: 391px;
    height: 35.5454545455vw;
  }
}
@media (max-width: 1023px) {
  .single-works__main-img {
    height: 376px;
    height: 36.7546432063vw;
  }
}
@media (max-width: 767px) {
  .single-works__main-img {
    height: 252px;
    height: 67.2vw;
  }
}
.single-works__main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-works__sub-image {
  background-color: #fff;
}
.single-works__sub-image:hover {
  cursor: pointer;
}
.single-works__sub-image.is-active .single-works__sub-img {
  position: relative;
  pointer-events: none;
}
.single-works__sub-image.is-active .single-works__sub-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #008E58;
}

.single-works__sub-img {
  aspect-ratio: 4/3;
}
.single-works__sub-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-works-caption {
  margin-top: 2px;
  color: #2D312F;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .single-works-caption {
    font-size: 1.2rem;
  }
}

.single-works__content {
  margin-left: 60px;
}
@media (max-width: 1023px) {
  .single-works__content {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .single-works__content {
    margin: 30px 0 0 0;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table tr {
  display: block;
  border-bottom: 2px solid #EDEFEE;
}
.table th,
.table td {
  padding: 22px 0;
}
.table th {
  width: 84px;
  text-align: left;
  font-weight: 500;
  position: relative;
}
.table th::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #008E58;
}
.table td {
  padding-left: 20px;
}

.single-works-textarea {
  display: flex;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .single-works-textarea {
    display: block;
    margin-top: 60px;
  }
}

.single-works-textarea__img {
  flex: 0 0 128px;
}
@media (max-width: 767px) {
  .single-works-textarea__img {
    width: 90px;
  }
}

.single-works-textarea__content {
  margin-left: 57px;
  padding: 40px 82px 40px 83px;
  background-color: #EDEFEE;
  position: relative;
}
@media (max-width: 767px) {
  .single-works-textarea__content {
    margin: 38px 0 0 0;
    padding: 30px 20px;
  }
}
.single-works-textarea__content::before {
  content: "";
  background: url("../img/speech_bubble.svg") no-repeat center left/contain;
  position: absolute;
  top: 40px;
  left: -37px;
  width: 43px;
  height: 27px;
}
@media (max-width: 767px) {
  .single-works-textarea__content::before {
    top: -21px;
    left: 7px;
    transform: rotate(90deg);
  }
}

/*----------------------------------
ご検討中の皆さまへページ
----------------------------------*/
.for__item {
  display: flex;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .for__item {
    display: block;
    padding: 40px 0;
  }
}
.for__item + .for__item {
  border-top: 1px solid #008E58;
}
.for__item:first-of-type {
  padding-top: 0;
}
.for__item:first-of-type .image-label__img {
  top: 15px;
}
@media (max-width: 1023px) {
  .for__item:first-of-type .image-label__img {
    top: 5px;
  }
}
@media (max-width: 400px) {
  .for__item:first-of-type .image-label__img {
    width: 46px;
    width: 11.5vw;
    top: 5px;
    top: 1.25vw;
  }
}
.for__item:nth-of-type(2) .image-label__img {
  top: 26px;
  width: 72px;
}
@media (max-width: 1023px) {
  .for__item:nth-of-type(2) .image-label__img {
    top: 10px;
  }
}
@media (max-width: 400px) {
  .for__item:nth-of-type(2) .image-label__img {
    width: 72px;
    width: 18vw;
    top: 10px;
    top: 2.5vw;
  }
}
.for__item:last-of-type {
  padding-bottom: 0;
}
.for__item:last-of-type .image-label__img {
  top: 30px;
  width: 64px;
}
@media (max-width: 1023px) {
  .for__item:last-of-type .image-label__img {
    top: 15px;
  }
}
@media (max-width: 400px) {
  .for__item:last-of-type .image-label__img {
    width: 64px;
    width: 16vw;
    top: 15px;
    top: 3.75vw;
  }
}

.for-image {
  flex: 0 0 47.3%;
  position: relative;
}

.image-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #fff;
  padding-top: 80px;
}
@media (max-width: 1023px) {
  .image-label {
    width: 100px;
    height: 100px;
    padding-top: 60px;
  }
}
@media (max-width: 400px) {
  .image-label {
    width: 100px;
    width: 25vw;
    height: 100px;
    height: 25vw;
    padding-top: 65px;
    padding-top: 16.25vw;
  }
}

.image-label__img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.image-label__text {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 400px) {
  .image-label__text {
    font-size: 18px;
    font-size: 4.5vw;
  }
}

.for__content {
  margin-left: 54px;
}
@media (max-width: 1023px) {
  .for__content {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .for__content {
    margin: 20px 0 0 0;
  }
}

.for__title {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.571;
}
@media (max-width: 767px) {
  .for__title {
    font-size: 2.2rem;
  }
}

.for__text {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .for__text {
    margin-top: 16px;
  }
}

/*----------------------------------
大規模修繕工事のポイントページ
----------------------------------*/
.point .renovation-buttons {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .point .renovation-buttons {
    margin-top: 70px;
  }
}

.point-bg {
  position: relative;
}

@media (max-width: 767px) {
  .point-bg__img {
    height: 545px;
  }
}
.point-bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point-bg__content {
  position: absolute;
  top: 103px;
  left: 90px;
}
@media (max-width: 1099px) {
  .point-bg__content {
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
  }
}
@media (max-width: 767px) {
  .point-bg__content {
    top: 30px;
    transform: none;
    left: 20px;
    width: calc(100% - 40px);
  }
}

.point-bg__title {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.571;
}
@media (max-width: 767px) {
  .point-bg__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 359px) {
  .point-bg__title {
    font-size: 2.1rem;
  }
}

.point-bg__text {
  margin-top: 30px;
  width: 490px;
}
@media (max-width: 1099px) {
  .point-bg__text {
    width: 410px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .point-bg__text {
    width: auto;
    margin-top: 20px;
    max-width: 350px;
  }
}

.point__lists {
  margin-top: 106px;
}
@media (max-width: 767px) {
  .point__lists {
    margin-top: 80px;
  }
}

.point__list + .point__list {
  margin-top: 106px;
}
@media (max-width: 767px) {
  .point__list + .point__list {
    margin-top: 60px;
  }
}
.point__list:first-child .point-box {
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .point__list:first-child .point-box {
    padding: 0 0 30px;
  }
}
.point__list:nth-child(2) .point-box {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .point__list:nth-child(2) .point-box {
    padding: 0 0 50px;
  }
}

.point__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .point__wrap {
    display: block;
  }
}

.point__title {
  display: flex;
  align-items: center;
  flex: 0 0 52.7%;
}
.point__title .number {
  flex: 0 0 98px;
  font-size: 6.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .point__title .number {
    flex: 0 0 70px;
    font-size: 4.8rem;
  }
}
@media (max-width: 359px) {
  .point__title .number {
    flex: 0 0 60px;
    font-size: 4rem;
  }
}
.point__title .ttl {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.571;
  padding-left: 34px;
  border-left: 1px solid #BCBEBD;
}
@media (max-width: 1023px) {
  .point__title .ttl {
    font-size: 2.4rem;
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .point__title .ttl {
    font-size: 2rem;
    padding-left: 20px;
  }
}
@media (max-width: 359px) {
  .point__title .ttl {
    font-size: 1.8rem;
  }
}

.point__text {
  width: 47.3%;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .point__text {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.point-box {
  margin-top: 60px;
  border: 1px solid #008E58;
  position: relative;
}
@media (max-width: 767px) {
  .point-box {
    margin-top: 40px;
  }
}
.point-box .list__text {
  position: absolute;
  top: 98px;
  right: 74px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .point-box .list__text {
    top: 138px;
  }
}
@media (max-width: 767px) {
  .point-box .list__text {
    top: initial;
    bottom: 20px;
    right: 20px;
    font-size: 1.6rem;
  }
}

.point-box-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 500;
  background-color: #008E58;
  color: #fff;
  padding: 2px 13px 2px 14px;
}
@media (max-width: 767px) {
  .point-box-label {
    position: static;
    display: inline-block;
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 4px 13px 4px 14px;
  }
}

.point-box__items {
  width: 650px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .point-box__items {
    margin-top: 20px;
    padding: 0 20px;
  }
}

.point-box__item + .point-box__item {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .point-box__item + .point-box__item {
    margin-top: 20px;
  }
}

.point-box__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}
@media (max-width: 767px) {
  .point-box__title {
    font-size: 1.6rem;
  }
}
.point-box__title::before {
  content: "";
  background: url("../img/icon_check.svg") no-repeat center left/contain;
  flex: 0 0 21px;
  height: 19px;
  display: inline-block;
  margin: 5px 11px 0 0;
}
@media (max-width: 767px) {
  .point-box__title::before {
    height: 18px;
    margin: 3px 8px 0 0;
  }
}

.point-box__text {
  margin: 12px 0 0 32px;
  line-height: 1.54;
}
@media (max-width: 767px) {
  .point-box__text {
    margin: 8px 0 0 29px;
  }
}

.point-box__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px 60px;
  margin: 0 75px;
  max-width: 737px;
}
@media (max-width: 1099px) {
  .point-box__lists {
    max-width: 677px;
    gap: 13px 30px;
  }
}
@media (max-width: 1023px) {
  .point-box__lists {
    max-width: 500px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .point-box__lists {
    grid-template-columns: 1fr;
    margin: 20px 20px 0;
  }
}

.point-box__list {
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .point-box__list {
    font-size: 1.6rem;
  }
}
.point-box__list::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #008E58;
  margin: 8.5px 8px 0 0;
}
@media (max-width: 767px) {
  .point-box__list::before {
    width: 15px;
    height: 15px;
    margin: 6px 6px 0 0;
  }
}

.point-inspection {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .point-inspection {
    margin-top: 40px;
  }
}
.point-inspection .arrow {
  top: initial;
  transform: initial;
  width: 62px;
  height: 62px;
  bottom: 20px;
  right: 30px;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .point-inspection .arrow {
    width: 46px;
    height: 46px;
    bottom: 16px;
    right: 16px;
  }
}
.point-inspection .arrow .arrow__inner {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .point-inspection .arrow .arrow__inner {
    width: 22px;
    height: 22px;
  }
}
.point-inspection .arrow .arrow__inner::before, .point-inspection .arrow .arrow__inner::after {
  left: 10%;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease 0s;
  background-image: url("../img/arrow_white.png");
}
@media (max-width: 767px) {
  .point-inspection .arrow .arrow__inner::before, .point-inspection .arrow .arrow__inner::after {
    width: 22px;
    height: 22px;
  }
}
.point-inspection .arrow .arrow__inner::after {
  transform: translateX(-135%) translateY(-50%);
}

.point-inspection-link {
  position: relative;
  display: block;
}
.point-inspection-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 49, 47, 0.2);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.point-inspection-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .point-inspection-link:hover::after {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .point-inspection-link:hover .arrow {
    background-color: #008E58;
  }
}
@media (min-width: 768px) {
  .point-inspection-link:hover .arrow .arrow__inner::before {
    transform: translateX(140%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .point-inspection-link:hover .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%);
  }
}

.point-inspection__title {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .point-inspection__title {
    bottom: 20px;
  }
}
@media (max-width: 449px) {
  .point-inspection__title {
    bottom: 20px;
    bottom: 4.4444444444vw;
  }
}
.point-inspection__title span {
  display: inline-block;
}
.point-inspection__title .above {
  font-size: 2.8rem;
  font-weight: 500;
  background-color: #008E58;
  color: #fff;
  line-height: 1.428;
  padding: 0 4px;
}
@media (max-width: 767px) {
  .point-inspection__title .above {
    font-size: 2rem;
  }
}
@media (max-width: 449px) {
  .point-inspection__title .above {
    font-size: 20px;
    font-size: 4.4444444444vw;
  }
}
.point-inspection__title .bottom {
  font-size: 5.1rem;
  font-family: "Shippori Antique B1", sans-serif;
  color: #008E58;
  background-color: #fff;
  line-height: 1.2;
  padding: 0 5px 3px;
}
@media (max-width: 767px) {
  .point-inspection__title .bottom {
    font-size: 3.2rem;
  }
}
@media (max-width: 449px) {
  .point-inspection__title .bottom {
    font-size: 32px;
    font-size: 7.1111111111vw;
  }
}

/*----------------------------------
大規模修繕工事の流れページ
----------------------------------*/
.flow .contact-part__items {
  margin-top: 28px;
}
.flow .contact-part__item {
  max-width: 270px;
}
.flow .flow__item:nth-of-type(2) .flow__img {
  top: 56px;
  left: 97px;
}
@media (max-width: 1023px) {
  .flow .flow__item:nth-of-type(2) .flow__img {
    left: 30px !important;
  }
}
.flow .flow__item:nth-of-type(3) .flow__img {
  left: 103px;
}
@media (max-width: 1023px) {
  .flow .flow__item:nth-of-type(3) .flow__img {
    left: 35px !important;
  }
}
.flow .flow__item:nth-of-type(4) .flow__img {
  top: 34px;
  left: 117px;
}
.flow .flow__item:nth-of-type(5) .flow__img {
  top: 43px;
  left: 126px;
}
.flow .flow__item:nth-of-type(6) .flow__img {
  top: 41px;
  left: 119px;
}
@media (max-width: 1023px) {
  .flow .flow__item:nth-of-type(6) .flow__img {
    left: 40px !important;
  }
}
@media (max-width: 767px) {
  .flow .flow__item:nth-of-type(6) .flow__title {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .flow .flow__item:nth-of-type(6) .flow__title .bg {
    margin: 3px 0 0 0;
  }
}
.flow .flow__item:nth-of-type(7) .flow__img {
  top: 41px;
  left: 109px;
}
@media (max-width: 1023px) {
  .flow .flow__item:nth-of-type(7) .flow__img {
    left: 30px !important;
  }
}
@media (max-width: 767px) {
  .flow .flow__item:nth-of-type(7) .flow__title {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .flow .flow__item:nth-of-type(7) .flow__title .bg {
    margin: 3px 0 0 0;
  }
}
.flow .flow__item:nth-of-type(8) .flow__img {
  top: 45px;
  left: 126px;
}
@media (max-width: 1023px) {
  .flow .flow__item:nth-of-type(8) .flow__img {
    left: 40px !important;
  }
}
.flow .flow__item:nth-of-type(9) .flow__img {
  top: 44px;
  left: 120px;
}
@media (max-width: 1023px) {
  .flow .flow__item:nth-of-type(9) .flow__img {
    left: 40px !important;
  }
}
.flow .flow__item:nth-of-type(10) .flow__img {
  top: 33px;
  left: 98px;
}
@media (max-width: 1023px) {
  .flow .flow__item:nth-of-type(10) .flow__img {
    left: 30px !important;
  }
}
@media (max-width: 359px) {
  .flow .flow__item:nth-of-type(10) .button-link {
    padding-left: 20px;
  }
}
.flow .flow__item .flow__title .bg {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #FFD7B7;
  margin-left: 16px;
  height: 28px;
  display: inline-block;
  color: #2D312F;
  padding: 0 4px;
}
@media (max-width: 767px) {
  .flow .flow__item .flow__title .bg {
    font-size: 1.4rem;
    height: 24px;
    line-height: 1.6;
  }
}
.flow .flow__item .button {
  margin-top: 21px;
}
.flow .contact-part__item:first-of-type .contact-part__wrap {
  padding-left: 48px;
}
@media (max-width: 767px) {
  .flow .contact-part__item:first-of-type .contact-part__wrap {
    padding-left: 35px;
  }
}
.flow .contact-part__item:nth-of-type(2) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .flow .contact-part__item:nth-of-type(2) {
    margin: 8px auto 0;
  }
}
@media (max-width: 767px) {
  .flow .contact-part__item:nth-of-type(2) .contact-part__wrap {
    padding-left: 35px;
  }
}
.flow .contact-part-link {
  height: 102px;
}
.flow .contact-part-link::after {
  content: none;
}
.flow .contact-part__text {
  font-size: 1.5rem;
}
.flow .contact-part-link .number {
  font-size: 2.4rem;
  line-height: 1.458;
}
.flow .renovation-buttons {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .flow .renovation-buttons {
    margin-top: 70px;
  }
}

/*----------------------------------
よくあるご質問ページ
----------------------------------*/
.faq .renovation-buttons {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .faq .renovation-buttons {
    margin-top: 70px;
  }
}

.faq__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .faq__inner {
    display: block;
    margin-top: 60px;
  }
}

.faq-sidebar {
  flex: 0 0 260px;
  margin-left: calc(50% - 50vw);
  position: -webkit-sticky;
  position: sticky;
  top: 126px;
  height: 284px;
}
@media (max-width: 767px) {
  .faq-sidebar {
    position: static;
    height: auto;
    margin: auto;
    width: 260px;
  }
}

.faq-sidebar__lists {
  padding: 7px 22px 8px 16px;
  background-color: #008E58;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 767px) {
  .faq-sidebar__lists {
    border-radius: 6px;
  }
}

.faq-sidebar__list {
  border-bottom: 1px solid #0B6F49;
}
.faq-sidebar__list:last-child {
  border-bottom: none;
}
.faq-sidebar__list a {
  font-weight: 500;
  color: #fff;
  padding: 14px 0;
  display: block;
  position: relative;
  line-height: 1.666;
}
.faq-sidebar__list a .arrow {
  top: 55%;
  right: 4px;
  width: 18px;
  height: 18px;
  background-color: initial;
  border-radius: initial;
}
.faq-sidebar__list a .arrow .arrow__inner {
  width: 18px;
  height: 18px;
}
.faq-sidebar__list a .arrow .arrow__inner::before, .faq-sidebar__list a .arrow .arrow__inner::after {
  width: 18px;
  height: 18px;
}
.faq-sidebar__list a .arrow .arrow__inner::before {
  transform: translateX(0) translateY(-50%) rotate(90deg);
}
.faq-sidebar__list a .arrow .arrow__inner::after {
  transform: translateX(0) translateY(-150%) rotate(90deg);
}
.faq-sidebar__list a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .faq-sidebar__list a:hover .txt {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
}
@media (min-width: 768px) {
  .faq-sidebar__list a:hover .arrow .arrow__inner::before {
    transform: translateX(0) translateY(50%) rotate(90deg);
  }
}
@media (min-width: 768px) {
  .faq-sidebar__list a:hover .arrow .arrow__inner::after {
    background-image: url("../img/arrow_button.svg");
    transform: translateX(0) translateY(-50%) rotate(90deg);
  }
}

.faq__content {
  flex: 0 0 80%;
  margin: 0 -30px 0 50px;
}
@media (max-width: 1159px) {
  .faq__content {
    flex: 0 0 calc(100% - 280px);
    margin: 0 0 0 50px;
  }
}
@media (max-width: 767px) {
  .faq__content {
    margin: 50px 0 0 0;
  }
}

.faq__items + .faq__items {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .faq__items + .faq__items {
    margin-top: 40px;
    padding-top: 20px;
  }
}

.faq__title {
  font-size: 3.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.375;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 359px) {
  .faq__title {
    font-size: 2.2rem;
  }
}
.faq__title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 6px;
  background-color: #008E58;
  margin: 20px 13px 0 0;
}
@media (max-width: 767px) {
  .faq__title::before {
    height: 4px;
    margin-top: 16px;
  }
}

.faq__item {
  background-color: #EDEFEE;
  border-radius: 6px;
}
.faq__item + .faq__item {
  margin-top: 20px;
}

.question {
  padding: 31px 100px 32px 32px;
  position: relative;
}
@media (max-width: 1023px) {
  .question {
    padding: 31px 80px 32px 20px;
  }
}
@media (max-width: 767px) {
  .question {
    font-size: 16px;
    padding: 15px 70px 15px 20px;
  }
}
.question:hover {
  cursor: pointer;
}
.question .plus {
  position: relative;
  width: 53px;
  height: 53px;
  display: inline-block;
  border-radius: 50%;
  background-color: #008E58;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .question .plus {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .question .plus {
    width: 36px;
    height: 36px;
  }
}
.question .plus::before, .question .plus::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1023px) {
  .question .plus::before, .question .plus::after {
    right: 5px;
  }
}
@media (max-width: 767px) {
  .question .plus::before, .question .plus::after {
    right: -7px;
  }
}
.question .plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.question.minus .plus::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.answer {
  padding: 0 30px 57px 35px;
  display: none;
}
@media (max-width: 1023px) {
  .answer {
    padding: 0 20px 32px 20px;
  }
}

.q-list,
.a-list {
  display: flex;
}

.a-list {
  border-top: 1px solid #fff;
  padding-top: 11px;
}
@media (max-width: 767px) {
  .a-list {
    padding-top: 15px;
  }
}

.q-list-left,
.a-list-left {
  margin-right: 23px;
  flex: 0 0 35px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.527;
  font-family: "Poppins", sans-serif;
  display: flex;
}
@media (max-width: 767px) {
  .q-list-left,
.a-list-left {
    font-size: 2.8rem;
    margin-right: 10px;
  }
}

.q-list-left {
  color: #008E58;
  margin-top: -8px;
}
@media (max-width: 767px) {
  .q-list-left {
    margin-top: -6px;
  }
}

.q-list-right {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .q-list-right {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}

.a-list-left {
  color: #A3A3A3;
}

.a-list-right {
  margin-top: 13px;
}
@media (max-width: 767px) {
  .a-list-right {
    margin-top: 8px;
  }
}

/*----------------------------------
会社情報ページ
----------------------------------*/
.company {
  margin-top: 107px;
}
@media (max-width: 767px) {
  .company {
    margin-top: 80px;
  }
}

.company__item + .company__item {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .company__item + .company__item {
    margin-top: 80px;
  }
}

.company__title {
  font-size: 3.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.375;
  display: flex;
}
@media (max-width: 767px) {
  .company__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 359px) {
  .company__title {
    font-size: 2.2rem;
  }
}
.company__title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 6px;
  background-color: #008E58;
  margin: 20px 13px 0 0;
}
@media (max-width: 767px) {
  .company__title::before {
    height: 4px;
    margin-top: 16px;
  }
}

.company-profile {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .company-profile {
    margin-top: 20px;
  }
}
.company-profile .table tr:nth-child(5) td .d-iblock:first-of-type {
  margin-right: 3px;
}
.company-profile .table tr:last-child {
  border-bottom: none;
}
.company-profile .table tr:last-child th, .company-profile .table tr:last-child td {
  padding-bottom: 0;
}
.company-profile .table tr:last-child th::after {
  content: none;
}
.company-profile .table th,
.company-profile .table td {
  padding: 26px 0;
}
@media (max-width: 767px) {
  .company-profile .table th,
.company-profile .table td {
    padding: 18px 0;
  }
}
.company-profile .table th {
  width: 90px;
}
.company-profile .table td {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .company-profile .table td {
    padding-left: 30px;
  }
}

.access {
  margin-top: 49px;
}
@media (max-width: 767px) {
  .access {
    margin-top: 30px;
  }
}

.access__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .access__wrap {
    display: block;
  }
}

.access__content {
  flex: 0 0 36%;
}
.access__content .text__wrap:first-of-type .access__text {
  font-weight: 500;
}
.access__content .text__wrap:nth-of-type(2) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px solid #EDEFEE;
}
@media (max-width: 767px) {
  .access__content .text__wrap:nth-of-type(2) {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.access__title {
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.access__title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #008E58;
  margin: 2px 7px 0 0;
}
.access__title.mt-24 {
  margin-top: 20px;
}

.access-map {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .access-map {
    margin: 40px 0 0 0;
  }
}
.access-map iframe {
  max-width: 100%;
}
@media (max-width: 767px) {
  .access-map iframe {
    width: 100%;
  }
}

/*----------------------------------
採用情報ページ
----------------------------------*/
.page-recruit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #F8F2E5;
  color: #1B4754;
  position: relative;
}
.page-recruit.open {
  overflow: hidden;
}
.page-recruit .header {
  height: 90px;
  background-color: #F8F2E5;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1279px) {
  .page-recruit .header {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .page-recruit .header {
    height: 68px;
    padding-left: 10px;
  }
}
.page-recruit .header.scroll-header {
  height: 74px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .page-recruit .header.scroll-header {
    height: 68px;
  }
}
.page-recruit .header.scroll-header .header__logo {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .page-recruit .header.scroll-header .header__logo {
    margin-top: 0;
    width: 179px;
  }
}
.page-recruit .header.scroll-header .header__img {
  width: 288px !important;
  height: 38px;
}
@media (max-width: 1279px) {
  .page-recruit .header.scroll-header .header__img {
    width: 200px !important;
    height: 27px;
  }
}
@media (max-width: 767px) {
  .page-recruit .header.scroll-header .header__img {
    width: 179px !important;
    height: 24px;
  }
}
@media (max-width: 359px) {
  .page-recruit .header.scroll-header .header__img {
    width: 145px !important;
  }
}
.page-recruit .header.scroll-header .header__img::before {
  background-image: url("../img/logo.png");
  width: 288px;
  height: 38px;
}
@media (max-width: 1279px) {
  .page-recruit .header.scroll-header .header__img::before {
    width: 200px;
    height: 27px;
  }
}
@media (max-width: 767px) {
  .page-recruit .header.scroll-header .header__img::before {
    width: 179px;
    height: 24px;
  }
}
@media (max-width: 359px) {
  .page-recruit .header.scroll-header .header__img::before {
    width: 145px;
  }
}
.page-recruit .header.scroll-header + .r-drawer__toggle {
  top: 18px;
}
@media (max-width: 767px) {
  .page-recruit .header.scroll-header + .r-drawer__toggle {
    top: 25px;
  }
}
.page-recruit .header.scroll-header ~ .r-drawer__nav {
  top: 74px;
}
@media (max-width: 767px) {
  .page-recruit .header.scroll-header ~ .r-drawer__nav {
    top: 68px;
  }
}
.page-recruit .header__logo {
  margin-top: 68px;
}
@media (max-width: 767px) {
  .page-recruit .header__logo {
    height: 24px;
    margin-top: 0;
  }
}
.page-recruit .header__img {
  width: 288px !important;
  height: 128px;
  position: relative;
}
@media (max-width: 1279px) {
  .page-recruit .header__img {
    width: 200px !important;
  }
}
@media (max-width: 767px) {
  .page-recruit .header__img {
    width: 179px !important;
    height: 24px;
  }
}
@media (max-width: 359px) {
  .page-recruit .header__img {
    width: 145px !important;
  }
}
.page-recruit .header__img::before {
  content: "";
  background: url("../img/recruit/logo.svg") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 148px;
  height: 128px;
}
@media (max-width: 767px) {
  .page-recruit .header__img::before {
    background-image: url("../img/logo.png");
    width: 179px;
    height: 24px;
  }
}
@media (max-width: 359px) {
  .page-recruit .header__img::before {
    width: 145px;
  }
}
@media (max-width: 767px) {
  .page-recruit .header__wrap {
    width: auto;
    margin-right: 37px;
  }
}
.page-recruit .r-header-buttons {
  display: none;
}
@media (max-width: 1023px) {
  .page-recruit .r-header-buttons {
    display: block;
  }
}
.page-recruit .r-header-button.recruitment-button a {
  background-color: #008E58;
  font-weight: 700;
}
.page-recruit .r-header-button.contact-button a {
  background-color: #FF7100;
  font-weight: 900;
  position: relative;
}
.page-recruit .r-header-button.contact-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-recruit .r-header-button.contact-button a::after {
    width: 5px;
    height: 1px;
  }
}
@media (max-width: 1023px) {
  .page-recruit .r-header-button a {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .page-recruit .r-header-button a {
    width: 49px;
    height: 49px;
    font-size: 1rem;
  }
}
.page-recruit .r-header-buttons__wrap {
  display: flex;
}
.page-recruit .header__nav {
  margin-top: 0;
}
.page-recruit .header__nav-items li {
  margin-right: 20px;
}
@media (max-width: 1279px) {
  .page-recruit .header__nav-items li {
    margin-right: 10px;
  }
}
.page-recruit .header__nav-items li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1B4754;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1279px) {
  .page-recruit .header__nav-items li a {
    font-size: 1.3rem;
  }
}
.page-recruit .header__nav-items li.corporate {
  margin: 0 0 0 13px;
}
@media (max-width: 1279px) {
  .page-recruit .header__nav-items li.corporate {
    margin-left: 0;
  }
}
.page-recruit .header__nav-items li.corporate a {
  width: 179px;
  height: 36px;
  border: 2px solid #1B4754;
  border-radius: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1279px) {
  .page-recruit .header__nav-items li.corporate a {
    width: 155px;
  }
}
.page-recruit .header__nav-items li.corporate a:hover {
  border-color: #008E58;
}
@media (max-width: 1023px) {
  .page-recruit .r-drawer__toggle {
    top: 25px;
  }
}
.page-recruit .r-drawer-overlay {
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 39;
}
.page-recruit .r-drawer-overlay.open {
  display: block;
}

/*----------------------------------
ドロワー
----------------------------------*/
.r-drawer__toggle {
  display: none;
}
@media (max-width: 1023px) {
  .r-drawer__toggle {
    display: block;
    position: fixed;
    height: 50px;
    right: 20px;
    top: 30px;
    width: 50px;
    cursor: pointer;
    z-index: 41;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .r-drawer__toggle {
    height: 30px;
    right: 12px;
    top: 20px;
    width: 31px;
  }
}
.r-drawer__toggle.active .menu::after {
  content: "CLOSE";
}

.r-drawer__line {
  background: #2D312F;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .r-drawer__line {
    width: 14px;
  }
}

.r-drawer__line--top {
  top: 0;
}

.r-drawer__line--center {
  top: 10px;
}
@media (max-width: 767px) {
  .r-drawer__line--center {
    top: 5px;
  }
}

.r-drawer__line--bottom {
  top: 21px;
}
@media (max-width: 767px) {
  .r-drawer__line--bottom {
    top: 10px;
  }
}

.r-drawer__line--top.active {
  top: 12px;
  right: 0;
  transform: translateX(-50%) rotate(35deg);
}
@media (max-width: 767px) {
  .r-drawer__line--top.active {
    width: 18px;
    top: 5px;
  }
}

.r-drawer__line--center.active {
  transform: scaleX(0);
}

.r-drawer__line--bottom.active {
  top: 12px;
  transform: translateX(-50%) rotate(145deg);
}
@media (max-width: 767px) {
  .r-drawer__line--bottom.active {
    width: 18px;
    top: 5px;
  }
}

.menu {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .menu {
    bottom: -4px;
  }
}
.menu::after {
  content: "MENU";
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .menu::after {
    font-size: 1.1rem;
  }
}

/*gnav*/
.r-drawer__nav {
  background: #00594C;
  height: 100%;
  position: fixed;
  width: 350px;
  padding: 56px 31px 150px 35px;
  z-index: 40;
  overflow: scroll;
  top: 90px;
  right: -120%;
  transition: all 1s;
}
@media (max-width: 767px) {
  .r-drawer__nav {
    width: 245px;
    top: 68px;
  }
}
.r-drawer__nav.active {
  right: 0;
  transition: all 0.6s;
}

.r-drawer__wrap {
  width: 100%;
}
.r-drawer__wrap .bottom-links__wrapper {
  margin-top: 55px;
}
.r-drawer__wrap .bottom-link {
  height: 110px;
}
@media (max-width: 767px) {
  .r-drawer__wrap .bottom-link__wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .r-drawer__wrap .icon {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .r-drawer__wrap .bottom-link__text {
    font-size: 1.4rem;
    line-height: 1.571;
    text-align: center;
  }
}

.r-drawer__menu {
  width: 100%;
}
.r-drawer__menu > li {
  display: block;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
}
.r-drawer__menu > li + li {
  margin-top: 24px;
}
.r-drawer__menu > li.corporate {
  border-bottom: none;
  margin-top: 34px;
}
.r-drawer__menu > li.corporate a {
  width: 179px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
  border: 2px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
.r-drawer__menu > li > a {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.r-drawer__menu > li ul {
  padding: 0 20px;
  display: none;
  background-color: #EDEFEE;
}
.r-drawer__menu > li ul li + li {
  border-top: 1px solid #fff;
}
.r-drawer__menu > li ul li:first-child a {
  font-weight: 500;
}
.r-drawer__menu > li ul li a {
  padding: 20px 0;
  display: block;
}

.r-drawer-policy {
  margin-top: 60px;
  text-align: center;
}
.r-drawer-policy a {
  font-size: 1.3rem;
  color: #2D312F;
}

.recruit-mv {
  margin-top: 90px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recruit-mv {
    margin-top: 68px;
    padding-top: 25px;
    padding-top: 6.6666666667vw;
    height: auto;
  }
}
.recruit-mv .square {
  position: absolute;
  z-index: -2;
}
.recruit-mv .square.square01 {
  width: 528px;
  width: 37.7142857143vw;
  top: 136px;
  top: 9.7142857143vw;
  left: -228px;
  left: -16.2857142857vw;
}
@media (max-width: 767px) {
  .recruit-mv .square.square01 {
    width: 320px;
    width: 85.3333333333vw;
    top: 283px;
    top: 75.4666666667vw;
    left: -223px;
    left: -59.4666666667vw;
  }
}
.recruit-mv .square.square02 {
  top: 0;
  right: -59px;
  right: -4.2142857143vw;
  width: 390px;
  width: 27.8571428571vw;
}
@media (max-width: 767px) {
  .recruit-mv .square.square02 {
    width: 245px;
    width: 65.3333333333vw;
    top: -38px;
    top: -10.1333333333vw;
    right: -130px;
    right: -34.6666666667vw;
  }
}
.recruit-mv .square.square03 {
  bottom: 0;
  left: 17px;
  left: 1.2142857143vw;
  width: 390px;
  width: 27.8571428571vw;
}
@media (max-width: 767px) {
  .recruit-mv .square.square03 {
    width: 236px;
    width: 62.9333333333vw;
    left: -74px;
    left: -19.7333333333vw;
  }
}
.recruit-mv .square img {
  width: 100%;
  height: 100%;
}
.recruit-mv .en-text,
.recruit-mv .en-text__track,
.recruit-mv .r-slide,
.recruit-mv .r-slide__wrap {
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.recruit-mv .en-text {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 15px;
  bottom: 1.0714285714vw;
  width: 1920px;
  width: 137.1428571429vw;
  height: 120px;
  height: 8.5714285714vw;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 767px) {
  .recruit-mv .en-text {
    bottom: 176px;
    bottom: 46.9333333333vw;
    width: 1244px;
    width: 331.7333333333vw;
    height: 78px;
    height: 20.8vw;
  }
}
.recruit-mv .en-text img {
  width: 100%;
  height: 100%;
  display: block;
}

.en-text__track {
  display: inline-flex;
  align-items: flex-end;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 75px;
}

.en-text__track img {
  width: auto !important;
  height: 100% !important;
  max-height: 100%;
  flex: 0 0 auto;
  display: block;
}

.mv-button {
  position: fixed;
  bottom: -92px;
  right: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv-button {
    display: none;
  }
}
.mv-button.is-footer {
  display: none;
}
.mv-button a {
  width: 184px;
  height: 184px;
  border-radius: 50%;
  background-color: #FF7100;
  padding-top: 34px;
  display: block;
}
.mv-button a:hover {
  background-color: #C65800;
  transform: translateY(-41px);
  opacity: 1;
}
.mv-button a:hover .img {
  display: block;
}
.mv-button span {
  display: block;
  text-align: center;
}
.mv-button span.txt {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2777;
}
.mv-button span.img {
  margin-top: 5px;
  display: none;
}

.recruit-mv__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: 12.5vw;
  min-height: calc(100dvh - 90px);
}
@media (max-width: 1099px) {
  .recruit-mv__wrap {
    padding-left: 9vw;
  }
}
@media (max-width: 1023px) {
  .recruit-mv__wrap {
    padding-left: 2.765625vw;
  }
}
@media (max-width: 767px) {
  .recruit-mv__wrap {
    display: block;
    padding-left: 35px;
    padding-left: 9.3333333333vw;
    height: auto;
    min-height: initial;
  }
}

.recruit-mv__content {
  position: relative;
  margin-bottom: 230px;
}
@media (max-width: 767px) {
  .recruit-mv__content {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.recruit-mv-en-copy {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #FF7100;
  line-height: 1.1875;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .recruit-mv-en-copy {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .recruit-mv-en-copy {
    font-size: 9px;
    font-size: 2.4vw;
  }
}

.recruit-mv-copy {
  margin-top: 20px;
  margin-top: 20px;
  margin-top: 1.4285714286vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recruit-mv-copy {
    margin-top: 11px;
    margin-top: 2.9333333333vw;
  }
}
.recruit-mv-copy span {
  display: block;
  font-weight: 900;
  line-height: 1.459;
  font-size: 6.1rem;
}
@media (max-width: 1023px) {
  .recruit-mv-copy span {
    font-size: clamp(50px, 4.3vw, 61px);
  }
}
@media (max-width: 767px) {
  .recruit-mv-copy span {
    font-size: 34px;
    font-size: 9.0666666667vw;
    line-height: 1.441;
  }
}
.recruit-mv-copy span.txt03 {
  margin-top: 18px;
  margin-top: 1.2857142857vw;
}
@media (max-width: 767px) {
  .recruit-mv-copy span.txt03 {
    margin-top: 11px;
    margin-top: 2.9333333333vw;
  }
}

.recruit-mv__img {
  margin-left: -61px;
  flex: 0 0 700px;
  margin-right: -76px;
}
@media (max-width: 1023px) {
  .recruit-mv__img {
    flex-basis: 600px;
    margin-right: -150px;
  }
}
@media (max-width: 767px) {
  .recruit-mv__img {
    margin-left: 0;
    width: 376px;
    width: 100.2666666667vw;
    margin-top: -24px;
    margin-top: -6.4vw;
    margin-right: -46px;
    margin-right: -12.2666666667vw;
  }
}

.recruit-mv.js-prep .square,
.recruit-mv.js-prep .recruit-mv__content,
.recruit-mv.js-prep .recruit-mv__img,
.recruit-mv.js-prep .mv-button {
  opacity: 0;
}

.square,
.recruit-mv__content,
.recruit-mv__img,
.mv-button {
  will-change: transform, opacity;
}

html.is-loading .square01,
html.is-loading .square03 {
  transform: translateX(-110%);
}

html.is-loading .square02 {
  transform: translateX(110%);
}

html.is-loading .recruit-mv-copy span {
  transform: translateX(-110%);
}

html.is-loading .mv-button {
  opacity: 0;
  transform: scale(0.95);
}

html.recruit-mv-prep .recruit-mv .square01,
html.recruit-mv-prep .recruit-mv .square03 {
  transform: translateX(-110%);
}

html.recruit-mv-prep .recruit-mv .square02 {
  transform: translateX(110%);
}

html.recruit-mv-prep .recruit-mv .recruit-mv-copy .txt01,
html.recruit-mv-prep .recruit-mv .recruit-mv-copy .txt02,
html.recruit-mv-prep .recruit-mv .recruit-mv-copy .txt03,
html.recruit-mv-prep .recruit-mv .recruit-mv-copy .txt04 {
  transform: translateX(-110%);
}

html.recruit-mv-prep .recruit-mv .mv-button {
  opacity: 0;
  transform: scale(0.95);
}

.recruit-mv .square,
.recruit-mv .recruit-mv-copy span {
  will-change: transform;
}

.r-message {
  background-color: #008E58;
  padding: 45px 0 184px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .r-message {
    padding: 10px 0 80px;
  }
}
.r-message::after {
  content: "";
  background: url("../img/recruit/message_square.svg") no-repeat center left/contain;
  position: absolute;
  top: -1px;
  right: -107px;
  width: 290px;
  height: 216px;
}
@media (max-width: 767px) {
  .r-message::after {
    width: 80px;
    width: 21.3333333333vw;
    height: 60px;
    height: 16vw;
    right: -14px;
    right: -3.7333333333vw;
  }
}
.r-message .en-title {
  font-size: 22.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.21875;
  color: #188058;
  margin-left: -8px;
  text-shadow: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 1099px) {
  .r-message .en-title {
    font-size: 228px;
    font-size: 20.7272727273vw;
  }
}
@media (max-width: 767px) {
  .r-message .en-title {
    font-size: 80px;
    font-size: 21.3333333333vw;
    margin-left: 0;
  }
}
@media (max-width: 1099px) {
  .r-message .r-section__title {
    font-size: 36px;
    font-size: 3.2727272727vw;
  }
}
@media (max-width: 767px) {
  .r-message .r-section__title {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}

.r-message__wrap {
  display: flex;
  margin-top: 33px;
}
@media (max-width: 767px) {
  .r-message__wrap {
    display: block;
    margin-top: 14px;
  }
}

.r-message__left {
  flex: 0 0 26.4%;
  padding-top: 8px;
}

.r-section__title {
  font-weight: 900;
  line-height: 1.722;
}
.r-section__title.fz36 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .r-section__title.fz36 {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media (max-width: 374px) {
  .r-section__title.fz36 {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.r-section__title.fz42 {
  font-size: 4.2rem;
}
@media (max-width: 767px) {
  .r-section__title.fz42 {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media (max-width: 374px) {
  .r-section__title.fz42 {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.r-section__title.white {
  color: #fff;
}
.r-section__title.center {
  text-align: center;
}

.r-message__img {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .r-message__img {
    width: 68.059%;
    margin-top: 40px;
  }
}

.president-name {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin-top: 12px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .president-name {
    font-size: 1.5rem;
    margin-top: 8px;
    line-height: 1.4;
  }
}
.president-name .name {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 900;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .president-name .name {
    font-size: 2.1rem;
  }
}

.r-message__right {
  margin-left: 96px;
}
@media (max-width: 1023px) {
  .r-message__right {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .r-message__right {
    margin: 61px 0 0 0;
  }
}

.r-message__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.375;
  color: #fff;
}
@media (max-width: 767px) {
  .r-message__text {
    font-size: 1.5rem;
    line-height: 2.333;
  }
}
.r-message__text .bg {
  font-size: 2.2rem;
  font-weight: 900;
  color: #008E58;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .r-message__text .bg {
    font-size: 2.1rem;
  }
}
@media (max-width: 374px) {
  .r-message__text .bg {
    font-size: 21px;
    font-size: 5.6vw;
  }
}
.r-message__text .bg::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 24px);
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .r-message__text .bg::before {
    top: 12px;
    left: 0;
    width: 100%;
    height: calc(100% - 22px);
  }
}

.r-slide {
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .r-slide {
    margin-top: 24px;
  }
}

.r-slide__wrap {
  display: flex;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.r-slide__img {
  flex: 0 0 auto;
}

.r-slide__img img {
  display: block;
  height: 334px;
  height: 23.8571428571vw;
  max-height: 334px;
  width: auto;
}
@media (max-width: 767px) {
  .r-slide__img img {
    height: 200px;
    height: 53.3333333333vw;
  }
}

.r-interview {
  margin-top: 60px;
  padding-top: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .r-interview {
    margin-top: 50px;
    padding-top: 30px;
  }
}
.r-interview .r-section__title {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .r-interview .r-section__title {
    margin-top: 16px;
  }
}
.r-interview .en-title-img {
  width: 671px;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media (max-width: 767px) {
  .r-interview .en-title-img {
    width: 288px;
    width: 76.8vw;
    margin: 66px -20px 0 auto;
  }
}
.r-interview .en-title-img::before {
  content: "";
  background: url("../img/recruit/interview_square.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: -124px;
  transform: translateY(-50%);
  width: 390px;
  height: 290px;
  z-index: -1;
}
@media (max-width: 767px) {
  .r-interview .en-title-img::before {
    width: 217px;
    height: 162px;
    right: -119px;
  }
}

.r-section-label {
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  background-color: #FF7100;
  padding: 0 8px;
  display: inline-block;
  height: 35px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .r-section-label {
    font-size: 2rem;
    height: 29px;
  }
}
@media (max-width: 359px) {
  .r-section-label {
    font-size: 1.8rem;
    height: 27px;
  }
}

.r-interview__text {
  font-weight: 500;
  margin-top: 32px;
  line-height: 1.9333;
  max-width: 680px;
}
@media (max-width: 767px) {
  .r-interview__text {
    max-width: 100%;
    margin-top: 24px;
    line-height: 1.8;
  }
}

.en-title {
  font-size: 13.5rem;
  font-weight: 700;
  line-height: 1.222;
  font-family: "Montserrat", sans-serif;
  color: #F8F2E5;
  text-shadow: 1px 1px 0 #00594C, -1px 1px 0 #00594C, 1px -1px 0 #00594C, -1px -1px 0 #00594C;
}
@media (max-width: 1023px) {
  .en-title {
    font-size: 12rem;
  }
}
@media (max-width: 767px) {
  .en-title {
    font-size: 58px;
    font-size: 15.4666666667vw;
  }
}

.r-interview__items {
  display: flex;
  gap: 40px;
  margin-top: -17px;
}
@media (max-width: 767px) {
  .r-interview__items {
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
  }
}

.r-interview__item {
  position: relative;
}
.r-interview__item:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .r-interview__item:hover img {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  .r-interview__item:hover .r-interview-button {
    background-color: #C65800;
  }
}
.r-interview__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29.943%;
  background-image: linear-gradient(rgba(199, 199, 199, 0), #1b4754);
  mix-blend-mode: multiply;
}

.r-interview__img {
  overflow: hidden;
}
.r-interview__img img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .r-interview__img img {
    transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
  }
}

.r-interview__wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .r-interview__wrap {
    bottom: 13px;
    padding: 0 8px 0 14px;
  }
}

.interview-name {
  color: #fff;
  line-height: 1.6;
}
.interview-name .job {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .interview-name .job {
    font-size: 1.4rem;
  }
}
.interview-name .name {
  font-size: 2rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .interview-name .name {
    font-size: 1.5rem;
  }
}

.r-interview-button {
  width: 160px;
  height: 36px;
  background-color: #FF7100;
  color: #fff;
  border-radius: 34px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  padding-left: 23px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.r-interview-button::after {
  content: "";
  background: url("../img/recruit/arrow_white.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  width: 11px;
  height: 10px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.modal button:hover {
  cursor: pointer;
}

.modal.is-open {
  display: block;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__panel {
  position: absolute;
  top: 0;
  right: 0;
  background: #F8F2E5;
  overflow: scroll;
  width: 85.714%;
  height: 100vh;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .modal__panel {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .modal__panel {
    width: 94.666%;
    padding-bottom: 60px;
  }
}

.modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  background-color: initial;
}
@media (max-width: 1023px) {
  .modal__close {
    width: 50px;
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .modal__close {
    width: 40px;
    top: 20px;
    right: 20px;
  }
}
.modal__close span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #1B4754;
}
@media (max-width: 767px) {
  .modal__close span {
    font-size: 1.3rem;
  }
}

body.is-modal-open {
  overflow: hidden;
}

.interview-modal {
  color: #1B4754;
}
.interview-modal.interview01 .interview-modal__wrap:first-of-type .interview-modal__img {
  margin-left: 66px;
}
@media (max-width: 1023px) {
  .interview-modal.interview01 .interview-modal__wrap:first-of-type .interview-modal__img {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .interview-modal.interview01 .interview-modal__wrap:first-of-type .interview-modal__img {
    margin: 40px 0 0 0;
  }
}
.interview-modal.interview01 .interview-modal__wrap:nth-of-type(2) {
  flex-direction: row-reverse;
}
.interview-modal.interview01 .interview-modal__wrap:nth-of-type(2) .interview-modal__img {
  margin-right: 66px;
}
@media (max-width: 1023px) {
  .interview-modal.interview01 .interview-modal__wrap:nth-of-type(2) .interview-modal__img {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .interview-modal.interview01 .interview-modal__wrap:nth-of-type(2) .interview-modal__img {
    margin: 40px 0 0 0;
  }
}
.interview-modal.interview02 .interview-modal__wrap:first-of-type {
  flex-direction: row-reverse;
}
.interview-modal.interview02 .interview-modal__wrap:first-of-type .interview-modal__img {
  margin-right: 66px;
}
@media (max-width: 1023px) {
  .interview-modal.interview02 .interview-modal__wrap:first-of-type .interview-modal__img {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .interview-modal.interview02 .interview-modal__wrap:first-of-type .interview-modal__img {
    margin: 40px 0 0 0;
  }
}
.interview-modal.interview02 .interview-modal__wrap:nth-of-type(2) .interview-modal__img {
  margin-left: 66px;
}
@media (max-width: 1023px) {
  .interview-modal.interview02 .interview-modal__wrap:nth-of-type(2) .interview-modal__img {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .interview-modal.interview02 .interview-modal__wrap:nth-of-type(2) .interview-modal__img {
    margin: 40px 0 0 0;
  }
}

.interview-modal__inner {
  width: min(100% - 200px, 800px);
  margin: auto;
}
@media (max-width: 1023px) {
  .interview-modal__inner {
    width: min(100% - 160px, 800px);
  }
}
@media (max-width: 767px) {
  .interview-modal__inner {
    width: min(100% - 40px, 800px);
  }
}

.interview-modal-mv {
  padding-bottom: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .interview-modal-mv {
    margin-top: 88px;
  }
}
.interview-modal-mv .interview-modal__inner {
  position: relative;
}

.interview-modal-mv-label {
  position: absolute;
  top: 9px;
  left: -8px;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .interview-modal-mv-label {
    left: -2px;
  }
}
.interview-modal-mv-label > span {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.227;
  display: block;
}
.interview-modal-mv-label .en {
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .interview-modal-mv-label .en {
    font-size: 1.2rem;
  }
}
.interview-modal-mv-label .number {
  margin: 19px 4px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .interview-modal-mv-label .number {
    font-size: 1.3rem;
    margin: 10px 1px 0 0;
  }
}
.interview-modal-mv-label .number::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 23px;
  height: 1px;
  background-color: #1B4754;
}
@media (max-width: 767px) {
  .interview-modal-mv-label .number::before {
    top: -5px;
    width: 14px;
  }
}

.interview-modal-mv__img {
  position: relative;
  z-index: 1;
}
.interview-modal-mv__img::after {
  content: "";
  background: url("../img/recruit/interview_square.png") no-repeat center left/contain;
  position: absolute;
  bottom: -92px;
  right: -178px;
  width: 286px;
  height: 213px;
  z-index: -1;
}
@media (max-width: 767px) {
  .interview-modal-mv__img::after {
    bottom: -37px;
    bottom: -9.8666666667vw;
    right: -85px;
    right: -22.6666666667vw;
    width: 175px;
    width: 46.6666666667vw;
    height: 130px;
    height: 34.6666666667vw;
  }
}

.interview-modal-mv-info {
  margin-top: 23px;
  padding-left: 32px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .interview-modal-mv-info {
    margin-top: 20px;
    padding-left: 18px;
    line-height: 1.4;
  }
}
.interview-modal-mv-info::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 14px;
  height: 73px;
  background-color: #008E58;
}
@media (max-width: 767px) {
  .interview-modal-mv-info::before {
    top: 0;
    width: 10px;
    height: 50px;
  }
}
.interview-modal-mv-info .job {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .interview-modal-mv-info .job {
    font-size: 1.5rem;
  }
}
.interview-modal-mv-info .name {
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .interview-modal-mv-info .name {
    font-size: 2rem;
  }
}
.interview-modal-mv-info .name .year {
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  margin: 3px 0 0 40px;
}
@media (max-width: 767px) {
  .interview-modal-mv-info .name .year {
    font-size: 1.3rem;
    margin-left: 28px;
  }
}
.interview-modal-mv-info .name .year .number {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .interview-modal-mv-info .name .year .number {
    font-size: 1.5rem;
  }
}

.interview-modal__body {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .interview-modal__body {
    margin-top: 49px;
  }
}

.interview-modal__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .interview-modal__wrap {
    display: block;
  }
}
.interview-modal__wrap + .interview-modal__wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .interview-modal__wrap + .interview-modal__wrap {
    margin-top: 40px;
  }
}

.interview-modal__qa + .interview-modal__qa {
  margin-top: 40px;
}

.interview-modal__title {
  display: flex;
}
.interview-modal__title .number {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-top: 2px;
}
@media (max-width: 1023px) {
  .interview-modal__title .number {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .interview-modal__title .number {
    font-size: 1.6rem;
  }
}
@media (max-width: 359px) {
  .interview-modal__title .number {
    font-size: 1.5rem;
  }
}
.interview-modal__title .ttl {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.666;
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .interview-modal__title .ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .interview-modal__title .ttl {
    font-size: 2rem;
    line-height: 1.6;
    margin-left: 7px;
  }
}
@media (max-width: 359px) {
  .interview-modal__title .ttl {
    font-size: 1.8rem;
  }
}

.interview-modal__text {
  font-weight: 500;
  line-height: 1.933;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .interview-modal__text {
    line-height: 1.8;
  }
}

.interview-modal__img {
  flex: 0 0 45.875%;
}

.interview-modal-message {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .interview-modal-message {
    margin-top: 40px;
  }
}

.interview-modal-message__title {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .interview-modal-message__title {
    font-size: 1.6rem;
  }
}

.interview-modal-message__content {
  padding: 40px 0;
  border-top: 1px solid #1B4754;
  border-bottom: 1px solid #1B4754;
}
@media (max-width: 767px) {
  .interview-modal-message__content {
    padding: 20px 0;
  }
}

.interview-modal-message__text {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.727;
}
@media (max-width: 767px) {
  .interview-modal-message__text {
    font-size: 1.8rem;
    line-height: 1.666;
  }
}
@media (max-width: 374px) {
  .interview-modal-message__text {
    font-size: 1.7rem;
  }
}

.modal__footer {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal__footer {
    margin-top: 60px;
  }
}

.modal__close-bottom {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-decoration: underline;
  background-color: initial;
  color: #1B4754;
}

.r-feature {
  margin-top: 93px;
  position: relative;
}
@media (max-width: 767px) {
  .r-feature {
    margin-top: 80px;
  }
}
.r-feature::before {
  content: "";
  background: url("../img/recruit/feature_square01.svg") no-repeat center left/contain;
  position: absolute;
  top: -164px;
  left: 40px;
  width: 332px;
  height: 247px;
  z-index: -1;
}
@media (max-width: 767px) {
  .r-feature::before {
    left: -85px;
    top: -158px;
    width: 256px;
    height: 190px;
  }
}
.r-feature::after {
  content: "";
  background: url("../img/recruit/feature_square02.svg") no-repeat center left/contain;
  position: absolute;
  top: 54%;
  right: 13px;
  transform: translateY(-50%);
  width: 265px;
  height: 197px;
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
@media (max-width: 767px) {
  .r-feature::after {
    background: url("../img/recruit/feature_square02_sp.png") no-repeat center right/contain;
    top: 49.74%;
    right: 0;
    width: 80px;
    height: 144px;
  }
}
.r-feature .en-title {
  width: 616px;
  max-width: 100%;
  margin-left: calc(50% - 50vw);
  font-size: initial;
}
@media (max-width: 767px) {
  .r-feature .en-title {
    width: 265px;
    width: 70.6666666667vw;
    margin-left: -20px;
  }
}

.r-feature__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
  padding-bottom: 156px;
  position: relative;
}
@media (max-width: 767px) {
  .r-feature__lists {
    grid-template-columns: 1fr;
    margin-top: 42px;
    padding-bottom: 113px;
  }
}
.r-feature__lists::before, .r-feature__lists::after {
  content: "";
  position: absolute;
  bottom: 2px;
  z-index: 1;
}
@media (max-width: 767px) {
  .r-feature__lists::before, .r-feature__lists::after {
    bottom: 0;
  }
}
.r-feature__lists::before {
  background: url("../img/recruit/feature05.png") no-repeat center left/contain;
  left: -77px;
  width: 136px;
  height: 215px;
}
@media (max-width: 767px) {
  .r-feature__lists::before {
    left: 0;
    width: 85px;
    height: 134px;
  }
}
.r-feature__lists::after {
  background: url("../img/recruit/feature06.png") no-repeat center left/contain;
  right: -18px;
  width: 115px;
  height: 243px;
}
@media (max-width: 767px) {
  .r-feature__lists::after {
    right: -20px;
    width: 78px;
    height: 164px;
  }
}

.r-feature__list {
  background-color: #fff;
  padding: 58px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .r-feature__list {
    padding: 40px 20px;
  }
}
.r-feature__list::before, .r-feature__list::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.r-feature__list:first-child::before {
  background: url("../img/recruit/feature01.png") no-repeat center left/contain;
  bottom: 0;
  left: -60px;
  width: 83px;
  height: 213px;
}
@media (max-width: 767px) {
  .r-feature__list:first-child::before {
    left: -39px;
    width: 54px;
    height: 139px;
  }
}
.r-feature__list:first-child::after {
  background: url("../img/recruit/feature02.png") no-repeat center left/contain;
  bottom: -142px;
  right: -32px;
  width: 155px;
  height: 193px;
}
@media (max-width: 767px) {
  .r-feature__list:first-child::after {
    bottom: -82px;
    right: -20px;
    width: 104px;
    height: 129px;
  }
}
.r-feature__list:nth-child(2)::before {
  background: url("../img/recruit/feature03.png") no-repeat center left/contain;
  bottom: -29px;
  right: -78px;
  width: 156px;
  height: 184px;
}
@media (max-width: 1279px) {
  .r-feature__list:nth-child(2)::before {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .r-feature__list:nth-child(2)::before {
    bottom: -79px;
    right: -20px;
    width: 100px;
    height: 118px;
  }
}
.r-feature__list:nth-child(3)::before {
  background: url("../img/recruit/feature04.png") no-repeat center left/contain;
  bottom: 0;
  right: -73px;
  width: 89px;
  height: 209px;
}
@media (max-width: 767px) {
  .r-feature__list:nth-child(3)::before {
    bottom: -105px;
    right: 0;
    width: 62px;
    height: 145px;
  }
}
.r-feature__list .number {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.227;
  font-family: "Montserrat", sans-serif;
  color: #008E58;
  display: inline-block;
  border-bottom: 2px solid #008E58;
}

.r-feature__title {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.473;
  color: #008E58;
}
@media (max-width: 1023px) {
  .r-feature__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .r-feature__title {
    margin-top: 19px;
    line-height: 1.285;
  }
}
@media (max-width: 359px) {
  .r-feature__title {
    font-size: 2.6rem;
  }
}
.r-feature__title .font-small {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .r-feature__title .font-small {
    font-size: 2.6rem;
  }
}
@media (max-width: 359px) {
  .r-feature__title .font-small {
    font-size: 2.4rem;
  }
}
.r-feature__title .bg {
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.r-feature__title .bg::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 12px);
  background-color: #008E58;
  z-index: -1;
}
@media (max-width: 767px) {
  .r-feature__title .bg::before {
    top: 3px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% - 4px);
  }
}

.r-feature__text {
  margin-top: 27px;
  line-height: 1.9333;
  font-weight: 500;
}
@media (max-width: 767px) {
  .r-feature__text {
    margin-top: 24px;
  }
}

.r-work-style {
  background-color: #008E58;
  padding-bottom: 143px;
  position: relative;
}
@media (max-width: 767px) {
  .r-work-style {
    padding: 31px 0 80px;
    overflow: hidden;
  }
}
.r-work-style::before, .r-work-style::after {
  content: "";
  position: absolute;
}
.r-work-style::before {
  background: url("../img/recruit/work_style_square01.svg") no-repeat center left/contain;
  top: 0;
  left: -74px;
  transform: translateY(-100%);
  width: 390px;
  height: 290px;
  z-index: -1;
}
@media (max-width: 767px) {
  .r-work-style::before {
    left: -96px;
    width: 215px;
    height: 160px;
  }
}
.r-work-style::after {
  background: url("../img/recruit/work_style_square02.png") no-repeat center left/contain;
  top: -5px;
  right: 0;
  width: 196px;
  height: 216px;
}
@media (max-width: 767px) {
  .r-work-style::after {
    top: -3px;
    right: -70px;
    width: 130px;
    height: 97px;
  }
}
.r-work-style .en-title {
  margin: -2px 0 0 calc(50% - 49.7vw);
  color: #188058;
  text-shadow: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .r-work-style .en-title {
    margin: 0 0 0 -20px;
  }
}

.r-work-style-title__wrap {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .r-work-style-title__wrap {
    margin-top: 8px;
  }
}
.r-work-style-title__wrap .r-section__title {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .r-work-style-title__wrap .r-section__title {
    margin-top: 16px;
  }
}

.r-work-style__wrap {
  display: flex;
  align-items: flex-end;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .r-work-style__wrap {
    display: block;
    margin-top: 31px;
  }
}

.r-work-style__img {
  flex: 0 0 53%;
  margin-left: -91px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  height: 498px;
}
@media (max-width: 1279px) {
  .r-work-style__img {
    flex: 0 0 45%;
    margin-left: -20px;
    height: 423px;
  }
}
@media (max-width: 1099px) {
  .r-work-style__img {
    flex: 0 0 433px;
    height: 407px;
  }
}
@media (max-width: 899px) {
  .r-work-style__img {
    flex: 0 0 300px;
    height: 282px;
  }
}
@media (max-width: 767px) {
  .r-work-style__img {
    position: static;
    height: auto;
    width: 257px;
    width: 68.5333333333vw;
    margin-left: calc(50% - 37vw);
  }
}

.r-work-style__items {
  margin: 83px 0 0 101px;
  color: #fff;
}
@media (max-width: 1279px) {
  .r-work-style__items {
    margin-left: 50px;
  }
}
@media (max-width: 1023px) {
  .r-work-style__items {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .r-work-style__items {
    margin: 28px 0 0 0;
  }
}

.r-work-style__item {
  padding-bottom: 40px;
  border-bottom: 1px solid #00594C;
}
.r-work-style__item + .r-work-style__item {
  margin-top: 40px;
}
.r-work-style__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.r-work-style__title {
  font-size: 3rem;
  font-weight: 900;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 1023px) {
  .r-work-style__title {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .r-work-style__title {
    font-size: 2.2rem;
    padding-left: 14px;
  }
}
@media (max-width: 359px) {
  .r-work-style__title {
    font-size: 2rem;
  }
}
.r-work-style__title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 13px;
  height: 36px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .r-work-style__title::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .r-work-style__title::before {
    width: 8px;
    height: 22px;
  }
}

.r-work-style__text {
  font-weight: 500;
  line-height: 1.9333;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .r-work-style__text {
    margin-top: 20px;
    line-height: 1.8;
  }
}

.r-button {
  margin-top: 125px;
}
@media (max-width: 767px) {
  .r-button {
    margin-top: 60px;
  }
}

.r-button-link {
  width: 570px;
  max-width: 100%;
  height: 132px;
  background-color: #FF7100;
  border-radius: 101px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  color: #fff;
}
@media (max-width: 767px) {
  .r-button-link {
    height: 84px;
    line-height: 1.4;
  }
}
.r-button-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .r-button-link:hover {
    background-color: #C65800;
  }
}
.r-button-link .font-small {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .r-button-link .font-small {
    font-size: 1.4rem;
  }
}
@media (max-width: 359px) {
  .r-button-link .font-small {
    font-size: 1.3rem;
  }
}
.r-button-link .font-large {
  font-size: 2.8rem;
  font-weight: 900;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .r-button-link .font-large {
    font-size: 2rem;
  }
}
@media (max-width: 359px) {
  .r-button-link .font-large {
    font-size: 1.9rem;
  }
}
.r-button-link .font-large::after {
  content: "";
  background: url("../img/recruit/arrow.svg") no-repeat center left/contain;
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-left: 13px;
}
@media (max-width: 767px) {
  .r-button-link .font-large::after {
    width: 25px;
    height: 25px;
    margin-left: 8px;
  }
}

.r-info {
  padding: 100px 0 106px;
  position: relative;
}
@media (max-width: 1023px) {
  .r-info {
    padding-bottom: 250px;
  }
}
@media (max-width: 767px) {
  .r-info {
    padding: 81px 0 89px;
  }
}
.r-info::before, .r-info::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.r-info::before {
  background: url("../img/recruit/contact_left.png") no-repeat center left/contain;
  left: calc(50% - 465px);
  width: 148px;
  height: 303px;
}
@media (max-width: 1023px) {
  .r-info::before {
    left: calc(50% - 383px);
  }
}
@media (max-width: 767px) {
  .r-info::before {
    left: 16px;
    width: 54px;
    height: 111px;
  }
}
.r-info::after {
  background: url("../img/recruit/contact_right.png") no-repeat center left/contain;
  left: calc(50% + 327px);
  width: 130px;
  height: 278px;
}
@media (max-width: 1023px) {
  .r-info::after {
    left: calc(50% + 244px);
  }
}
@media (max-width: 767px) {
  .r-info::after {
    left: initial;
    right: 16px;
    width: 48px;
    height: 102px;
  }
}
.r-info .en-title {
  text-align: center;
}
@media (max-width: 1023px) {
  .r-info .en-title {
    line-height: 1.034;
  }
}
.r-info .r-section__title {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .r-info .r-section__title {
    margin-top: 8px;
  }
}

.r-info__lists {
  margin-top: 92px;
}
@media (max-width: 767px) {
  .r-info__lists {
    margin-top: 42px;
  }
}

.r-info__list {
  background-color: #fff;
  position: relative;
  padding: 47px 40px 40px 0;
}
@media (max-width: 767px) {
  .r-info__list {
    padding: 26px 20px 40px;
  }
}
.r-info__list + .r-info__list {
  margin-top: 40px;
}

.r-info__wrap {
  padding-left: 200px;
}
@media (max-width: 767px) {
  .r-info__wrap {
    padding-left: 0;
  }
}

.r-info-job {
  border-bottom: 2px solid #008E58;
}
@media (max-width: 767px) {
  .r-info-job {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
  }
}
.r-info-job .txt {
  font-size: 3rem;
  font-weight: 900;
  color: #008E58;
}
@media (max-width: 767px) {
  .r-info-job .txt {
    font-size: 2.4rem;
    margin-top: 6px;
    line-height: 1.5;
  }
}

.r-info__img {
  position: absolute;
  top: 47px;
  left: 50px;
  width: 99px;
  height: 76px;
}
@media (max-width: 767px) {
  .r-info__img {
    position: static;
    flex: 0 0 59px;
    height: 45px;
    display: inline-block;
    margin-right: 9px;
  }
}

.r-info__title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 24px;
  line-height: 1.555;
}
@media (max-width: 767px) {
  .r-info__title {
    font-size: 1.8rem;
  }
}

.r-info__text {
  font-weight: 500;
  line-height: 1.9333;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .r-info__text {
    line-height: 1.8;
    margin-top: 20px;
  }
}

.r-info-button {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .r-info-button {
    margin-top: 20px;
  }
}

.r-info-button-link {
  width: 160px;
  height: 36px;
  background-color: #FF7100;
  border-radius: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  padding-bottom: 2px;
}
.r-info-button-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .r-info-button-link:hover {
    background-color: #C65800;
  }
}

.r-info__empty {
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
}

.r-footer {
  background-color: #008E58;
  padding: 105px 0 48px;
}
@media (max-width: 767px) {
  .r-footer {
    padding: 39px 0 31px;
  }
}

.r-footer__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .r-footer__wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .r-footer-logo {
    width: 90px;
    margin-left: 7px;
  }
}

.r-footer__content {
  margin-left: 82px;
}
@media (max-width: 767px) {
  .r-footer__content {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 767px) {
  .r-footer-company {
    margin-left: 3px;
  }
}

.r-footer-info {
  margin-top: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.933;
}
@media (max-width: 767px) {
  .r-footer-info {
    margin-top: 20px;
  }
}

.r-footer__copy {
  margin: 68px 38px 0 0;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .r-footer__copy {
    margin: 53px 0 0 0;
    font-size: 1.1rem;
    text-align: center;
  }
}

/*----------------------------------
募集要項
----------------------------------*/
.page-recruitment .mv-button {
  opacity: 1 !important;
  transform: none !important;
}

.recruitment {
  margin-top: 200px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .recruitment {
    margin-top: 108px;
    padding-bottom: 80px;
  }
}
.recruitment .r-button {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .recruitment .r-button {
    margin-top: 40px;
  }
}

.recruitment__inner {
  width: min(100% - 100px, 800px);
  margin: auto;
}
@media (max-width: 1023px) {
  .recruitment__inner {
    width: min(100% - 60px, 800px);
  }
}
@media (max-width: 767px) {
  .recruitment__inner {
    width: min(100% - 40px, 800px);
  }
}

.recruitment-mv__title {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.523;
  text-align: center;
}
@media (max-width: 767px) {
  .recruitment-mv__title {
    font-size: 3.2rem;
  }
}

.recruitment__body {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .recruitment__body {
    margin-top: 40px;
  }
}

.recruitment__title {
  font-size: 3rem;
  font-weight: 900;
  color: #008E58;
  line-height: 1.5;
  border-bottom: 2px solid #008E58;
}
@media (max-width: 767px) {
  .recruitment__title {
    font-size: 2.4rem;
    padding-bottom: 5px;
  }
}

.recruitment__content {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .recruitment__content {
    margin-top: 25px;
  }
}
.recruitment__content .recruitment-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.recruitment__content .recruitment-table tr {
  display: block;
  position: relative;
}
.recruitment__content .recruitment-table tr::after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background: repeating-linear-gradient(to right, #A3A3A3 0px, #A3A3A3 8px, transparent 8px, transparent 11px);
}
.recruitment__content .recruitment-table tr:first-child th,
.recruitment__content .recruitment-table tr:first-child td {
  padding-top: 0;
}
.recruitment__content .recruitment-table tr:last-child {
  border-bottom: 2px solid #008E58;
}
.recruitment__content .recruitment-table tr:last-child::after {
  content: none;
}
.recruitment__content .recruitment-table th,
.recruitment__content .recruitment-table td {
  padding: 31px 0 27px;
  line-height: 1.933;
}
@media (max-width: 767px) {
  .recruitment__content .recruitment-table th,
.recruitment__content .recruitment-table td {
    display: block;
    line-height: 1.8;
  }
}
.recruitment__content .recruitment-table th {
  width: 100px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 900;
  color: #008E58;
}
@media (max-width: 767px) {
  .recruitment__content .recruitment-table th {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.recruitment__content .recruitment-table td {
  vertical-align: middle;
  padding-left: 61px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .recruitment__content .recruitment-table td {
    padding: 12px 0 20px 0;
  }
}

/*----------------------------------
ご応募・問合せフォーム
----------------------------------*/
.entryform {
  margin-top: 200px !important;
  font-weight: 500;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .entryform {
    margin-top: 108px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .entryform .recruitment-mv__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 359px) {
  .entryform .recruitment-mv__title {
    font-size: 2.5rem;
  }
}
.entryform .text {
  margin-top: 60px;
}
.entryform .contact-text input,
.entryform .contact-text textarea {
  border: 1px solid #A3A3A3 !important;
  background-color: #fff !important;
}
.entryform .contact-row:first-child .contact-title {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .entryform .contact-row:first-child .contact-title {
    margin-top: 0;
  }
}
.entryform .contact-row.address .contact-text select {
  border: 1px solid #A3A3A3 !important;
  background-color: #fff !important;
}
.entryform .radio-content {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .entryform .radio-content {
    margin-bottom: 20px;
  }
}
.entryform .radio-content .contact-text {
  margin-top: 19px;
}
@media (max-width: 767px) {
  .entryform .radio-content .contact-text {
    margin-top: 10px;
  }
}
.entryform .radio-content .wpcf7-list-item-label {
  color: #2D312F;
}
.entryform .contact-check a {
  color: #1B4754 !important;
}
.entryform input[type=checkbox] + .wpcf7-list-item-label::after,
.entryform input[type=checkbox] + .wpcf7-list-item-label::before {
  background-color: #fff !important;
}
.entryform .r-button-submit {
  margin-top: 61px;
}
.entryform .r-submit-button__wrap {
  position: relative;
  width: 330px;
  height: 76px;
  display: block;
  margin: auto;
}
.entryform .r-submit-button__wrap::after {
  content: "";
  background: url("../img/recruit/arrow_white.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  width: 14px;
  height: 12px;
  pointer-events: none;
}
.entryform .r-button-link {
  width: 330px;
  height: 76px;
  font-size: 1.8rem;
  font-weight: 900;
  padding-right: 29px;
  transition: all 0.3s ease 0s;
  border: none;
  flex-direction: initial;
}
.entryform .r-button-link:hover {
  cursor: pointer;
}

.entryform-confirm .contact-row:first-child .contact-text {
  margin-top: 20px;
}
.entryform-confirm .select-wrap::after {
  content: none;
}
.entryform-confirm .contact-text {
  margin-top: 20px;
}

.entryform-thanks .thanks {
  margin-top: 50px;
}
.entryform-thanks .r-button-link {
  position: relative;
}
.entryform-thanks .r-button-link::after {
  content: "";
  background: url("../img/recruit/arrow_white.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 14px;
  height: 13px;
}

/*----------------------------------
新着情報ページ
----------------------------------*/
.archive-news {
  margin-top: 95px;
}
@media (max-width: 767px) {
  .archive-news {
    margin-top: 60px;
  }
}
.archive-news .news__item {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .archive-news .news__item {
    padding-bottom: 24px;
  }
}
.archive-news .news__item + .news__item {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .archive-news .news__item + .news__item {
    margin-top: 24px;
  }
}
.archive-news .news__item .info {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .archive-news .news__item .info {
    display: block;
  }
}
.archive-news .news__item .info .arrow {
  top: 3px;
  transform: none;
}
@media (max-width: 767px) {
  .archive-news .news__item .info .arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .archive-news .news__item .info:hover .arrow .arrow__inner::before {
    transform: translateX(100%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .archive-news .news__item .info:hover .arrow .arrow__inner::after {
    background-image: url("../img/arrow_button.svg");
    transform: translateX(0) translateY(-50%);
  }
}
.archive-news .news__item .info__title {
  margin: 0 0 0 35px;
  padding-right: 103px;
}
@media (max-width: 767px) {
  .archive-news .news__item .info__title {
    margin: 5px 0 0 0;
    padding-right: 70px;
  }
}
.archive-news .pagination {
  margin-top: 174px;
}
@media (max-width: 767px) {
  .archive-news .pagination {
    margin-top: 70px;
  }
}

.single-news {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .single-news {
    margin-top: 50px;
  }
}
.single-news .info__published {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.444;
  color: #008E58;
}
@media (max-width: 767px) {
  .single-news .info__published {
    font-size: 1.6rem;
  }
}
.single-news .button-link {
  margin: auto;
}

.single-news__inner {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.single-news__title {
  font-size: 3.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.375;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .single-news__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 359px) {
  .single-news__title {
    font-size: 2.2rem;
  }
}

.single-news__content {
  margin-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .single-news__content {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-news__content .wp-block-column + .wp-block-column figure {
    margin-top: 0;
  }
}
.single-news__content .wp-block-column figure img {
  height: 265px;
}
@media (max-width: 859px) {
  .single-news__content .wp-block-column figure img {
    height: 265px;
    height: 30.8139534884vw;
  }
}
@media (max-width: 767px) {
  .single-news__content .wp-block-column figure img {
    height: auto;
  }
}
.single-news__content figure {
  margin: 48px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .single-news__content figure {
    margin: 24px 0;
  }
}
.single-news__content figcaption {
  font-size: 1.3rem;
  text-align: left;
}
@media (max-width: 767px) {
  .single-news__content figcaption {
    font-size: 1.2rem;
  }
}
.single-news__content p {
  font-size: 1.6rem;
  line-height: 1.8125;
  margin: 12px 0;
}
@media (max-width: 767px) {
  .single-news__content p {
    font-size: 1.5rem;
  }
}
.single-news__content p strong {
  font-weight: 700;
}
.single-news__content ul,
.single-news__content ol {
  list-style: initial;
  margin: 48px 0;
}
@media (max-width: 767px) {
  .single-news__content ul,
.single-news__content ol {
    margin: 24px 0;
  }
}
.single-news__content ul {
  padding-left: 16px;
}
.single-news__content ol {
  padding-left: 20px;
}
.single-news__content ol li {
  list-style-type: decimal;
}
.single-news__content li {
  list-style-type: initial;
}

/*----------------------------------
プライバシーポリシーページ
----------------------------------*/
@media (max-width: 359px) {
  .page-privacy .page__title {
    font-size: 2.8rem;
  }
}

.policy {
  margin-top: 95px;
}
@media (max-width: 767px) {
  .policy {
    margin-top: 60px;
  }
}

.policy__inner {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.policy__items {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .policy__items {
    margin-top: 30px;
  }
}

.policy__item + .policy__item {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .policy__item + .policy__item {
    margin-top: 40px;
  }
}
.policy__item ol {
  list-style: initial;
  padding-left: 35px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .policy__item ol {
    padding-left: 24px;
    margin-top: 12px;
  }
}
.policy__item ol li {
  list-style-type: decimal;
  padding-left: 9px;
}
@media (max-width: 767px) {
  .policy__item ol li {
    padding-left: 4px;
  }
}
.policy__item ol + p {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .policy__item ol + p {
    margin-top: 12px;
  }
}

.policy__title {
  font-size: 2.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  display: flex;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .policy__title {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.policy__title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #008E58;
  margin: 11px 7px 0 0;
}
@media (max-width: 767px) {
  .policy__title::before {
    width: 16px;
    height: 16px;
    margin-top: 6px;
  }
}

.policy__text .number {
  font-weight: 500;
}

/*----------------------------------
お問い合わせページ
----------------------------------*/
.contact {
  margin-top: 95px;
}
@media (max-width: 767px) {
  .contact {
    margin-top: 60px;
  }
}

.contact__inner {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.required-text {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #C40D0D;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .required-text {
    margin-top: 20px;
  }
}

.contact__wrap {
  margin-top: 41px;
}

.contact-row {
  display: flex;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .contact-row {
    display: block;
    margin-bottom: 20px;
  }
}
.contact-row:not(:first-child) .contact-title {
  margin-top: 20px;
}
.contact-row.zipcode .contact-text {
  display: flex;
  align-items: center;
}
.contact-row.zipcode .wpcf7-form-control-wrap:first-of-type {
  margin-right: 7px;
}
.contact-row.zipcode .wpcf7-form-control-wrap:nth-of-type(2) {
  margin-left: 7px;
}
.contact-row.zipcode input {
  width: 140px;
}
@media (max-width: 767px) {
  .contact-row.zipcode input {
    width: 100px;
  }
}
.contact-row.address .contact-text {
  display: flex;
}
@media (max-width: 767px) {
  .contact-row.address .contact-text {
    display: block;
  }
}
.contact-row.address select {
  background-color: #EDEFEE;
  border: 1px solid #C5C7C6;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  width: 220px;
  height: 65px;
  font-size: 16px;
  padding-left: 23px;
}
@media (max-width: 767px) {
  .contact-row.address select {
    height: 50px;
    padding-left: 15px;
  }
}

/* 初期（未選択） */
select.p-region {
  color: #A3A3A3;
}

select.p-region.is-selected {
  color: #000;
}

select.p-region:not([value=""]) {
  color: #000;
}

.select-wrap {
  position: relative;
  display: inline-block;
}

/* 標準矢印を消す */
.select-wrap select.p-region {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding-right: 44px;
  /* 矢印の分 */
}

/* 矢印（未選択時＝薄い色） */
.select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

/* 選択済み（valid）になったら濃い色 */
.select-wrap:has(select.p-region:valid)::after {
  border-color: #A3A3A3;
}

.contact-title {
  flex: 0 0 176px;
}
.contact-title .ttl {
  font-size: 1.6rem;
}
.contact-title .ttl.required {
  position: relative;
}
.contact-title .ttl.required::after {
  content: "※";
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 1.3rem;
  color: #C40D0D;
  letter-spacing: 0.05em;
}
.contact-title .ttl .font-small {
  font-size: 1.4rem;
  display: block;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .contact-title .ttl .font-small {
    display: inline-block;
  }
}

.contact-text {
  flex: 0 0 calc(100% - 220px);
  margin-left: 44px;
}
@media (max-width: 767px) {
  .contact-text {
    margin: 10px auto 0;
  }
}

input[type=text],
input[type=email] {
  width: 100%;
  height: 65px;
  padding-left: 23px;
  font-size: 16px;
  border: none;
  background-color: #EDEFEE;
  border: 1px solid #C5C7C6;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  input[type=text],
input[type=email] {
    height: 50px;
    padding-left: 15px;
  }
}

::-moz-placeholder {
  color: #A3A3A3;
}

::placeholder {
  color: #A3A3A3;
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

textarea {
  width: 100%;
  padding: 21px 22px 21px 23px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #EDEFEE;
  border: 1px solid #C5C7C6;
  border-radius: 6px;
  height: 200px;
}
@media (max-width: 767px) {
  textarea {
    margin: auto;
    height: 200px;
    line-height: 1.5;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .radio-content {
    margin-bottom: 10px;
  }
}
.radio-content .contact-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .radio-content .contact-text {
    padding-bottom: 6px;
  }
}
.radio-content .contact-text .wpcf7-list-item {
  margin: 0 24px 0 0;
}
@media (max-width: 767px) {
  .radio-content .contact-text .wpcf7-list-item {
    margin: 0 44px 10px 0;
  }
}
.radio-content .contact-text .wpcf7-list-item.last {
  margin-right: 0;
}
.radio-content .contact-text label {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  top: 1px;
  flex: 0 0 20px;
  height: 20px;
  border: 1px solid #C5C7C6;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 8px 0 0;
}

input[type=radio]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #008E58;
  content: "";
}

input[type=radio]:checked {
  background-color: #fff;
}

.contact-check {
  position: relative;
}
.contact-check::before {
  content: "※";
  position: absolute;
  top: 1px;
  left: 31px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #C40D0D;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

input[type=checkbox] {
  display: none;
}

span.wpcf7-list-item {
  margin-left: 0;
}

input[type=checkbox] + .wpcf7-list-item-label {
  padding-left: 47px;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
}
input[type=checkbox] + .wpcf7-list-item-label a {
  color: #2D312F;
  text-decoration: underline;
  text-underline-offset: 3px;
}

input[type=checkbox] + .wpcf7-list-item-label::before {
  background-color: #fff;
}

input[type=checkbox] + .wpcf7-list-item-label::after,
input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #C5C7C6;
  background-color: #EDEFEE;
  top: 5px;
  left: 0;
}

input[type=checkbox] + .wpcf7-list-item-label::before {
  border-radius: 6px;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  input[type=checkbox] + .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}

input[type=checkbox] + .wpcf7-list-item-label::after {
  opacity: 0;
  border: none;
  border-right: 3px solid #008E58;
  border-bottom: 3px solid #008E58;
  left: 8px;
  width: 9px;
  height: 16px;
  transform: rotate(47deg);
  top: 7px;
}
@media (max-width: 767px) {
  input[type=checkbox] + .wpcf7-list-item-label::after {
    left: 6px;
    width: 8px;
    height: 14px;
    top: 8px !important;
  }
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.button-submit {
  margin-top: 40px;
  text-align: center;
}

.submit-button__wrap {
  width: 253px;
  display: inline-block;
  position: relative;
}
.submit-button__wrap .arrow {
  pointer-events: none;
}
.submit-button__wrap .button-link {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.submit-button__wrap:hover {
  opacity: 1;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .submit-button__wrap:hover {
    background-color: #2D312F;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .submit-button__wrap:hover .arrow {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .submit-button__wrap:hover .arrow .arrow__inner::before {
    transform: translateX(100%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .submit-button__wrap:hover .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%);
  }
}

input[type=submit]:disabled:hover {
  opacity: 1;
  filter: none;
  transform: none;
}

input[type=submit]:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.submit-button__wrap input:disabled ~ .arrow .arrow__inner,
.submit-button__wrap input:disabled ~ .arrow .arrow__inner::before,
.submit-button__wrap input:disabled ~ .arrow .arrow__inner::after {
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}

.submit-button__wrap input:disabled ~ .arrow,
.submit-button__wrap input:disabled ~ .arrow * {
  pointer-events: none;
}

.submit-button__wrap input:disabled ~ .arrow,
.button-submit:hover .submit-button__wrap input:disabled ~ .arrow {
  background-color: #2D312F !important;
}

.submit-button__wrap:has(input[type=submit]:disabled):hover .arrow__inner::before {
  transform: translateX(0) translateY(-50%);
}

.submit-button__wrap:has(input[type=submit]:disabled):hover .arrow__inner::after {
  transform: translateX(-100%) translateY(-50%);
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-spinner {
  display: none;
}

.page-contact-confirm .radio-content .contact-text {
  margin-top: 0;
}
.page-contact-confirm .select-wrap::after {
  content: none;
}
.page-contact-confirm .contact-text {
  margin-top: 20px;
}

.back {
  text-align: center;
  margin-top: 40px;
}
.back input {
  width: 200px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s ease 0s;
}
.back input:hover {
  cursor: pointer;
}

/*----------------------------------
下層工事ページ
----------------------------------*/
.construction-mv {
  background: url("../img/construction_mv.jpg") no-repeat top right/cover;
  padding-bottom: 103px;
}
@media (max-width: 767px) {
  .construction-mv {
    padding-bottom: 60px;
  }
}
.construction-mv .breadcrumb__items span {
  color: #fff;
}
.construction-mv .breadcrumb__items span a {
  color: #fff;
}
.construction-mv .page__title {
  color: #fff;
}

.construction {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .construction {
    margin-top: 60px;
  }
}

.construction-intro {
  padding: 40px 0;
  border-top: 1px solid #008E58;
  border-bottom: 1px solid #008E58;
}
@media (max-width: 767px) {
  .construction-intro {
    padding: 30px 0;
  }
}

.construction-intro__inner {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.construction__title {
  font-size: 3.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.375;
  color: #008E58;
}
@media (max-width: 767px) {
  .construction__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 359px) {
  .construction__title {
    font-size: 2rem;
  }
}

.construction-intro__text {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .construction-intro__text {
    margin-top: 20px;
  }
}

.construction-repair {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .construction-repair {
    margin-top: 60px;
  }
}
.construction-repair .lists__wrap {
  margin-top: 6px;
}

.construction-repair__title {
  font-size: 3.2rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.375;
  display: flex;
}
@media (max-width: 767px) {
  .construction-repair__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 359px) {
  .construction-repair__title {
    font-size: 2rem;
  }
}
.construction-repair__title::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 22px solid #008e58;
  border-bottom: 0;
  margin: 12px 10px 0 0;
}
@media (max-width: 767px) {
  .construction-repair__title::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 18px solid #008e58;
    margin: 8px 5px 0 0;
  }
}

.construction__content {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .construction__content {
    margin-top: 60px;
  }
}
.construction__content .items {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .construction__content .items {
    margin-top: 30px;
  }
}
.construction__content .button {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .construction__content .button {
    margin-top: 40px;
  }
}
.construction__content .button-link {
  margin: auto;
}

.lists.column-2 {
  width: 873px;
  max-width: 100%;
  margin: auto;
  grid-template-columns: 1fr 1fr;
  gap: 59px;
}
@media (max-width: 1023px) {
  .lists.column-2 {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .lists.column-2 {
    grid-template-columns: 1fr;
  }
}
.lists.column-2 .list__ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 359px) {
  .lists.column-2 .list__ttl {
    font-size: 1.8rem;
  }
}
.lists.column-2 .list__text {
  font-weight: 500;
  margin-top: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .lists.column-2 .list__text {
    margin-top: 8px;
  }
}
.lists.column-3 {
  width: 662px;
  max-width: 100%;
  margin: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .lists.column-3 {
    grid-template-columns: 1fr 1fr;
  }
}
.lists.m-56 {
  width: 742px;
  gap: 24px 56px;
}
@media (max-width: 1023px) {
  .lists.m-56 {
    gap: 24px 30px;
  }
}
@media (max-width: 767px) {
  .lists.m-56 {
    gap: 20px 12px;
  }
}
.lists.m-34 {
  width: 749px;
  gap: 24px 34px;
}
@media (max-width: 869px) {
  .lists.m-34 {
    -moz-column-gap: 34px;
         column-gap: 34px;
    -moz-column-gap: 3.908045977vw;
         column-gap: 3.908045977vw;
  }
}
@media (max-width: 767px) {
  .lists.m-34 {
    gap: 20px 12px;
  }
}
.lists.m-34 .list__img {
  width: 210px;
  margin: auto;
}
@media (max-width: 869px) {
  .lists.m-34 .list__img {
    width: 210px;
    width: 24.1379310345vw;
  }
}
@media (max-width: 767px) {
  .lists.m-34 .list__img {
    width: auto;
  }
}
.lists.m-34 .list__title {
  white-space: nowrap;
}
@media (max-width: 869px) {
  .lists.m-34 .list__title {
    white-space: initial;
  }
}

.maintenance-service-bg {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .maintenance-service-bg {
    margin-top: 60px;
  }
}

@media (max-width: 1023px) {
  .maintenance-service-bg__img {
    height: 550px;
    height: 53.7634408602vw;
  }
}
@media (max-width: 767px) {
  .maintenance-service-bg__img {
    height: 150vw;
    max-height: 600px;
  }
}
.maintenance-service-bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.maintenance-service-bg__content {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 440px;
}
@media (max-width: 1023px) {
  .maintenance-service-bg__content {
    right: 30px;
    width: 45vw;
  }
}
@media (max-width: 767px) {
  .maintenance-service-bg__content {
    right: 20px;
    width: 65vw;
    max-width: 400px;
  }
}

.maintenance-service-bg__title {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.571;
  color: #008E58;
}
@media (max-width: 1023px) {
  .maintenance-service-bg__title {
    font-size: 30px;
    font-size: 2.9325513196vw;
  }
}
@media (max-width: 767px) {
  .maintenance-service-bg__title {
    font-size: 2rem;
    font-size: clamp(20px, 5vw, 30px);
  }
}

.maintenance-service-bg__text {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .maintenance-service-bg__text {
    margin-top: 16px;
  }
}

.maintenance-service {
  position: relative;
  padding-top: 100px;
  margin-top: 140px;
}
@media (max-width: 767px) {
  .maintenance-service {
    margin-top: 70px;
    padding-top: 50px;
  }
}
.maintenance-service::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #008E58;
  content: "";
}
@media (max-width: 767px) {
  .maintenance-service::before {
    height: 100px;
  }
}
.maintenance-service .inner {
  background-color: #fff;
  position: relative;
  padding-top: 86px;
}
@media (max-width: 767px) {
  .maintenance-service .inner {
    padding-top: 30px;
  }
}
.maintenance-service .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 200px;
  transform: translateX(-100%);
  background-color: #fff;
  content: "";
}
@media (max-width: 1023px) {
  .maintenance-service .flow-box {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.maintenance-service .flow-box__txt {
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}
.maintenance-service .flow-box__lists {
  margin-top: 15px;
}
.maintenance-service .flow-box__list {
  height: 130px;
  padding-right: 2px;
  padding-left: 3px;
}
@media (max-width: 767px) {
  .maintenance-service .flow-box__list {
    height: auto;
    padding: 10px 10px 18px;
  }
}
.maintenance-service .flow-box__list + .flow-box__list {
  margin-left: 35px;
}
@media (max-width: 1023px) {
  .maintenance-service .flow-box__list + .flow-box__list {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .maintenance-service .flow-box__list + .flow-box__list {
    margin: 30px 0 0 0;
  }
}
.maintenance-service .flow-box__list + .flow-box__list::before {
  left: -23px;
}
@media (max-width: 1023px) {
  .maintenance-service .flow-box__list + .flow-box__list::before {
    left: -19px;
  }
}
@media (max-width: 767px) {
  .maintenance-service .flow-box__list + .flow-box__list::before {
    left: 50%;
  }
}
.maintenance-service .flow-box__ttl {
  font-weight: 500;
  line-height: 1.466;
  text-align: center;
  margin-top: 6px;
}
@media (max-width: 1023px) {
  .maintenance-service .flow-box__ttl {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .maintenance-service .flow-box__ttl {
    font-size: 1.5rem;
  }
}
.maintenance-service .flow-box-caption {
  font-weight: 500;
  color: #fff;
  text-align: right;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .maintenance-service .flow-box-caption {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.maintenance-service .flow-box-caption::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #ffffff;
  border-right: 0;
  display: inline-block;
  margin-right: 5px;
}
.maintenance-service .button {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .maintenance-service .button {
    margin-top: 40px;
  }
}
.maintenance-service .button-link {
  margin: auto;
}

.maintenance-service__title {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.571;
  color: #008E58;
}

.maintenance-service__text {
  width: 800px;
  max-width: 100%;
  margin-top: 32px;
}

.maintenance-service__lists {
  margin-top: 58px;
}

.maintenance-service__list {
  display: flex;
}
@media (max-width: 767px) {
  .maintenance-service__list {
    display: block;
  }
}
.maintenance-service__list + .maintenance-service__list {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .maintenance-service__list + .maintenance-service__list {
    margin-top: 40px;
  }
}
.maintenance-service__list:nth-child(odd) .maintenance-list__img {
  margin-left: 54px;
}
@media (max-width: 1023px) {
  .maintenance-service__list:nth-child(odd) .maintenance-list__img {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .maintenance-service__list:nth-child(odd) .maintenance-list__img {
    margin: 20px 0 0 0;
  }
}
.maintenance-service__list:nth-child(even) {
  flex-direction: row-reverse;
}
.maintenance-service__list:nth-child(even) .maintenance-list__img {
  margin-right: 54px;
}
@media (max-width: 1023px) {
  .maintenance-service__list:nth-child(even) .maintenance-list__img {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .maintenance-service__list:nth-child(even) .maintenance-list__img {
    margin: 20px 0 0 0;
  }
}

.maintenance-list__title {
  display: flex;
  align-items: center;
}
.maintenance-list__title .number {
  flex: 0 0 98px;
  font-size: 6.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1023px) {
  .maintenance-list__title .number {
    flex: 0 0 75px;
    font-size: 5.6rem;
  }
}
@media (max-width: 767px) {
  .maintenance-list__title .number {
    flex: 0 0 70px;
    font-size: 4.8rem;
  }
}
@media (max-width: 359px) {
  .maintenance-list__title .number {
    flex: 0 0 60px;
    font-size: 4rem;
  }
}
.maintenance-list__title .ttl {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.571;
  padding-left: 34px;
  border-left: 1px solid #BCBEBD;
}
@media (max-width: 1099px) {
  .maintenance-list__title .ttl {
    font-size: 2.6rem;
  }
}
@media (max-width: 1023px) {
  .maintenance-list__title .ttl {
    font-size: 2.2rem;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .maintenance-list__title .ttl {
    font-size: 2rem;
    padding-left: 20px;
  }
}
@media (max-width: 359px) {
  .maintenance-list__title .ttl {
    font-size: 1.8rem;
  }
}

.maintenance-list__text {
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .maintenance-list__text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .maintenance-list__text {
    margin-top: 15px;
  }
}

.maintenance-list__img {
  flex: 0 0 47.3%;
}

/*----------------------------------
初期化
----------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2D312F;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-wrap: break-word;
}

body.drawer-open .header {
  border-bottom: 1px solid #BCBEBD;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.7;
}

.d-iblock {
  display: inline-block;
}

@media (max-width: 767px) {
  .sp-d-iblock {
    display: inline-block;
  }
}

/*----------------------------------
補完クラス
----------------------------------*/
@media (max-width: 1439px) {
  .hidden-xl {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 1366px) {
  .hidden-w1366 {
    display: none;
  }
}

@media (max-width: 1271px) {
  .hidden-w1272 {
    display: none;
  }
}

@media (max-width: 1249px) {
  .hidden-w1250 {
    display: none;
  }
}

@media (max-width: 1220px) {
  .hidden-w1220 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hidden-w1200 {
    display: none;
  }
}

@media (max-width: 1188px) {
  .hidden-w1188 {
    display: none;
  }
}

@media (max-width: 1149px) {
  .hidden-w1150 {
    display: none;
  }
}

@media (max-width: 899px) {
  .hidden-w900 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-tab {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .block-tab {
    display: block;
  }
}

@media (max-width: 899px) {
  .block-w900 {
    display: block;
  }
}

@media (max-width: 449px) {
  .block-w450 {
    display: block;
  }
}

@media (max-width: 400px) {
  .block-w400 {
    display: block;
  }
}

@media (max-width: 375px) {
  .block-w376 {
    display: block;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (max-width: 359px) {
  .hidden-sm {
    display: none;
  }
}

@media (max-width: 359px) {
  .block-sm {
    display: block;
  }
}

@media (max-width: 433px) {
  .hidden-w433 {
    display: none;
  }
}

@media (max-width: 389px) {
  .hidden-w390 {
    display: none;
  }
}

@media (max-width: 380px) {
  .hidden-w380 {
    display: none;
  }
}

@media (max-width: 374px) {
  .hidden-w375 {
    display: none;
  }
}

@media (max-width: 1099px) {
  .display-w1100 {
    display: block;
  }
}

.color-main {
  color: #008E58;
}

.font-size-small {
  font-size: 0.9em;
}

.font-em {
  font-weight: 700;
}

/*----------------------------------
共通パーツ
----------------------------------*/
.inner {
  width: min(100% - 100px, 1000px);
  margin: auto;
  height: inherit;
}
@media (max-width: 1023px) {
  .inner {
    width: min(100% - 60px, 1000px);
  }
}
@media (max-width: 767px) {
  .inner {
    width: min(100% - 40px, 1000px);
  }
}

.sec {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec {
    padding: 80px 0;
  }
}

.top-section__title > span {
  display: block;
}
.top-section__title .en {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.458;
  color: #008E58;
  position: relative;
}
@media (max-width: 767px) {
  .top-section__title .en {
    font-size: 1.8rem;
    line-height: 1.588;
  }
}
.top-section__title .en::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 32px;
  height: 8px;
  background-color: #008E58;
}
@media (max-width: 767px) {
  .top-section__title .en::after {
    bottom: -10px;
    width: 26px;
    height: 6px;
  }
}
.top-section__title .ja {
  font-size: 4.1rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.561;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .top-section__title .ja {
    font-size: 2.8rem;
    margin-top: 18px;
  }
}

.button {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .button {
    margin-top: 40px;
  }
}

.button-link {
  display: flex;
  align-items: center;
  width: 253px;
  max-width: 100%;
  height: 68px;
  font-weight: 500;
  color: #2D312F;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  border: 2px solid #2D312F;
  padding: 0 0 2px 30px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .button-link {
    margin: auto;
  }
}
.button-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .button-link:hover {
    background-color: #2D312F;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .button-link:hover .arrow {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .button-link:hover .arrow .arrow__inner::before {
    transform: translateX(100%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .button-link:hover .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%);
  }
}

.arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  bottom: 0;
  width: 25px;
  height: 25px;
  background-color: #2D312F;
  border-radius: 50%;
}
.arrow .arrow__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 15px;
  height: 15px;
}
.arrow .arrow__inner::before, .arrow .arrow__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  transition: all 0.3s ease 0s;
}
.arrow .arrow__inner::before {
  background: url("../img/arrow_button.svg") no-repeat center left/contain;
  transform: translateX(0) translateY(-50%);
}
.arrow .arrow__inner::after {
  background: url("../img/arrow_black.svg") no-repeat center left/contain;
  transform: translateX(-100%) translateY(-50%);
}

/*----------------------------------
スクロールでふわっと
----------------------------------*/
.view {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.view.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*----------------------------------
ヘッダー
----------------------------------*/
.header {
  background: #fff;
  padding: 17px 24px 16px 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 41;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1023px) {
  .header {
    height: 100px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 8px 0 8px 10px;
    height: 68px;
  }
}
@media (max-width: 359px) {
  .header {
    padding-left: 8px;
  }
}
.header.scroll-header {
  border-bottom: 1px solid #BCBEBD;
}
@media (min-width: 768px) {
  .header.scroll-header {
    height: 60px;
    padding-top: 12px;
  }
}
.header.scroll-header .drop-menu {
  top: 60px;
}
@media (min-width: 768px) {
  .header.scroll-header + .drawer__toggle {
    top: 10px;
  }
}
.header.scroll-header .parent:hover::before {
  top: 40px;
}
.header.scroll-header .header__img {
  width: 277px;
}
@media (max-width: 1249px) {
  .header.scroll-header .header__img {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .header.scroll-header .header__img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .header.scroll-header .header__img {
    width: 179px;
  }
}
@media (max-width: 359px) {
  .header.scroll-header .header__img {
    width: 145px;
  }
}
@media (min-width: 768px) {
  .header.scroll-header .header-above {
    display: none;
  }
}
.header.scroll-header .header__nav {
  margin-top: 0;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .header__inner {
    justify-content: initial;
  }
}

.header__logo .header__img {
  display: inline-block;
  width: 349px;
}
@media (max-width: 1249px) {
  .header__logo .header__img {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .header__logo .header__img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .header__logo .header__img {
    width: 179px;
  }
}
@media (max-width: 359px) {
  .header__logo .header__img {
    width: 145px;
  }
}
.header__logo .header__img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .header__wrap {
    margin-right: 70px;
  }
}
@media (max-width: 767px) {
  .header__wrap {
    width: 112px;
    margin-left: auto;
    margin-right: 54px;
  }
}

.header-above {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-above .contact-tel {
  flex: 0 0 291px;
}
@media (max-width: 1023px) {
  .header-above .contact-tel {
    flex: 0 0 273px;
  }
}
@media (max-width: 767px) {
  .header-above .contact-tel {
    flex: 0 0 50px;
  }
}

.contact-tel-link {
  display: flex;
}

.contact-tel__img {
  flex: 0 0 50px;
  height: 50px;
  background-color: #008E58;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  padding: 3px 0 0 2px;
}
@media (max-width: 767px) {
  .contact-tel__img {
    margin-top: 0;
    padding-top: 0;
  }
}
.contact-tel__img img {
  width: 25px;
}

.contact-tel__text {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .contact-tel__text {
    display: none;
  }
}
.contact-tel__text span {
  display: block;
  color: #008E58;
}
.contact-tel__text .txt {
  font-weight: 700;
  line-height: 1.4;
}
.contact-tel__text .number {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media (max-width: 1023px) {
  .contact-tel__text .number {
    letter-spacing: -0.05em;
  }
}

.contact-button {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .contact-button {
    margin-left: 8px;
  }
}
@media (max-width: 359px) {
  .contact-button {
    margin-left: 4px;
  }
}

.contact-button-link {
  width: 136px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2D312F;
  color: #fff;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .contact-button-link {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 0.9rem;
    padding-top: 5px;
  }
}
.contact-button-link span {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-button-link span {
    flex-direction: column;
  }
}
.contact-button-link span::before {
  content: "";
  background: url("../img/icon_mail.svg") no-repeat center left/contain;
  width: 16px;
  height: 13px;
  display: inline-block;
  margin: 2px 8px 0 0;
}
@media (max-width: 767px) {
  .contact-button-link span::before {
    margin: 0 0 2px 0;
  }
}

.header__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 13px;
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}

.header__nav-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__nav-items > li {
  margin-right: 24px;
}
@media (max-width: 1249px) {
  .header__nav-items > li {
    margin-right: 16px;
  }
}
.header__nav-items > li:last-child {
  margin-right: 0;
}
.header__nav-items > li.parent.hover > span {
  color: #008E58;
}
.header__nav-items > li.parent:hover::before {
  content: "";
  position: absolute;
  top: 107px;
  left: 0;
  width: 100%;
  height: 100px;
}
.header__nav-items > li > span,
.header__nav-items > li > a {
  color: #2D312F;
  display: block;
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 1249px) {
  .header__nav-items > li > span,
.header__nav-items > li > a {
    font-size: 1.4rem;
  }
}
.header__nav-items > li > span:hover,
.header__nav-items > li > a:hover {
  opacity: 1;
  color: #008E58;
}

.drop-menu {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  padding: 60px 30px;
  z-index: 1;
  opacity: 0;
  display: none;
  transition: all 0.4s ease 0s;
}
.drop-menu.active {
  opacity: 1;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  display: block;
}
.drop-menu::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
  height: 24px;
}
.drop-menu.drop-repair .drop-menu__lists {
  margin-left: 66px;
}
@media (max-width: 1249px) {
  .drop-menu.drop-repair .drop-menu__lists {
    margin-left: 50px;
  }
}
.drop-menu.drop-works .drop-menu__lists {
  margin-left: 120px;
  margin-top: -12px;
}
@media (max-width: 1249px) {
  .drop-menu.drop-works .drop-menu__lists {
    margin-left: 103px;
  }
}
.drop-menu.drop-works .drop-menu__list:first-child, .drop-menu.drop-works .drop-menu__list:nth-child(3) {
  margin-top: 15px;
}
.drop-menu.drop-works .drop-menu__list:nth-child(2) {
  padding-bottom: 2px;
  margin-top: 9px;
}
.drop-menu.drop-works .drop-menu__list:nth-child(2) a {
  line-height: 1.25;
}
.drop-menu.drop-for .drop-menu__lists {
  margin-left: 70px;
}
@media (max-width: 1249px) {
  .drop-menu.drop-for .drop-menu__lists {
    margin-left: 54px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drop-menu__wrap {
  width: 1000px;
  margin: auto;
  display: flex;
}
.drop-menu__wrap a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2D312F;
  line-height: 1.5625;
  display: block;
  position: relative;
}
.drop-menu__wrap a .arrow .arrow__inner::after {
  background: url("../img/arrow_button.svg") no-repeat center left/contain;
}
.drop-menu__wrap a:hover {
  color: #008E58;
  opacity: 1;
}
@media (min-width: 768px) {
  .drop-menu__wrap a:hover .arrow {
    background-color: #2D312F;
  }
}
@media (min-width: 768px) {
  .drop-menu__wrap a:hover .arrow .arrow__inner::before {
    transform: translateX(100%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .drop-menu__wrap a:hover .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%);
  }
}

.drop-menu__title a {
  font-size: 1.8rem;
  padding-right: 40px;
  white-space: nowrap;
}
.drop-menu__title a .arrow {
  right: 0;
}

.drop-menu__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 50px;
}
@media (max-width: 1249px) {
  .drop-menu__lists {
    gap: 25px 30px;
  }
}

.drop-menu__list {
  width: 216px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DBD3CD;
}
.drop-menu__list a {
  padding: 0 10px;
}
.drop-menu__list a .arrow {
  right: 10px;
}

.current-nav > a,
.current-nav > span {
  color: #008E58 !important;
}

/*----------------------------------
ドロワー
----------------------------------*/
.drawer__toggle {
  display: none;
}
@media (max-width: 1023px) {
  .drawer__toggle {
    display: block;
    position: fixed;
    height: 50px;
    right: 20px;
    top: 30px;
    width: 50px;
    cursor: pointer;
    z-index: 41;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .drawer__toggle {
    height: 30px;
    right: 12px;
    top: 20px;
    width: 31px;
  }
}
.drawer__toggle.active .menu::after {
  content: "CLOSE";
}

.drawer__line {
  background: #2D312F;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .drawer__line {
    width: 14px;
  }
}

.drawer__line--top {
  top: 0;
}

.drawer__line--center {
  top: 10px;
}
@media (max-width: 767px) {
  .drawer__line--center {
    top: 5px;
  }
}

.drawer__line--bottom {
  top: 21px;
}
@media (max-width: 767px) {
  .drawer__line--bottom {
    top: 10px;
  }
}

.drawer__line--top.active {
  top: 12px;
  right: 0;
  transform: translateX(-50%) rotate(35deg);
}
@media (max-width: 767px) {
  .drawer__line--top.active {
    width: 18px;
    top: 5px;
  }
}

.drawer__line--center.active {
  transform: scaleX(0);
}

.drawer__line--bottom.active {
  top: 12px;
  transform: translateX(-50%) rotate(145deg);
}
@media (max-width: 767px) {
  .drawer__line--bottom.active {
    width: 18px;
    top: 5px;
  }
}

.menu {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .menu {
    bottom: -4px;
  }
}
.menu::after {
  content: "MENU";
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .menu::after {
    font-size: 1.1rem;
  }
}

/*gnav*/
.drawer__nav {
  background-color: #fff;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  padding-bottom: 60px;
  z-index: 40;
  overflow: scroll;
  top: 0;
}
.drawer__nav .contact-part {
  margin-top: 47px;
  color: #BCBEBD;
}
.drawer__nav .contact-part::before {
  content: none;
}

.drawer__wrap {
  width: 100%;
  padding: 103px 32px 0;
}
.drawer__wrap .bottom-links__wrapper {
  margin-top: 55px;
}
.drawer__wrap .bottom-link {
  height: 110px;
}
@media (max-width: 767px) {
  .drawer__wrap .bottom-link__wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .drawer__wrap .icon {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .drawer__wrap .bottom-link__text {
    font-size: 1.4rem;
    line-height: 1.571;
    text-align: center;
  }
}
.drawer__wrap .footer__menus {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.drawer__wrap .footer__menu a {
  color: #2D312F;
}

.drawer__menu {
  width: 100%;
}
.drawer__menu > li {
  display: block;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px solid #E5E4E4;
}
.drawer__menu > li:first-child a {
  padding-top: 0;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.drawer__menu > li:first-child a::before {
  content: "";
  background: url("../img/icon_home.svg") no-repeat center left/contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}
.drawer__menu > li:last-child {
  border-bottom: none;
}
.drawer__menu > li:last-child a {
  padding-bottom: 0;
}
.drawer__menu > li.drawer-parent {
  position: relative;
}
.drawer__menu > li.drawer-parent:hover {
  cursor: pointer;
}
.drawer__menu > li.drawer-parent::before, .drawer__menu > li.drawer-parent::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #008E58;
  position: absolute;
  top: 35px;
  right: 16px;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .drawer__menu > li.drawer-parent::before, .drawer__menu > li.drawer-parent::after {
    width: 18px;
  }
}
.drawer__menu > li.drawer-parent::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.drawer__menu > li.drawer-parent.open::before {
  opacity: 0;
}
.drawer__menu > li.drawer-parent.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.drawer__menu > li > a,
.drawer__menu > li > span {
  padding: 24px 0;
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.444;
}
.drawer__menu > li a {
  color: #2D312F;
}
.drawer__menu > li ul {
  padding: 0 20px;
  display: none;
  background-color: #EDEFEE;
}
.drawer__menu > li ul li + li {
  border-top: 1px solid #fff;
}
.drawer__menu > li ul li:first-child a {
  font-weight: 500;
}
.drawer__menu > li ul li a {
  padding: 20px 0;
  display: block;
}

.drawer-policy {
  margin-top: 60px;
  text-align: center;
}
.drawer-policy a {
  font-size: 1.3rem;
  color: #2D312F;
}

/*----------------------------------
トップページ：MV
----------------------------------*/
.mv {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 1023px) {
  .mv {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .mv {
    margin-top: 68px;
  }
}
.mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 108px;
  background-color: #008E58;
  z-index: -1;
}
@media (max-width: 1399px) {
  .mv::before {
    height: 108px;
    height: 7.7142857143vw;
  }
}
@media (max-width: 767px) {
  .mv::before {
    height: 104px;
    height: 27.7333333333vw;
  }
}

.mv__wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .mv__wrap {
    display: block;
  }
}

.scroll {
  flex: 0 0 100px;
}
@media (max-width: 767px) {
  .scroll {
    display: none;
  }
}

.scroll {
  position: relative;
  flex: 0 0 100px;
}
@media (max-width: 767px) {
  .scroll {
    display: none;
  }
}
.scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}
.scroll span::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #008E58;
  bottom: 0;
  content: "";
  height: 161px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .scroll span::before {
    height: 130px;
  }
}
.scroll span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 161px;
  background-color: #BCBEBD;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .scroll span::after {
    height: 130px;
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mv-image__wrap {
  position: relative;
  flex: 0 0 calc(100% - 100px);
  height: 680px;
  height: 48.5714285714vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv-image__wrap {
    margin-left: 16px;
    height: 286px;
    height: 76.2666666667vw;
    overflow: initial;
  }
}

.mv-image {
  height: 100%;
}

.mv__img {
  position: relative;
  overflow: hidden;
}

.mv__bg,
.mv__circle {
  position: absolute;
  inset: 0;
  display: block;
}

.mv__bg img,
.mv__circle img {
  width: 100%;
  height: 100%;
  display: block;
}

.mv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__circle img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__circle {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  will-change: opacity;
}

.mv__img.is-circle-on .mv__circle {
  opacity: 1;
}

.mv__copy {
  position: absolute;
  bottom: 70px;
  left: 0;
}
@media (max-width: 1399px) {
  .mv__copy {
    bottom: 70px;
    bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .mv__copy {
    bottom: -21px;
  }
}
.mv__copy > span {
  font-size: 6.5rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  padding-left: 6px;
}
@media (max-width: 1399px) {
  .mv__copy > span {
    font-size: 65px;
    font-size: 4.6428571429vw;
  }
}
@media (max-width: 767px) {
  .mv__copy > span {
    font-size: 33px;
    font-size: 8.8vw;
    padding-left: 3px;
  }
}
@media (max-width: 359px) {
  .mv__copy > span {
    line-height: 1.1;
  }
}
.mv__copy > span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 88%;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .mv__copy > span::before {
    top: 6px;
  }
}

/*----------------------------------
トップページ：About Us
----------------------------------*/
.top-about {
  margin-top: 142px;
  position: relative;
}
@media (max-width: 767px) {
  .top-about {
    margin-top: 58px;
    margin-top: 79px;
    margin-top: 21.0666666667vw;
  }
}
.top-about::before {
  content: "";
  position: absolute;
  top: -148px;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #008E58;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-about::before {
    top: -79px;
    top: -21.0666666667vw;
    height: 217px;
    height: 57.8666666667vw;
  }
}
.top-about .text__wrap {
  margin-top: 24px;
}
.top-about .button {
  margin-top: 39px;
}
@media (max-width: 767px) {
  .top-about .button {
    margin-top: 40px;
  }
}

.top-about__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .top-about__wrap {
    display: block;
  }
}

.top-about__img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .top-about__img {
    width: 188px;
    width: 50.1333333333vw;
  }
}

.top-about__content {
  flex: 0 0 47.3%;
  margin: 93px 0 0 54px;
}
@media (max-width: 767px) {
  .top-about__content {
    margin: 40px 0 0 0;
  }
}
.top-about__title > span {
  display: block;
}
.top-about__title .en {
  font-size: 5.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.509;
  color: #fff;
}
@media (max-width: 767px) {
  .top-about__title .en {
    position: absolute;
    white-space: nowrap;
    top: 99px;
    top: 26.4vw;
    left: 192px;
    left: 51.2vw;
    font-size: 36px;
    font-size: 9.6vw;
  }
}
.top-about__title .ja {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 1.571;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .top-about__title .ja {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

/*----------------------------------
トップページ：大規模修繕工事
----------------------------------*/
.top-renovation {
  margin-top: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-renovation {
    margin-top: 80px;
  }
}
.top-renovation .inner {
  padding: 100px 0;
  background-color: #EDEFEE;
  position: relative;
}
@media (max-width: 767px) {
  .top-renovation .inner {
    padding: 80px 0;
  }
}
.top-renovation .inner::before, .top-renovation .inner::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #EDEFEE;
  z-index: -1;
}
.top-renovation .inner::before {
  left: 10px;
  transform: translateX(-100%);
  width: 110px;
}
.top-renovation .inner::after {
  left: 0;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
.top-renovation .text {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .top-renovation .text {
    margin-top: 24px;
  }
}

.top-renovation__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .top-renovation__wrap {
    display: block;
  }
}

.top-renovation__img {
  flex: 0 0 47.3%;
  margin-left: 54px;
}
@media (max-width: 767px) {
  .top-renovation__img {
    margin: 40px 0 0 0;
  }
}

.top-renovation-box {
  margin-top: 60px;
  padding: 48px 58px 48px 57px;
  background-color: #008E58;
}
@media (max-width: 767px) {
  .top-renovation-box {
    margin-top: 24px;
    padding: 24px 29px 24px 30px;
  }
}

.top-renovation-box__title {
  font-weight: 500;
  color: #fff;
  padding-left: 10px;
  position: relative;
}
.top-renovation-box__title::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 18px;
  background-color: #FFD7B7;
}

.top-renovation-box__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px 17px;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .top-renovation-box__lists {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.top-renovation-box-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #008E58;
  padding-bottom: 2px;
  border: 1px solid #fff;
}
.top-renovation-box-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .top-renovation-box-link:hover {
    border-color: #008E58;
    background-color: #D5E3DC;
  }
}

/*----------------------------------
トップページ：建物調査診断
----------------------------------*/
.top-inspection .text {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .top-inspection .text {
    margin-top: 24px;
  }
}

.top-inspection__wrap {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .top-inspection__wrap {
    display: block;
  }
}

.top-inspection__img {
  flex: 0 0 47.3%;
  margin-right: 54px;
}
@media (max-width: 767px) {
  .top-inspection__img {
    margin: 40px 0 0 0;
  }
}

/*----------------------------------
トップページ：施工実績
----------------------------------*/
.top-works {
  background-color: #EDEFEE;
}
.top-works .button {
  margin-top: 0;
}
@media (max-width: 767px) {
  .top-works .button {
    margin-top: 40px;
  }
}

.top-works__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .top-works__wrap {
    display: block;
    margin-top: 24px;
  }
}
.top-works__wrap .text {
  flex: 0 0 63%;
}

.top-works-slider {
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .top-works-slider {
    margin-top: 40px;
  }
}

#worksMarquee {
  position: relative;
  overflow: hidden;
  margin-top: 65px;
  padding-bottom: 122px;
}
@media (max-width: 767px) {
  #worksMarquee {
    padding-bottom: 86px;
  }
}

#worksMarquee .works-viewport {
  width: 100%;
  overflow: visible;
}

#worksMarquee .works-track {
  display: flex;
  gap: 35px;
  will-change: transform;
}
@media (max-width: 767px) {
  #worksMarquee .works-track {
    gap: 16px;
  }
}

:root {
  --works-inner: 1000px;
  --works-gap: 35px;
  --works-card: calc((var(--works-inner) - (var(--works-gap) * 2)) / 3);
}

#worksMarquee .works-track {
  gap: var(--works-gap);
}

#worksMarquee .works__item {
  flex: 0 0 var(--works-card);
}

.works-link {
  display: block;
}
.works-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .works-link:hover .works__img::after {
    -webkit-animation: line 0.2s ease forwards;
            animation: line 0.2s ease forwards;
  }
}
@media (min-width: 768px) {
  .works-link:hover .works__img img {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  .works-link:hover .works__title {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.works__img {
  overflow: hidden;
  position: relative;
  height: 233px;
}
@media (max-width: 1099px) {
  .works__img {
    height: 233px;
    height: 21.1818181818vw;
  }
}
@media (max-width: 1023px) {
  .works__img {
    height: 350px;
    height: 34.2130987292vw;
  }
}
@media (max-width: 767px) {
  .works__img {
    height: 233px;
    height: 62.1333333333vw;
  }
}
.works__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  background-color: #008E58;
}

.works__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.slider-button__wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.works-nav {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #008E58;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media (max-width: 767px) {
  .works-nav {
    width: 46px;
    height: 46px;
  }
}
.works-nav::after {
  content: "";
  background: url("../img/arrow_green.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 31px;
}
@media (max-width: 767px) {
  .works-nav::after {
    width: 24px;
    height: 25px;
  }
}
.works-nav:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .works-nav:hover {
    background-color: #008E58;
  }
}
@media (min-width: 768px) {
  .works-nav:hover::after {
    background-image: url("../img/arrow_white.png");
  }
}

.works-prev::after {
  left: 46%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.works-next {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .works-next {
    margin-left: 16px;
  }
}
.works-next::after {
  left: 54%;
}

.works-category {
  font-size: 1.4rem;
  font-weight: 500;
  color: #008E58;
  margin-top: 14px;
  padding: 0 6px;
  border: 1px solid #008E58;
  border-radius: 6px;
  display: inline-block;
  height: 24px;
  line-height: 1.6;
}

.works__title {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.45;
  color: #2D312F;
}

.works-place {
  font-weight: 500;
  color: #008E58;
  margin-top: 8px;
  line-height: 1.4;
}

/*----------------------------------
トップページ：修繕をご検討中のみなさまへ
----------------------------------*/
@media (max-width: 767px) {
  .top-consideration {
    padding-bottom: 64px;
  }
}
.top-consideration .top-section__title {
  text-align: center;
}
.top-consideration .top-section__title .en::after {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-consideration .top-section__title .ja {
    line-height: 1.428;
  }
}
.top-consideration .text {
  width: 800px;
  max-width: 100%;
  margin: 36px auto 0;
}
@media (max-width: 767px) {
  .top-consideration .text {
    margin-top: 24px;
  }
}
.top-consideration .renovation-buttons {
  margin-top: 41px;
}
@media (max-width: 767px) {
  .top-consideration .renovation-buttons {
    margin-top: 24px;
  }
}

.renovation-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
@media (max-width: 1023px) {
  .renovation-buttons {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .renovation-buttons {
    display: block;
    padding: 0 16.5px;
  }
}
@media (max-width: 359px) {
  .renovation-buttons {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .renovation-button + .renovation-button {
    margin-top: 16px;
  }
}
.renovation-button.is-active .renovation-button-link {
  opacity: 0.3;
  pointer-events: none;
}

.renovation-button-link {
  text-align: center;
  height: 160px;
  display: block;
  border-radius: 6px;
  padding-top: 22px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .renovation-button-link {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 15px 0 14px 21.5px;
  }
}
.renovation-button-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2D312F;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
}
.renovation-button-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .renovation-button-link:hover {
    background-color: #D5E3DC;
  }
}
@media (min-width: 768px) {
  .renovation-button-link:hover::before {
    border-color: #008E58;
    border-width: 3px;
  }
}

@media (max-width: 767px) {
  .renovation-button__img img {
    width: 66px;
  }
}

.renovation-button__text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 13px;
  color: #2D312F;
}
@media (max-width: 767px) {
  .renovation-button__text {
    flex: 0 0 calc(100% - 87.5px);
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 359px) {
  .renovation-button__text {
    font-size: 1.4rem;
  }
}

/*----------------------------------
トップページ：会社情報、採用情報
----------------------------------*/
.top-banners {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-banners {
    display: block;
    margin-top: 0;
  }
}

.top-banner:first-of-type .top-banner__title .en {
  color: #008E58;
}
.top-banner:nth-of-type(2) .top-banner__title .en {
  color: #FF7100;
}

.top-banner-link {
  display: block;
  position: relative;
}
.top-banner-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 49, 47, 0.2);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.top-banner-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .top-banner-link:hover::after {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .top-banner-link:hover .arrow {
    background-color: #008E58;
  }
}
@media (min-width: 768px) {
  .top-banner-link:hover .arrow .arrow__inner::before {
    transform: translateX(140%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .top-banner-link:hover .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%);
  }
}
.top-banner-link .arrow {
  top: initial;
  transform: initial;
  width: 62px;
  height: 62px;
  bottom: 20px;
  right: 30px;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .top-banner-link .arrow {
    width: 46px;
    height: 46px;
    bottom: 16px;
    right: 16px;
  }
}
.top-banner-link .arrow .arrow__inner {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .top-banner-link .arrow .arrow__inner {
    width: 22px;
    height: 22px;
  }
}
.top-banner-link .arrow .arrow__inner::before, .top-banner-link .arrow .arrow__inner::after {
  left: 10%;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease 0s;
  background-image: url("../img/arrow_white.png");
}
@media (max-width: 767px) {
  .top-banner-link .arrow .arrow__inner::before, .top-banner-link .arrow .arrow__inner::after {
    width: 22px;
    height: 22px;
  }
}
.top-banner-link .arrow .arrow__inner::after {
  transform: translateX(-135%) translateY(-50%);
}

.top-banner__title {
  position: absolute;
  top: 50%;
  left: 14.285%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .top-banner__title {
    left: 16px;
  }
}
.top-banner__title > span {
  line-height: 1;
  background-color: #fff;
  padding: 0 3px;
}
.top-banner__title .en {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .top-banner__title .en {
    font-size: 1.3rem;
  }
}
.top-banner__title .ja {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  color: #2D312F;
}
@media (max-width: 767px) {
  .top-banner__title .ja {
    font-size: 2.4rem;
  }
}

/*----------------------------------
トップページ：NEWS
----------------------------------*/
.top-news {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .top-news {
    margin-top: 80px;
  }
}
.top-news .no-post {
  margin-top: 30px;
}

.top-news__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-news__wrap {
    flex-direction: column;
    align-items: initial;
  }
}
@media (max-width: 767px) {
  .top-news__wrap .button {
    order: 3;
  }
}

.top-news__left {
  flex: 0 0 253px;
}
@media (max-width: 767px) {
  .top-news__left {
    display: contents;
  }
}

@media (max-width: 767px) {
  .top-news__title {
    order: 1;
  }
}
.top-news__title > span {
  display: block;
}
.top-news__title .en {
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008E58;
}
@media (max-width: 767px) {
  .top-news__title .en {
    font-size: 1.3rem;
  }
}
.top-news__title .ja {
  font-size: 2.8rem;
  font-family: "Shippori Antique B1", sans-serif;
  color: #2D312F;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .top-news__title .ja {
    font-size: 2.4rem;
  }
}

.top-news__right {
  flex: 0 0 calc(100% - 370px);
  margin-left: 117px;
}
@media (max-width: 1023px) {
  .top-news__right {
    flex: 0 0 calc(100% - 293px);
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .top-news__right {
    order: 2;
    margin: 24px 0 0 0;
  }
}

.news__item {
  border-bottom: 1px solid #DBD3CD;
  padding-bottom: 24px;
}
.news__item + .news__item {
  margin-top: 24px;
}
.news__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.news__item .info {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .news__item .info {
    display: flex;
  }
}
.news__item .info:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .news__item .info:hover .info__title {
    color: #008E58;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media (max-width: 767px) {
  .news__item .info .info__meta {
    flex: 0 0 85px;
  }
}
.news__item .info .info__published {
  color: #008E58;
  line-height: 1.5;
}
.news__item .info__title {
  color: #2D312F;
  margin-top: 7px;
  line-height: 1.6875;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .news__item .info__title {
    margin: 0 0 0 26px;
  }
}

/*----------------------------------
全ページ共通：CTA
----------------------------------*/
.contact-part {
  margin-top: 140px;
  position: relative;
}
@media (max-width: 767px) {
  .contact-part {
    margin-top: 80px;
  }
}
.contact-part::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #BCBEBD;
}
@media (max-width: 767px) {
  .contact-part::before {
    top: 51.5px;
    transform: none;
  }
}

.contact-part__items {
  display: flex;
}
@media (max-width: 767px) {
  .contact-part__items {
    display: block;
  }
}

.contact-part__item {
  width: calc(50% - 8px);
}
@media (max-width: 767px) {
  .contact-part__item {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
.contact-part__item:first-of-type .contact-part-link {
  background-color: #008E58;
}
@media (max-width: 767px) {
  .contact-part__item:first-of-type .contact-part-link {
    height: 103px;
  }
}
.contact-part__item:first-of-type .contact-part-link::after {
  left: 28.455%;
  background-color: #0B6F49;
}
@media (max-width: 767px) {
  .contact-part__item:first-of-type .contact-part-link::after {
    left: 27.405%;
    height: 88px;
  }
}
.contact-part__item:first-of-type .contact-part__img {
  flex: 0 0 28.455%;
}
@media (max-width: 767px) {
  .contact-part__item:first-of-type .contact-part__img {
    flex: 0 0 27.405%;
  }
}
.contact-part__item:first-of-type .contact-part__img img {
  width: 38px;
}
.contact-part__item:first-of-type .contact-part__wrap {
  padding-left: 39px;
}
@media (max-width: 1023px) {
  .contact-part__item:first-of-type .contact-part__wrap {
    padding-left: 25px;
  }
}
@media (max-width: 359px) {
  .contact-part__item:first-of-type .contact-part__wrap {
    padding-left: 16px;
  }
}
.contact-part__item:nth-of-type(2) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .contact-part__item:nth-of-type(2) {
    margin: 8px auto 0;
  }
}
.contact-part__item:nth-of-type(2) .contact-part-link {
  background-color: #2D312F;
}
@media (max-width: 767px) {
  .contact-part__item:nth-of-type(2) .contact-part-link {
    height: 119px;
    margin-top: 8px;
  }
}
.contact-part__item:nth-of-type(2) .contact-part-link::after {
  left: 25.609%;
  background-color: #5B6560;
}
@media (max-width: 767px) {
  .contact-part__item:nth-of-type(2) .contact-part-link::after {
    left: 27.405%;
    height: 104px;
  }
}
@media (min-width: 768px) {
  .contact-part__item:nth-of-type(2) .contact-part-link:hover {
    background-color: #6A716E;
  }
}
.contact-part__item:nth-of-type(2) .contact-part__img {
  flex: 0 0 25.609%;
}
@media (max-width: 767px) {
  .contact-part__item:nth-of-type(2) .contact-part__img {
    flex: 0 0 27.405%;
  }
}
.contact-part__item:nth-of-type(2) .contact-part__wrap {
  padding-left: 48px;
}
@media (max-width: 1023px) {
  .contact-part__item:nth-of-type(2) .contact-part__wrap {
    padding-left: 25px;
  }
}
@media (max-width: 359px) {
  .contact-part__item:nth-of-type(2) .contact-part__wrap {
    padding-left: 16px;
  }
}

.contact-part-link {
  display: flex;
  align-items: center;
  height: 160px;
  border-radius: 6px;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.contact-part-link::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 2px;
  height: 140px;
}
@media (max-width: 767px) {
  .contact-part-link::after {
    top: 7px;
  }
}
.contact-part-link:hover {
  opacity: 1;
}
.contact-part-link .number {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1.527;
}
@media (max-width: 1023px) {
  .contact-part-link .number {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .contact-part-link .number {
    font-size: 2.6rem;
  }
}
@media (max-width: 359px) {
  .contact-part-link .number {
    font-size: 2.4rem;
  }
}

.contact-part__img {
  text-align: center;
}

.contact-part__text {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.428;
}
@media (max-width: 1023px) {
  .contact-part__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .contact-part__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 359px) {
  .contact-part__text {
    font-size: 1.5rem;
  }
}

.contact-part-caption {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-part-caption {
    font-size: 1.1rem;
  }
}

/*----------------------------------
トップページ：下部固定メニュー
----------------------------------*/
.footer-menus {
  position: fixed;
  bottom: 0;
  right: 0;
  padding-right: 12px;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-menus {
    display: none !important;
  }
}
.footer-menus.scroll-active {
  opacity: 1;
}
.footer-menus.is-hidden {
  display: none;
}
.footer-menus .contact-tel,
.footer-menus .contact-button {
  width: 240px;
  height: 68px;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px 6px 0 0;
}
.footer-menus .contact-tel-link {
  background-color: #008E58;
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 100%;
  align-items: center;
  pointer-events: initial;
}
.footer-menus .contact-tel-link:hover {
  opacity: 1;
}
.footer-menus .contact-tel__img {
  flex: 0 0 51px;
  height: auto;
  margin-top: 4px;
}
.footer-menus .contact-tel__text {
  margin-left: 0;
}
.footer-menus .contact-tel__text span {
  color: #fff;
}
.footer-menus .contact-tel__text .txt {
  font-size: 1.4rem;
}
.footer-menus .contact-tel__text .number {
  font-size: 2.4rem;
}
.footer-menus .footer-menus__wrap {
  display: flex;
}
.footer-menus .contact-button {
  margin-left: 4px;
}
.footer-menus .contact-button-link {
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
}
.footer-menus .contact-button-link:hover {
  background-color: #6A716E;
  opacity: 1;
}

.close-button {
  position: absolute;
  top: -10px;
  right: 5px;
  width: 20px;
  height: 20px;
}
.close-button:hover {
  cursor: pointer;
}
.close-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*----------------------------------
フッター
----------------------------------*/
.footer {
  padding-top: 74px;
  position: relative;
}
@media (max-width: 1249px) {
  .footer {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}

.pagetop {
  position: absolute;
  top: -40px;
  right: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-top: 65px;
  width: 73px;
}
@media (max-width: 1249px) {
  .pagetop {
    top: 10px;
    right: 32px;
  }
}
@media (max-width: 767px) {
  .pagetop {
    top: 40px;
    padding-top: 45px;
  }
}
.pagetop:hover {
  cursor: pointer;
}
.pagetop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #2D312F;
}
@media (max-width: 767px) {
  .pagetop::before {
    width: 42px;
    height: 42px;
  }
}
.pagetop::after {
  content: "";
  background: url("../img/arrow_white.png") no-repeat center left/contain;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .pagetop::after {
    top: 8px;
    width: 22px;
    height: 22px;
  }
}

.footer__contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__contents {
    display: block;
  }
}

.footer__left {
  flex: 0 0 149px;
}

.footer-logo {
  width: 149px;
  display: block;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 100px;
  }
}

.footer__right {
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .footer__right {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer__right {
    margin-top: 45px;
    position: relative;
  }
}

.footer__nav {
  display: flex;
}
@media (max-width: 767px) {
  .footer__nav {
    display: block;
  }
}
.footer__nav > ul {
  margin-left: 87px;
}
@media (max-width: 1023px) {
  .footer__nav > ul {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .footer__nav > ul {
    width: 311px;
    max-width: 100%;
    margin: 32px auto 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.footer__nav > ul li a {
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .footer__nav > ul > li {
    width: calc(50% - 19px);
  }
}
@media (max-width: 359px) {
  .footer__nav > ul > li {
    width: calc(50% - 9px);
  }
}
.footer__nav > ul > li + li {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .footer__nav > ul > li + li {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer__nav > ul > li:nth-child(even) {
    margin-left: 38px;
  }
}
@media (max-width: 359px) {
  .footer__nav > ul > li:nth-child(even) {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .footer__nav > ul > li:nth-child(n+3) {
    margin-top: 25px;
  }
}
.footer__nav ul li a {
  color: #2D312F;
}

.nav__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .nav__wrap {
    width: 315px;
    max-width: 100%;
    margin: auto;
  }
}
.nav__wrap ul + ul {
  margin-left: 108px;
}
@media (max-width: 1023px) {
  .nav__wrap ul + ul {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .nav__wrap ul + ul {
    margin-left: 29px;
  }
}
@media (max-width: 359px) {
  .nav__wrap ul + ul {
    margin-left: 12px;
  }
}
@media (max-width: 359px) {
  .nav__wrap ul + ul ul li:nth-child(2) a {
    letter-spacing: -0.07em;
  }
}
@media (max-width: 767px) {
  .nav__wrap > ul {
    width: calc(50% - 14px);
  }
}
@media (max-width: 359px) {
  .nav__wrap > ul {
    width: calc(50% - 6px);
  }
}
@media (max-width: 359px) {
  .nav__wrap > ul + ul li:nth-child(2) > a {
    letter-spacing: -0.01em;
  }
}
.nav__wrap > ul > li + li {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .nav__wrap > ul > li + li {
    margin-top: 32px;
  }
}
.nav__wrap > ul > li > a {
  font-weight: 700;
  line-height: 1.4;
}
.nav__wrap > ul > li ul li {
  margin-top: 4px;
}
.nav__wrap > ul > li ul li a {
  font-size: 1.3rem;
  line-height: 1.461;
}

.footer__other-nav {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dotted #999;
}
@media (max-width: 767px) {
  .footer__other-nav {
    margin-top: 32px;
    padding-top: 32px;
    border-top: none;
    position: relative;
  }
}
@media (max-width: 767px) {
  .footer__other-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-top: 1px dotted #999;
  }
}
.footer__other-nav ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__other-nav ul {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__other-nav ul li + li {
    margin-top: 28px;
  }
}
.footer__other-nav ul li a {
  color: #2D312F;
  font-size: 1.4rem;
}

.footer__copy {
  margin-top: 66px;
  height: 128px;
  background-color: #2D312F;
}
@media (max-width: 767px) {
  .footer__copy {
    margin-top: 60px;
    padding: 32px 0 31px;
  }
}
.footer__copy .inner {
  height: initial;
}
@media (max-width: 767px) {
  .footer__copy .inner {
    width: 100%;
  }
}
.footer__copy .copy__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 53px;
}
@media (max-width: 767px) {
  .footer__copy .copy__wrap {
    flex-direction: column-reverse;
    padding-top: 0;
  }
}
.footer__copy .policy-nav a {
  color: #fff;
  font-size: 1.3rem;
}
.footer__copy .copy {
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .footer__copy .copy {
    font-size: 1.3rem;
    margin-top: 14px;
  }
}
@media (max-width: 359px) {
  .footer__copy .copy {
    font-size: 1.2rem;
  }
}

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

@media (max-width: 1439px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}