@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

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

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  text-align: center;
}
.title-1 > .in {
  display: inline-block;
  padding-bottom: 0.15em;
  border-bottom: solid 1px #fff;
}

.title-2 {
  padding-bottom: 0.25em;
  border-bottom: solid 1px #fff;
}

.title-3 {
  line-height: 2;
}
.title-3 > .in {
  background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
  background-position: bottom;
  background-size: 6px 6px;
  background-repeat: repeat-x;
  padding-bottom: 6px;
  /* 点とテキストの距離調整 */
}

.title-4 {
  padding-left: 1.2em;
  position: relative;
}
.title-4:before {
  content: "■";
  position: absolute;
  left: 0;
  transform: scale(0.875);
  opacity: 0.65;
}

.title-hh-1 {
  font-size: min(calc(40px + 20 * (100vw - 320px) / 1180), 60px);
  line-height: 1;
}
.title-hh-1 > .fs-en {
  line-height: 1;
  display: inline-block;
}
.title-hh-1 > .txt {
  font-weight: 700;
  font-size: 0.4em;
  line-height: 1.5;
  display: inline-block;
  margin-left: 1em;
}
.title-hh-1.center {
  text-align: center;
}
.title-hh-1.center > span {
  display: block;
}
.title-hh-1.center > .txt {
  margin-left: 0;
  margin-top: 0.25em;
}

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

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

/* --- 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 {
  overflow: hidden;
}
#mainvisual .inner {
  width: 100%;
  height: 60vh;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) {
  #mainvisual .inner {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual .inner {
      height: 100dvh;
    }
  }
}
@media print {
  #mainvisual .inner {
    height: 1000px;
  }
}
#mainvisual .inner .video {
  width: 100%;
  height: 100%;
  position: relative;
}
#mainvisual .inner .video:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#mainvisual .inner .video img, #mainvisual .inner .video video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainvisual .inner .content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 10;
  color: #fff;
}
#mainvisual .inner .content h2 {
  font-size: min(calc(50px + 150 * (100vw - 320px) / 1600), 200px);
  line-height: 1;
  margin-bottom: 0.2em;
}
#mainvisual .inner .content .ttl1 {
  font-weight: 300;
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1600), 24px);
}
#mainvisual .inner .content .ttl2 {
  font-weight: 300;
  font-size: min(calc(10px + 6 * (100vw - 320px) / 1600), 16px);
}
@media screen {
  #mainvisual.is-active .pin-spacer > .inner {
    opacity: 1;
  }
  #mainvisual.is-active h2 > .main-shutter {
    line-height: 1;
  }
  #mainvisual.is-active .main-shutter {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
  }
  #mainvisual.is-active .main-shutter .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;
  }
  #mainvisual.is-active .main-shutter .shutter__contents {
    display: block;
    vertical-align: middle;
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@media screen and (min-width: 768px) {
  #mainvisual {
    height: 300vh;
  }
}

/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_about {
  padding: min(12.5vw, 240px) 0;
  background: url("../images/home/home_bg_1.png") no-repeat center right/auto 85%;
}
@media print, screen and (min-width: 992px) {
  .home_about .photo {
    margin-left: calc(-15px - 35 * (100vw - 320px) / 1180);
  }
}
@media print, screen and (min-width: 1500px) {
  .home_about .photo {
    margin-left: calc((1400px - 100vw) / 2);
  }
}
.home_about__content {
  margin-top: 30px;
}
.home_about__content h2 {
  font-size: 20px;
}
.home_about__content p {
  font-size: 16px;
  line-height: 1.8;
}
@media print, screen and (min-width: 992px) {
  .home_about__content h2 {
    font-size: min(calc(20px + 6 * (100vw - 992px) / 508), 26px);
  }
  .home_about__content p {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 508), 20px);
  }
}

/* ---  --- */
@media screen and (min-width: 768px) {
  .home_business {
    height: calc(100vh * 6);
  }
}

