@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-hh-1 {
  line-height: 1.5;
}
.title-hh-1 > .in {
  display: inline-block;
  vertical-align: middle;
  padding: 0.20208em 0.35em 0.40208em;
  background-color: #fff;
  position: relative;
}
.title-hh-1 > .in:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #00cc66 0%, #0b7ac5 0%, #00a0e9 0%, #4aceb0 100%);
}

.title-hh-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #333;
  position: relative;
}
.title-hh-2 > .fs-en {
  color: #000;
  font-size: 2.22223em;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  display: block;
}
.title-hh-2 > .txt {
  color: #00a0e9;
  font-weight: 500;
  font-size: 0.66666em;
  display: block;
  margin-left: 1em;
}
.title-hh-2.title-md > .fs-en {
  font-size: 1.66666em;
}

/* タイトル用フォントサイズ */
.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;
  }
}

/* --- form --- */
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  width: 100%;
  height: 60vh;
  background: url("../images/home/main01.jpg") no-repeat center center/cover;
  overflow: hidden;
  position: relative;
}
@media (orientation: landscape) and (max-width: 767px) {
  #mainvisual {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual {
      height: 100dvh;
    }
  }
}
@media print, screen and (min-width: 768px) {
  #mainvisual {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual {
      height: 100dvh;
    }
  }
}
#mainvisual .content {
  position: absolute;
  right: 5vw;
  top: 32.4%;
  z-index: 10;
}
#mainvisual .content h2 {
  font-weight: 500;
  font-size: min(calc(23px + 49 * (100vw - 320px) / 1600), 72px);
  line-height: 1;
}
#mainvisual .content h2 > .in {
  display: inline-block;
  padding: 0.2em 0.25em 0.27223em;
  background-color: #fff;
  white-space: nowrap;
  position: relative;
}
#mainvisual .content h2 > .in:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.067944em;
  background-image: linear-gradient(90deg, #00cc66 0%, #0b7ac5 0%, #00a0e9 0%, #4aceb0 100%);
}
#mainvisual .content h2 > .in2 {
  margin-top: 20px;
  margin-left: 2.77777em;
}
#mainvisual .bg_txt {
  color: #fff;
  font-size: 13.75vw;
  line-height: 1;
  letter-spacing: -0.05em;
  position: absolute;
  left: 0;
  bottom: -0.17em;
  width: 100%;
  white-space: nowrap;
  opacity: 0.9;
  pointer-events: none;
}
#mainvisual .text-loop__item {
  padding-right: .25em;
}
#mainvisual .text-loop__item:nth-child(odd) {
  animation: text_loop 60s -30s linear infinite;
}
#mainvisual .text-loop__item:nth-child(even) {
  animation: text_loop2 60s linear infinite;
}

