@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.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 {
  color: var(--primary);
  text-align: center;
}
.title-1:after {
  content: "";
  width: 1px;
  height: 1.25em;
  margin: 0.5em auto 0;
  display: block;
  background-color: currentColor;
}
.title-1 > .in {
  padding-bottom: 0.5em;
  border-bottom: solid 1px currentColor;
}

.title-2 {
  font-weight: 500;
  padding-left: 0.65em;
  border-left: solid 0.25em var(--primary);
}

.title-hh-1 {
  color: #011e37;
  font-size: 20px;
  line-height: 1;
}
.title-hh-1 > .en_roboto {
  font-size: 1.71428em;
  line-height: 1;
  display: block;
  opacity: 0.2;
}
.title-hh-1 > .txt {
  line-height: 1.5;
  margin-top: -1em;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .title-hh-1 {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .title-hh-1 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .title-hh-1 {
    font-size: 35px;
  }
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: 1.875rem;
}
@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-xl {
  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: 768px) {
  .container-fluid-xl {
    padding-left: 98px;
    padding-right: 98px;
  }
}

/* --- 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;
  }
}

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

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

/* --- form --- */
@media print, screen and (min-width: 768px) {
  .select-inline {
    width: auto;
    display: inline;
  }
}

/* -------------------------------
	メインビジュアル
-------------------------------- */
#mainvisual {
  position: relative;
  z-index: 0;
}
#mainvisual .slide-photo {
  width: 100%;
  height: 75vw;
}
#mainvisual .slide-photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 992px) {
  #mainvisual .slide-photo {
    height: 100vh;
    max-height: 1000px;
  }
}
#mainvisual .slide-photo img {
  transition: transform 10s ease-out 1s;
}
#mainvisual .swiper-slide[class*=-active] .slide-photo img {
  transition-delay: 0s;
  transform: scale(1.2);
}
#mainvisual .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
#mainvisual .content h2 {
  color: #fff;
  font-size: min(calc(16px + 34 * (100vw - 320px) / 1180), 50px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 0.05em 0.05em 0.3em rgba(0, 0, 0, 0.35);
  text-align: center;
  margin: 0;
}
#mainvisual .content h2 small {
  font-size: 0.8em;
}
#mainvisual .content h2 strong {
  font-size: 1.2em;
}
#mainvisual .content h2 .text-dot {
  line-height: 2;
}
#mainvisual .content h2 .text-dot:before {
  color: #FFFD00;
}