.home_business__content {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 50px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@supports (height: 100dvh) {
  .home_business__content {
    min-height: 100dvh;
  }
}
@media print, screen and (min-width: 768px) {
  .home_business__content {
    height: 100vh;
    min-height: inherit;
    padding: 0;
    border-radius: 30px;
  }
  @supports (height: 100dvh) {
    .home_business__content {
      height: 100dvh;
      min-height: inherit;
    }
  }
}
@media screen and (min-width: 768px) {
  .home_business__content {
    position: sticky;
    top: 0;
  }
}
@media print {
  .home_business__content {
    height: 1400px;
    page-break-inside: avoid;
  }
}
.home_business__content.bg1 {
  background-image: url("../images/home/home_business_1_bg.jpg");
}
.home_business__content.bg2 {
  background-image: url("../images/home/home_business_2_bg.jpg");
}
.home_business__content.bg3 {
  background-image: url("../images/home/home_business_3_bg.jpg");
}
.home_business__content.bg4 {
  background-image: url("../images/home/home_business_4_bg.jpg");
}
.home_business__content.bg5 {
  background-image: url("../images/home/home_business_5_bg.jpg");
}
.home_business__content.bg6 {
  background-image: url("../images/home/home_business_6_bg.jpg");
}
.home_business__content .photo {
  max-width: 1000px;
  width: 100%;
  margin-top: auto;
}
@media print, screen and (min-width: 768px) {
  .home_business__content .photo {
    width: 71.42857%;
    margin: auto;
  }
}
.home_business__content .column {
  transform: rotate(-8deg);
  padding-left: 30px;
  margin-top: -25%;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.home_business__content .column h2 {
  font-size: 60px;
  line-height: 1;
  display: inline-block;
  margin: 0;
}
.home_business__content .column h2 > .img {
  display: inline-block;
  position: relative;
}
.home_business__content .column h2 > .img:before, .home_business__content .column h2 > .img:after {
  content: "";
  position: absolute;
  top: 0.2em;
  width: 0.218487em;
  height: 0.218487em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.home_business__content .column h2 > .img:before {
  left: -0.5em;
  background-image: url("../images/home/quotation_left.png");
}
.home_business__content .column h2 > .img:after {
  right: -.5em;
  background-image: url("../images/home/quotation_right.png");
}
.home_business__content .column h2 > .img > img {
  max-width: inherit;
  width: auto;
  height: 1em;
}
.home_business__content .column h2 > small {
  font-weight: 200;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  display: block;
  margin-top: .5em;
}
.home_business__content .column .home_business_list {
  font-size: 18px;
  list-style: none;
  padding-left: 0;
}
.home_business__content .column .home_business_list > li > span {
  border-bottom: solid 1px #fff;
}
@media print, screen and (min-width: 768px) {
  .home_business__content .column {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 15.625vw;
    top: 13.33334vh;
  }
  .home_business__content .column h2 {
    font-size: min(calc(70px + 49 * (100vw - 768px) / 732), 119px);
  }
  .home_business__content .column h2 > small {
    font-size: min(calc(18px + 14 * (100vw - 768px) / 732), 32px);
  }
  .home_business__content .column .home_business_list {
    font-size: min(calc(18px + 6 * (100vw - 768px) / 732), 24px);
  }
}
.home_business__content .btns {
  text-align: right;
  margin: auto 0;
}
.home_business__content .btns a {
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .home_business__content .btns {
    position: absolute;
    right: 6.25vw;
    bottom: 22.2223vh;
  }
  .home_business__content .btns a {
    font-size: min(calc(20px + 12 * (100vw - 768px) / 732), 32px);
  }
}
@media screen {
  .home_business__content h2 {
    opacity: 0;
  }
  .home_business__content h2 > .img, .home_business__content h2 > small {
    opacity: 0;
    transform: translateX(100px);
  }
  .home_business__content h2.is-active {
    opacity: 1;
  }
  .home_business__content h2.is-active > .img {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .home_business__content h2.is-active > small {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
  }
  .home_business__content .home_business_list > li {
    opacity: 0;
    transform: translateX(2em);
  }
  .home_business__content .home_business_list > li.is-active {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
}

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

/* ---  --- */
.home_works {
  padding-top: min(calc(50px + 126 * (100vw - 320px) / 1600), 176px);
  position: relative;
}
.home_works__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .home_works__row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .home_works__row {
    gap: 30px;
  }
}
.home_works .btns {
  position: absolute;
  right: 15px;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .home_works .btns {
    position: static;
    text-align: right;
  }
  .home_works .btns a {
    font-size: min(calc(16px + 8 * (100vw - 320px) / 1180), 24px);
  }
}

/* ---  --- */
.home_gallery {
  padding-top: min(10.4vw, 156px);
  overflow: hidden;
}
.home_gallery .home_gallery__swiper {
  transform: rotate(-7deg);
}
.home_gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home_gallery .bg_txt {
  font-size: min(calc(50px + 170 * (100vw - 320px) / 1600), 220px);
  line-height: 1.272727;
  height: 1.272727em;
  display: flex;
}
.home_gallery .bg_txt > span {
  color: #404444;
  display: block;
  white-space: nowrap;
}
.home_gallery .bg_txt > span + span {
  margin-left: 0.363636em;
}

/* ---  --- */
.home_news {
  padding-bottom: min(8.33334vw, 160px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_news:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-color: #131414;
  z-index: -1;
}
.home_news .home_news__inner {
  color: #303030;
  margin: 0 min(3.125vw, 60px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .home_news .home_news__inner {
    min-height: 618px;
  }
}
.home_news .btns {
  text-align: right;
}
.home_news .btns a {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1180), 24px);
}

.home_news__list {
  font-weight: 500;
  border-top: solid 1px #bebebe;
}
.home_news__list__item {
  padding: 20px;
  border-bottom: solid 1px #bebebe;
}
.home_news__list__item .date {
  margin-bottom: 10px;
}
.home_news__list__item .date .new {
  color: #fff;
  line-height: 1.625em;
  display: inline-block;
  padding: 0 0.875em;
  margin-left: 30px;
  background-color: #0d3c74;
}
.home_news__list__item .more {
  text-align: right;
  margin-top: 15px;
}
.home_news__list__item .more > a {
  color: #303030;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.home_news__list__item .more > a .txt {
  margin-right: 0.5em;
}
.home_news__list__item .more > a img {
  transform: rotate(90deg);
  vertical-align: middle;
}
.home_news__list__item .more > a:hover {
  opacity: 0.65;
}
@media print, screen and (min-width: 992px) {
  .home_news__list__item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
  }
  .home_news__list__item .date {
    flex: 0 0 290px;
    margin: 0;
  }
  .home_news__list__item .date .new {
    margin-left: 60px;
  }
  .home_news__list__item .column {
    flex: 1 1 0;
  }
  .home_news__list__item .more {
    flex: 0 0 2em;
    display: flex;
    margin-top: 0;
    padding-left: 1em;
  }
  .home_news__list__item .more > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    margin: 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .home_news__list__item .more > a .txt {
    display: none;
  }
  .home_news__list__item .more > a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.05);
  }
}

/* ---  --- */
.home_products {
  padding: min(calc(60px + 60 * (100vw - 320px) / 1180), 120px) 0;
  background: url("../images/home/home_products_bg.jpg");
  position: relative;
}
.home_products__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .home_products__row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .home_products__row {
    gap: 30px;
  }
}
.home_products .btns {
  position: absolute;
  right: 15px;
  bottom: min(calc(60px + 60 * (100vw - 320px) / 1180), 120px);
}
@media print, screen and (min-width: 768px) {
  .home_products .btns {
    position: static;
    text-align: right;
  }
  .home_products .btns a {
    font-size: min(calc(16px + 8 * (100vw - 320px) / 1180), 24px);
  }
}