/* -------------------------------
	home
-------------------------------- */
.home_ttl_1 {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.75em 0;
  background-color: #00a0e9;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .home_ttl_1 {
    max-width: 31.04166em;
  }
}
.home_ttl_1:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: #00a0e9;
}
.home_ttl_1 > .fs-en {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  display: block;
}
.home_ttl_1 > .txt {
  color: #fff;
  font-weight: 500;
  font-size: 1em;
  display: block;
  margin-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .home_ttl_1 {
    font-size: 18px;
  }
  .home_ttl_1 > .fs-en {
    font-size: 45px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_ttl_1 {
    font-size: 20px;
  }
  .home_ttl_1 > .fs-en {
    font-size: 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_ttl_1 {
    font-size: 22px;
  }
  .home_ttl_1 > .fs-en {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 1400px) {
  .home_ttl_1 {
    font-size: 24px;
  }
  .home_ttl_1 > .fs-en {
    font-size: 100px;
  }
}

.home_ttl_2 {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .home_ttl_2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .home_ttl_2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home_ttl_2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .home_ttl_2 {
    font-size: 40px;
  }
}
.home_ttl_2 > .in {
  display: inline-block;
  vertical-align: middle;
  padding: 0.20208em 0.35em 0.40208em;
  background-color: #fff;
  position: relative;
}
.home_ttl_2 > .in:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #00cc66 0%, #0b7ac5 0%, #00a0e9 0%, #4aceb0 100%);
}

/* ---  --- */
.home_about {
  padding: min(10vw, 200px) 0;
  background: url("../images/home/home_about_bg.jpg") no-repeat center center/cover;
  overflow: hidden;
}

/* ---  --- */
.home_service__head {
  width: 100%;
  height: min(calc(150px + 350 * (100vw - 320px) / 1080), 500px);
  display: flex;
  align-items: center;
  background-image: url("../images/home/home_about_head.jpg");
}
.home_service__content {
  padding: min(calc(60px + 50 * (100vw - 320px) / 1080), 110px) 0;
  background-color: #e9f7f4;
  position: relative;
  z-index: 10;
}
.home_service__content h2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.home_service__figure {
  max-width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.home_service__figure .photo {
  background-color: #000;
}
.home_service__figure .photo img {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.home_service__figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}
.home_service__figure figcaption .ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  width: 8.6875em;
  padding: 0.625em 0;
  background-color: #e9f7f4;
  position: relative;
}
.home_service__figure figcaption .ttl i {
  color: #fff;
  font-size: 0.625em;
  letter-spacing: normal;
  line-height: 2;
  text-align: center;
  width: 2em;
  height: 2em;
  display: block;
  background-color: #4aceb0;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -1em;
  transition: color 0.3s ease, background 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .home_service__figure figcaption .ttl {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_service__figure figcaption .ttl {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_service__figure figcaption .ttl {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 1400px) {
  .home_service__figure figcaption .ttl {
    font-size: 32px;
  }
}
a > .home_service__figure:hover .photo img {
  opacity: 1;
}
a > .home_service__figure:hover figcaption .ttl i {
  color: #4aceb0;
  background-color: #fff;
}

/* ---  --- */
.home_links {
  padding: min(10vw, 200px) 0 min(5vw, 100px);
  overflow: hidden;
}
.home_links .container-fluid {
  max-width: 1830px;
}

.home_links__figure {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.home_links__figure > .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
}
.home_links__figure > .photo > img {
  opacity: 0.7;
}
.home_links__figure figcaption {
  color: #fff;
  text-align: center;
  padding: min(calc(50px + 120 * (100vw - 320px) / 1510), 170px) 15px;
  height: 100%;
}
.home_links__figure figcaption h2 {
  font-size: 1rem;
}
.home_links__figure figcaption h2 > .txt {
  font-size: min(calc(20px + 12 * (100vw - 320px) / 672), 32px);
  line-height: normal;
  display: block;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05);
}
.home_links__figure figcaption h2 > .fs-en {
  font-size: min(calc(50px + 50 * (100vw - 320px) / 672), 100px);
  line-height: 1;
  display: inline-block;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05);
  background: linear-gradient(to right, #00a0e9 0%, #4aceb0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home_links__figure figcaption p {
  font-weight: 500;
  font-size: min(calc(16px + 8 * (100vw - 320px) / 672), 24px);
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05);
}
.home_links__figure figcaption .icon {
  position: absolute;
  right: 0.85714em;
  bottom: 0.85714em;
  z-index: 10;
  font-size: min(calc(15px + 20 * (100vw - 320px) / 672), 35px);
  width: 2.28571em;
  height: 2.28571em;
  color: #fff;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_links__figure figcaption .icon:before {
  content: "\f061";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
}
@media print, screen and (min-width: 992px) {
  .home_links__figure figcaption h2 > .txt {
    font-size: min(calc(20px + 12 * (100vw - 992px) / 838), 32px);
  }
  .home_links__figure figcaption h2 > .fs-en {
    font-size: min(calc(50px + 50 * (100vw - 992px) / 838), 100px);
  }
  .home_links__figure figcaption p {
    font-size: min(calc(16px + 8 * (100vw - 992px) / 838), 24px);
  }
  .home_links__figure figcaption .icon {
    font-size: min(calc(15px + 20 * (100vw - 992px) / 838), 35px);
  }
}
a > .home_links__figure > .photo > img {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
a > .home_links__figure:hover > .photo > img {
  opacity: 1;
}

/* -------------------------------
	事業案内
-------------------------------- */
/* ---  --- */
.business_content .business_content__inner {
  margin-bottom: min(calc(50px + 50 * (100vw - 320px) / 1080), 100px);
}
.business_content .business_content__inner:last-child {
  margin-bottom: 0;
}
.business_content .business_content__inner .photo {
  margin-bottom: 1.5rem;
}
.business_content .business_content__inner h4 {
  color: var(--primary);
  font-weight: 500;
  font-size: 26px;
}
@media print, screen and (min-width: 768px) {
  .business_content .business_content__inner h4 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .business_content .business_content__inner .photo {
    margin-bottom: 0;
  }
  .business_content .business_content__inner h4 {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 1200px) {
  .business_content .business_content__inner h4 {
    font-size: 38px;
  }
}
@media print, screen and (min-width: 1400px) {
  .business_content .business_content__inner h4 {
    font-size: 45px;
  }
}
@media print, screen and (min-width: 992px) {
  .business_content .business_content__inner:nth-child(odd) .row > div:first-child {
    left: -8.33334%;
  }
  .business_content .business_content__inner:nth-child(even) .row > div:first-child {
    right: -8.33334%;
    order: 13;
  }
}

/* ---  --- */
.business_case__table {
  font-size: min(calc(14px + 4 * (100vw - 320px) / 1080), 18px);
}
@media print, screen and (min-width: 768px) {
  .business_case__table > tbody > tr > td:first-child {
    width: 13em;
  }
}

/* -------------------------------
	採用情報
-------------------------------- */
/* ---  --- */
.recruit_head__content h4 {
  color: var(--primary);
  font-weight: 500;
}
@media print, screen and (min-width: 992px) {
  .recruit_head .row > div:first-child {
    left: -8.33333%;
  }
}

/* ---  --- */
.recruit_merit {
  background: url("../images/recruit/recruit_merit_bg.jpg") no-repeat center center/cover;
}

.recruit_merit__figure {
  max-width: 410px;
  margin: 0 auto;
}
.recruit_merit__figure figcaption {
  margin-top: .5em;
}

/* ---  --- */
.recruit_gallery__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .recruit_gallery__row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_gallery__row {
    gap: 20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .recruit_gallery__row {
    gap: 30px;
  }
}
.recruit_gallery__row .box {
  aspect-ratio: 4 / 3;
}
.recruit_gallery__row .box a {
  width: 100%;
  height: 100%;
  display: block;
}
.recruit_gallery__row .box img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---  --- */
.recruit_flow {
  background: url("../images/recruit/recruit_bg_1.jpg") no-repeat center center/cover;
}

.recruit_flow__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media print, screen and (min-width: 992px) {
  .recruit_flow__row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.recruit_flow__step {
  padding: 30px 20px;
  max-width: 410px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: relative;
}
.recruit_flow__step:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(90deg, #00cc66 0%, #0b7ac5 0%, #00a0e9 0%, #4aceb0 100%);
}
.recruit_flow__step h4 {
  text-align: center;
}
.recruit_flow__step h4 > .fs-en {
  color: var(--primary);
  font-size: 1.5em;
  line-height: 1;
  display: block;
}
.recruit_flow__step h4 > .txt {
  font-weight: 500;
  display: block;
}
.recruit_flow__step .column {
  margin: 1.5em 0;
}
.recruit_flow__step .telphone {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.recruit_flow__step .telphone i {
  color: #fff;
  font-size: 0.652em;
  line-height: 2;
  text-align: center;
  width: 2em;
  height: 2em;
  margin-right: 0.2em;
  display: block;
  background-color: #00a0e9;
}
.recruit_flow__step .btn-1 {
  display: block;
  width: 230px;
  margin: 0 auto;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.tel_contact:before {
  content: "";
  display: block;
  border: solid 1px var(--primary);
  clip-path: polygon(0 0, 20% 0, 10% 50%, 90% 50%, 80% 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0.75em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.tel_contact h3 {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
}
.tel_contact .telphone {
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
}
.tel_contact .telphone i {
  color: #fff;
  font-size: 0.652em;
  line-height: 2;
  text-align: center;
  width: 2em;
  height: 2em;
  margin-right: 0.2em;
  display: block;
  background-color: #00a0e9;
}
@media print, screen and (min-width: 768px) {
  .tel_contact {
    font-size: 28px;
  }
  .tel_contact .telphone {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .tel_contact {
    font-size: 32px;
  }
  .tel_contact .telphone {
    font-size: 55px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tel_contact {
    font-size: 36px;
  }
  .tel_contact .telphone {
    font-size: 50px;
  }
}

#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, #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-tb-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, 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: 50% 100%;
    -webkit-mask-position: 50% 100%;
    mask-size: 100% 200%;
    -webkit-mask-size: 100% 200%;
    transition: all 1s cubic-bezier(0.9, 0.09, 0.67, 0.93);
  }
  .amn-tb-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 50% 0%;
    -webkit-mask-position: 50% 0%;
  }

  /* マスクアップ */
  .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: #00a0e9;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.lr.is-active {
    opacity: 1;
  }
  .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.lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.rl.is-active {
    opacity: 1;
  }
  .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.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 */
