@charset "UTF-8";
/* -------------------------------
	ローディング
-------------------------------- */
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 99999;
}
#loading .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#loading .mask:before, #loading .mask:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #009632;
  transition: transform 2s ease;
}
#loading .mask:before {
  transform: translate(-100%, -50%);
}
#loading .mask:after {
  transform: translate(0%, -50%);
}
#loading .logo {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 10;
}
#loading .logo .in {
  margin: auto;
  opacity: 0;
  padding: 0 15%;
}
#loading.complete .mask:before {
  transform: translate(-200%, -50%);
}
#loading.complete .mask:after {
  transform: translate(100%, -50%);
}
#loading.load_already {
  opacity: 0;
  visibility: hidden;
}
#loading.load_already:before, #loading.load_already:after {
  display: none;
}

/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  line-height: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 880), 24px);
}

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  border-left: solid 0.2em var(--primary);
  padding-left: 0.5em;
}

.title-hh-1 {
  font-size: 1rem;
  line-height: normal;
}
.title-hh-1 > .fs-en {
  color: #009632;
  font-size: min(calc(35px + 35 * (100vw - 320px) / 1280), 70px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.title-hh-1 > .txt {
  font-weight: 500;
  font-size: min(calc(16px + 6 * (100vw - 320px) / 1280), 22px);
  display: block;
  margin-top: 0.5em;
}
.title-hh-1.xl > .fs-en {
  font-size: min(calc(40px + 60 * (100vw - 320px) / 1280), 100px);
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 768px) {
  .ttl-fs-1 {
    font-size: 2.1875rem;
  }
}
@media print, screen and (min-width: 992px) {
  .ttl-fs-1 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .ttl-fs-1 {
    font-size: 3.125rem;
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-sxl {
  max-width: 1500px;
  width: 100%;
  padding-left: calc(15px + 83 * (100vw - 320px) / 1180);
  padding-right: calc(15px + 83 * (100vw - 320px) / 1180);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1500px) {
  .container-fluid-sxl {
    padding-left: 98px;
    padding-right: 98px;
  }
}

.container-fluid-xl {
  max-width: 1600px;
  width: 100%;
  padding-left: calc(15px + 50 * (100vw - 320px) / 1280);
  padding-right: calc(15px + 50 * (100vw - 320px) / 1280);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1600px) {
  .container-fluid-xl {
    padding-left: 65px;
    padding-right: 65px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 880);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 880);
  padding-right: calc(5px + 10 * (100vw - 320px) / 880);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

/* --- form --- */
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  height: 60vh;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (orientation: landscape) and (max-width: 767px) {
  #mainvisual {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual {
      height: 100dvh;
    }
  }
}
@media print, screen and (min-width: 992px) {
  #mainvisual {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual {
      height: 100dvh;
    }
  }
}
#mainvisual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainvisual .caption {
  position: absolute;
  left: min(calc(15px + 165 * (100vw - 320px) / 1600), 180px);
  bottom: 10%;
  z-index: 10;
}
#mainvisual .caption .fs-en {
  color: #fff;
  font-size: min(calc(30px + 66 * (100vw - 320px) / 1600), 96px);
  line-height: 1.25;
}
#mainvisual .caption .txt {
  color: #fff;
  font-weight: 700;
  font-size: min(calc(12px + 20 * (100vw - 320px) / 1600), 32px);
  line-height: normal;
  margin-top: 1em;
}
@media print, screen and (min-width: 992px) {
  #mainvisual .caption {
    top: 60%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

/* -------------------------------
	home
-------------------------------- */
.home-hh-1 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1280), 24px);
  line-height: normal;
}
.home-hh-1 > .fs-en {
  color: #009632;
  font-size: 3em;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.home-hh-1 > .txt {
  font-weight: 500;
  font-size: 1em;
  display: block;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .home-hh-1 > .fs-en {
    font-size: 4em;
  }
}

/* --- --- */
@media screen and (min-width: 992px) {
  .home_head #mainvisual {
    position: sticky;
    top: 0;
  }
}

