@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 {
  font-size: min(calc(20px + 10 * (100vw - 320px) / 448), 30px);
  line-height: 2;
}
.title-hh-1 > strong {
  color: var(--primary);
  font-size: 1.115em;
  line-height: 1.2;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}
.title-hh-1 > strong:before {
  content: "・・・・・・・・・・・・・・・・・";
  line-height: 1;
  position: absolute;
  left: 0;
  top: -.65em;
  width: 100%;
  overflow: hidden;
  opacity: 0.5;
}
@media print, screen and (min-width: 768px) {
  .title-hh-1 {
    font-size: min(calc(20px + 16 * (100vw - 768px) / 732), 36px);
  }
}

.title-hh-2 {
  font-size: 1rem;
  text-align: center;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.title-hh-2 > .fs-en {
  font-weight: 700;
  font-size: min(calc(40px + 25 * (100vw - 320px) / 1180), 65px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
}
.title-hh-2 > .fs-jp, .title-hh-2 > .txt {
  font-size: min(calc(16px + 4 * (100vw - 320px) / 1180), 20px);
  line-height: 1.5;
  margin: .5em .75em 0;
  display: flex;
  align-items: center;
}
.title-hh-2 > .fs-jp:before, .title-hh-2 > .fs-jp:after, .title-hh-2 > .txt:before, .title-hh-2 > .txt:after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
  display: block;
  opacity: 0.65;
}
.title-hh-2 > .fs-jp:before, .title-hh-2 > .txt:before {
  margin-right: .75em;
}
.title-hh-2 > .fs-jp:after, .title-hh-2 > .txt:after {
  margin-left: .75em;
}

.title-svg-1 svg {
  fill: transparent;
  font-size: min(calc(50px + 50 * (100vw - 320px) / 1180), 100px);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
  stroke: #ffffff;
  stroke-width: 0.02em;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  margin: 0 auto;
}
.title-svg-1 svg.is-active {
  animation: outline-animation 5s forwards;
}
.title-svg-1 > .txt {
  position: absolute;
  clip-path: inset(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* タイトル用フォントサイズ */
.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 + 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 --- */
/* -------------------------------
	swiper
-------------------------------- */
[class*=swiper]:focus {
  outline: none;
}

.slide-media, .thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img, .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#mainvisual .swiper-slide {
  overflow: hidden;
}
#mainvisual .swiper-slide[class*=-prev] .slide-media img {
  -webkit-transform: translateX(80vw);
  transform: translateX(80vw);
}
#mainvisual .swiper-slide[class*=-next] .slide-media img {
  -webkit-transform: translateX(-80vw);
  transform: translateX(-80vw);
}
#mainvisual .slide-media {
  height: 100vh;
}
@media print, screen and (min-width: 992px) {
  #mainvisual .slide-media {
    height: 100vh;
    min-height: 680px;
    max-height: 1000px;
  }
}
#mainvisual .slide-media img {
  transition: 2s;
}
#mainvisual .mainvisual_content {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
#mainvisual .mainvisual_content svg {
  fill: transparent;
  font-size: min(calc(35px + 85 * (100vw - 320px) / 1600), 120px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  stroke: #ffffff;
  stroke-width: 0.025em;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: outline-animation 5s forwards;
}

@keyframes outline-animation {
  to {
    stroke-dashoffset: 0;
  }
}
/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_about {
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .home_about .photo {
    margin-left: calc((-15px - 83 * (100vw - 320px) / 1180) + 15px);
  }
}
@media print, screen and (min-width: 1500px) {
  .home_about .photo {
    margin-left: calc(((1304px - 100vw) / 2) + 20px);
  }
}
.home_about__content {
  line-height: 2;
}
.home_about__content h2 {
  font-size: min(calc(40px + 20 * (100vw - 320px) / 1180), 60px);
  line-height: 1.2;
  margin-bottom: 1em;
}
.home_about__content .btns {
  text-align: center;
}
.home_about__content .btns .btn {
  text-align: left;
  width: 250px;
}
@media print, screen and (min-width: 768px) {
  .home_about__content .btns {
    text-align: left;
  }
}
.home_about .home_about_svg_sp, .home_about .home_about_svg_pc {
  fill: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  stroke: #ffffff;
  stroke-width: 0.025em;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  position: absolute;
  z-index: 99;
  pointer-events: none;
}
.home_about .home_about_svg_sp.is-active, .home_about .home_about_svg_pc.is-active {
  animation: outline-animation 5s forwards;
}
.home_about .home_about_svg_sp {
  font-size: calc(100vw / 7);
  left: 0.25em;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .home_about .home_about_svg_sp {
    display: none;
  }
}
.home_about .home_about_svg_pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .home_about .home_about_svg_pc {
    width: min(calc(180px + 87 * (100vw - 768px) / 732), 267px);
    display: block;
    right: 1%;
    top: 3%;
    z-index: -1;
  }
}

/* ---  --- */
.swiper_loop {
  overflow: hidden;
}
.swiper_loop .photo-ofi img {
  object-fit: cover;
}
.swiper_loop .swiper {
  overflow: visible;
}
.swiper_loop .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.swiper_loop .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.swiper_loop .slide {
  overflow: hidden;
  width: 33.33334vw;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .swiper_loop .slide {
    width: 25vw;
  }
}

