/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/ress/dist/ress.min.css ***!
  \************************************************************************************************************************************************************************************************************************************************************/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ============================================================
*
* BASE
*
* ============================================================ */
/* ------------------------------------------------------------
* 基本設定
* ------------------------------------------------------------ */
html {
  line-height: 1.7;
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  color: #191919;
  font-weight: normal;
  font-style: normal;
}

/* ----- リンクの設定 ----- */
a {
  text-underline-offset: 4px;
  color: #762c1a;
}
a:active, a:hover {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

/* ----- ボタンの設定 ----- */
button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ----- 画像 ----- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ============================================================
*
* レイアウト
*
* ============================================================ */
/* ------------------------------------------------------------
* ヘッダー
* ------------------------------------------------------------ */
.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  background: #f5f5f5;
}

.ly_header_inner {
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------------
* フッター
* ------------------------------------------------------------ */
.ly_footer {
  padding-top: 120px;
  background-color: #f5f5f5;
}

/* ------------------------------------------------------------
* ラッパー
* ------------------------------------------------------------ */
.ly_wrap {
  display: block;
  position: relative;
  width: 23.4375rem;
  margin: 0 auto;
  box-shadow: 0 10px 24px rgba(33, 33, 33, 0.3);
}
/* ------------------------------------------------------------
* セクション
* ------------------------------------------------------------ */
.ly_sect {
  position: relative;
  width: 100%;
}

.ly_sect_inner {
  padding-left: 16px;
  padding-right: 16px;
}

.ly_sect_bgcolor {
  background: #f5f5f5;
}

.ly_sect_ttl {
  position: absolute;
  right: 0;
  top: max(-1 * var(--vw) * 0.086805, -125px);
}
.ly_sect_ttl p {
  font-size: 16rem;
  color: #ededed;
  font-weight: bold;
  line-height: 1;
}

/* ------------------------------------------------------------
* コンテンツエリア
* ------------------------------------------------------------ */
.ly_cont {
  max-width: 1340px;
  padding-left: clamp(24px, var(--vw) * 0.0265625, 40px);
  padding-right: clamp(24px, var(--vw) * 0.0265625, 40px);
  margin-right: auto;
  margin-left: auto;
}

.ly_cont__bg {
  background-color: #f5f5f5;
}

.ly_cont__bgInner {
  margin-left: auto;
  margin-right: auto;
}

.ly_cont.ly_cont__narrow {
  max-width: 1150px;
}

/* ------------------------------------------------------------
* アウター
* ------------------------------------------------------------ */
.ly_bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
}
/* ============================================================
*
* モジュール
*
* ============================================================ */
/* ------------------------------------------------------------
* 見出し
* ------------------------------------------------------------ */
/* セクションのタイトル
* -------------------------------------------------- */
.el_lgTtl {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.el_lgTtl_en {
  font-size: clamp(1rem, 1.6927083333vw, 1.6rem);
  color: #762c1a;
  border-bottom: 2px solid #762c1a;
  font-weight: 900;
}

.el_lgTtl_ja {
  padding-top: 6px;
  font-size: clamp(3rem, 5.3385416vw, 4.6rem);
  font-weight: 900;
}

/* セクションのタイトル センターで白色
* -------------------------------------------------- */
.el_lgTtl_center {
  text-align: center;
  color: #f8f8f8;
  font-size: 4.4rem;
  text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
}

/* H3
* -------------------------------------------------- */
.el_mdTtl {
  font-size: clamp(2.4rem, 2.864583vw, 3rem);
  font-weight: 900;
  color: #762c1a;
  padding-bottom: 40px;
}

/* H3　帯付き
* -------------------------------------------------- */
.el_mdTtl_obi {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f8f8f8;
  letter-spacing: 0.12em;
  padding: 6px 0;
  text-align: center;
  background-color: #cacaca;
}

/* h4
* -------------------------------------------------- */
.el_smTtl {
  font-size: 2.4rem;
  padding-bottom: 1.6rem;
}

/* ------------------------------------------------------------
* ボタン
* ------------------------------------------------------------ */
/* ボタンのみ */
.el_btn, .el_linkBtn, .el_dlBtn {
  box-sizing: border-box;
  display: inline-block;
  min-width: 180px;
  max-width: 100%;
  padding: 0.9em 2em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  color: #f8f8f8;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: #762c1a;
  border-radius: 2em;
  transition: background 0.3s;
}
.el_btn:visited, .el_linkBtn:visited, .el_dlBtn:visited {
  color: #f8f8f8;
}
.el_btn:active, .el_linkBtn:active, .el_dlBtn:active, .el_btn:hover, .el_linkBtn:hover, .el_dlBtn:hover {
  color: #f8f8f8;
  background: #762c1a;
  transition: background 0.3s;
}

/* メールのボタン */
/* 別ウィンドウのボタン */
/* リンク用のボタン */
.el_linkBtn, .el_dlBtn {
  position: relative;
  padding: 0.8em 2.6em 0.8em 1.8em;
}
.el_linkBtn::before, .el_dlBtn::before, .el_linkBtn::after, .el_dlBtn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85% 85%;
  transition: opacity 0.3s;
  transform: translateY(-50%);
}
.el_linkBtn::before, .el_dlBtn::before {
  opacity: 1;
}
.el_linkBtn:hover::before, .el_dlBtn:hover::before {
  opacity: 0;
}
.el_linkBtn::after, .el_dlBtn::after {
  opacity: 0;
}
.el_linkBtn:hover::after, .el_dlBtn:hover::after {
  opacity: 1;
}

/* ダウンロード用のボタン */
/* ----- 採用情報 ----- */
/* ------------------------------------------------------------
* メインビジュアル
* ------------------------------------------------------------ */
.bl_mv_bgcolor {
  background: radial-gradient(circle, #a37266 0%, #813d2c 44%, #762c1a 100%);
}

.bl_mv {
  position: relative;
  width: 100%;
  min-height: 470px;
  margin-top: 76px;
  height: calc(var(--vw) * 0.5590277778);
}

.bl_mv_inner {
  height: calc(var(--vw) * 0.52638);
}

.bl_mvImg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--vw) * 0.377);
  aspect-ratio: 611/633;
}

.bl_mvImg02 {
  position: absolute;
  top: 0;
  left: calc(var(--vw) * 0.377);
  width: calc(var(--vw) * 0.2229);
  aspect-ratio: 446/321;
  display: block;
}

