@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 {
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px var(--primary);
  position: relative;
}
.title-1:before {
  content: "\f0e7";
  color: rgba(255, 216, 0, 0);
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1.2;
  text-stroke: 2px #ffd800;
  -webkit-text-stroke: 2px #ffd800;
  position: absolute;
  left: 0;
}

.title-hh-1 {
  font-size: 1rem;
}
.title-hh-1 > .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.title-hh-1 > .txt:before {
  content: "\f0e7";
  color: #ffd800;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1;
  margin-right: 0.25em;
}
.title-hh-1 > .fs-en {
  color: #008c50;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 768px) {
  .title-hh-1 > .txt {
    font-size: 18px;
  }
  .title-hh-1 > .fs-en {
    font-size: 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  .title-hh-1 > .txt {
    font-size: 20px;
  }
  .title-hh-1 > .fs-en {
    font-size: 70px;
  }
}
@media print, screen and (min-width: 1400px) {
  .title-hh-1 > .txt {
    font-size: 20px;
  }
  .title-hh-1 > .fs-en {
    font-size: 80px;
  }
}
.title-hh-1.center {
  text-align: center;
}
.title-hh-1.center > .txt {
  justify-content: center;
}
.title-hh-1.right {
  text-align: right;
}
.title-hh-1.right > .txt {
  justify-content: flex-end;
}

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

/* -------------------------------
	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: 1500px) {
  .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;
  }
}

@media print, screen and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px !important;
  }
}

/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  overflow: hidden;
}
#mainvisual .slide {
  width: 100%;
  height: 64vh;
  display: flex;
}
@supports (height: 100dvh) {
  #mainvisual .slide {
    height: 64dvh;
  }
}
@media print, screen and (min-width: 768px) {
  #mainvisual .slide {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual .slide {
      height: 100dvh;
    }
  }
}
#mainvisual .slide .ms-section {
  position: relative;
  z-index: 0;
}
#mainvisual .slide .ms-section.left {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 768px) {
  #mainvisual .slide .ms-section.left {
    flex: 0 0 50%;
  }
}
#mainvisual .slide .ms-section.right {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #mainvisual .slide .ms-section.right {
    display: block;
    flex: 0 0 50%;
  }
}
#mainvisual .slide .ms-section .slide-photo {
  width: 100%;
  height: 100%;
}
#mainvisual .slide .ms-section .slide-photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainvisual .slide .ms-section .caption {
  position: absolute;
  z-index: 10;
  font-weight: 600;
  font-size: min(calc(20px + 20 * (100vw - 320px) / 1080), 40px);
  line-height: 2.075;
}
#mainvisual .slide .ms-section .caption .txt1, #mainvisual .slide .ms-section .caption .txt2 {
  padding: 0 0.36em;
  margin: 5px 0;
  display: inline-block;
}
#mainvisual .slide .ms-section .caption .txt1 {
  color: #008c50;
  background-color: #fff;
}
#mainvisual .slide .ms-section .caption .txt2 {
  color: #fff;
  background-color: #008c50;
}
#mainvisual .slide .ms-section .caption.caption_left {
  left: 20px;
  bottom: 80px;
}
#mainvisual .slide .ms-section .caption.caption_right {
  text-align: right;
  right: 20px;
  top: 80px;
}
@media print, screen and (min-width: 768px) {
  #mainvisual .slide .ms-section .caption {
    font-size: min(calc(20px + 20 * (100vw - 768px) / 632), 40px);
  }
  #mainvisual .slide .ms-section .caption.caption_left {
    left: min(calc(20px + 40 * (100vw - 768px) / 632), 40px);
    bottom: 80px;
  }
  #mainvisual .slide .ms-section .caption.caption_right {
    text-align: right;
    right: min(calc(20px + 40 * (100vw - 768px) / 632), 40px);
    top: 120px;
  }
}
#mainvisual .slide .ms-section {
  opacity: 0;
}
#mainvisual .slide .ms-section.left {
  transition: transform 0.7s ease-out;
}
#mainvisual .slide .ms-section.right {
  transition: transform 0.7s ease-out;
}
#mainvisual .swiper-slide.swiper-slide-prev .slide .ms-section {
  opacity: 1;
}
#mainvisual .swiper-slide.swiper-slide-prev .slide .ms-section.left {
  transform: translateY(100%);
}
#mainvisual .swiper-slide.swiper-slide-prev .slide .ms-section.right {
  transform: translateY(-100%);
}
#mainvisual .swiper-slide.swiper-slide-active .slide .ms-section {
  opacity: 1;
}
#mainvisual .swiper-slide.swiper-slide-active .slide .ms-section.left {
  transform: translateY(0%);
}
#mainvisual .swiper-slide.swiper-slide-active .slide .ms-section.right {
  transform: translateY(0%);
}
#mainvisual .swiper-slide.swiper-slide-next .slide .ms-section {
  opacity: 1;
}
#mainvisual .swiper-slide.swiper-slide-next .slide .ms-section.left {
  transform: translateY(-100%);
}
#mainvisual .swiper-slide.swiper-slide-next .slide .ms-section.right {
  transform: translateY(100%);
}

/* -------------------------------
	home
-------------------------------- */
#home-container {
  padding-top: 50px;
  display: block;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
@media print, screen and (min-width: 992px) {
  #home-container {
    padding-top: 100px;
  }
}