/* ---  --- */
.home_recruit {
  padding-top: min(calc(40px + 40 * (100vw - 320px) / 1180), 80px);
}
.home_recruit .home_recruit__inner {
  padding-bottom: min(calc(40px + 40 * (100vw - 320px) / 1180), 80px);
}
@media print, screen and (min-width: 1200px) {
  .home_recruit {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 683;
  }
  .home_recruit > .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .home_recruit > .bg img {
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home_recruit .home_recruit__inner {
    display: flex;
  }
  .home_recruit .home_recruit__inner .column {
    margin-left: 80px;
  }
}

/* -------------------------------
  お知らせ
-------------------------------- */
.news_list {
  font-weight: 500;
  border-top: solid 1px #bebebe;
}
.news_list__item {
  padding: 20px;
  border-bottom: solid 1px #bebebe;
}
.news_list__item .date {
  margin-bottom: 10px;
}
.news_list__item .date .new {
  color: #fff;
  line-height: 1.625em;
  display: inline-block;
  padding: 0 0.875em;
  margin-left: 30px;
  background-color: #0d3c74;
}
.news_list__item .more {
  text-align: right;
  margin-top: 15px;
}
.news_list__item .more > a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.news_list__item .more > a .txt {
  margin-right: 0.5em;
}
.news_list__item .more > a img {
  transform: rotate(90deg);
  vertical-align: middle;
}
.news_list__item .more > a:hover {
  opacity: 0.65;
}
@media print, screen and (min-width: 992px) {
  .news_list__item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
  }
  .news_list__item .date {
    flex: 0 0 290px;
    margin: 0;
  }
  .news_list__item .date .new {
    margin-left: 60px;
  }
  .news_list__item .column {
    flex: 1 1 0;
  }
  .news_list__item .more {
    lex: 0 0 2em;
    display: flex;
    margin-top: 0;
    padding-left: 1em;
  }
  .news_list__item .more > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    margin: 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .news_list__item .more > a .txt {
    display: none;
  }
  .news_list__item .more > a:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
  }
}