.bl_mvImg03 {
  position: absolute;
  top: 0;
  padding-top: calc(var(--vw) * 0.39305);
  left: calc(var(--vw) * 0.2222);
  width: calc(var(--vw) * 0.24375);
  aspect-ratio: 351/239;
  display: block;
  margin: 0;
}

.bl_mvCatchphrase {
  z-index: 2;
  position: absolute;
  top: 0;
  left: auto;
  padding-top: calc(var(--vw) * 0.2625);
  right: clamp(2.2rem, var(--vw) * 0.0152777778, 2.6rem);
}

.bl_mvCatchphrase_txt {
  color: #f8f8f8;
  text-shadow: 4px 4px 18px rgba(25, 25, 25, 0.25);
}
.bl_mvCatchphrase_txt span {
  display: block;
}

.bl_mvCatchphrase_ttl {
  font-size: 7.8rem;
  text-align: start;
  padding-bottom: 24px;
  line-height: 1.34;
}

.bl_mvCatchphrase_subttl {
  font-size: 1.8rem;
}
.bl_mvCatchphrase_subttl span {
  display: block;
}

/* ------------------------------------------------------------
* ヘッダーのコンテンツ
* ------------------------------------------------------------ */
.bl_headerContents {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}

/* ロゴ
* -------------------------------------------------- */
.bl_headerLogo_img {
  width: 210px;
}
.bl_headerLogo_img img {
  display: block;
  width: 100%;
  height: auto;
}

/* モバイルナビゲーション
* -------------------------------------------------- */
.bl_mobnav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 0 3%;
  background: #f5f5f5;
}

.bl_mobiNavbar {
  width: 100%;
}
.bl_mobiNavbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bl_mobiNavbar li a {
  display: block;
  padding: 10px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
}
.bl_mobiNavbar li a:hover, .bl_mobiNavbar li a:focus, .bl_mobiNavbar li a:active {
  color: #333;
}

/* モバイル時ナビゲーションボタン */
.bl_mobnavBtn_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  box-sizing: border-box;
  padding: 22px 15px;
  color: #762c1a;
}
a .bl_mobnavBtn_menu {
  color: #762c1a;
}
.bl_mobnavBtn_menu:hover {
  text-decoration: none;
}
.bl_mobnavBtn_menu .acms-icon-sort {
  display: inline-block;
}

[aria-expanded=true] {
  background: #762c1a;
}

/* モバイルメニュー
* -------------------------------------------------- */
/* トグルメニューアイコン */
.bl_mobnav_toggle {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 2px;
  margin: 6px 0;
  vertical-align: middle;
  background-color: #762c1a;
  border-radius: 1px;
  transition: 0.1s all;
}
.bl_mobnav_toggle::before, .bl_mobnav_toggle::after {
  position: absolute;
  display: block;
  width: 33px;
  height: 2px;
  background-color: #762c1a;
  border-radius: 1px;
  transition: 0.3s all;
  content: "";
}
.bl_mobnav_toggle::before {
  top: -12px;
}
.bl_mobnav_toggle::after {
  bottom: -12px;
}
[aria-expanded=true] .bl_mobnav_toggle {
  background: transparent;
}
[aria-expanded=true] .bl_mobnav_toggle::before {
  width: 35px;
  background: #fff;
  transform: translate(-2px, 12px) rotate(45deg);
}
[aria-expanded=true] .bl_mobnav_toggle::after {
  width: 35px;
  background: #fff;
  transform: translate(-2px, -12px) rotate(-45deg);
}

/* ナビゲーションバー */
.bl-mobile-nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bl-mobile-nav-item {
  position: relative;
  padding: 14px 24px;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}
.bl-mobile-nav-item a {
  color: #fff;
}
.bl-mobile-nav-item a:hover {
  text-decoration: none;
}
.bl-mobile-nav-item svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  padding-right: 24px;
  transform: translateY(-50%);
  fill: #fff;
}
.bl-mobile-nav-item:hover {
  transition: 0.3s all;
}
.bl-mobile-nav-item:hover svg {
  padding-right: 20px;
  transition: 0.3s all;
}