/* ---  --- */
.home_service {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .home_service:before {
    content: "";
    width: 100%;
    height: 100vh;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 100%);
  }
}
.home_service__head {
  padding-top: min(calc(50px + 130 * (100vw - 320px) / 1280), 180px);
  padding-bottom: min(calc(50px + 70 * (100vw - 320px) / 1280), 120px);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.home_service__head > .bg_txt {
  position: absolute;
  right: -.1em;
  top: 50%;
  z-index: -1;
  color: #f0fbf4;
  font-size: min(14.8vw, 296px);
  line-height: 1;
  letter-spacing: normal;
  margin-top: -.5em;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .home_service__head > .bg_txt {
    display: block;
  }
}
.home_service__head .column {
  max-width: 44em;
}
.home_service__content {
  padding-bottom: min(calc(100px + 150 * (100vw - 320px) / 1280), 250px);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.home_service__content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
  background: url("../images/home/home_service_bg.jpg") no-repeat center center/cover;
}
@media print, screen and (min-width: 992px) {
  .home_service__content:after {
    height: min(35.25vw, 564px);
  }
}

.home_service__figure {
  color: #1e2822;
  max-width: 470px;
  margin: 0 auto;
  box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
}
.home_service__figure figcaption {
  font-size: 16px;
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 2em 0 2em 8.5%;
}
.home_service__figure figcaption .num {
  color: #009632;
  font-weight: 400;
  font-size: 2em;
  line-height: 1;
  padding-right: .5em;
  margin-right: .5em;
  border-right: solid 1px #c6c6c6;
}
.home_service__figure figcaption h3 {
  font-size: 1em;
  margin: 0;
}
.home_service__figure figcaption h3 > small {
  color: #c6c6c6;
  font-weight: 600;
  font-size: 0.5em;
  text-transform: uppercase;
  display: block;
  margin-top: .5em;
}
@media print, screen and (min-width: 992px) {
  .home_service__figure figcaption {
    font-size: min(calc(14px + 10 * (100vw - 992px) / 608), 24px);
  }
}
a > .home_service__figure > .photo {
  background-color: #fff;
}
a > .home_service__figure > .photo img {
  transition: opacity 0.3s ease;
}
a > .home_service__figure figcaption {
  position: relative;
}
a > .home_service__figure figcaption:after {
  content: "\f054";
  color: #009632;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.875em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}
a > .home_service__figure:hover > .photo img {
  opacity: 0.5;
}
a > .home_service__figure:hover figcaption:after {
  animation: arrow-out-in 0.4s ease-in-out forwards;
}

/* ---  --- */
.home_works {
  padding: min(calc(50px + 80 * (100vw - 320px) / 1280), 130px) 0;
  background-color: #f7f7f7;
  overflow: hidden;
}
.home_works__head {
  position: relative;
  z-index: 0;
}
.home_works__head .bg_txt {
  position: absolute;
  left: 0;
  bottom: -.1em;
  z-index: -1;
  color: #fff;
  font-size: min(14.8vw, 296px);
  line-height: 1;
  letter-spacing: normal;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .home_works__head .bg_txt {
    display: block;
  }
}
.home_works__content .scroll-infinity__wrap .scroll-infinity__list {
  gap: 10px;
  margin-right: 10px;
}
.home_works__content .scroll-infinity__wrap .scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.home_works__content .scroll-infinity__wrap .scroll-infinity__list > div {
  width: calc(100vw / 3);
  pointer-events: none;
  box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.1);
  aspect-ratio: 4 / 3;
}
.home_works__content .scroll-infinity__wrap .scroll-infinity__list > div > img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .home_works__content .scroll-infinity__wrap .scroll-infinity__list {
    gap: 15px;
    margin-right: 15px;
  }
  .home_works__content .scroll-infinity__wrap .scroll-infinity__list > div {
    width: calc(100vw / 4);
  }
}