/* ---  --- */
.home_ttl_1 {
  font-size: 1rem;
}
.home_ttl_1 > .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.home_ttl_1 > .txt:before {
  content: "\f0e7";
  color: #ffd800;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1;
  margin-right: 0.25em;
}
.home_ttl_1 > .fs-en {
  color: #008c50;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .home_ttl_1 > .txt {
    font-size: 18px;
  }
  .home_ttl_1 > .fs-en {
    font-size: 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_ttl_1 > .txt {
    font-size: 20px;
  }
  .home_ttl_1 > .fs-en {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 1400px) {
  .home_ttl_1 > .txt {
    font-size: 20px;
  }
  .home_ttl_1 > .fs-en {
    font-size: 100px;
  }
}
.home_ttl_1.center {
  text-align: center;
}
.home_ttl_1.center > .txt {
  justify-content: center;
}
.home_ttl_1.right {
  text-align: right;
}
.home_ttl_1.right > .txt {
  justify-content: flex-end;
}

.home_bg_1 {
  background: url("../images/home/home_bg_1.jpg") no-repeat center bottom/cover;
}

/* ---  --- */
.home_message {
  padding: min(10vw, 200px) 0;
}
.home_message__h2 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .home_message__h2 {
    font-size: 1.11112rem;
  }
}
.home_message__h2 i {
  color: #ffd800;
  font-size: 1.25em;
  line-height: 1;
  margin-right: 0.25em;
}
.home_message__h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.84445;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home_message__h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home_message__h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .home_message__h3 {
    font-size: 45px;
  }
}
.home_message__h3 > .in {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  padding: 0 0.25em;
  margin-bottom: 0.22223em;
  background-color: #008c50;
}
.home_message__h3 > .in:last-child {
  margin-bottom: 0;
}