/* ヘッダー固定
* -------------------------------------------------- */
header.fixed {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 4px rgba(44, 44, 44, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: all 500ms 0s ease;
}
header.fixed .bl_headerLogo_img {
  max-width: 240px;
}
header.fixed .bl_headerContents {
  height: 70px;
}

/* ----- メニューを開くボタン ----- */
.bl_menuOpnBtn {
  position: relative;
  display: block;
  width: 38px;
  height: 76px;
}

.bl_menuOpnBtn_top,
.bl_menuOpnBtn_middle,
.bl_menuOpnBtn_bottom {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 2px;
  margin: -1px 0 0 -14px;
  background-color: #191919;
  border-radius: 2px;
}

.bl_menuOpnBtn_top {
  transform: translateY(-8px);
}

.bl_menuOpnBtn_bottom {
  transform: translateY(8px);
}

.bl_menuOpnBtn.is_opened .bl_menuOpnBtn_top {
  animation: top-opened 0.5s forwards;
}
.bl_menuOpnBtn.is_opened .bl_menuOpnBtn_middle {
  animation: middle-opened 0.5s forwards;
}
.bl_menuOpnBtn.is_opened .bl_menuOpnBtn_bottom {
  animation: bottom-opened 0.5s forwards;
}

.bl_menuOpnBtn.is_closed .bl_menuOpnBtn_top {
  animation: top-closed 0.5s forwards;
}
.bl_menuOpnBtn.is_closed .bl_menuOpnBtn_middle {
  animation: middle-closed 0.5s forwards;
}
.bl_menuOpnBtn.is_closed .bl_menuOpnBtn_bottom {
  animation: bottom-closed 0.5s forwards;
}

@keyframes top-opened {
  0% {
    transform: translateY(-8px) rotate(0);
  }
  40% {
    transform: translateY(0) rotate(0);
  }
  60% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes top-closed {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  40% {
    transform: translateY(0) rotate(0);
  }
  60% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(0);
  }
}
@keyframes middle-opened {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes middle-closed {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bottom-opened {
  0% {
    transform: translateY(8px) rotate(0);
  }
  40% {
    transform: translateY(0) rotate(0);
  }
  60% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bottom-closed {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  40% {
    transform: translateY(0) rotate(0);
  }
  60% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(0);
  }
}
/* ------------------------------------------------------------
* フッターのコンテンツ
* ------------------------------------------------------------ */
.bl_footerCont {
  position: relative;
  width: 100%;
}

.bl_footerInner {
  padding-bottom: 40px;
  text-align: left;
  border-bottom: 1px solid #191919;
}

.bl_footer_logo img {
  width: clamp(220px, var(--vw) * 0.234375, 280px);
}

.bl_footer_addBox {
  font-style: normal;
  font-size: 1.5rem;
}

.bl_footer_add {
  padding-top: 1.6rem;
}

.bl_footer_tel {
  padding-top: 1.6rem;
}

.bl_footer_nav {
  width: 100% !important;
  margin: 0 0 0 auto;
  text-align: right;
}

.bl_copyright {
  padding: 40px 0;
  text-align: center;
  font-weight: normal;
}
.bl_copyright small {
  font-size: 1.5rem;
}

/* ------------------------------------------------------------
* グローバルナビ
* ------------------------------------------------------------ */
.bl_gnav {
  display: none;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 235px);
}

.bl_gnavList {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.bl_gnavList > ul {
  display: flex;
  place-content: center flex-end;
  flex-wrap: nowrap;
}
.bl_gnavList li {
  position: relative;
  display: flex;
  margin: 0 1.2%;
  text-align: center;
  vertical-align: middle;
  place-items: center;
  font-size: 1.2rem;
}
.bl_gnavList li:nth-last-of-type(1) {
  margin: 0 0 0 1.2%;
}
.bl_gnavList li a {
  display: block;
  padding: 17px 0;
  color: #191919;
  font-weight: 700;
  text-decoration: none;
}
.bl_gnavList li a:hover, .bl_gnavList li a:focus, .bl_gnavList li a:active {
  color: #4f4e4e;
}

/* お問い合わせボタン */
.bl_gnavBtn {
  margin: 40px auto;
  text-align: center;
}
.bl_gnavBtn a {
  text-decoration: none;
}

.bl_gnavBtn_link {
  position: relative;
  padding: 8px 20px;
  color: #f8f8f8;
  border-radius: 26px;
  background: #762c1a;
}
.bl_gnavBtn_link:hover {
  opacity: 0.8;
}

/* ------------------------------------------------------------
* スマホ用ナビゲーション
* ------------------------------------------------------------ */
/* メニュー本体
* -------------------------------------------------- */
/* ----- 大枠 ----- */
.bl_menu_wrapper {
  width: 100%;
  height: 100%;
  padding-top: 76px;
  overflow: auto;
  background: #f5f5f5;
}

.bl_menu_cont {
  padding: 24px 40px 20px;
  overflow-y: auto;
  text-align: center;
}
/* ----- メニュー ----- */
.bl_menu {
  width: 100%;
  margin: 0 auto;
}

.bl_menuList {
  list-style: none;
}

.bl_menuItem {
  padding: 0 5px;
  margin: 0 0 24px;
}
.bl_menuItem:nth-last-of-type(1) {
  margin: 0;
}

.bl_menuItem_link {
  font-size: 20px;
  font-weight: bold;
  color: #191919;
  text-decoration: none;
}
.bl_menuItem_link:active, .bl_menuItem_link:visited {
  text-decoration: none;
}
.bl_menuItem_link:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------
* スライダー　slick
* ------------------------------------------------------------ */
.bl_slick_item img {
  width: 100%;
}

.bl_slick_itemTtl {
  text-align: center;
}

.slick-dots {
  bottom: -24px !important;
}
.slick-dots li {
  width: 16px !important;
  height: 16px !important;
  margin: 0 auto !important;
}
.slick-dots li button {
  width: 16px !important;
  height: 16px !important;
}
.slick-dots li button:before {
  color: #cacaca !important;
  font-size: 10px !important;
}
/* ------------------------------------------------------------
* swipe
* ------------------------------------------------------------ */
.bl_swipeImg,
.thumb-media {
  position: relative;
  overflow: hidden;
}

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

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  outline: none;
  width: 6.4rem;
  height: 6.4rem;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
  content: "";
  border-radius: 50%;
  box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  background: #762c1a;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  outline: none;
  content: "";
  border: solid #ddd;
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
  outline: none;
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
  outline: none;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
  outline: none;
}

.bl_swipe {
  overflow: hidden;
}

.bl_swipe .swiper {
  overflow: visible;
  outline: none;
}

.bl_swipe .swiper-controller {
  display: flex;
  gap: 1.6rem;
  justify-content: flex-end;
  margin-bottom: 16px;
  outline: none;
}

.bl_swipe .swiper-button-prev,
.bl_swipe .swiper-button-next {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  outline: none;
}

.bl_swipe .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
  outline: none;
}

.bl_swipe .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  outline: none;
}

.bl_swipe .slide {
  overflow: hidden;
  width: 36rem;
}

.bl_swipe .bl_swipeImg {
  padding-top: 62.5%;
}

.bl_swipe .bl_swipeCont {
  margin: 15px 0;
}

.bl_swipe .bl_swipeTtl {
  font-weight: 700;
  font-size: 2rem;
}

.bl_swipe .bl_swipeTxt {
  padding: 8px 0;
}
/* ------------------------------------------------------------
* グリッド
* ------------------------------------------------------------ */
.bl_grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.bl_grid.bl_gridd__jc_center {
  justify-content: center;
}
.bl_grid.bl_gridd__jc_between {
  justify-content: space-between;
}
.bl_grid.bl_gridd__jc_around {
  justify-content: space-around;
}
.bl_grid.bl_gridd__ai_center {
  align-items: center;
}

[class*=bl_col] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.bl_col_1 {
  width: 8.33%;
}

.bl_col_2 {
  width: 16.66%;
}

.bl_col_3 {
  width: 25%;
}

.bl_col_4 {
  width: 33.33%;
}

.bl_col_5 {
  width: 41.66%;
}

.bl_col_6 {
  width: 50%;
}

.bl_col_7 {
  width: 58.33%;
}

.bl_col_8 {
  width: 66.66%;
}

.bl_col_9 {
  width: 75%;
}

.bl_col_10 {
  width: 83.33%;
}