/* ---  --- */
.news_date {
  margin-bottom: 10px;
}
.news_date .new {
  color: #fff;
  line-height: 1.625em;
  display: inline-block;
  padding: 0 0.875em;
  margin-left: 30px;
  background-color: #0d3c74;
}

.news_gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .news_gallery {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .news_gallery {
    gap: 30px;
  }
}
.news_gallery > .box {
  aspect-ratio: 4/3;
  background-color: #000;
}
.news_gallery > .box img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.news_file {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news_file > .box {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 768px) {
  .news_file > .box {
    flex: 0 0 auto;
  }
}
.news_file .animated-link {
  display: flex;
  justify-content: center;
}
.news_file .animated-link i {
  font-size: 1.2em;
  margin-right: 0.25em;
}

.news_back {
  text-align: center;
  border-top: solid 1px #666;
}

/* -------------------------------
	協和の強み
-------------------------------- */
.strengths_point .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strengths_point .content .column {
  margin: auto 0;
}
@media print, screen and (min-width: 768px) {
  .strengths_point .content {
    padding-left: min(calc(15px + 81 * (100vw - 768px) / 732), 96px);
    padding-right: 1em;
  }
}
.strengths_point .num {
  font-size: min(calc(50px + 50 * (100vw - 320px) / 1180), 100px);
  line-height: 1;
  text-align: center;
  display: grid;
  grid-template-columns: auto;
  justify-content: flex-start;
  padding-left: 30px;
  margin-bottom: 1rem;
  margin-top: -.5em;
  transform: rotate(-4deg);
}
.strengths_point .num .fs-shippori {
  font-size: 1em;
  line-height: 1;
  display: block;
  position: relative;
}
.strengths_point .num .fs-shippori:before, .strengths_point .num .fs-shippori:after {
  content: "";
  position: absolute;
  top: 0.2em;
  width: 0.218487em;
  height: 0.218487em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.strengths_point .num .fs-shippori:before {
  left: -0.25em;
  background-image: url("../images/home/quotation_left.png");
}
.strengths_point .num .fs-shippori:after {
  right: -.25em;
  background-image: url("../images/home/quotation_right.png");
}
.strengths_point .num > .fs-en {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1180), 24px);
  display: block;
  margin-top: 0.25em;
}
@media print, screen and (min-width: 768px) {
  .strengths_point .num {
    padding-left: 0;
    margin-bottom: 1.5rem;
  }
}
.strengths_point h3 {
  line-height: 1.75;
}
.strengths_point h3 > .in {
  border-bottom: solid 1px #fff;
}

.strengths_content {
  background: url("../images/home/home_bg_2.jpg") no-repeat center center/cover;
}
.strengths_content__graph .photo {
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}
.strengths_content__graph .photo img {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
}

/* -------------------------------
	加工技術
-------------------------------- */
@media print, screen and (min-width: 992px) {
  .business_cat_navi .cat_navi_list > li {
    flex: 0 0 16.66666%;
  }
}

/* ---  --- */
.business_content {
  padding-bottom: min(calc(60px + 90 * (100vw - 320px) / 1180), 150px);
}

