@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 {
  --en-color: var(--primary);
  font-size: 1rem;
  text-align: center;
}
.title-hh-1 > .fs-en {
  color: var(--en-color);
  font-size: min(calc(30px + 20 * (100vw - 320px) / 1080), 50px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.title-hh-1 > .txt {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1080), 24px);
  margin-top: .5em;
  display: block;
}

.amn-title-1 {
  font-weight: 500;
  font-size: min(calc(25px + 12 * (100vw - 320px) / 1080), 37px);
  line-height: 1.5;
  text-align: center;
  padding: 1em 0;
  position: relative;
}
.amn-title-1 .line {
  width: calc(2em + (1em * 1.5));
  height: calc(2em + (1em * 1.5));
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amn-title-1 .line::before,
.amn-title-1 .line::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/line001.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.amn-title-1 .line::before {
  top: 0;
  right: 0;
}
.amn-title-1 .line::after {
  bottom: 0;
  left: 0;
}
.amn-title-1 .txt {
  display: inline-block;
}
.amn-title-1.text-left .line {
  left: 2em;
}
.amn-title-1.white {
  color: #fff;
}
.amn-title-1.white .line::before, .amn-title-1.white .line::after {
  background-image: url("../images/common/line001-w.svg");
}
@media screen {
  .amn-title-1 .line {
    transition: transform 1s ease-out;
    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, top(0, 0, 0, 1) 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: mask-position 1s ease;
  }
  .amn-title-1 .txt {
    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 1s ease;
  }
  .amn-title-1.is-active .line {
    opacity: var(--amn-opacity-active);
    mask-position: 50% 0%;
    -webkit-mask-position: 50% 0%;
  }
  .amn-title-1.is-active .txt {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: min(calc(30px + 20 * (100vw - 320px) / 1080), 50px);
}

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

/* --- 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 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#mainvisual .mainvisual_image {
  position: relative;
  z-index: 0;
}
#mainvisual .mainvisual_image .photo {
  width: 100%;
  height: 60vh;
}
#mainvisual .mainvisual_image .photo img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (orientation: landscape) and (max-width: 767px) {
  #mainvisual .mainvisual_image .photo {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual .mainvisual_image .photo {
      height: 100dvh;
    }
  }
}
@media print, screen and (min-width: 768px) {
  #mainvisual .mainvisual_image .photo {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual .mainvisual_image .photo {
      height: 100dvh;
    }
  }
}
@media print {
  #mainvisual .mainvisual_image .photo {
    height: 1000px;
  }
}
#mainvisual .mainvisual_image .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../images/home/main_mask.svg") no-repeat center center/100% 100%;
}
#mainvisual .mainvisual_caption {
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: 10;
}
#mainvisual .mainvisual_caption .txt1 {
  color: #fff;
  font-weight: 700;
  font-size: min(calc(20px + 40 * (100vw - 320px) / 1600), 60px);
  margin: 0;
  text-shadow: 0px 5px 19px rgba(0, 0, 0, 0.5);
}
#mainvisual .mainvisual_caption .fs-en {
  color: #fff;
  font-weight: 700;
  font-size: min(calc(15px + 15 * (100vw - 320px) / 1600), 30px);
  text-shadow: 0px 5px 19px rgba(0, 0, 0, 0.5);
  margin: 1em 0 0;
}

@media screen {
  .amn-mainbg {
    transition: transform 2s ease, opacity 2s ease;
    transform: scale(3);
    transform-origin: right bottom;
    opacity: 0;
  }
  .amn-mainbg.is-active {
    opacity: 1;
    transform: scale(1);
  }
}
/* -------------------------------
	home
-------------------------------- */
/**/
.home_ttl_1 {
  font-size: 1rem;
  text-align: center;
}
.home_ttl_1 > .fs-en {
  font-size: min(calc(30px + 20 * (100vw - 320px) / 1080), 50px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.home_ttl_1 > .txt {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1080), 24px);
  margin-top: .5em;
  display: block;
}

/* ---  --- */
.home_strong {
  padding-top: min(calc(50px + 70 * (100vw - 320px) / 1080), 120px);
  padding-bottom: min(calc(50px + 100 * (100vw - 320px) / 1080), 150px);
  position: relative;
}
.home_strong:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 150%;
  height: 100vh;
  background-color: rgba(220, 231, 255, 0.3);
  mix-blend-mode: multiply;
  transform: translate(-50%, 40%) rotate(-15deg);
}

.home_strong__figure {
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: min(calc(30px + 40 * (100vw - 320px) / 1080), 70px);
  background-color: #fff;
}
.home_strong__figure figcaption h3 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  height: 5em;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home_strong__figure figcaption .column {
  padding: 0 1rem;
}
@media print, screen and (min-width: 992px) {
  .home_strong__figure figcaption h3 {
    font-size: min(calc(17px + 3 * (100vw - 992px) / 408), 20px);
  }
  .home_strong__figure figcaption p {
    font-size: min(calc(14px + 2 * (100vw - 992px) / 408), 16px);
  }
}

/* ---  --- */
.home_business {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .home_business .photo {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
  }
}
.home_business .photo2 {
  margin: 0 15px;
}
.home_business .photo2 img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media print, screen and (min-width: 992px) {
  .home_business .photo2 {
    position: absolute;
    left: calc(50% + 15px);
    top: calc(0px - min(5vw, 100px));
    width: min(45vw, 900px);
    margin: 0;
  }
}
.home_business__content {
  padding: min(calc(30px + 60 * (100vw - 320px) / 1080), 90px) 0;
}
@media print, screen and (min-width: 992px) {
  .home_business__content {
    padding-right: min(calc(30px + 70 * (100vw - 992px) / 408), 100px);
  }
}

/* ---  --- */
.home_cars {
  padding: min(calc(50px + 130 * (100vw - 320px) / 1080), 180px) 0;
  position: relative;
}
.home_cars:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom left, rgba(220, 231, 255, 0) 50%, rgba(220, 231, 255, 0.3) 50.1%) no-repeat top left/100% 100%;
  mix-blend-mode: multiply;
}
.home_cars .photo {
  position: absolute;
  left: 5%;
  top: -3%;
  width: min(25%, 100px);
}
@media print, screen and (min-width: 768px) {
  .home_cars .photo {
    position: absolute;
    top: auto;
    left: 5%;
    bottom: 3%;
    width: 35%;
    height: 100%;
  }
  .home_cars .photo img {
    height: 102%;
    object-fit: contain;
  }
}
.home_cars__content h2 {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .home_cars__content {
    max-width: 50%;
    margin-left: auto;
  }
  .home_cars__content h2 {
    text-align: left;
  }
}
@media print, screen and (min-width: 992px) {
  .home_cars__content {
    max-width: 520px;
  }
}