/* ---  --- */
.home_recruit {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_recruit .photo {
  aspect-ratio: 16 / 9;
}
@media print, screen and (min-width: 992px) {
  .home_recruit .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    aspect-ratio: auto;
  }
}
.home_recruit__content {
  padding: min(calc(50px + 70 * (100vw - 320px) / 1280), 120px) 0;
}
.home_recruit__content h2, .home_recruit__content h3, .home_recruit__content p, .home_recruit__content div {
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .home_recruit__content {
    padding-left: min(calc(30px + 95 * (100vw - 992px) / 608), 125px);
  }
  .home_recruit__content h2, .home_recruit__content h3, .home_recruit__content p, .home_recruit__content div {
    text-align: left;
  }
}

/* ---  --- */
.home_contact {
  color: #fff;
  padding: min(calc(50px + 70 * (100vw - 320px) / 1280), 120px) 0;
  background: url("../images/home/home_contact_bg.jpg") no-repeat center center/cover;
  overflow: hidden;
}
.home_contact .home-hh-1 > .fs-en {
  color: #fff;
}
.home_contact h2, .home_contact p, .home_contact .telphone, .home_contact .btns {
  text-align: center;
}
.home_contact .telphone {
  font-size: min(calc(30px + 18 * (100vw - 320px) / 1280), 48px);
}
.home_contact__content {
  max-width: 500px;
  margin: 0 auto;
}
.home_contact__content .btn {
  font-size: min(calc(18px + 6 * (100vw - 320px) / 1280), 24px);
  display: block;
  padding-top: 1.13888em;
  padding-bottom: 1.13888em;
}
@media print, screen and (min-width: 992px) {
  .home_contact h2, .home_contact p, .home_contact .telphone, .home_contact .btns {
    text-align: left;
  }
}

/* -------------------------------
	事業内容
-------------------------------- */
/* ---  --- */
.service_content .title {
  font-size: min(calc(26px + 10 * (100vw - 320px) / 448), 36px);
  display: flex;
  align-items: center;
}
.service_content .title .num {
  color: #009632;
  font-weight: 400;
  font-size: 2em;
  line-height: 1;
  padding-right: .25em;
  margin-right: .25em;
  border-right: solid 1px #c6c6c6;
}
.service_content .title h3 {
  font-size: 1em;
  margin: 0;
}
.service_content .title h3 > small {
  color: #c6c6c6;
  font-weight: 600;
  font-size: 0.5em;
  text-transform: uppercase;
  display: block;
  margin-top: .5em;
}
.service_content .construction_type {
  padding: 5%;
  border: solid 1px #c7c7c7;
}
.service_content.even {
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 992px) {
  .service_content .title {
    font-size: min(calc(26px + 10 * (100vw - 992px) / 608), 36px);
  }
  .service_content.odd .service_content__column {
    padding-left: min(calc(30px + 95 * (100vw - 992px) / 608), 125px);
  }
  .service_content.even .row > div:first-child {
    order: 13;
  }
  .service_content.even .service_content__column {
    padding-right: min(calc(30px + 95 * (100vw - 992px) / 608), 125px);
  }
}

/* ---  --- */
.service_reason__head {
  color: #fff;
  background-color: #009632;
}
.service_reason__head .title-hh-1, .service_reason__head .title-hh-1 > .fs-en {
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .service_reason__content {
    position: relative;
    z-index: 0;
  }
  .service_reason__content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: min(calc(154px + 96 * (100vw - 992px) / 608), 250px);
    background-color: #009632;
  }
}