.business_content__head {
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.business_content__head h3 {
  font-size: 60px;
  line-height: 1;
  display: inline-block;
  margin: 0 0 0.35em;
}
.business_content__head h3 > .img {
  display: inline-block;
  position: relative;
}
.business_content__head h3 > .img:before, .business_content__head h3 > .img:after {
  content: "";
  position: absolute;
  top: 0.2em;
  width: 0.218487em;
  height: 0.218487em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.business_content__head h3 > .img:before {
  left: -0.5em;
  background-image: url("../images/home/quotation_left.png");
}
.business_content__head h3 > .img:after {
  right: -.5em;
  background-image: url("../images/home/quotation_right.png");
}
.business_content__head h3 > .img > img {
  max-width: inherit;
  width: auto;
  height: 1em;
}
.business_content__head h3 > small {
  font-weight: 200;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  display: block;
  margin-top: .5em;
}
.business_content__head h3 > .img, .business_content__head h3 > small {
  transform: rotate(-5deg);
}
.business_content__head .inner {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .business_content__head {
    transform: rotate(-5deg);
  }
  .business_content__head h3 {
    font-size: min(calc(70px + 30 * (100vw - 768px) / 732), 100px);
  }
  .business_content__head h3 > small {
    font-size: min(calc(18px + 4 * (100vw - 768px) / 732), 22px);
  }
  .business_content__head h3 > .img, .business_content__head h3 > small {
    transform: rotate(0deg);
  }
  .business_content__head .inner {
    font-size: min(calc(16px + 4 * (100vw - 768px) / 732), 20px);
  }
}

.business_content__column1 .title-3 > .in {
  font-weight: 500;
}

/**/
.business_table_1 {
  font-size: 14px;
}
.business_table_1 > tbody > tr > th {
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .business_table_1 {
    font-size: 1rem;
  }
  .business_table_1 > tbody > tr > th {
    width: 8em;
  }
}

.business_item_table .table-design-2 {
  margin: 0;
}
.business_item_table .table-design-2 > thead > tr > th, .business_item_table .table-design-2 > thead > tr > td, .business_item_table .table-design-2 > tbody > tr > th, .business_item_table .table-design-2 > tbody > tr > td {
  white-space: nowrap;
  text-align: center;
}
.business_item_table .table-design-2 > tbody > tr:nth-child(even) > th, .business_item_table .table-design-2 > tbody > tr:nth-child(even) > td {
  background-color: rgba(255, 255, 255, 0.1);
}

.business_list_1 {
  font-size: 16px;
  list-style: none;
  padding-left: 0;
}
.business_list_1 > li > span {
  border-bottom: solid 1px #fff;
}
@media print, screen and (min-width: 768px) {
  .business_list_1 {
    font-size: min(calc(16px + 4 * (100vw - 768px) / 732), 20px);
  }
}

/* -------------------------------
	オリジナル製品開発
-------------------------------- */
/* ---  --- */
.original_case {
  background: url("../images/home/home_bg_2.jpg") no-repeat center center/cover;
}

.original_case__figure {
  max-width: 474px;
  margin: 0 auto;
}
.original_case__figure .photo-ofi {
  background-color: rgba(255, 255, 255, 0.3);
}
.original_case__figure figcaption {
  padding: 15px 10px 10px;
}
.original_case__figure figcaption .cat {
  font-size: 12px;
  margin-bottom: 6px;
}
.original_case__figure figcaption .cat > span {
  display: inline-block;
  border: solid 1px #fff;
  padding: 0 1em;
  border-radius: 10em;
}
.original_case__figure figcaption .ttl {
  font-size: 18px;
}
a > .original_case__figure {
  color: #fff;
}
a > .original_case__figure > .photo-ofi img {
  transition: opacity 0.3s ease;
}
a > .original_case__figure figcaption {
  padding-right: 30px;
  position: relative;
}
a > .original_case__figure figcaption:after {
  content: "\f061";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  margin-top: -.5em;
}
a > .original_case__figure:hover > .photo-ofi img {
  opacity: 0.65;
}
a > .original_case__figure:hover figcaption:after {
  animation: arrow-out-in 0.4s ease-in-out forwards;
}

/* ---  --- */
.original_flow__item {
  display: flex;
}
.original_flow__item__step {
  flex: 0 0 70px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
}
.original_flow__item__step:after {
  content: "";
  margin: 5px auto;
  display: block;
  flex: 1 1 0;
  width: 3px;
  background-color: #0d3c74;
}
.original_flow__item__content {
  flex: 1 1 0;
  padding-left: 20px;
  padding-bottom: 50px;
}
.original_flow__item:last-child .original_flow__item__step {
  min-height: auto !important;
}
.original_flow__item:last-child .original_flow__item__step:after {
  display: none !important;
}
.original_flow__item:last-child .original_flow__item__content {
  padding-bottom: 0px !important;
}
@media print, screen and (min-width: 768px) {
  .original_flow__item__step {
    flex: 0 0 130px;
    min-height: 180px;
  }
  .original_flow__item__content {
    padding-left: 60px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .original_flow__item__step {
    flex: 0 0 170px;
    min-height: 220px;
  }
  .original_flow__item__content {
    padding-left: 60px;
    padding-bottom: 50px;
  }
}
.original_flow__item__step .step {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  background-color: #0d3c74;
}
.original_flow__item__step .step .in {
  display: block;
  margin: auto;
}
.original_flow__item__step .step .in > strong {
  font-size: 1.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .original_flow__item__step .step {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .original_flow__item__step .step {
    font-size: 30px;
  }
}
.original_flow__item__content {
  font-size: 0.875rem;
}
.original_flow__item__content .column {
  padding-top: 20px;
}
.original_flow__item__content .column h4 {
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 0.5em;
}
.original_flow__item__content .image {
  max-width: 500px;
  width: 80%;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .original_flow__item__content {
    font-size: 0.9375rem;
  }
  .original_flow__item__content .column {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .original_flow__item__content {
    font-size: 1rem;
    display: flex;
  }
  .original_flow__item__content .column {
    flex: 1 1 0;
    padding-top: 40px;
  }
  .original_flow__item__content .column h4 {
    font-size: 1.5rem;
  }
  .original_flow__item__content .image {
    width: auto;
    flex: 0 0 36%;
    padding-left: 30px;
    margin: 0;
    display: flex;
  }
  .original_flow__item__content .image img {
    margin: auto;
  }
}

.original_flow_contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 30px;
}
.original_flow_contact .telphone {
  font-size: 28px;
}

.original_list_1 {
  list-style: none;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  justify-content: flex-start;
  gap: 5px 30px;
}
.original_list_1 > li {
  padding-left: 1em;
  position: relative;
}
.original_list_1 > li:before {
  content: "-";
  position: absolute;
  left: 0;
}

/* -------------------------------
	加工実績
-------------------------------- */
.achievements_figure {
  max-width: 474px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.achievements_figure .photo-ofi {
  background-color: rgba(255, 255, 255, 0.3);
}
.achievements_figure .photo-ofi a {
  transition: opacity 0.3s ease;
}
.achievements_figure .photo-ofi a:hover {
  opacity: 0.65;
}
.achievements_figure figcaption {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding: 15px 10px 10px;
}
.achievements_figure figcaption .cat {
  font-size: 12px;
  margin-bottom: 6px;
}
.achievements_figure figcaption .cat > span {
  display: inline-block;
  border: solid 1px #fff;
  padding: 0 1em;
  border-radius: 10em;
}
.achievements_figure figcaption h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.achievements_figure figcaption dl {
  font-size: 0.875rem;
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto 1fr;
}
.achievements_figure figcaption dl > dt, .achievements_figure figcaption dl > dd {
  padding: .5em;
  border-bottom: solid 1px #fff;
}
.achievements_figure figcaption dl > dt {
  padding-right: 1em;
  display: flex;
  align-items: center;
}
.achievements_figure figcaption dl > dd {
  margin: 0;
}
.achievements_figure figcaption .column {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.achievements_figure figcaption .btns {
  text-align: right;
  margin-top: auto;
}

/* ---  --- */
.achievements_cat {
  font-size: 0.875rem;
}
.achievements_cat > span {
  display: inline-block;
  border: solid 1px #fff;
  padding: 0 1em;
  border-radius: 10em;
}

/* -------------------------------
	設備紹介
-------------------------------- */
.facility_content {
  padding-bottom: min(calc(60px + 90 * (100vw - 320px) / 1180), 150px);
  overflow: hidden;
}
.facility_content .table-design-2 > tbody > tr > th {
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .facility_content .table-design-2 > tbody > tr > th {
    width: 13em;
  }
}

/**/
.facility_content__head h3 {
  font-size: 60px;
  line-height: 1;
  text-align: center;
  margin: 0 0 0.35em;
}
.facility_content__head h3 > .img {
  display: inline-block;
  position: relative;
}
.facility_content__head h3 > .img:before, .facility_content__head h3 > .img:after {
  content: "";
  position: absolute;
  top: 0.2em;
  width: 0.218487em;
  height: 0.218487em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.facility_content__head h3 > .img:before {
  left: -0.5em;
  background-image: url("../images/home/quotation_left.png");
}
.facility_content__head h3 > .img:after {
  right: -.5em;
  background-image: url("../images/home/quotation_right.png");
}
.facility_content__head h3 > .img > img {
  max-width: inherit;
  width: auto;
  height: 1em;
}
.facility_content__head h3 > small {
  font-weight: 200;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  display: block;
  margin-top: .5em;
}
@media print, screen and (min-width: 768px) {
  .facility_content__head h3 {
    font-size: min(calc(70px + 30 * (100vw - 768px) / 732), 100px);
  }
  .facility_content__head h3 > small {
    font-size: min(calc(18px + 4 * (100vw - 768px) / 732), 22px);
  }
}

/**/
.facility_list_1 {
  font-size: 16px;
  line-height: 2;
  list-style: none;
  padding-left: 0;
}
.facility_list_1 > li {
  text-align: center;
}
.facility_list_1 > li > span {
  display: inline-block;
  border-bottom: solid 1px #fff;
  transform: rotate(-7deg);
}
@media print, screen and (min-width: 768px) {
  .facility_list_1 {
    font-size: min(calc(16px + 4 * (100vw - 768px) / 732), 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
  }
  .facility_list_1 > li > span {
    transform: rotate(-7deg);
  }
}

/* -------------------------------
	facility gallery
-------------------------------- */
.facility_gallery {
  overflow: hidden;
}
.facility_gallery .swiper {
  overflow: visible;
}
.facility_gallery [class*=swiper]:focus {
  outline: none;
}
.facility_gallery .slide-media, .facility_gallery .thumb-media {
  position: relative;
  overflow: hidden;
}
.facility_gallery .slide-media img, .facility_gallery .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
@media print, screen and (min-width: 992px) {
  .facility_gallery {
    display: flex;
    flex-wrap: wrap;
  }
  .facility_gallery .main-col {
    flex: 0 0 60%;
    overflow: hidden;
  }
  .facility_gallery .thumb-col {
    flex: 0 0 40%;
    overflow: hidden;
  }
  .facility_gallery .thumb-box {
    flex: 0 0 100%;
    overflow: hidden;
  }
}
.facility_gallery .slide {
  margin: 0;
}
.facility_gallery .slide .slide-media {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #ccc;
}
.facility_gallery .slide .slide-title {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 5px;
}
.facility_gallery .thumb-col .thumb-wrapper {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}
@media print, screen and (min-width: 768px) {
  .facility_gallery .thumb-col .thumb-wrapper {
    grid-template-columns: repeat(9, 1fr);
    gap: 8px;
  }
}
@media print, screen and (min-width: 992px) {
  .facility_gallery .thumb-col .thumb-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin-left: 30px;
    margin-top: 0;
    height: 100%;
  }
}
.facility_gallery .thumb-col .thumb-wrapper .thumb-media {
  padding-top: 75%;
  cursor: pointer;
  transition: transform 0.3s ease;
  will-change: transform;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .facility_gallery .thumb-col .thumb-wrapper .thumb-media {
    margin-top: 0;
    padding-top: 0;
  }
}
.facility_gallery .thumb-col .thumb-wrapper .thumb-media img {
  object-fit: cover;
  transition: transform 0.3s ease;
  will-change: transform;
}
.facility_gallery .thumb-col .thumb-wrapper .thumb-media:hover {
  transform: scale(0.9);
}
.facility_gallery .thumb-col .thumb-wrapper .thumb-media:hover img {
  transform: scale(1.1);
}
.facility_gallery .thumb-col .thumb-wrapper .thumb-media.thumb-media-active {
  background-color: #000;
  pointer-events: none;
}
.facility_gallery .thumb-col .thumb-wrapper .thumb-media.thumb-media-active img {
  transform: scale(1.1);
  opacity: 0.6;
}
.facility_gallery .thumb-box {
  margin-top: 1rem;
}
.facility_gallery .thumb-box .thumb-column {
  display: none;
}
.facility_gallery .thumb-box .thumb-column.thumb-media-active {
  display: block;
}
.facility_gallery .thumb-box .thumb-column .table-design-2 {
  font-size: min(calc(12px + 4 * (100vw - 320px) / 1180), 16px);
}
.facility_gallery .thumb-box .thumb-column .table-design-2 > thead > tr > th {
  padding: 0.5em;
  white-space: nowrap;
}
.facility_gallery .thumb-box .thumb-column .table-design-2 > tbody > tr > th, .facility_gallery .thumb-box .thumb-column .table-design-2 > tbody > tr > td {
  text-align: center;
  padding: 0.75em;
  white-space: nowrap;
}
.facility_gallery .thumb-box .thumb-column .table-design-2 > tbody > tr > th:last-child, .facility_gallery .thumb-box .thumb-column .table-design-2 > tbody > tr > td:last-child {
  text-align: left;
  white-space: normal;
}
.facility_gallery .swiper-button-prev, .facility_gallery .swiper-button-next {
  color: #fff;
  font-size: calc(13px + 7 * (100vw - 375px) / 825);
  display: grid;
  place-content: center;
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  margin-top: -1.25em;
}
.facility_gallery .swiper-button-prev:after, .facility_gallery .swiper-button-next:after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1em;
  line-height: 1;
}
@media print, screen and (min-width: 1200px) {
  .facility_gallery .swiper-button-prev, .facility_gallery .swiper-button-next {
    font-size: 20px;
  }
}
.facility_gallery .swiper-button-prev {
  left: 10px;
}
.facility_gallery .swiper-button-prev:after {
  content: "\f104";
}
.facility_gallery .swiper-button-next {
  right: 10px;
}

/* スライダー非活性時 */
.gallery.not-gallery .swiper-button-prev, .gallery.not-gallery .swiper-button-next {
  display: none;
}
.gallery.not-gallery .thumb-col {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .gallery.not-gallery .main-col {
    flex: 0 0 100%;
  }
}

/* -------------------------------
	会社概要
-------------------------------- */
/* ---  --- */
.company_access {
  background: url("../images/home/home_bg_2.jpg") no-repeat center bottom/cover;
}
.company_access .googlemap {
  padding-top: 75%;
  height: 0;
}

.company_access__dl1 {
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 1em;
}
.company_access__dl1 > td, .company_access__dl1 > dd {
  padding: 0;
  margin: 0;
}
.company_access__dl1 > dt {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.company_access__dl1 > dd {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  padding-left: 1em;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact .column {
  text-align: center;
  border: solid 1px #ccc;
  padding: 15px;
}
.tel_contact .column h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0.5em;
}
.tel_contact .column .telphone {
  font-size: 30px;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .tel_contact .column {
    padding: 30px 15px;
  }
  .tel_contact .column h3 {
    font-size: 24px;
  }
  .tel_contact .column .telphone {
    font-size: 36px;
  }
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #eee;
  background-color: #303030;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #ccc;
  background-color: #000;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #303030;
  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: 100px;
  --amn-translateY-active: 0;
  --amn-translateX: 200px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 0.7s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(.9,.09,.67,.93);
  --amn-marker-bg: rgba(254,239,68,1);
  --amn-marker-bg-transparent: rgba(254,239,68,0);
  --amn-marker-transition: 3s ease;
}

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

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

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

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

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

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

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

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

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter, .main-shutter {
    opacity: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element, .main-shutter .shutter__element {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: #0d3c74;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents, .main-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.lr.is-active, .main-shutter.lr.is-active {
    opacity: 1;
  }
  .amn-shutter.lr.is-active .shutter__element, .main-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, .main-shutter.lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.rl.is-active, .main-shutter.rl.is-active {
    opacity: 1;
  }
  .amn-shutter.rl.is-active .shutter__element, .main-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, .main-shutter.rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1.1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 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 */