.bl_col_11 {
  width: 91.66%;
}

.bl_col_12 {
  width: 100%;
}
/* ============================================================
*
* ヘルパー
*
* ============================================================ */
/* ------------------------------------------------------------
* フォントとテキストのスタイル
* ------------------------------------------------------------ */
/* 英字フォント */
.hp_font_robot {
  font-family: "Montserrat", sans-serif !important;
}

/* 太字 */
.hp_font_bold {
  font-weight: bold !important;
}

/* 文字の行間 */
.hp_txt_lineheight {
  line-height: 2 !important;
}

/* 文字揃え */
.hp_txt_left {
  text-align: left !important;
}

.hp_txt_right {
  text-align: right !important;
}

.hp_txt_center {
  text-align: center !important;
}

.hp_txt_justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* 文字間を戻す */
.hp_letter_0 {
  letter-spacing: 0 !important;
}

/* 強調 */
.hp_txt_em {
  font-style: normal !important;
  font-weight: bold !important;
}

/* 重要 */
.hp_txt_strong {
  font-weight: bold !important;
  color: #fa4027 !important;
}

/* 上付き文字 */
/* 小文字 */
.hp_txt_small {
  font-size: 0.75rem !important;
}

/* 強調文字小 */
.hp_txt_sm {
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150%;
}

/* 強調文字中 */
.hp_txt_md {
  font-size: 20px;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150%;
}

/* 強調文字大 */
.hp_txt_lg {
  font-size: 22px;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150%;
}

/* 色付き */
/* 文字白 */
.hp_colorWhite {
  color: #fff;
}

/* ------------------------------------------------------------
* パディングとマージン
* ------------------------------------------------------------ */
.hp_pt__0 {
  padding-top: 0 !important;
}

.hp_mt__0 {
  margin-top: 0 !important;
}

.hp_MT__0 {
  margin-top: 0 !important;
}

.hp_pt__xxs {
  padding-top: 5px !important;
}

.hp_mt__xxs {
  margin-top: 5px !important;
}

.hp_MT__xxs {
  margin-top: -5px !important;
}

.hp_pt__xs {
  padding-top: 10px !important;
}

.hp_mt__xs {
  margin-top: 10px !important;
}

.hp_MT__xs {
  margin-top: -10px !important;
}

.hp_pt__sm {
  padding-top: 20px !important;
}

.hp_mt__sm {
  margin-top: 20px !important;
}

.hp_MT__sm {
  margin-top: -20px !important;
}

.hp_pt__md {
  padding-top: 40px !important;
}

.hp_mt__md {
  margin-top: 40px !important;
}

.hp_MT__md {
  margin-top: -40px !important;
}

.hp_pt__lg {
  padding-top: 60px !important;
}

.hp_mt__lg {
  margin-top: 60px !important;
}

.hp_MT__lg {
  margin-top: -60px !important;
}

.hp_pt__xl {
  padding-top: 80px !important;
}

.hp_mt__xl {
  margin-top: 80px !important;
}

.hp_MT__xl {
  margin-top: -80px !important;
}

.hp_pt__xxl {
  padding-top: 100px !important;
}

.hp_mt__xxl {
  margin-top: 100px !important;
}

.hp_MT__xxl {
  margin-top: -100px !important;
}

.hp_pr__0 {
  padding-right: 0 !important;
}

.hp_mr__0 {
  margin-right: 0 !important;
}

.hp_MR__0 {
  margin-right: 0 !important;
}

.hp_pr__xxs {
  padding-right: 5px !important;
}

.hp_mr__xxs {
  margin-right: 5px !important;
}

.hp_MR__xxs {
  margin-right: -5px !important;
}

.hp_pr__xs {
  padding-right: 10px !important;
}

.hp_mr__xs {
  margin-right: 10px !important;
}

.hp_MR__xs {
  margin-right: -10px !important;
}

.hp_pr__sm {
  padding-right: 20px !important;
}

.hp_mr__sm {
  margin-right: 20px !important;
}

.hp_MR__sm {
  margin-right: -20px !important;
}

.hp_pr__md {
  padding-right: 40px !important;
}

.hp_mr__md {
  margin-right: 40px !important;
}

.hp_MR__md {
  margin-right: -40px !important;
}

.hp_pr__lg {
  padding-right: 60px !important;
}

.hp_mr__lg {
  margin-right: 60px !important;
}

.hp_MR__lg {
  margin-right: -60px !important;
}

.hp_pr__xl {
  padding-right: 80px !important;
}

.hp_mr__xl {
  margin-right: 80px !important;
}

.hp_MR__xl {
  margin-right: -80px !important;
}

.hp_pr__xxl {
  padding-right: 100px !important;
}

.hp_mr__xxl {
  margin-right: 100px !important;
}

.hp_MR__xxl {
  margin-right: -100px !important;
}

.hp_pb__0 {
  padding-bottom: 0 !important;
}

.hp_mb__0 {
  margin-bottom: 0 !important;
}

.hp_MB__0 {
  margin-bottom: 0 !important;
}

.hp_pb__xxs {
  padding-bottom: 5px !important;
}

.hp_mb__xxs {
  margin-bottom: 5px !important;
}

.hp_MB__xxs {
  margin-bottom: -5px !important;
}

.hp_pb__xs {
  padding-bottom: 10px !important;
}

.hp_mb__xs {
  margin-bottom: 10px !important;
}

.hp_MB__xs {
  margin-bottom: -10px !important;
}

.hp_pb__sm {
  padding-bottom: 20px !important;
}

.hp_mb__sm {
  margin-bottom: 20px !important;
}

.hp_MB__sm {
  margin-bottom: -20px !important;
}

.hp_pb__md {
  padding-bottom: 40px !important;
}

.hp_mb__md {
  margin-bottom: 40px !important;
}

.hp_MB__md {
  margin-bottom: -40px !important;
}

.hp_pb__lg {
  padding-bottom: 60px !important;
}

.hp_mb__lg {
  margin-bottom: 60px !important;
}

.hp_MB__lg {
  margin-bottom: -60px !important;
}

.hp_pb__xl {
  padding-bottom: 80px !important;
}

.hp_mb__xl {
  margin-bottom: 80px !important;
}

.hp_MB__xl {
  margin-bottom: -80px !important;
}