/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_about {
  color: #fff;
  background-color: var(--primary);
}
.home_about h2 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5em;
}
.home_about .btns {
  text-align: center;
}
.home_about .btns .btn {
  min-width: 255px;
}
@media print, screen and (min-width: 992px) {
  .home_about__content {
    margin-left: -15px;
    padding-left: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-left: solid 1px #ccc;
  }
  .home_about__content p {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_about__content {
    padding-left: 80px;
  }
}

/* ---  --- */
.home_service .photo {
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
}
@media print, screen and (min-width: 992px) {
  .home_service .photo {
    margin-left: calc((930px - 100vw) / 2);
    margin-right: calc((930px - 100vw) / 2);
    height: 700px;
    position: relative;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_service .photo {
    margin-left: calc((1110px - 100vw) / 2);
    margin-right: calc((1110px - 100vw) / 2);
  }
}
.home_service .btns .btn {
  min-width: 255px;
}

.home_work {
  background-color: #f3f3f3;
}
@media print, screen and (min-width: 992px) {
  .home_work .photo {
    margin-right: -15px;
    transform: skewX(10deg);
    transform-origin: 100% 100%;
  }
  .home_work .photo img {
    transform: skewX(-10deg);
    transform-origin: 100% 100%;
  }
}

.home_office {
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .home_office .photo {
    margin-left: -15px;
    transform: skewX(10deg);
    transform-origin: 0 0;
  }
  .home_office .photo img {
    transform: skewX(-10deg);
    transform-origin: 0 0;
  }
}

/* ---  --- */
.home_links {
  display: flex;
  flex-wrap: wrap;
  padding-top: min(calc(5px + 25 * (100vw - 320px) / 1180), 30px);
}
.home_links > a {
  display: block;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 768px) {
  .home_links > a {
    flex: 0 0 50%;
  }
}

.home_links__figure > .photo {
  height: 75vw;
  position: relative;
  z-index: 0;
}
.home_links__figure > .photo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #011e37;
  opacity: 0.2;
  mix-blend-mode: hard-light;
  transition: opacity 0.7s ease;
}
.home_links__figure figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.home_links__figure figcaption h2 {
  font-size: min(calc(20px + 10 * (100vw - 320px) / 448), 30px);
  line-height: 1.5;
  text-align: center;
  margin: -.75em 0 1em;
}
.home_links__figure figcaption .column {
  font-weight: 700;
  font-size: min(calc(13px + 3 * (100vw - 320px) / 448), 16px);
  letter-spacing: normal;
  text-align: center;
}
.home_links__figure figcaption .arrow {
  position: absolute;
  right: min(calc(10px + 50 * (100vw - 320px) / 1600), 60px);
  top: -1em;
  color: #fff;
  font-weight: 500;
  font-size: min(calc(10px + 20 * (100vw - 320px) / 1600), 30px);
  line-height: 1;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #fff;
  border-radius: 50%;
  z-index: 10;
}
.home_links__figure figcaption .arrow:after {
  content: "→";
}
@media print, screen and (min-width: 768px) {
  .home_links__figure > .photo {
    height: min(calc(260px + 240 * (100vw - 768px) / 1152), 500px);
  }
  .home_links__figure figcaption h2 {
    font-size: min(calc(18px + 17 * (100vw - 768px) / 1152), 35px);
  }
  .home_links__figure figcaption .column {
    font-size: min(calc(12px + 4 * (100vw - 320px) / 1152), 16px);
  }
}
.home_links__figure:hover > .photo:after {
  opacity: 0.5;
}

/* ---  --- */
.page_foot {
  padding-top: min(calc(50px + 50 * (100vw - 320px) / 880), 100px);
  background-color: #f2f4f5;
}

.page_foot__contact {
  padding-bottom: min(calc(30px + 20 * (100vw - 320px) / 880), 50px);
}
.page_foot__contact h2 {
  color: var(--primary);
  text-align: center;
  margin-bottom: 0.75em;
}
.page_foot__contact p {
  text-align: center;
  margin-bottom: 4rem;
}
.page_foot__contact .columns {
  border-top: solid 10px var(--primary);
  border-bottom: solid 3px var(--primary);
  padding: 30px 0 15px;
}
.page_foot__contact .columns .telphone {
  color: var(--primary);
  font-size: 28px;
  text-align: center;
}
.page_foot__contact .columns .btn {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  border: solid 1px #011e37;
  background-color: #011e37;
}
.page_foot__contact .columns .btn i {
  font-size: 1.5em;
}
.page_foot__contact .columns .btn:hover {
  color: #011e37;
  background-color: #fff;
}
.page_foot__contact .columns .subtxt {
  font-size: 0.8125rem;
  text-align: center;
  margin-top: min(3.90625vw, 30px);
}
@media print, screen and (min-width: 768px) {
  .page_foot__contact .columns .telphone {
    font-size: 32px;
  }
  .page_foot__contact .columns .btn {
    font-size: 18px;
  }
  .page_foot__contact .columns .subtxt {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .page_foot__contact .columns .telphone {
    font-size: 32px;
  }
  .page_foot__contact .columns .btn {
    font-size: 20px;
  }
  .page_foot__contact .columns .subtxt {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .page_foot__contact .columns .telphone {
    font-size: 38px;
  }
  .page_foot__contact .columns .btn {
    font-size: 22px;
  }
  .page_foot__contact .columns .subtxt {
    font-size: 1rem;
  }
}

/**/
.page_foot__mark {
  position: relative;
  z-index: 0;
}
.page_foot__mark:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.page_foot__mark__inner {
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}
.page_foot__mark__inner .content {
  flex: 0 0 100%;
}
.page_foot__mark__inner .img {
  flex: 0 0 50%;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .page_foot__mark__inner {
    padding: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .page_foot__mark__inner {
    padding: 45px;
  }
  .page_foot__mark__inner .content {
    flex-basis: 0;
    flex-grow: 1;
    order: 2;
  }
  .page_foot__mark__inner .img {
    flex: 0 0 180px;
    padding: 0;
  }
  .page_foot__mark__inner .img1 {
    order: 1;
  }
  .page_foot__mark__inner .img2 {
    order: 3;
  }
}
@media print, screen and (min-width: 1200px) {
  .page_foot__mark__inner {
    padding: 65px;
  }
  .page_foot__mark__inner .img {
    flex: 0 0 220px;
  }
}
.page_foot__mark__inner .content h3 {
  font-size: 18px;
  text-align: center;
}
.page_foot__mark__inner .content h3 > small {
  color: #fe8900;
  font-size: 0.66666em;
  display: inline-block;
  padding: 0 0.5em 0 0.75em;
  margin-bottom: .5em;
  position: relative;
}
.page_foot__mark__inner .content h3 > small:before, .page_foot__mark__inner .content h3 > small:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fe8900;
}
.page_foot__mark__inner .content h3 > small:before {
  left: 0;
  transform: rotate(-25deg);
}
.page_foot__mark__inner .content h3 > small:after {
  right: 0;
  transform: rotate(25deg);
}
.page_foot__mark__inner .content p {
  color: var(--primary);
  font-size: 0.8125rem;
  letter-spacing: normal;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page_foot__mark__inner .content h3 {
    font-size: 24px;
  }
  .page_foot__mark__inner .content p {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .page_foot__mark__inner .content h3 {
    font-size: 30px;
  }
  .page_foot__mark__inner .content p {
    font-size: 20px;
  }
}

/* -------------------------------
	作業服
-------------------------------- */
/* ---  --- */
.service_head__ttl {
  font-size: 18px;
}
.service_head__ttl > .en_roboto {
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.service_head__ttl > .txt {
  font-weight: 500;
  padding-left: 2.5em;
  display: inline-block;
  margin-top: .5em;
  position: relative;
}
.service_head__ttl > .txt:before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  width: 1.5em;
  height: 1px;
  background-color: currentColor;
  opacity: 0.5;
}
@media print, screen and (min-width: 768px) {
  .service_head__ttl {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .service_head__ttl {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service_head__ttl {
    font-size: 32px;
  }
}
.service_head__ttl2 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .service_head__ttl2 {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .service_head__ttl2 {
    font-size: 1.5rem;
  }
}
.service_head__day {
  color: #fff;
  text-align: center;
  border: solid 1px #333;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  background-color: #333;
}
.service_head__txt {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 0.5em;
}

/* ---  --- */
.service_navi__ttl {
  color: var(--info);
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.25em 0.5em;
  margin: 0;
  position: relative;
}
.service_navi__ttl:before, .service_navi__ttl:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 100%;
  border: solid 2px currentColor;
  pointer-events: none;
}
.service_navi__ttl:before {
  left: 0;
  top: 0;
  border-right-width: 0;
}
.service_navi__ttl:after {
  right: 0;
  bottom: 0;
  border-left-width: 0;
}
.service_navi__ttl .in {
  display: block;
  margin: auto;
}
.service_navi__list {
  font-size: 0.875rem;
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.service_navi__list > li {
  padding: 0 5px;
  margin: 5px 0;
  flex: 0 0 50%;
}
.service_navi__list > li > a {
  color: var(--info);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  border: solid 1px var(--info);
  position: relative;
  transition: color 0.3s ease, background 0.3s ease;
}
.service_navi__list > li > a:before {
  content: "\f105";
  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;
}
.service_navi__list > li > a:hover {
  color: #fff;
  background-color: var(--info);
}
@media print, screen and (min-width: 768px) {
  .service_navi__list > li {
    flex: 0 0 33.33334%;
  }
}
@media print, screen and (min-width: 992px) {
  .service_navi__list {
    font-size: 0.9375rem;
  }
  .service_navi__list > li {
    flex: 0 0 33.33334%;
  }
}
@media print, screen and (min-width: 1200px) {
  .service_navi__list {
    font-size: 1rem;
  }
  .service_navi__list > li {
    flex: 0 0 25%;
  }
}
.service_navi.servicew .service_navi__ttl {
  color: var(--danger);
}
.service_navi.servicew .service_navi__list > li {
  flex: 0 0 100%;
}
.service_navi.servicew .service_navi__list > li > a {
  color: var(--danger);
  border: solid 1px var(--danger);
}
.service_navi.servicew .service_navi__list > li > a:hover {
  color: #fff;
  background-color: var(--danger);
}
@media print, screen and (min-width: 768px) {
  .service_navi.servicew .service_navi__list > li {
    flex: 0 0 50%;
  }
}
@media print, screen and (min-width: 992px) {
  .service_navi.servicew .service_navi__list > li {
    flex: 0 0 33.33334%;
  }
}

/* ---  --- */
.service_content {
  position: relative;
  z-index: 0;
}
.service_content > .bg_txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  font-size: 12vw;
  line-height: 0.875;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  opacity: 0.1;
}

/* ---  --- */
.service_maker__ttl {
  color: #0066cc;
  font-weight: 500;
  padding: 0.5em 0 0.5em 1em;
  background: linear-gradient(to right, rgba(0, 102, 204, 0.3) 0%, rgba(0, 102, 204, 0.05) 100%);
  position: relative;
}
.service_maker__ttl:before {
  content: "";
  position: absolute;
  top: 0.25em;
  bottom: 0.25em;
  left: 0.25em;
  width: 0.25em;
  background-color: #fff;
}
.service_maker.servicew .service_maker__ttl {
  color: #ff6699;
  background: linear-gradient(to right, rgba(255, 102, 153, 0.3) 0%, rgba(255, 102, 153, 0.05) 100%);
}

.service_maker__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service_maker__content__ttl {
  font-weight: 500;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.service_maker__content__ttl:before, .service_maker__content__ttl:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #444;
  display: block;
}
.service_maker__content__ttl:before {
  margin-right: .5em;
}
.service_maker__content__ttl:after {
  margin-left: .5em;
}
.service_maker__content .logo {
  text-align: center;
  margin-top: auto;
  padding: 2rem 0;
  border-top: dotted 1px #ccc;
}
.service_maker__content .logo a {
  transition: opacity 0.3s ease;
}
.service_maker__content .logo a:hover {
  opacity: 0.65;
}
.service_maker__content .list-design-1 {
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  background-color: #efefef;
}
.tel_contact .telphone {
  color: var(--primary);
  font-size: 25px;
  text-align: center;
  padding: .5em;
  border-radius: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.tel_contact .telphone i {
  margin-right: 10px;
}
.tel_contact .subtxt {
  font-size: 0.75rem;
  text-align: center;
  margin-top: .5em;
}
@media print, screen and (min-width: 768px) {
  .tel_contact .telphone {
    font-size: 28px;
  }
  .tel_contact .subtxt {
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .tel_contact .telphone {
    font-size: 32px;
  }
  .tel_contact .subtxt {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .tel_contact .telphone {
    font-size: 36px;
  }
  .tel_contact .subtxt {
    font-size: 1rem;
  }
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #eee;
  background-color: #f6f6f6;
  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;
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #CCD1D4;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #CCD1D4;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  color: var(--primary);
  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 {
  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 {
  color: var(--primary);
  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) " )";
}

/* 
 * スクロールエフェクト
 */
@media screen {
  .js-row-1 > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .js-row-1 > *.is-active {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 
 * EZアニメーション用
 */
@media screen {
  .amn-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .amn-fade-up.is-active {
    opacity: 1;
    transform: translateY(0px);
  }

  .amn-fade-down {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .amn-fade-down.is-active {
    opacity: 1;
    transform: translateY(0px);
  }

  .amn-fade-left {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .amn-fade-left.is-active {
    opacity: 1;
    transform: translateX(0px);
  }

  .amn-fade-right {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .amn-fade-right.is-active {
    opacity: 1;
    transform: translateX(0px);
  }

  .amn-lr-open {
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 3s ease;
  }
  .amn-lr-open.is-active {
    opacity: 1;
    transform: scale(1, 1);
  }

  .amn-rl-open {
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: right center;
    transition: transform 3s ease;
  }
  .amn-rl-open.is-active {
    opacity: 1;
    transform: scale(1, 1);
  }

  .amn-marker-yellow {
    background: linear-gradient(to bottom, rgba(254, 239, 68, 0) 0%, rgba(254, 239, 68, 0) 0%, rgba(254, 239, 68, 0) 50%, #feef44 50%, #feef44 90%, rgba(254, 239, 68, 0) 90%, rgba(254, 239, 68, 0) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background 3s ease;
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }

  .amn-box-up {
    display: inline-block;
    overflow: hidden;
    opacity: 0;
  }
  .amn-box-up > span {
    display: inline-block;
    transform: translateY(150%);
    transition: transform 1s ease;
  }
  .amn-box-up.is-active {
    opacity: 1;
  }
  .amn-box-up.is-active > span {
    transform: translateY(0%);
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #011e37;
    z-index: 10;
    transform: scale(0, 1);
  }
  .shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .shutter.shutter_lr.is-active {
    opacity: 1;
  }
  .shutter.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;
  }
  .shutter.shutter_lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .shutter.shutter_rl.is-active {
    opacity: 1;
  }
  .shutter.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;
  }
  .shutter.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 */