/* ---  --- */
.home_link {
  background-color: rgba(220, 231, 255, 0.3);
  mix-blend-mode: multiply;
}

.home_link__figure {
  max-width: 630px;
  margin: 0 auto;
  background-color: #121212;
  position: relative;
}
.home_link__figure .photo img {
  transition: all 1s ease-in-out;
}
.home_link__figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home_link__figure figcaption h2 {
  margin: auto;
}
.home_link__figure figcaption .more {
  font-size: min(calc(20px + 20 * (100vw - 320px) / 1080), 40px);
  position: absolute;
  bottom: 0.75em;
  right: 0.75em;
  display: block;
  transition: transform 0.35s ease-in-out;
}
.home_link__figure figcaption .more .circle {
  position: relative;
  height: 1.375em;
  width: 1.375em;
  top: 0%;
  left: 0%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  text-align: center;
  transition-delay: 0.3s;
}
.home_link__figure figcaption .more .circle:before, .home_link__figure figcaption .more .circle:after {
  border: 2px solid white;
  border-right-color: transparent;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
  transition-delay: 0.3s;
}
.home_link__figure figcaption .more .circle:before {
  transform: rotate(45deg);
}
.home_link__figure figcaption .more .circle:after {
  transform: rotate(-45deg);
}
.home_link__figure figcaption .more .circle i {
  color: #fff;
  line-height: 1;
  letter-spacing: normal;
  margin: auto;
  transition: opacity 0.35s ease-in-out;
  transition-delay: 0.3s;
}
.home_link__figure figcaption .more p {
  color: #fff;
  font-size: 0.5em;
  line-height: 1.4;
  position: absolute;
  margin: -.7em 0 0;
  text-transform: uppercase;
  white-space: nowrap;
  top: 50%;
  left: 0%;
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  transform: translateX(-10%);
  transition: all 0.35s ease-in-out;
}
.home_link__figure:hover .photo img {
  opacity: 0.65;
}
.home_link__figure:hover figcaption .more {
  transform: translateX(-2em);
  transition-delay: 0s;
}
.home_link__figure:hover figcaption .more .circle {
  background-color: rgba(0, 0, 0, 0);
}
.home_link__figure:hover figcaption .more .circle:before, .home_link__figure:hover figcaption .more .circle:after {
  transform: rotate(0deg);
  transition-delay: 0.3s;
}
.home_link__figure:hover figcaption .more .circle i {
  opacity: 0;
  transition-delay: 0s;
}
.home_link__figure:hover figcaption .more p {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translateX(0);
}