.hp_pb__xxl {
  padding-bottom: 100px !important;
}

.hp_mb__xxl {
  margin-bottom: 100px !important;
}

.hp_MB__xxl {
  margin-bottom: -100px !important;
}

.hp_pl__0 {
  padding-left: 0 !important;
}

.hp_ml__0 {
  margin-left: 0 !important;
}

.hp_ML__0 {
  margin-left: 0 !important;
}

.hp_pl__xxs {
  padding-left: 5px !important;
}

.hp_ml__xxs {
  margin-left: 5px !important;
}

.hp_ML__xxs {
  margin-left: -5px !important;
}

.hp_pl__xs {
  padding-left: 10px !important;
}

.hp_ml__xs {
  margin-left: 10px !important;
}

.hp_ML__xs {
  margin-left: -10px !important;
}

.hp_pl__sm {
  padding-left: 20px !important;
}

.hp_ml__sm {
  margin-left: 20px !important;
}

.hp_ML__sm {
  margin-left: -20px !important;
}

.hp_pl__md {
  padding-left: 40px !important;
}

.hp_ml__md {
  margin-left: 40px !important;
}

.hp_ML__md {
  margin-left: -40px !important;
}

.hp_pl__lg {
  padding-left: 60px !important;
}

.hp_ml__lg {
  margin-left: 60px !important;
}

.hp_ML__lg {
  margin-left: -60px !important;
}

.hp_pl__xl {
  padding-left: 80px !important;
}

.hp_ml__xl {
  margin-left: 80px !important;
}

.hp_ML__xl {
  margin-left: -80px !important;
}

.hp_pl__xxl {
  padding-left: 100px !important;
}

.hp_ml__xxl {
  margin-left: 100px !important;
}

.hp_ML__xxl {
  margin-left: -100px !important;
}

/* ------------------------------------------------------------
* ディスプレイ
* ------------------------------------------------------------ */
.hp_inline {
  display: inline !important;
}

.hp_inline_block {
  display: inline-block !important;
}

/* 非表示 */

/* 端末別 */

/* ------------------------------------------------------------
* 画像の幅
* ------------------------------------------------------------ */
/* 画像をブロックにする */
.hp_img_block {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================================================
*
* ユニークグループ
*
* ============================================================ */
/* ------------------------------------------------------------
* トップページ
* ------------------------------------------------------------ */
/* わたしたちについて
* -------------------------------------------------- */
.topAbout {
  position: relative;
  width: 100%;
}

.un_topAbout_inner {
  height: calc(var(--vw) * 0.555555 + var(--vw) * 0.3125 * 294 / 450);
}

.un_topAbout_imgBox {
  position: relative;
}

.un_topAbout_imgItem {
  position: absolute;
}
.un_topAbout_imgItem img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.un_topAbout_imgItem01 {
  top: 0;
  left: 0;
  padding-top: calc(var(--vw) * 0.083333);
  width: calc(var(--vw) * 0.2708);
  aspect-ratio: 390/460;
}

.un_topAbout_imgItem02 {
  top: 0;
  left: auto;
  right: 0;
  padding-top: calc(var(--vw) * 0.24305);
  width: calc(var(--vw) * 0.16319);
  aspect-ratio: 235/318;
}

.un_topAbout_imgItem03 {
  top: 0;
  left: calc(var(--vw) * 0.2708);
  padding-top: calc(var(--vw) * 0.555555);
  width: calc(var(--vw) * 0.3125);
  aspect-ratio: 450/294;
}

.un_topAbout_txtBox {
  position: absolute;
  left: calc(var(--vw) * 0.3986);
  padding-top: calc(var(--vw) * 0.17013);
}

.un_topAbout_txt {
  font-weight: 600;
  font-size: min(1.66666vw, 3.7rem);
  line-height: 2;
}
.un_topAbout_txt span {
  display: block;
}

.un_topAbout_imgMark {
  position: absolute;
  top: 0;
  right: calc(var(--vw) * 0.125);
  padding-top: calc(var(--vw) * 0.04861);
  width: calc(var(--vw) * 0.703472);
  margin: 0 auto;
  aspect-ratio: 1020/1019;
  z-index: -1;
}
.un_topAbout_imgMark img {
  width: 100%;
}

/* 早川のしごと
* -------------------------------------------------- */
.un_topWork {
  margin-top: 160px;
  padding: 80px 0;
}

.un_topWork_txBoxTxt {
  font-size: 1.8rem;
  line-height: 2;
}

.un_topWork_imgBox {
  display: flex;
  margin: 0 1.2%;
  text-align: center;
  vertical-align: middle;
  place-items: center;
}

.un_topWork_imgItem {
  position: relative;
  margin-top: 120px;
}

.un_topWork_imgItemTtl {
  position: absolute;
  background-color: #762c1a;
  left: 32px;
  top: -40px;
  padding: 10px 4px;
  height: 150px;
  align-items: center;
  display: flex;
}
.un_topWork_imgItemTtl span {
  color: #f8f8f8;
  font-size: clamp(1.8rem, 1.953125vw, 2.2rem);
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2rem;
  font-weight: bold;
}

/* 施工実績紹介
* -------------------------------------------------- */
.un_topWork_cont {
  width: 100%;
  position: relative;
  margin-top: 80px;
  padding-left: 16px;
  padding-right: 16px;
}

.un_topWork_contInner {
  padding-left: clamp(24px, var(--vw) * 0.0265625, 40px);
  padding-right: clamp(24px, var(--vw) * 0.0265625, 40px);
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff !important;
}

/* 対応地域
* -------------------------------------------------- */
.un_topWork_area {
  position: relative;
  width: 100%;
  margin-top: 0;
}

.un_topWork_areaInner {
  padding-right: 16px;
  padding-left: 16px;
  height: calc(var(--vw) * 0.02777 + var(--vw) * 0.48125 * 777 / 693);
}

.un_topWork_areaMap {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: calc(var(--vw) * 0.02777);
  width: calc(var(--vw) * 0.48125);
  aspect-ratio: 693/777;
}

.un_topWork_areaMapImg img {
  width: 100%;
}

.un_topWork_areaTxtBox {
  position: relative;
}

.un_topWork_areaTxtBoxInner {
  margin: 0 0 0 auto;
  width: 435px;
  padding-top: calc(var(--vw) * 0.18055);
}

.un_topWork_areaTtl {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 1.6rem;
}
.un_topWork_areaTtl span {
  display: block;
}

/* 設備紹介
* -------------------------------------------------- */
.un_topFacilitys {
  margin-top: 200px;
  padding: 0 0 80px 0;
}

.un_topFacilitys_inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.un_topFacilitys_item {
  padding-bottom: 40px;
}

.un_topFacilitys_listBox {
  list-style: none;
  padding-top: 24px;
}

.un_topFacilitys_list {
  font-size: 1.8rem;
}
.un_topFacilitys_list:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #191919;
  border-radius: 50%;
  position: relative;
  top: -5px;
  margin-left: 2px;
  margin-right: 10px;
}