/* ---  --- */
.home_links {
  background: url("../images/home/home_link_bg.jpg") no-repeat center center/cover;
}
@media print, screen and (min-width: 992px) {
  .home_links {
    background: url("../images/home/home_link_bg.jpg") no-repeat center center/cover;
    background-attachment: fixed;
  }
}

.home_link_box {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 0;
}
.home_link_box__photo {
  background-color: #000;
}
.home_link_box__photo img {
  transition: opacity 0.3s ease;
}
.home_link_box__text {
  color: #fff;
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}
.home_link_box__text .hr {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.home_link_box__text p {
  transition: text-shadow 0.3s ease;
}
.home_link_box__text .inner {
  margin-left: auto;
}
.home_link_box__text .inner .fs-en {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0;
}
.home_link_box__text .inner .txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 2.4;
  margin-top: 1em;
}
.home_link_box.even .home_link_box__text {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .home_link_box__photo {
    width: 75%;
    max-width: 971px;
  }
  .home_link_box__text {
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    width: calc(50% - 15px);
    height: 100%;
  }
  .home_link_box__text .inner .fs-en {
    font-size: min(calc(35px + 35 * (100vw - 768px) / 732), 70px);
  }
  .home_link_box__text .inner .txt {
    font-size: min(calc(17px + 18 * (100vw - 768px) / 732), 35px);
  }
}
.home_link_box.even .home_link_box__photo {
  margin-left: auto;
}
.home_link_box.even .home_link_box__text {
  right: auto;
  left: 0;
}
.home_link_box.even .home_link_box__text .inner {
  margin-left: 0;
  margin-right: auto;
}
.home_link_box:hover .home_link_box__photo img {
  opacity: 0.65;
}
.home_link_box:hover .home_link_box__text p {
  text-shadow: 0.05em 0.05em 0.15em #000;
}

/* -------------------------------
	事業内容
-------------------------------- */
.business_achievements {
  background-color: var(--success);
}

.business_table_1 {
  color: #111;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid var(--success);
  border-left: 1px solid var(--success);
}
.business_table_1 > thead > tr > th, .business_table_1 > thead > tr > td {
  text-align: center;
  padding: 1em;
  border-right: 1px solid var(--success);
  border-bottom: 1px solid var(--success);
  background-color: #fff;
}
.business_table_1 > tbody > tr > th, .business_table_1 > tbody > tr > td {
  padding: 1em;
  border-right: 1px solid var(--success);
  border-bottom: 1px solid var(--success);
}
.business_table_1 > tbody > tr > th {
  background: #eee;
}
.business_table_1 > tbody > tr > td {
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .business_table_1 > tbody > tr > th:nth-child(1), .business_table_1 > tbody > tr > td:nth-child(1) {
    text-align: center;
    width: 8em;
  }
  .business_table_1 > tbody > tr > th:nth-child(2), .business_table_1 > tbody > tr > td:nth-child(2) {
    width: 60%;
  }
}
.business_table_1.bt {
  font-size: min(calc(14px + 2 * (100vw - 320px) / 672), 16px);
}
.business_table_1.bt > tbody > tr {
  margin-bottom: 5px;
}
.business_table_1.bt > tbody > tr:last-child {
  margin-bottom: 0;
}
.business_table_1.bt > tbody > tr > td {
  border-bottom: 1px solid var(--success);
}
.business_table_1.bt > tbody > tr > td:before {
  font-weight: 700;
  flex: 0 0 5em;
}

/* -------------------------------
	会社概要
-------------------------------- */
.page_navi .btn {
  display: block;
}

/* ---  --- */
.company_history {
  background: url("../images/company/company_history_bg.jpg") no-repeat center center/cover;
}
@media print, screen and (min-width: 992px) {
  .company_history {
    background-attachment: fixed;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  background-color: #111;
  background-image: url("../images/common/bg001.png");
}
.tel_contact h3 {
  font-size: min(calc(20px + 16 * (100vw - 320px) / 1180), 36px);
  text-align: center;
}
.tel_contact .telphone {
  font-size: min(calc(25px + 25 * (100vw - 320px) / 1180), 50px);
  text-align: center;
}
.tel_contact p {
  font-size: min(calc(13px + 3 * (100vw - 320px) / 1180), 16px);
  text-align: center;
  margin-top: .5em;
}

#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 rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.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 {
  color: #111;
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
  background-color: #fff;
}
#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 a {
  color: #111;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* 
 * スクロールエフェクト
 */
@media screen {
  .js-row-1 > * {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .js-row-1 > *.is-active {
    opacity: 1;
    transform: translateY(0);
  }

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

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

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

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

  .amn-lr-open {
    opacity: 0;
    mask-image: linear-gradient(to right, black 0%, black 50%, transparent 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 50%, transparent 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 0.5s cubic-bezier(0.9, 0.09, 0.67, 0.93);
  }
  .amn-lr-open.is-active {
    opacity: 1;
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  .amn-mask-up {
    display: inline-block;
    opacity: 0;
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform 0.7s ease;
  }
  .amn-mask-up.is-active {
    opacity: 1;
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

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

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