.service_reason__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service_reason__item h4 {
  text-align: center;
  margin: 1.5em 0;
}
.service_reason__item .columns {
  flex: 1 1 0;
  padding-bottom: 50px;
}
.service_reason__item .columns h5 {
  display: flex;
  align-items: center;
}
.service_reason__item .columns h5 > .fs-en {
  font-weight: 600;
  font-size: 2em;
  line-height: 1;
  padding-right: .25em;
  margin-right: .25em;
  border-right: solid 1px #c6c6c6;
}
.service_reason__item .columns h5 > .txt {
  font-weight: 500;
}
@media print, screen and (min-width: 992px) {
  .service_reason__item .columns {
    padding-left: 7%;
    padding-right: 7%;
    margin-top: 1px;
  }
  .service_reason__item .columns h5 {
    font-size: min(calc(20px + 6 * (100vw - 992px) / 608), 26px);
  }
  .service_reason__item .columns * + h5 {
    margin-top: 2em;
  }
  .service_reason__item.first .columns {
    border-right: solid 1px #c6c6c6;
  }
}

/* -------------------------------
	施工実績
-------------------------------- */
/* ---  --- */
.works-main-swiper {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
@media print, screen and (min-width: 768px) {
  .works-main-swiper {
    width: 43%;
  }
}
.works-main-swiper .swiper-wrapper {
  align-items: center;
  overflow: visible;
}
.works-main-swiper .swiper-slide {
  transform: scale(0.8);
  opacity: 0;
}
.works-main-swiper .swiper-slide-prev,
.works-main-swiper .swiper-slide-next {
  transform: scale(0.8);
  opacity: 1;
}
.works-main-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.works-main-swiper .slide-photo img {
  border: solid 3px #fff;
  border-radius: min(3.0241935vw, 15px);
}
.works-main-swiper .slide-txt {
  font-weight: 500;
  font-size: min(calc(13px + 7 * (100vw - 320px) / 1180), 20px);
  text-align: center;
  padding-top: 1em;
}
.works-main-swiper .swiper-button-prev, .works-main-swiper .swiper-button-next {
  font-size: min(calc(10px + 6 * (100vw - 320px) / 880), 16px);
  display: grid;
  place-content: center;
  width: 3.2em;
  height: 3.2em;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.works-main-swiper .swiper-button-prev {
  left: -1.6em;
}
.works-main-swiper .swiper-button-next {
  right: -1.6em;
}
.works-main-swiper .swiper-button-prev::before, .works-main-swiper .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.works-main-swiper .swiper-button-prev::after, .works-main-swiper .swiper-button-next::after {
  font-size: 1em;
  width: 1.2em;
  height: 1.2em;
  content: "";
  border: solid #ddd;
  border-width: 3px 3px 0 0;
}
.works-main-swiper .swiper-button-prev::after {
  margin-left: 0.4em;
  transform: rotate(-135deg);
}
.works-main-swiper .swiper-button-next::after {
  margin-right: 0.4em;
  transform: rotate(45deg);
}
.works-main-swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.works-thumbs-swiper {
  margin-top: 2rem;
}

.works-thumbs-swiper .swiper-slide {
  opacity: 1;
  cursor: pointer;
}
.works-thumbs-swiper .swiper-slide .slide-img {
  height: 0;
  display: block;
  padding-top: 75%;
  border: solid 1px #fff;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.works-thumbs-swiper .swiper-slide .slide-img img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.works-thumbs-swiper .swiper-slide-thumb-active img {
  opacity: 0.5;
}

/* --- --- */
.works_project {
  list-style: none;
  padding: 0;
  margin: 0;
}
.works_project > li {
  padding: 0.75em 0.75em 0.5em 1.1em;
  border-bottom: solid 1px #c7c7c7;
  position: relative;
}
.works_project > li:before {
  content: "■";
  position: absolute;
  left: 0;
  opacity: 0.65;
  transform: scale(0.65);
}
@media print, screen and (min-width: 992px) {
  .works_project {
    font-size: min(calc(15px + 3 * (100vw - 992px) / 608), 18px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
}

/* -------------------------------
	会社概要
-------------------------------- */
/* ---  --- */
.company_greeting__head {
  position: relative;
  z-index: 0;
}
.company_greeting__head h3 {
  margin: 0;
  position: relative;
}
.company_greeting__head .bg-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(50%);
}
.company_greeting__head .bg-line:after {
  content: "";
  display: block;
  width: 1px;
  height: min(calc(60px + 60 * (100vw - 320px) / 880), 120px);
  background-color: #000;
  animation: scroll 1.5s infinite;
}
.company_greeting__content {
  color: #fff;
  background: url("../images/company/company_greeting_bg.jpg") no-repeat center center/cover;
}
.company_greeting__content h4 {
  font-size: min(calc(21px + 19 * (100vw - 320px) / 1280), 40px);
  text-align: center;
}
.company_greeting__content h4 .in {
  display: inline-block;
  border-bottom: solid 1px #fff;
  padding-bottom: 0.15em;
}
.company_greeting__content .name {
  text-align: center;
}
.company_greeting__content .name img {
  width: min(calc(180px + 60 * (100vw - 320px) / 1280), 240px);
}
@media print, screen and (min-width: 768px) {
  .company_greeting__content p {
    font-size: min(calc(16px + 4 * (100vw - 768px) / 832), 20px);
    line-height: 2;
    text-align: center;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ---  --- */
.company_group__inner {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .company_group__content {
    padding: 30px 0;
    padding-left: min(calc(30px + 95 * (100vw - 992px) / 608), 125px);
  }
}
.company_group .googlemap {
  margin: 0 15px;
}
@media print, screen and (min-width: 992px) {
  .company_group .googlemap {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
    padding-top: 0;
    margin: 0;
    box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.1);
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  text-align: center;
  border: solid 1px #ccc;
  padding: 0 5% 5%;
}
.tel_contact h3 {
  font-size: min(calc(18px + 18 * (100vw - 320px) / 1280), 36px);
  text-align: center;
  padding: 1.25em 0;
  margin-bottom: 1.5em;
  border-bottom: solid 1px #c7c7c7;
}
.tel_contact .telphone {
  font-size: min(calc(28px + 17 * (100vw - 320px) / 1280), 45px);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .tel_contact .telphone {
    font-size: min(calc(25px + 20 * (100vw - 768px) / 832), 45px);
  }
  .tel_contact .row > div:first-child {
    border-right: solid 1px #c7c7c7;
  }
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #eee;
  background-color: #fafafa;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #contactform .select-inline, #contactform .p-region {
    width: auto;
    display: inline;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 15em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm, .table-contact > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #555;
  font-size: 0.8125rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 50px;
  --amn-translateY-active: 0;
  --amn-translateX: 100px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 0.7s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(.9,.09,.67,.93);
  --amn-marker-bg: rgba(254,239,68,1);
  --amn-marker-bg-transparent: rgba(254,239,68,0);
  --amn-marker-transition: 3s ease;
}

@media screen {
  /* 横並びの要素を遅延して表示させる */
  .js-row-1 > * {
    opacity: var(--amn-opacity);
    transform: translateY(var(--amn-translateY));
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .js-row-1 > *.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  /* アニメーション: 上下左右 */
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    opacity: var(--amn-opacity);
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }

  .amn-fade-up {
    transform: translateY(var(--amn-translateY));
  }
  .amn-fade-up.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--amn-translateY) * -1));
  }
  .amn-fade-down.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-left {
    transform: translateX(var(--amn-translateX));
  }
  .amn-fade-left.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--amn-translateX) * -1));
  }
  .amn-fade-right.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  /* マスクエフェクト */
  .amn-lr-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  /* マスクアップ */
  .amn-mask-up {
    display: inline-block;
    opacity: var(--amn-opacity);
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .amn-mask-up.is-active {
    opacity: var(--amn-opacity-active);
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #73b400;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.amn-shutter_lr.is-active {
    opacity: 1;
  }
  .amn-shutter.amn-shutter_lr.is-active .shutter__element {
    animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.amn-shutter_lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.amn-shutter_rl.is-active {
    opacity: 1;
  }
  .amn-shutter.amn-shutter_rl.is-active .shutter__element {
    animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.amn-shutter_rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=module.css.map */