.un_topFacilitys_imgBox {
  display: flex;
  flex-flow: row wrap;
  padding-top: 20px;
}

.un_topFacilitys_imgBoxItem {
  width: 33.3333%;
}

/* 会社案内
* -------------------------------------------------- */
.un_topCompany {
  margin-top: 120px;
  padding-bottom: 0;
}

.un_topCompany_inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.un_topCompany_listBox {
  padding-bottom: 60px;
}
.un_topCompany_listBox:nth-last-of-type(1) {
  padding-bottom: 0;
}

.un_topCompany_list {
  display: grid;
  grid-template-columns: 92px 1fr;
  -moz-column-gap: 9.2rem;
       column-gap: 9.2rem;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #dadada;
  font-size: 1.8rem;
}
.un_topCompany_list:nth-of-type(1) {
  padding-top: 0;
}

.un_topCompany_listTtl {
  font-weight: 700;
}

/* ----- ナビゲーション ----- */
.un_stickyNav {
  margin-bottom: 40px;
  display: none;
}

.un_stickyNav_inner {
  position: sticky;
  top: 100px;
}

.un_stickyNavlist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.un_stickyyNav_item {
  position: relative;
  padding: 4px 0;
  width: 100%;
}
.un_stickyyNav_item a {
  padding-left: 0;
  font-weight: 700;
  transition: all 0.3s;
  text-decoration: none;
  color: #cacaca;
  font-size: 1.5rem;
}
.un_stickyyNav_item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  transform: translateY(-50%);
  content: "";
}
.un_stickyyNav_item.is_current a {
  color: #762c1a;
}

/* お問い合わせ
* -------------------------------------------------- */
.un_topContact {
  margin-top: 200px;
  padding-bottom: 0;
  padding-top: 0;
  background-color: #f5f5f5;
}

.un_topContact_bg {
  background: url(assets/contact-bg.jpg) top/cover no-repeat;
  color: #fff;
  padding-top: clamp(280px, 28.125vw, 520px);
  width: 100%;
}

.un_topContact_inner {
  margin-top: -200px;
}

.un_topContact_box {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-top: 40px;
}

.un_topContact_Item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 32px;
  width: calc(50% - 18px);
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.09);
}

.un_topContact_ItemImg {
  width: 100%;
  padding-bottom: 24px;
}

.un_topContact_ItemImgTel {
  max-width: 60px;
}

.un_topContact_ItemImgMail {
  max-width: 70px;
}

.un_topContact_ItemTxtBox {
  margin: 0 auto;
}

.un_topContact_ItemTel {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 0.8rem;
}

.un_topContact_ItemTime {
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 1.6rem;
}