/* ---  --- */
.home_about {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .home_about {
    min-height: 560px;
  }
}
.home_about__image {
  margin-left: 20%;
  margin-right: 10%;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .home_about__image {
    position: absolute;
    left: calc(50% + 15px);
    top: 0;
    margin: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_about__image {
    left: calc(50% + 40px);
  }
}

/* ---  --- */
.home_service {
  padding-top: min(10.71428vw, 150px);
  background-color: #f5f5f5;
}
.home_service__row {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.home_service__row > div:first-child {
  border-bottom: solid 1px #ccc;
}
@media print, screen and (min-width: 768px) {
  .home_service__row > div:first-child {
    border-right: solid 1px #ccc;
    border-bottom: none;
  }
}

.home_service__figure {
  width: 100%;
  background-color: #f4f4f4;
  position: relative;
  z-index: 0;
}
.home_service__figure > img {
  display: block;
  max-width: inherit;
  width: 100%;
  opacity: 0;
}
.home_service__figure figcaption {
  color: #191919;
  line-height: 1.75;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
}
.home_service__figure figcaption .inner {
  text-align: center;
  margin: auto;
}
.home_service__figure figcaption .inner h3 {
  font-size: 30px;
  margin: 0;
}
.home_service__figure figcaption .inner h3:before {
  content: "\f0e7";
  color: rgba(244, 244, 244, 0);
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.81818em;
  line-height: 1;
  text-stroke: 2px #ffd800;
  -webkit-text-stroke: 2px #ffd800;
  display: block;
  width: 1em;
  margin: 0 auto;
}
.home_service__figure figcaption .inner .more {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding: 0.86112em 2em;
  border-radius: 20em;
  border: solid 1px #008c50;
  background-color: #008c50;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
}
.home_service__figure figcaption .inner .more > i {
  position: absolute;
  right: 1em;
  top: 50%;
  line-height: 1;
  margin-top: -.5em;
}
@media print, screen and (min-width: 768px) {
  .home_service__figure figcaption .inner h3 {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_service__figure figcaption .inner h3 {
    font-size: 40px;
  }
  .home_service__figure figcaption .inner .more {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1400px) {
  .home_service__figure figcaption .inner h3 {
    font-size: 55px;
  }
  .home_service__figure figcaption .inner .more {
    margin-top: 90px;
  }
}
a > .home_service__figure > img {
  transition: opacity 0.3s ease;
}
a > .home_service__figure figcaption .inner h3, a > .home_service__figure figcaption .inner p {
  transition: color 0.3s ease;
}
a > .home_service__figure figcaption .inner .more {
  transition: color 0.3s ease, background 0.3s ease;
}
a > .home_service__figure:hover > img {
  opacity: 1;
}
a > .home_service__figure:hover figcaption .inner h3, a > .home_service__figure:hover figcaption .inner p {
  color: #fff;
}
a > .home_service__figure:hover figcaption .inner .more {
  color: #008c50;
  background-color: #fff;
}

/* ---  --- */
.home_strength {
  padding: min(10vw, 200px) 0;
  background: url("../images/home/home_strength_bg.jpg") no-repeat center center/cover;
}
@media print, screen and (min-width: 992px) {
  .home_strength {
    padding-bottom: calc(min(10vw, 200px) + 88px);
  }
  .home_strength .row > div:nth-child(2) {
    transform: translateY(44px);
  }
  .home_strength .row > div:nth-child(3) {
    transform: translateY(88px);
  }
}
@media print, screen and (min-width: 1200px) {
  .home_strength {
    padding-bottom: calc(min(10vw, 200px) + 100px);
  }
  .home_strength .row > div:nth-child(2) {
    transform: translateY(50px);
  }
  .home_strength .row > div:nth-child(3) {
    transform: translateY(100px);
  }
}
@media print, screen and (min-width: 1400px) {
  .home_strength {
    padding-bottom: calc(min(10vw, 200px) + 122px);
  }
  .home_strength .row > div:nth-child(2) {
    transform: translateY(61px);
  }
  .home_strength .row > div:nth-child(3) {
    transform: translateY(122px);
  }
}

.home_strength__item {
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 50%, #f4f4f4 50%, #f4f4f4 100%);
}
.home_strength__item > .txt1 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 0.63636em 1em;
  display: inline-flex;
  background-color: #008c50;
}
.home_strength__item > .photo {
  position: relative;
  z-index: 0;
}
.home_strength__item > .photo > img {
  display: block;
  width: 100%;
  max-width: inherit;
}
.home_strength__item > .photo .num_strength {
  color: #15e857;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  width: 9.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.home_strength__item > .photo .num_strength strong {
  font-size: 5em;
  letter-spacing: -0.025em;
  line-height: 0.8;
  display: block;
  position: relative;
  z-index: 5;
}
.home_strength__item > .photo .num_strength .txt2 {
  line-height: 1;
  display: block;
  background-color: #f4f4f4;
  position: relative;
  z-index: 0;
}
.home_strength__item > .photo .num_strength .txt2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 1.5em;
  background-color: #f4f4f4;
}
.home_strength__item > .column {
  padding: 30px 15px;
  background-color: #f4f4f4;
}
@media print, screen and (min-width: 768px) {
  .home_strength__item > .txt1 {
    font-size: 22px;
  }
  .home_strength__item > .photo .num_strength {
    font-size: 20px;
  }
  .home_strength__item > .column {
    padding: 50px 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_strength__item > .txt1 {
    font-size: 16px;
  }
  .home_strength__item > .photo .num_strength {
    font-size: 16px;
  }
  .home_strength__item > .column {
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_strength__item > .txt1 {
    font-size: 18px;
  }
  .home_strength__item > .photo .num_strength {
    font-size: 18px;
  }
  .home_strength__item > .column {
    padding: 50px 20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .home_strength__item > .txt1 {
    font-size: 22px;
  }
  .home_strength__item > .photo .num_strength {
    font-size: 20px;
  }
  .home_strength__item > .column {
    padding: 50px 20px;
  }
}

/* ---  --- */
.home_mind {
  padding: min(10.7142vw, 150px) 0;
  margin-bottom: min(10.7142vw, 150px);
  background: url("../images/home/home_mind_bg.jpg") no-repeat center center/cover;
}

.home_mind__item .ttl {
  text-align: center;
  padding: 0 24%;
  position: relative;
  z-index: 10;
}
.home_mind__item .column {
  padding: 50px 15px 30px;
  margin-top: -30px;
  background-color: #fff;
  position: relative;
}
.home_mind__item .column .num {
  color: rgba(255, 255, 255, 0);
  font-weight: 700;
  font-size: 60px;
  line-height: 0.75;
  letter-spacing: -0.025em;
  text-stroke: 2px #008c50;
  -webkit-text-stroke: 2px #008c50;
  position: absolute;
  left: 10px;
  bottom: calc(100% - 30px);
}
@media print, screen and (min-width: 992px) {
  .home_mind__item .ttl {
    padding: 0 19.8%;
  }
  .home_mind__item .column {
    padding: 80px 35px 50px;
    margin-top: -50px;
  }
  .home_mind__item .column .num {
    font-size: 80px;
    left: 10px;
    bottom: calc(100% - 50px);
  }
}
@media print, screen and (min-width: 1200px) {
  .home_mind__item .column {
    padding: 80px 50px 50px;
    margin-top: -50px;
  }
  .home_mind__item .column .num {
    font-size: 100px;
    left: 20px;
    bottom: calc(100% - 50px);
  }
}

/* ---  --- */
.home_works {
  position: relative;
  z-index: 0;
}
.home_works:before {
  content: "";
  position: absolute;
  left: 0;
  top: min(7.14285vw, 100px);
  z-index: -1;
  width: 90%;
  aspect-ratio: 6 / 1;
  background: url("../images/home/home_works_bg.jpg") no-repeat center center/cover;
}

.home_works__figure > .photo {
  width: 100%;
  aspect-ratio: 413 / 310;
  margin-bottom: 15px;
}
.home_works__figure figcaption .cat {
  color: #fff;
  line-height: 2;
  padding: 0 0.5em;
  display: inline-block;
  background-color: #008c50;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_works__figure figcaption h3 {
  font-size: 1rem;
  margin: 0 0 0.75em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_works__figure figcaption .column {
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
a > .home_works__figure > .photo {
  background-color: #191919;
  overflow: hidden;
}
a > .home_works__figure > .photo img {
  transition: opacity 1s ease, transform 1s ease;
  opacity: 1;
  transform: scale(1);
}
a > .home_works__figure:hover > .photo img {
  transform: scale(1.15);
  opacity: 0.65;
}

/* ---  --- */
.home_tagukore {
  margin-bottom: min(10.71428vw, 150px);
  position: relative;
  z-index: 0;
}
.home_tagukore:before {
  content: "";
  position: absolute;
  right: 0;
  top: min(7.14285vw, 100px);
  z-index: -1;
  width: 90%;
  aspect-ratio: 6 / 1;
  background: url("../images/home/home_works_bg.jpg") no-repeat center center/cover;
}

/* ---  --- */
.home_news {
  margin-bottom: min(10.71428vw, 150px);
  position: relative;
  z-index: 0;
}
.home_news:before {
  content: "";
  position: absolute;
  right: 0;
  top: min(7.14285vw, 100px);
  z-index: -1;
  width: 90%;
  aspect-ratio: 6 / 1;
  background: url("../images/home/home_works_bg.jpg") no-repeat center center/cover;
}

/* -------------------------------
	お知らせ
-------------------------------- */
.news_content {
  padding-top: 30px;
  max-height: 540px;
  overflow-y: auto;
}

.news_content::-webkit-scrollbar {
  width: 3px;
}

@media print, screen and (min-width: 768px) {
  .news_content::-webkit-scrollbar {
    width: 5px;
  }
}

.news_content::-webkit-scrollbar-thumb {
  background: #b4b4b4;
  border-radius: 5px;
}

.news_content::-webkit-scrollbar-track {
  background: #e8e8e8;
}


.news_content__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-right: 5px;
}
.news_content__item:last-child {
  margin-bottom: 0;
}

.news_content__item > .date {
  flex: 0 0 100%;
}
.news_content__item > .cat {
  flex: 0 0 auto;
}
.news_content__item > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 768px) {
  .news_content__item > .date {
    flex: 0 0 11.875em;
  }
}
@media print, screen and (min-width: 992px) {
  .news_content__item {
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .news_content__item > .cat {
    flex: 0 0 10em;
    max-width: 10em;
  }
  .news_content__item > .columns {
    flex: 1 1 0;
    padding-left: 20px;
  }
}
.news_content__item > .date {
    line-height: normal;
  margin-bottom: 10px;
}
.news_content__item > .date .new {
  color: #008c50;
  font-size: 0.875em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -.25em;
}
.news_content__item > .cat {
  line-height: 1.5625;
  text-align: center;
  padding: 0 0.25em;
  margin-bottom: 10px;
  background-color: #fff;
}
.news_content__item > .columns {
  display: flex;
}

.news_content__item > .columns .htmlarea {
  flex: 1 1 0;
  padding-right: 1em;
}
@media print, screen and (min-width: 992px) {
.news_content__item > .columns .htmlarea {
  flex: 1 1 0;
  padding-right: 50px;
}
}
.news_content__item > .columns .file {
  font-size: 1.375rem;
  line-height: 1.2;
  flex: 0 0 auto;
}


/* ---  --- */
.home_recruit {
  padding: min(10.71428vw, 150px) 0;
  margin-bottom: min(10.71428vw, 150px);
  background-image: url("../images/home/home_recruit_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.home_recruit > .bg {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .home_recruit > .bg {
    display: block;
    position: absolute;
    right: -2px;
    bottom: -4px;
    width: 53.55%;
    aspect-ratio: 1071 / 205;
    background: url("../images/home/home_recruit_txt.svg") no-repeat right bottom/contain;
    pointer-events: none;
  }
}

/* -------------------------------
	個人のお客様へ
-------------------------------- */
/* ---  --- */
.individual_head__ttl {
  background: url("../images/home/home_works_bg.jpg") no-repeat center center/cover;
}
.individual_head h3 {
  font-size: min(calc(18px + 32 * (100vw - 320px) / 1080), 50px);
  text-align: center;
  padding: 1.5em 1em;
  margin: 0;
}
.individual_head h3 > strong {
  color: #FF7E00;
}
@media print, screen and (min-width: 768px) {
  .individual_head h3 {
    letter-spacing: 0.1em;
  }
}

.individual_head__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media print, screen and (min-width: 576px) {
  .individual_head__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  .individual_head__row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media print, screen and (min-width: 1200px) {
  .individual_head__row {
    gap: 20px;
  }
}

.individual_figure_navi {
  border: solid 1px #ccc;
  padding: 10px;
  display: flex;
  align-items: flex-start;
}
.individual_figure_navi > .photo {
  flex: 0 0 30%;
  aspect-ratio: 1 / 1;
}
.individual_figure_navi figcaption {
  flex: 1 1 0;
  padding-left: 10px;
}
.individual_figure_navi figcaption .ttl {
  font-size: 13px;
  margin-bottom: 0.5em;
}
.individual_figure_navi figcaption .ttl .in {
  color: #fff;
  line-height: 2;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
  background-color: var(--primary);
}
.individual_figure_navi figcaption .column {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.individual_figure_navi figcaption .more {
  font-size: 10px;
  text-align: right;
}
.individual_figure_navi figcaption .more .in {
  display: inline-block;
  vertical-align: middle;
  border-bottom: solid 1px #999;
}
a > .individual_figure_navi {
  transition: box-shadow 0.3s ease;
}
a > .individual_figure_navi:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 576px) {
  .individual_figure_navi {
    flex-direction: column;
    height: 100%;
  }
  .individual_figure_navi > .photo {
    aspect-ratio: 3 / 2;
    margin-bottom: 10px;
  }
  .individual_figure_navi figcaption {
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  .individual_figure_navi figcaption .ttl {
    font-size: 13px;
    margin-bottom: 0.5em;
  }
  .individual_figure_navi figcaption .column {
    font-size: 11px;
  }
  .individual_figure_navi figcaption .more {
    font-size: 10px;
    margin-top: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .individual_figure_navi figcaption .ttl {
    font-size: 11px;
  }
  .individual_figure_navi figcaption .column {
    font-size: 11px;
  }
  .individual_figure_navi figcaption .more {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 992px) {
  .individual_figure_navi figcaption .ttl {
    font-size: 14px;
  }
  .individual_figure_navi figcaption .column {
    font-size: 12px;
  }
  .individual_figure_navi figcaption .more {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1200px) {
  .individual_figure_navi figcaption .ttl {
    font-size: 16px;
  }
  .individual_figure_navi figcaption .column {
    font-size: 14px;
  }
}

/* ---  --- */
.individual_leave {
  position: relative;
  z-index: 0;
}
.individual_leave:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 30%;
  left: 0;
  z-index: -1;
  background: url("../images/common/bg-img-2.jpg") no-repeat center center/cover;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .individual_leave .figure_design_1 {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 992px) {
  .individual_leave .figure_design_1 {
    font-size: 1rem;
  }
}

/* ---  --- */
.individual_banner {
  color: #fff;
  padding: min(10vw, 200px) 0;
  background: url("../images/individual/individual_5_1.jpg") no-repeat right 24% center/cover;
}

/* -------------------------------
	法人のお客様へ
-------------------------------- */
/* ---  --- */
.corporation_head__ttl {
  background: url("../images/home/home_works_bg.jpg") no-repeat center center/cover;
}
.corporation_head h3 {
  font-size: min(calc(18px + 32 * (100vw - 320px) / 1080), 50px);
  text-align: center;
  padding: 1.5em 1em;
  margin: 0;
}
.corporation_head h3 > strong {
  color: #FF7E00;
}
@media print, screen and (min-width: 768px) {
  .corporation_head h3 {
    letter-spacing: 0.1em;
  }
}

.corporation_head__box1 {
  color: #fff;
  text-align: center;
  padding: 20px;
  max-width: 1110px;
  margin: 0 auto;
  border: solid 3px var(--primary);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  background: var(--primary);
}
@media print, screen and (min-width: 768px) {
  .corporation_head__box1 {
    padding: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .corporation_head__box1 {
    padding: 50px;
  }
}

/* ---  --- */
.corporation_banner {
  color: #fff;
  padding: min(10vw, 200px) 0;
  background: url("../images/corporation/corporation_3_1.jpg") no-repeat center center/cover;
}

/* -------------------------------
	xxx
-------------------------------- */
/* ---  --- */
.recruit_head {
  background: url("../images/home/home_bg_1.jpg") no-repeat center bottom/cover;
  overflow: hidden;
}
.recruit_head h3 {
  color: var(--primary);
  font-weight: 600;
  font-size: 25px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit_head h3 {
    font-size: 35px;
  }
}
@media screen and (min-width: 992px) {
  .recruit_head h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .recruit_head h3 {
    font-size: 45px;
  }
}
.recruit_head .column {
  font-size: 1rem;
  line-height: 2.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit_head .column {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .recruit_head .column {
    font-size: 1.4rem;
  }
}

/* ---  --- */
.recruit_point__columns {
  display: flex;
  height: 100%;
}
.recruit_point__columns .inner {
  margin: auto 0;
}
@media print, screen and (min-width: 1400px) {
  .recruit_point__columns {
    font-size: 1.11112rem;
  }
}

/* ---  --- */
.recruit_event__head {
  padding: min(calc(50px + 100 * (100vw - 320px) / 1080), 150px) 0;
  background-color: #f4f4f4;
  position: relative;
  z-index: 0;
}
.recruit_event__head > .bg {
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/recruit/recruit_3_1.jpg") no-repeat center center/cover;
}
.recruit_event__head .title-hh-1 {
  color: #fff;
  margin: 0;
}
.recruit_event__head .title-hh-1 .fs-en {
  color: #fff;
}

.recruit_event__content {
  margin-top: calc(-60px - 90 * (100vw - 320px) / 1080);
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 1400px) {
  .recruit_event__content {
    margin-top: -150px;
  }
}

/* ---  --- */
.recruit_ideal {
  position: relative;
  z-index: 0;
}
.recruit_ideal:before {
  content: "";
  position: absolute;
  right: 0;
  top: min(12vw, 80px);
  z-index: -1;
  width: 90%;
  aspect-ratio: 5 / 1;
  background: url("../images/home/home_works_bg.jpg") no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .recruit_ideal:before {
    top: min(7vw, 80px);
  }
  .recruit_ideal .row > div:nth-child(1) {
    margin-top: -80px;
  }
  .recruit_ideal .row > div:nth-child(2) {
    margin-top: -40px;
  }
}

/* -------------------------------
	施工実績
-------------------------------- */
.gallery01 [class*=swiper]:focus {
  outline: none;
}
.gallery01 .slide-media, .gallery01 .thumb-media {
  position: relative;
  overflow: hidden;
}
.gallery01 .slide-media img, .gallery01 .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery01 .swiper-button-prev, .gallery01 .swiper-button-next {
  color: #fff;
  font-size: min(calc(15px + 15 * (100vw - 320px) / 880), 30px);
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.gallery01 .swiper-button-prev:after, .gallery01 .swiper-button-next:after {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
}
.gallery01 .swiper-button-prev {
  left: 0.5em;
}
.gallery01 .swiper-button-prev:after {
  content: "\f104";
}
.gallery01 .swiper-button-next {
  right: 0.5em;
}
.gallery01 .swiper-button-next:after {
  content: "\f105";
}
.gallery01 .swiper-scrollbar {
  left: 0;
  width: 100%;
}
.gallery01 .slide {
  display: block;
  overflow: hidden;
}
.gallery01 .slide .slide-media {
  padding-top: 66.66666%;
  background-color: #f4f4f4;
}
.gallery01 .slide .slide-media img {
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .gallery01 .slide .slide-media {
    padding-top: 50%;
  }
}
.gallery01 .swiper-thumb {
  padding: 15px 0;
}
.gallery01 .swiper-thumb .thumb-media {
  padding-top: 60%;
  background-color: #000;
  cursor: pointer;
}
.gallery01 .swiper-thumb .thumb-media img {
  transition: opacity 0.3s ease;
}
.gallery01 .swiper-thumb .swiper-slide-thumb-active .thumb-media {
  cursor: auto;
}
.gallery01 .swiper-thumb .swiper-slide-thumb-active .thumb-media img {
  opacity: 0.5;
}

/* -------------------------------
	会社概要
-------------------------------- */
.company_ceo_name {
  text-align: right;
  margin-top: auto;
}
.company_ceo_name img {
  width: min(calc(200px + 160 * (100vw - 320px) / 1080), 360px);
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  background: url("../images/home/home_strength_bg.jpg") no-repeat center center/cover;
}
.tel_contact__inner {
  border: solid 1px #008c50;
  padding-bottom: 50px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .tel_contact__inner {
    padding: 0 30px 50px;
  }
  .tel_contact__inner .row > div:first-child {
    border-right: solid 1px rgba(0, 140, 80, 0.5);
  }
}
.tel_contact__inner > h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  margin-top: -.9em;
}
@media screen and (min-width: 768px) {
  .tel_contact__inner > h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .tel_contact__inner > h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .tel_contact__inner > h3 {
    font-size: 45px;
  }
}
.tel_contact__inner > h3 > .in {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  padding: 0 0.5em;
  margin-bottom: 0.22223em;
  background-color: #008c50;
}
.tel_contact__inner > h3 > .in:last-child {
  margin-bottom: 0;
}
.tel_contact__box > i {
  color: #008c50;
  font-size: 20px;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  width: 2em;
  height: 2em;
  display: block;
  border: solid 1px #008c50;
  margin: 0 auto 0.66667em;
}
.tel_contact__box .telphone {
  font-size: 24px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .tel_contact__box > i {
    font-size: 20px;
  }
  .tel_contact__box .telphone {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .tel_contact__box > i {
    font-size: 25px;
  }
  .tel_contact__box .telphone {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tel_contact__box > i {
    font-size: 30px;
  }
  .tel_contact__box .telphone {
    font-size: 40px;
  }
}

#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;
}
@media print, screen and (min-width: 768px) {
  #contactform .select-inline {
    width: auto;
    display: inline;
  }
}
#contactform .form-name {
  text-align: center;
  flex: 0 0 3em;
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #C1C8B8;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #C1C8B8;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1.2em 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: 50px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 1s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 1s 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: #008c50;
    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 */