/* -------------------------------
	事業内容
-------------------------------- */
/* ---  --- */
.service_head_content {
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .service_head_content {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 408), 20px);
  }
}

@media print, screen and (min-width: 992px) {
  .service_head .photo {
    margin-right: calc(-15px - 35 * (100vw - 320px) / 1080);
  }
}
@media print, screen and (min-width: 1400px) {
  .service_head .photo {
    margin-right: calc((1290px - var(--app-w)) / 2);
  }
}

/* ---  --- */
.service_box_1 {
  position: relative;
  background-color: rgba(220, 231, 255, 0.3);
}

/* -------------------------------
	会社概要
-------------------------------- */
/* ---  --- */
.company_access_head {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .company_access_head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .company_access_head .box + .box {
    margin-left: min(calc(30px + 30 * (100vw - 768px) / 632), 60px);
    padding-left: min(calc(30px + 30 * (100vw - 768px) / 632), 60px);
    border-left: solid 1px #ccc;
  }
  .company_access_head h3 {
    margin-bottom: 0;
  }
  .company_access_head .company_access_head_column {
    padding: 1em 0;
  }
}

/* -------------------------------
	採用情報
-------------------------------- */
/* ---  --- */
.recruit_head {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.recruit_head > .bg_txt {
  color: var(--primary);
  font-weight: 700;
  font-size: min(calc(60px + 140 * (100vw - 320px) / 1600), 200px);
  line-height: 1;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width: 992px) {
  .recruit_head > .bg_txt {
    mix-blend-mode: multiply;
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_head > .bg_img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 150px;
    width: 43.75%;
  }
}

.recruit_head_content h4 {
  font-weight: 500;
  font-size: min(calc(25px + 20 * (100vw - 320px) / 1080), 45px);
  line-height: 1.75;
}
.recruit_head_content h4 > .in {
  display: inline-block;
}
.recruit_head_content h4 > .in:nth-of-type(2) {
  margin-left: 1.5em;
}

/* ---  --- */
.recruit_flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 10px;
}
.recruit_flow > .step {
  border: solid 2px #121212;
  padding: 25px 15px;
  position: relative;
}
.recruit_flow > .step:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: var(--primary);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.recruit_flow > .step .fs-en {
  color: var(--primary);
  font-size: 24px;
  text-align: center;
}
.recruit_flow > .step .txt {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_flow > .step {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
  }
  .recruit_flow > .step.is-active {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_flow {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .recruit_flow > .step:after {
    content: "";
    position: absolute;
    left: calc(100% + 7px);
    top: 50%;
    width: 20px;
    height: 26px;
    margin-top: -13px;
    background-color: var(--primary);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .recruit_flow > .step:last-child:after {
    display: none;
  }
  .recruit_flow > .step .fs-en {
    font-size: min(calc(22px + 12 * (100vw - 768px) / 632), 34px);
  }
  .recruit_flow > .step .txt {
    font-size: min(calc(20px + 10 * (100vw - 768px) / 632), 30px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .recruit_flow > .step {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 1s ease-out;
  }
  .recruit_flow > .step.is-active {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* -------------------------------
	保有設備
-------------------------------- */
.ownedvehicle_ttl_1 {
  font-size: calc(var(--measure-width) / 24.7);
  line-height: 1.75;
}
.ownedvehicle_ttl_1 strong {
  color: #ff0000;
  font-size: 1.5em;
  white-space: nowrap;
}

.ownedvehicle_head {
  position: relative;
}
.ownedvehicle_head:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100vw;
  left: -100vw;
  z-index: -1;
  background-color: rgba(220, 231, 255, 0.3);
}
@media print, screen and (min-width: 992px) {
  .ownedvehicle_head:before {
    transform: rotate(-20deg);
  }
}

.ownedvehicle_head_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ownedvehicle_head_content .ownedvehicle_ttl_1 {
  margin-top: auto;
}

/* ---  --- */
.ownedvehicle_table_1 {
  font-size: min(calc(11px + 4 * (100vw - 320px) / 448), 15px);
  line-height: 1.5;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.ownedvehicle_table_1 > tbody > tr > th, .ownedvehicle_table_1 > tbody > tr > td {
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.ownedvehicle_table_1 > tbody > tr > th {
  font-weight: 500;
  white-space: nowrap;
  background: #efefef;
}
.ownedvehicle_table_1 > tbody > tr > td {
  background-color: #fff;
}
.ownedvehicle_table_1 > tbody > tr:nth-child(even) > td {
  background-color: #EAF1FF;
}
@media print, screen and (min-width: 992px) {
  .ownedvehicle_table_1 {
    font-size: min(calc(12px + 3 * (100vw - 992px) / 408), 15px);
  }
}

.ownedvehicle_content {
  position: relative;
  z-index: 0;
}

.ownedvehicle_content_top, .ownedvehicle_content_point {
  position: relative;
  z-index: 10;
}

.ownedvehicle_content_img {
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.ownedvehicle_content_img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100vw;
  left: -100vw;
  z-index: -1;
  background-color: rgba(220, 231, 255, 0.3);
}
@media print, screen and (min-width: 992px) {
  .ownedvehicle_content_img:before {
    transform: rotate(-20deg);
  }
}

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

.ownedvehicle_point {
  border: solid 1px #121212;
  padding: 30px 15px;
  height: 100%;
  background-color: #fff;
}
.ownedvehicle_point > .point {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  background-image: linear-gradient(180deg, rgba(254, 239, 68, 0) 0%, rgba(254, 239, 68, 0) 60%, #feef44 60.1%, #feef44 82%, rgba(254, 239, 68, 0) 83%, rgba(254, 239, 68, 0) 100%);
}
.ownedvehicle_point > .point strong {
  font-size: 1.25em;
}
.ownedvehicle_point h4 {
  color: var(--primary);
  padding-bottom: 0.25em;
  padding-bottom: 0.5em;
  border-bottom: dotted 1px #121212;
}
.ownedvehicle_point .columns {
  --strong-color: #ff0000;
}
.ownedvehicle_point .columns strong {
  color: var(--strong-color);
}

.ownedvehicle_message {
  padding: 30px 15px;
  height: 100%;
  background-color: #EBF1FD;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact .tel_contact__inner {
  font-size: min(calc(18px + 14 * (100vw - 320px) / 1080), 32px);
  position: relative;
}
.tel_contact .tel_contact__inner:before {
  content: "";
  display: block;
  border: solid 1px var(--primary);
  clip-path: polygon(0 0, 10% 0, 10% 50%, 90% 50%, 90% 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0.75em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.tel_contact .tel_contact__inner h3 {
  color: var(--primary);
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.tel_contact .tel_contact__inner .tel_contact__row {
  text-align: center;
  padding: min(calc(20px + 30 * (100vw - 320px) / 1080), 50px);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .tel_contact .tel_contact__inner .tel_contact__row {
    grid-template-columns: repeat(2, auto);
    gap: min(6.5vw, 100px);
    justify-content: center;
  }
}
.tel_contact .telphone {
  font-size: min(calc(24px + 12 * (100vw - 320px) / 1080), 36px);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .tel_contact .telphone {
    font-size: min(calc(24px + 21 * (100vw - 768px) / 408), 45px);
  }
}
.tel_contact .txt {
  font-size: 0.875rem;
  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 #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;
  aspect-ratio: 4/3;
  width: 100%;
  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 {
  /* アニメーション: 上下左右 */
  .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-span-up {
    opacity: 0;
  }
  .amn-span-up .is-span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform;
    /* duration や delay, easing はJS側でインライン指定 */
  }
  .amn-span-up.is-active {
    opacity: 1;
  }
  .amn-span-up.is-active .is-span {
    opacity: 1;
    transform: translateY(0);
  }
}
@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-lr-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

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

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b3388;
    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 */