.un_topContact_btn {
  width: 220px;
  margin-top: 20px;
  padding: 8px 0;
  border-radius: 32px;
  background-color: #762c1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ボタンのスタイル */
.un_topContact_btnLink {
  text-decoration: none;
  font-size: 1.6rem;
  color: #f8f8f8;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.tel_breakpoint_max {
  display: none;
}

.tel_breakpoint_sp {
  display: block;
}

/* ------------------------------------------------------------
* お問い合せページ
* ------------------------------------------------------------ */
.un_contact_sect {
  display: flex;
  justify-content: center;
}

.un_contact_cont {
  background: #f8f8f8;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 60px 40px;
  max-width: 640px;
  width: 100%;
}

.un_contact_intro {
  color: #555;
  margin-bottom: 40px;
}

.un_contact_form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group label {
  font-weight: 600;
  color: #191919;
  display: block;
  margin-bottom: 8px;
}

.required {
  color: #c44;
  font-size: 0.9rem;
  margin-left: 2px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px 14px;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #762c1a;
  box-shadow: 0 0 0 3px rgba(123, 106, 88, 0.1);
}

.contact-button {
  background-color: #762c1a;
  color: #f8f8f8;
  padding: 14px;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

.contact-button:hover {
  background-color: #a37266;
}
.thanks-section {
  display: flex;
  justify-content: center;
}

.thanks-container {
  background: #f8f8f8;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 60px 40px;
  max-width: 640px;
  width: 100%;
  text-align: center;
}

.thanks-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #4b3b2a;
  margin-bottom: 24px;
}

.thanks-text {
  color: #555;
  line-height: 1.8;
  margin-bottom: 40px;
}

.back-button {
  display: inline-block;
  background-color: #762c1a;
  color: #f8f8f8;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 36px;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

.back-button:hover {
  background-color: #a37266;
}
/* ============================================================
*
* プログラム
*
* ============================================================ */
/* ------------------------------------------------------------
* フェードインのアニメーション
* ------------------------------------------------------------ */
/* セクションフェードイン */
.js_fadeIn_sect {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.js_fadeIn_sect.js_fadeIn_mv {
  transform: translateY(0);
}

.js_fadeIn_sect.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 画像フェード（スライドなしで自然に） */
.js_fade_items .js_fade_item {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}

.js_fade_items.is-show .js_fade_item {
  opacity: 1;
  transform: translateY(0);
}

/* 時間差で表示 */
.js_fade_items.is-show .js_fade_item:nth-of-type(1) {
  transition-delay: 0.2s;
}

.js_fade_items.is-show .js_fade_item:nth-of-type(2) {
  transition-delay: 0.6s;
}

.js_fade_items.is-show .js_fade_item:nth-of-type(3) {
  transition-delay: 0.9s;
}

/* ---------------------------
テキストフェードイン（その場でじわじわ）
--------------------------- */
.js_fade_txt {
  opacity: 0;
  transition: opacity 1.8s ease;
  will-change: opacity;
}

/* 表示時 */
.js_fade_txt.is-show {
  opacity: 1;
}

/* 時間差（文章ごとに順番に出る） */
.js_fade_txt.is-show:nth-of-type(1) {
  transition-delay: 0.4s;
}

.js_fade_txt.is-show:nth-of-type(2) {
  transition-delay: 0.8s;
}

.js_fade_txt.is-show:nth-of-type(3) {
  transition-delay: 1.2s;
}

.js_fade_txt.is-show:nth-of-type(4) {
  transition-delay: 1.6s;
}

/* ------------------------------------------------------------
* メニューの開閉
* ------------------------------------------------------------ */
/* スクロールを止める */
body.is_locked {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* メニュー本体 */
.js_menu {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.js_menu.is_opened {
  visibility: visible;
  animation: menu-fade-in 0.5s forwards;
}
.js_menu.is_closed {
  visibility: hidden;
  animation: menu-fade-out 0.5s forwards;
}

/* カバー */
.js_menu_cover {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9998;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
}
.js_menu_cover.is_opened {
  visibility: visible;
  animation: menu-fade-in 0.5s forwards;
}
.js_menu_cover.is_closed {
  visibility: hidden;
  animation: menu-fade-out 0.5s forwards;
}

/* アニメーション */
@keyframes menu-fade-in {
  0% {
    left: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes menu-fade-out {
  0% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  99% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
/* ------------------------------------------------------------
* ローディング中の画面
* ------------------------------------------------------------ */
/* ローディング全体 */
#loading {
  position: fixed;
  inset: 0;
  background: #f5f5f5;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

/* 非表示アニメーション */
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ロゴアニメーション */
.loading-logo {
  width: 80px;
  height: 80px;
  animation: zoomInOut 1.8s ease-in-out infinite;
}
.loading-logo svg {
  width: 80px;
  height: 80px;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeText {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
/* ローディング終了後のメインコンテンツ */
#main-content {
  opacity: 0;
  transition: opacity 1s ease;
}

body.loaded #main-content {
  opacity: 1;
}

@media screen and (min-width: 480px){
  .bl_col_sm_1 {
    width: 8.33%;
  }
  .bl_col_sm_2 {
    width: 16.66%;
  }
  .bl_col_sm_3 {
    width: 25%;
  }
  .bl_col_sm_4 {
    width: 33.33%;
  }
  .bl_col_sm_5 {
    width: 41.66%;
  }
  .bl_col_sm_6 {
    width: 50%;
  }
  .bl_col_sm_7 {
    width: 58.33%;
  }
  .bl_col_sm_8 {
    width: 66.66%;
  }
  .bl_col_sm_9 {
    width: 75%;
  }
  .bl_col_sm_10 {
    width: 83.33%;
  }
  .bl_col_sm_11 {
    width: 91.66%;
  }
  .bl_col_sm_12 {
    width: 100%;
  }
  .hp_hide_sm_min {
    display: none !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 1023px){
  .hp_hide_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px){
  .bl_mobnav {
    position: absolute;
    height: 100px;
  }
  .bl_headerBtn {
    display: none;
  }
  .bl_gnav {
    display: flex;
  }
  .sp {
    display: none !important;
  }
  .bl_col_md_1 {
    width: 8.33%;
  }
  .bl_col_md_2 {
    width: 16.66%;
  }
  .bl_col_md_3 {
    width: 25%;
  }
  .bl_col_md_4 {
    width: 33.33%;
  }
  .bl_col_md_5 {
    width: 41.66%;
  }
  .bl_col_md_6 {
    width: 50%;
  }
  .bl_col_md_7 {
    width: 58.33%;
  }
  .bl_col_md_8 {
    width: 66.66%;
  }
  .bl_col_md_9 {
    width: 75%;
  }
  .bl_col_md_10 {
    width: 83.33%;
  }
  .bl_col_md_11 {
    width: 91.66%;
  }
  .bl_col_md_12 {
    width: 100%;
  }
  .hp_hide_md_min {
    display: none !important;
  }
  .un_stickyNav {
    display: block;
  }
}

@media screen and (min-width: 1024px){
  .bl_headerLogo_img {
    width: 235px;
  }
  .bl_gnavList li {
    font-size: 1.4rem;
  }
  .bl_gnavBtn {
    margin: auto;
  }
  .bl_menu_wrapper {
    padding-top: 76px;
  }
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .bl_swipe .slide {
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .bl_swipe .slide img {
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .bl_col_lg_1 {
    width: 8.33%;
  }
  .bl_col_lg_2 {
    width: 16.66%;
  }
  .bl_col_lg_3 {
    width: 25%;
  }
  .bl_col_lg_4 {
    width: 33.33%;
  }
  .bl_col_lg_5 {
    width: 41.66%;
  }
  .bl_col_lg_6 {
    width: 50%;
  }
  .bl_col_lg_7 {
    width: 58.33%;
  }
  .bl_col_lg_8 {
    width: 66.66%;
  }
  .bl_col_lg_9 {
    width: 75%;
  }
  .bl_col_lg_10 {
    width: 83.33%;
  }
  .bl_col_lg_11 {
    width: 91.66%;
  }
  .bl_col_lg_12 {
    width: 100%;
  }
  .hp_hide_lg_min {
    display: none !important;
  }
  .hp_hide_pc {
    display: none !important;
  }
  .un_stickyNav {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1280px){
  .bl_gnavList li {
    font-size: 1.5rem;
  }
  .hp_hide_xl_min {
    display: none !important;
  }
}

@media screen and (max-width: 1919px){
  .bl_mvCatchphrase_ttl {
    font-size: 6.2rem;
  }
}

@media screen and (max-width: 1279px){
  .bl_mvCatchphrase_ttl {
    font-size: 4.8rem;
  }
  .hp_hide_xl_max {
    display: none !important;
  }
  .un_topCompany_list {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
}

@media screen and (max-width: 1023px){
  .ly_sect_ttl p {
    font-size: 12rem;
  }
  .bl_mvCatchphrase_ttl {
    font-size: 3.3rem;
  }
  .bl_mvCatchphrase_subttl {
    font-size: 1.6rem;
  }
  .is-locked {
    overflow: hidden;
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-duration: 0.3s;
    transition-property: all;
  }
  .mobile-nav.is-active {
    display: block;
  }
  .mobile-nav.is-opened {
    opacity: 1;
  }
  .mobile-nav-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .hp_hide_lg_max {
    display: none !important;
  }
  .un_topWork_imgItemTtl {
    height: 120px;
  }
  .un_topWork_areaTxtBoxInner {
    width: min(var(--vw) * 0.41015625, 435px);
  }
  .un_topWork_areaTtl {
    font-size: max(1.8rem, 2.5390625vw);
  }
  .un_topWork_areaTtl span {
    display: inline;
  }
  .un_topContact_ItemTel {
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px){
  .ly_left,
  .ly_right {
    display: none;
  }
}

@media screen and (max-width: 767px){
  body {
    font-size: 1.3rem;
  }
  .ly_footer {
    padding-top: 80px;
  }
  .ly_sect_ttl {
    top: calc(-1 * var(--vw) * 0.091);
  }
  .ly_sect_ttl p {
    font-size: 14.32291vw;
  }
  .ly_cont {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .el_lgTtl {
    margin-bottom: 32px;
  }
  .el_lgTtl_ja {
    padding-top: 0;
  }
  .el_lgTtl_center {
    font-size: clamp(3.6rem, 5.72916666vw, 4.4rem);
  }
  .el_mdTtl {
    padding-bottom: 24px;
  }
  .bl_mv {
    height: 100%;
    min-height: auto;
  }
  .bl_mv_inner {
    height: 100%;
    padding-bottom: 40px;
  }
  .bl_mvImg01 {
    position: relative;
  }
  .bl_mvImg02 {
    position: relative;
    left: 0;
    width: 50%;
    margin-top: calc(-1 * var(--vw) * 0.052083);
  }
  .bl_mvImg03 {
    position: relative;
    left: 0;
    padding-top: 0;
    width: 50%;
    margin: calc(-1 * var(--vw) * 0.18229) 0 0 auto;
  }
  .bl_mvCatchphrase {
    position: relative;
    padding-top: 0;
    margin-top: calc(-1 * var(--vw) * 0.052083);
    right: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .bl_mvCatchphrase_txt span {
    display: inline;
  }
  .bl_mvCatchphrase_ttl {
    font-size: 5rem;
  }
  .bl_headerContents {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pc-tab {
    display: none !important;
  }
  .bl_swipe .slide {
    width: 24rem;
  }
  .hp_hide_md_max {
    display: none !important;
  }
  .un_topAbout_inner {
    height: 100%;
  }
  .un_topAbout_txtBox {
    position: relative;
    left: calc(var(--vw) * 0.2018229);
    width: calc(100% - var(--vw) * 0.2018229);
  }
  .un_topAbout_txt {
    font-size: clamp(1.6rem, 3.125vw, 2rem);
  }
  .un_topAbout_imgMark {
    position: relative;
    right: 0;
  }
  .un_topWork_txBoxTxt {
    font-size: 1.5rem;
  }
  .un_topWork_imgItem {
    margin-top: 80px;
  }
  .un_topWork_imgItemTtl {
    height: 140px;
  }
  .un_topWork_imgItemTtl span {
    font-size: clamp(1.8rem, 2.86458vw, 2.2rem);
  }
  .un_topWork_area {
    margin-top: 80px;
  }
  .un_topWork_areaInner {
    height: 100%;
  }
  .un_topWork_areaMap {
    position: relative;
    margin: 40px calc(3.125vw + 16px) 0 auto;
    padding-top: 0;
    width: auto;
    aspect-ratio: auto;
    text-align: right;
  }
  .un_topWork_areaMapImg img {
    width: min(63.157894vw, 420px);
  }
  .un_topWork_areaTxtBoxInner {
    padding-top: 0;
    margin: 0 auto 0 0;
    width: 100%;
  }
  .un_topFacilitys {
    margin-top: 160px;
  }
  .un_topFacilitys_listBox {
    padding-top: 16px;
  }
  .un_topFacilitys_list {
    font-size: 1.6rem;
  }
  .un_topCompany {
    margin-top: 80px;
  }
  .un_topCompany_list {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    font-size: 1.6rem;
  }
  .un_topContact {
    margin-top: 140px;
  }
  .un_topContact_box {
    flex-direction: column;
  }
  .un_topContact_Item {
    width: 100%;
    flex-flow: row nowrap;
  }
  .un_topContact_Item:nth-of-type(1) {
    margin-bottom: 16px;
  }
  .un_topContact_ItemImg {
    width: 30%;
    padding-bottom: 0;
  }
  .un_topContact_ItemImgTel {
    width: clamp(38px, 7.8125vw, 60px);
  }
  .un_topContact_ItemImgMail {
    width: clamp(42px, 9.11458vw, 70px);
  }
  .un_topContact_ItemTxtBox {
    margin: 0;
    text-align: left;
  }
  .un_topContact_btn {
    width: 180px;
  }
}

@media (max-width: 600px){
  .un_contact_cont {
    padding: 40px 20px;
  }
  .contact-title {
    font-size: 1.5rem;
  }
  .thanks-container {
    padding: 40px 20px;
  }
  .thanks-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px){
  .ly_wrap {
    width: 100%;
  }
  .ly_bg {
    display: none;
  }
  .tel_breakpoint_max {
    display: block;
  }
  .tel_breakpoint_sp {
    display: none;
  }
}

@media screen and (max-width: 479px){
  .bl_mvCatchphrase {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .bl_mvCatchphrase_ttl {
    font-size: 3.6rem;
  }
  .hp_hide_sm_max {
    display: none !important;
  }
  .un_topAbout_txtBox {
    padding-right: 8px;
    padding-left: 8px;
    left: 0;
    margin: 0 auto;
  }
  .un_topAbout_txt span {
    display: inline;
  }
  .un_topWork_imgItemTtl {
    height: 120px;
  }
  .un_topFacilitys_imgBoxItem {
    width: 100%;
  }
  .un_topCompany_list {
    display: block;
  }
  .un_topContact_ItemTel {
    font-size: min(8.33333vw, 30px);
  }
  .un_topContact_btn {
    width: 100%;
  }
}

@media screen and (max-width: 374px){
  .hp_hide_xs_max {
    display: none !important;
  }
  .hp_hide_sp {
    display: none !important;
  }
}

/*# sourceMappingURL=bundle.min.css.map*/