@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "M PLUS 1", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.header-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.corpTitle {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-left: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.corpLogo img {
  width: 38px;
  height: 38px;
}

#menu-toggle {
  display: none;
}

/* メニューオーバーレイ */
.menu-overlay {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/* メニューが開いたときのスクロール禁止 */
body.no-scroll {
  overflow: hidden;
}

/* メニュー表示・非表示 */
#main-menu {
  position: static;
  right: auto;
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin-top: 0;
}

#menu-toggle:checked ~ #main-menu {
  right: 0;
}

nav ul {
  transition: right 0.3s ease-in-out;
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

nav li {
  cursor: pointer;
}

/* 共通フッタースタイル */
footer {
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
  line-height: 80px;
  font-size: 18px;
}

/* PC用フッター（常に表示） */
@media (width <= 576px) {
  .footer-pc {
    display: none;
  }
}

/* PC用フッター（常に表示） */
@media (width <= 576px) {
  .footer-pc {
    display: none;
  }
}

/* スマホ用フッター（デフォルトは非表示で、スクロール時に表示） */
.footer-sp {
  display: none; /* スマホでは非表示 */
}
@media (width <= 576px) {
  .footer-sp {
    display: block;
    user-select: none; /* 文字選択を禁止 */
    -webkit-user-select: none; /* Safari 対応 */
    -moz-user-select: none; /* Firefox 対応 */
    -ms-user-select: none; /* Edge 対応 */
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    position: fixed;
    bottom: 0; /* 常に画面の下 */
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    transition: transform 0.3s ease-out;
    will-change: transform;
    transform: translateY(80px); /* 初期状態で非表示（下に隠す） */
  }
  .footer-sp img {
    filter: invert(1); /* 黒→白に変更 */
    width: 40px;
    height: 40px;
  }
}

/* スクロールで表示するクラス */
.show-footer {
  transform: translateY(0px);
}

.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.font24 {
  font-size: 24px;
}

.fontBold {
  font-weight: 700;
}

@media (width <= 1320px) {
  .header-inner {
    padding: 0;
  }
}
@media (width <= 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  .header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .corpTitle {
    margin-left: -48px;
    flex: 1; /* 左側を拡張 */
    display: flex;
    justify-content: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .corpTitle .corpName {
    padding-bottom: 2px;
  }
  nav {
    margin-left: auto; /* ナビゲーションを右寄せ */
  }
  /* バーガーメニュー */
  .burger {
    display: block;
    width: 30px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    right: 10px; /* 右端に寄せる */
    z-index: 999;
  }
  .burger span,
  .burger::before,
  .burger::after {
    content: "";
    display: block;
    height: 4px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    width: 100%;
    transition: transform 0.6s ease-in-out;
  }
  .burger::before {
    top: 0;
  }
  .burger::after {
    bottom: 0;
  }
  .burger span {
    top: 9px;
  }
  /* メニューのスタイル */
  nav ul {
    display: none;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0px;
    right: 0; /* 右端に揃える */
    width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
  }
  nav li {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  nav li:last-child {
    border-bottom: none;
  }
  #main-menu {
    position: fixed;
    top: 60px;
    right: -200px;
    width: 200px;
    height: calc(100vh - 60px);
    background: gray;
    z-index: 998;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  /* チェックボックスで開閉 */
  #menu-toggle {
    display: none;
  }
  #menu-toggle:checked + .burger + nav ul {
    display: flex;
  }
  /* バーガーアイコンの変形（2回転後にXを維持） */
  #menu-toggle:checked + .burger::before {
    transform: translateY(9px) rotate(720deg) rotate(45deg);
  }
  #menu-toggle:checked + .burger::after {
    transform: translateY(-9px) rotate(-720deg) rotate(-45deg);
  }
  #menu-toggle:checked + .burger span {
    opacity: 0;
  }
  /* 初期状態の中央線を表示 */
  .burger span {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
}
.index-content {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
  /* ヒーローエリア */
}
.index-content .hero {
  margin-top: -60px;
  text-align: center;
}
.index-content .hero .hero-inner {
  position: relative;
  width: 100%;
  max-width: 1920px; /* 必要に応じて調整 */
  height: auto;
  aspect-ratio: 5/4; /* 16:9のアスペクト比を維持 */
  overflow: hidden; /* はみ出た部分を非表示にする */
}
.index-content .hero .hero-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像を適切に調整 */
}
.index-content .hero .hero-fixed {
  z-index: 1; /* A（常に表示） */
}
.index-content .hero .hero-fade {
  z-index: 2; /* B（フェードで切り替え） */
}
.index-content h1 {
  font-size: 28px;
  font-weight: normal;
  color: #666;
  text-align: center;
  margin-bottom: 36px;
}
.index-content .content {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.index-content .content .catch {
  padding: 20px;
}
.index-content .content .catch img {
  padding: 20px;
  width: 100%;
}
.index-content .content .arrow1 {
  display: none;
}
.index-content .content .arrow1 img {
  width: 100%;
}
.index-content .naiyoWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.index-content .naiyoWrapper .naiyo {
  width: 46vw;
  margin: 30px 10px 0px 10px;
  border: 2px solid black;
  position: relative;
}
.index-content .naiyoWrapper .naiyo .title1 {
  position: relative;
}
.index-content .naiyoWrapper .naiyo .title1::after {
  content: "業務内容";
  position: absolute;
  top: -24px;
  left: -14px;
  height: 60px;
  width: 110px;
  padding: 8px;
  color: white;
  font-size: 1.2em;
  font-weight: 700;
  background-color: red;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border: 2px solid white;
}
.index-content .naiyoWrapper .naiyo .title2 {
  color: black;
  position: relative;
}
.index-content .naiyoWrapper .naiyo .title2::after {
  content: "会社案内";
  position: absolute;
  top: -24px;
  left: -14px;
  height: 60px;
  width: 110px;
  padding: 8px;
  color: white;
  font-size: 1.2em;
  font-weight: 700;
  background-color: red;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border: 2px solid white;
}
.index-content .naiyoWrapper .naiyo .content {
  padding: 40px 0px 14px 38px;
  line-height: 24px;
}
.index-content .naiyoWrapper .naiyo .content .contentWrapper1 {
  display: flex;
  margin-top: 10px;
}
.index-content .naiyoWrapper .naiyo .content .contentWrapper2 {
  display: flex;
  margin-top: 10px;
}
.index-content .naiyoWrapper .naiyo .content .contentTitle {
  width: 120px;
  position: relative;
}
.index-content .naiyoWrapper .naiyo .content .contentTitle::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -16px;
  width: 10px;
  height: 24px;
  background-color: #565AB2;
}
.index-content .naiyoWrapper .naiyo .content .contentNiyo {
  letter-spacing: -0.05em;
}
.index-content .naiyoWrapper .naiyo .naiyoButton {
  position: absolute;
  top: 10px;
  right: 10px;
}
.index-content .naiyoWrapper .naiyo .naiyoButton img {
  width: 70px;
  height: 70px;
}
.index-content .naiyoWrapper .naiyo .naiyoButton p {
  text-align: center;
  font-size: 0.8em;
}
.index-content .products {
  margin-top: 70px;
  position: relative;
}
.index-content .products .productsButton {
  padding-right: 10px;
  position: absolute;
  top: -36px;
  right: 0;
}
.index-content .products .productsButton img {
  width: 60px;
  height: 60px;
}
.index-content .products .productsButton p {
  text-align: center;
  font-size: 0.8em;
}
.index-content .products .titleWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-content .products .titleWrapper .title0 {
  padding-left: 10px;
  font-size: 1.8em;
  font-weight: 700;
}
.index-content .products .titleWrapper .title0 .small {
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
.index-content .products .swiper {
  width: calc(100% - 20px);
  height: auto;
  margin: auto;
  padding: 0px;
  margin: 10px 10px 0px 10px;
  /* 矢印ボタンのスタイル */
  /* 左右のボタンの位置調整 */
  /* 矢印アイコンのサイズを調整 */
}
.index-content .products .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-content .products .swiper .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
.index-content .products .swiper .swiper-slide {
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.index-content .products .swiper .swiper-button-prev,
.index-content .products .swiper .swiper-button-next {
  width: 50px; /* ボタンの横幅 */
  height: 118%; /* 画像の高さに合わせる */
  background-color: rgba(0, 0, 0, 0.3); /* 半透明のグレー */
  color: white; /* 矢印の色 */
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  /* ホバー時に少し濃くする */
}
.index-content .products .swiper .swiper-button-prev:hover,
.index-content .products .swiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.index-content .products .swiper .swiper-button-prev {
  left: 0;
}
.index-content .products .swiper .swiper-button-next {
  right: 0;
}
.index-content .products .swiper .swiper-button-prev::after,
.index-content .products .swiper .swiper-button-next::after {
  font-size: 24px; /* 矢印のサイズ */
}
.index-content .equipments {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.index-content .equipments .equipmentsButton {
  position: absolute;
  top: 8px;
  right: 10px;
}
.index-content .equipments .equipmentsButton img {
  width: 70px;
  height: 70px;
}
.index-content .equipments .equipmentsButton p {
  text-align: center;
  font-size: 0.8em;
}
.index-content .equipments .titleWrapper {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-content .equipments .titleWrapper .title0 {
  padding-left: 10px;
  font-size: 1.8em;
  font-weight: 700;
}
.index-content .equipments .titleWrapper .title0 .small {
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
.index-content .equipments .setubiWrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.index-content .equipments .setubiWrapper .setubi {
  padding: 0px 0px 0px 40px;
}
.index-content .equipments .setubiWrapper .setubi .contentTitle {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.index-content .equipments .setubiWrapper .setubi .contentTitle::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -16px;
  width: 10px;
  height: 24px;
  background-color: #565AB2;
}
.index-content .equipments .setubiWrapper .setubi .contentNiyo {
  line-height: 26px;
  letter-spacing: -0.05em;
}
.index-content .equipments .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
}
.index-content .equipments .circle1 {
  width: 100px;
  height: 100px;
  background: gray;
}
.index-content .equipments .circle2 {
  width: 150px;
  height: 150px;
  background: lightgray;
}
.index-content .equipments .circle3 {
  width: 200px;
  height: 200px;
  background: darkgray;
}
.index-content .instagramWapper {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.index-content .instagramWapper .instagramLogo img {
  width: 40px;
  height: auto;
}
.index-content .instagramWapper .instagram {
  font-size: 24px;
  font-weight: 600;
}
@media (width <= 1320px) {
  .index-content .hero .hero-inner {
    padding: 0;
  }
}
@media (width <= 1200px) {
  .index-content .naiyoWrapper .naiyo .content .contentTitle {
    width: 86px;
  }
}
@media (width <= 980px) {
  .index-content .naiyoWrapper .naiyo .content .contentWrapper1 {
    display: block;
  }
}
@media (width <= 768px) {
  .index-content .hero {
    margin-top: 60px;
  }
  .index-content .hero .hero-inner {
    padding: 0;
    aspect-ratio: 4/5;
    max-width: 786px;
  }
  .index-content .content .catch {
    padding: 10px;
  }
  .index-content .content .catch img {
    padding: 0px;
  }
  .index-content .content h1 {
    font-size: 16px;
  }
  .index-content .content .arrow1 {
    display: block;
  }
  .index-content .naiyoWrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .index-content .naiyoWrapper .naiyo {
    width: initial;
  }
}
@media (width <= 576px) {
  .index-content .equipments .titleWrapper .title0 {
    font-size: 1.6em;
  }
  .index-content .equipments .setubiWrapper {
    display: block;
  }
  .index-content .instagramWapper {
    margin-bottom: 80px;
  }
}

.business {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
.business .headerTitleBlock {
  position: relative;
}
.business .headerTitleBlock .pageTitleImg {
  width: 100%;
}
.business .headerTitleBlock .pageTitle {
  position: absolute;
  bottom: 36px;
  left: 46px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: white;
  text-shadow: 4px 4px 1px #3c5dc9;
}
.business .headerTitleBlock .pageTitleIcon {
  position: absolute;
  text-align: center;
  bottom: 10px;
  right: 10px;
}
.business .headerTitleBlock .pageTitleIcon img {
  opacity: 0.7;
  width: 100px;
  height: 100px;
}
.business h1 {
  font-size: 28px;
  font-weight: normal;
  color: #666;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 36px;
}
.business .contentsWrappper {
  margin: 10px 0px 10px 0px;
}
.business .contentsWrappper .content {
  margin: 20px 0 40px 0;
  padding: 10px 0;
  border: 1px solid #ccc;
  font-size: 24px;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, rgb(246, 246, 246) 20px, rgb(246, 246, 246) 32px);
}
.business .contentsWrappper .content .koumoku {
  font-size: 32px;
  width: 380px;
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 26px;
  font-weight: 700;
}
.business .contentsWrappper .content .koumoku::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 16px;
  width: 18px;
  height: 40px;
  background-color: #565ab2;
}
.business .contentsWrappper .content .naiyoTitle {
  position: relative;
  font-size: 24px;
  margin-top: 20px;
  margin-left: 36px;
  margin-right: 36px;
  padding-left: 30px;
  font-weight: 500;
  line-height: 42px;
}
.business .contentsWrappper .content .naiyoTitle::before {
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
}
.business .contentsWrappper .content .naiyo {
  padding-left: 64px;
  margin-top: 10px;
  line-height: 40px;
  display: flex;
}
.business .contentsWrappper .content .naiyo .naiyoLeft {
  width: 280px;
}
.business .contentsWrappper .content-design .koumoku-design {
  width: 348px;
}
.business .contentsWrappper .content-design .naiyoContent {
  padding: 20px 10px 20px 30px;
  line-height: 2.2;
  letter-spacing: initial;
  text-align: justify;
}
.business .contentsWrappper .zumen {
  border: solid 1px #ccc;
}
.business .contentsWrappper .zumen img {
  width: 100%;
}
.business .contentsWrappper .fade-2 {
  border-width: 0 0 1px;
  -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 4%, rgb(35, 78, 160) 20%, rgb(35, 78, 160) 80%, rgba(255, 255, 255, 0) 96%) 1;
     border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 4%, rgb(35, 78, 160) 20%, rgb(35, 78, 160) 80%, rgba(255, 255, 255, 0) 96%) 1; /* ← ここでスライス指定 */
  border-style: solid;
}
@media (width <= 768px) {
  .business .headerTitleBlock .pageTitleImg {
    margin-top: 60px;
  }
  .business .headerTitleBlock .pageTitle {
    bottom: 12px;
    left: 4vw;
    font-size: 2rem;
  }
  .business .headerTitleBlock .pageTitleIcon img {
    width: 16vw;
    height: 16vw;
  }
  .business h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media (width <= 576px) {
  .business .contentsWrappper .content .koumoku {
    font-size: 22px;
    width: initial;
    padding-top: 4px;
    padding-left: 36px;
  }
  .business .contentsWrappper .content .koumoku::after {
    top: 0px;
    left: 10px;
    width: 14px;
    height: 32px;
  }
  .business .contentsWrappper .content .naiyoTitle {
    font-size: 18px;
    line-height: 22px;
    margin-left: 10px;
    margin-right: 0px;
    padding-left: 18px;
    padding-bottom: 12px;
  }
  .business .contentsWrappper .content .naiyo {
    font-size: 16px;
    line-height: 22px;
    padding-left: 28px;
    padding-bottom: 10px;
  }
  .business .contentsWrappper .content .naiyo .naiyoLeft {
    width: 150px;
  }
  .business .contentsWrappper .content-design .naiyoContent {
    font-size: 16px;
    padding: 20px 20px 20px 20px;
    line-height: 1.6;
  }
}
.business .spacer20 {
  height: 20px;
}
.business .spacer30 {
  height: 30px;
}
.business .spacer70 {
  height: 70px;
}

.product {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
.product .headerTitleBlock {
  position: relative;
}
.product .headerTitleBlock .pageTitleImg {
  width: 100%;
}
.product .headerTitleBlock .pageTitle {
  position: absolute;
  bottom: 36px;
  left: 46px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: white;
  text-shadow: 4px 4px 1px #3c5dc9;
}
.product .headerTitleBlock .pageTitleIcon {
  position: absolute;
  text-align: center;
  bottom: 10px;
  right: 10px;
}
.product .headerTitleBlock .pageTitleIcon img {
  opacity: 0.7;
  width: 100px;
  height: 100px;
}
.product h1 {
  font-size: 28px;
  font-weight: normal;
  color: #666;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 36px;
}
.product .contentsWrappper {
  margin: 10px 0px 10px 0px;
}
.product .contentsWrappper .content {
  margin: 20px 0 40px 0;
  padding: 10px 0;
  font-size: 24px;
}
.product .contentsWrappper .content .koumoku {
  font-size: 32px;
  width: 380px;
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 26px;
  font-weight: 700;
}
.product .contentsWrappper .content .koumoku::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 16px;
  width: 18px;
  height: 40px;
  background-color: #565ab2;
}
.product .contentsWrappper .content .setumei {
  line-height: 48px;
  color: #333;
  padding: 0 30px;
  margin-bottom: 10px;
}
.product .contentsWrappper .content .sampleImg {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.product .contentsWrappper .content .sampleImg img {
  width: 150px;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s;
}
.product .contentsWrappper .content .sampleImg img:hover {
  transform: scale(1.1);
}
.product .contentsWrappper .content p {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.product .productOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1000;
}
.product .productOverlay .overlay-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
}
.product .productOverlay .overlay-content img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 10px;
  display: block;
  margin: auto;
}
.product .productOverlay .overlay-content .prev-btn,
.product .productOverlay .overlay-content .next-btn,
.product .productOverlay .overlay-content .close-btn {
  position: absolute;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 10px 20px 10px;
  border-radius: 5px;
}
.product .productOverlay .overlay-content .prev-btn {
  left: 5%;
  top: 50%;
}
.product .productOverlay .overlay-content .next-btn {
  right: 5%;
  top: 50%;
}
.product .productOverlay .overlay-content .close-btn {
  right: 5%;
  top: 0%;
  transform: none;
  font-size: 30px;
  background: none;
  padding: 10px 20px;
}
.product .image-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}
.product .image-wrapper img {
  display: block;
  width: 150px;
  height: auto;
}
.product .image-wrapper .image-number {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  display: block;
}
.product body.debug-mode .image-number {
  display: block !important;
}
@media (width <= 768px) {
  .product .headerTitleBlock .pageTitleImg {
    margin-top: 60px;
  }
  .product .headerTitleBlock .pageTitle {
    bottom: 12px;
    left: 4vw;
    font-size: 2rem;
  }
  .product .headerTitleBlock .pageTitleIcon img {
    width: 16vw;
    height: 16vw;
  }
  .product h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .product .contentsWrappper .content p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .product .contentsWrappper .content .setumei {
    line-height: 26px;
    font-size: 14px;
  }
}
@media (width <= 576px) {
  .product .contentsWrappper .content .koumoku {
    font-size: 22px;
    width: initial;
    padding-top: 4px;
    padding-left: 36px;
  }
  .product .contentsWrappper .content .koumoku::after {
    top: 0px;
    left: 10px;
    width: 14px;
    height: 32px;
  }
  .product .productOverlay .overlay-content .next-btn,
  .product .productOverlay .overlay-content .prev-btn,
  .product .close-btn {
    font-size: 22px;
  }
  .product .productOverlay .overlay-content .next-btn {
    right: 0px;
  }
  .product .productOverlay .overlay-content .prev-btn {
    left: 0px;
  }
  .product .productOverlay .overlay-content .close-btn {
    right: -10px;
  }
  .product .productOverlay .overlay-content img {
    max-width: 100%;
  }
}
.product .spacer20 {
  height: 20px;
}
.product .spacer30 {
  height: 30px;
}
.product .spacer70 {
  height: 70px;
}

.equipments {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
.equipments .headerTitleBlock {
  position: relative;
}
.equipments .headerTitleBlock .pageTitleImg {
  width: 100%;
}
.equipments .headerTitleBlock .pageTitle {
  position: absolute;
  bottom: 36px;
  left: 46px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: white;
  text-shadow: 4px 4px 1px #3c5dc9;
}
.equipments .headerTitleBlock .pageTitleIcon {
  position: absolute;
  text-align: center;
  bottom: 10px;
  right: 10px;
}
.equipments .headerTitleBlock .pageTitleIcon img {
  opacity: 0.7;
  width: 100px;
  height: 100px;
}
.equipments h1 {
  font-size: 28px;
  font-weight: normal;
  color: #666;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 36px;
}
.equipments .contentsWrapper {
  margin: 10px 0px 10px 0px;
}
.equipments .contentsWrapper .content {
  margin: 20px 0 40px 0;
  padding: 10px 0;
  font-size: 24px;
}
.equipments .contentsWrapper .content .koumoku {
  font-size: 32px;
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 26px;
  font-weight: 700;
}
.equipments .contentsWrapper .content .koumoku::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 16px;
  width: 18px;
  height: 40px;
  background-color: #565ab2;
}
.equipments .contentsWrapper .content .setumei {
  line-height: 48px;
  color: #333;
  padding: 0 30px;
  margin-bottom: 10px;
}
.equipments .contentsWrapper .content .equipmentGallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.equipments .contentsWrapper .content .equipmentGallery img {
  width: 150px;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s;
}
.equipments .contentsWrapper .content .equipmentGallery img:hover {
  transform: scale(1.1);
}
.equipments .contentsWrapper .content p {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.equipments .equipmentsOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1000;
}
.equipments .equipmentsOverlay .overlay-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
}
.equipments .equipmentsOverlay .overlay-content img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 10px;
  display: block;
  margin: auto;
}
.equipments .equipmentsOverlay .overlay-content .prev-btn,
.equipments .equipmentsOverlay .overlay-content .next-btn,
.equipments .equipmentsOverlay .overlay-content .close-btn {
  position: absolute;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 10px 20px 10px;
  border-radius: 5px;
}
.equipments .equipmentsOverlay .overlay-content .prev-btn {
  left: 5%;
  top: 50%;
}
.equipments .equipmentsOverlay .overlay-content .next-btn {
  right: 5%;
  top: 50%;
}
.equipments .equipmentsOverlay .overlay-content .close-btn {
  right: 5%;
  top: 0%;
  transform: none;
  font-size: 30px;
  background: none;
  padding: 10px 20px;
}
.equipments #imageTitle {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6); /* 透かし背景 */
  color: white;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
}
.equipments body.debug-mode .image-number {
  display: block !important;
}
@media (width <= 768px) {
  .equipments .headerTitleBlock .pageTitleImg {
    margin-top: 60px;
  }
  .equipments .headerTitleBlock .pageTitle {
    bottom: 12px;
    left: 4vw;
    font-size: 2rem;
  }
  .equipments .headerTitleBlock .pageTitleIcon img {
    width: 16vw;
    height: 16vw;
  }
  .equipments h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .equipments .contentsWrapper .content p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .equipments .contentsWrapper .content .setumei {
    line-height: 26px;
    font-size: 14px;
  }
}
@media (width <= 576px) {
  .equipments .contentsWrapper .content .koumoku {
    font-size: 22px;
    width: initial;
    padding-top: 4px;
    padding-left: 36px;
  }
  .equipments .contentsWrapper .content .koumoku::after {
    top: 0px;
    left: 10px;
    width: 14px;
    height: 32px;
  }
  .equipments .equipmentsOverlay .overlay-content .next-btn,
  .equipments .equipmentsOverlay .overlay-content .prev-btn,
  .equipments .close-btn {
    font-size: 22px;
  }
  .equipments .equipmentsOverlay .overlay-content .next-btn {
    right: 0px;
  }
  .equipments .equipmentsOverlay .overlay-content .prev-btn {
    left: 0px;
  }
  .equipments .equipmentsOverlay .overlay-content .close-btn {
    right: -10px;
  }
  .equipments .equipmentsOverlay .overlay-content img {
    max-width: 100%;
  }
}
.equipments .spacer20 {
  height: 20px;
}
.equipments .spacer30 {
  height: 30px;
}
.equipments .spacer70 {
  height: 70px;
}

.contact {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
.contact .headerTitleBlock {
  position: relative;
}
.contact .headerTitleBlock .pageTitleImg {
  width: 100%;
}
.contact .headerTitleBlock .pageTitle {
  position: absolute;
  bottom: 36px;
  left: 46px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: white;
  text-shadow: 4px 4px 1px #3c5dc9;
}
.contact .headerTitleBlock .pageTitleIcon {
  position: absolute;
  text-align: center;
  bottom: 10px;
  right: 10px;
}
.contact .headerTitleBlock .pageTitleIcon img {
  opacity: 0.7;
  width: 100px;
  height: 100px;
}
.contact h1 {
  font-size: 28px;
  font-weight: normal;
  color: #666;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 36px;
}
.contact .contentsWrappper {
  margin: 10px 0px 10px 0px;
}
.contact .contentsWrappper .content {
  margin: 20px 0 40px 0;
  padding: 10px 0;
  font-size: 24px;
}
.contact .contentsWrappper .content .koumoku {
  font-size: 32px;
  width: 380px;
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 26px;
  font-weight: 700;
}
.contact .contentsWrappper .content .koumoku::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 16px;
  width: 18px;
  height: 40px;
  background-color: #565ab2;
}
.contact .contentsWrappper .content .setumei {
  line-height: 48px;
  color: #333;
  padding: 0 30px;
  margin-bottom: 10px;
}
.contact .contentsWrappper .content .fade-2 {
  border-width: 0 0 1px;
  -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 4%, rgb(35, 78, 160) 20%, rgb(35, 78, 160) 80%, rgba(255, 255, 255, 0) 96%) 1;
     border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 4%, rgb(35, 78, 160) 20%, rgb(35, 78, 160) 80%, rgba(255, 255, 255, 0) 96%) 1; /* ← ここでスライス指定 */
  border-style: solid;
}
.contact .contentsWrappper .content .accessBox {
  display: flex;
  width: 100%;
  margin: 50px 0;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.contact .contentsWrappper .content .accessBox .accessName {
  width: 40%;
  text-align: right;
}
.contact .contentsWrappper .content .accessBox .access {
  padding-left: 56px;
}
.contact .contentsWrappper .content .accessBox .access .tenpu {
  margin: 20px 0 0 -56px;
  font-size: 0.6em;
  letter-spacing: -0.01em;
}
.contact .contentsWrappper .content .accessBox .tel {
  position: relative;
}
.contact .contentsWrappper .content .accessBox .tel::before {
  content: url("../img/contact/telephone.svg");
  position: absolute;
  top: -10px;
  left: 0px;
}
.contact .contentsWrappper .content .accessBox .cellPhone {
  position: relative;
}
.contact .contentsWrappper .content .accessBox .cellPhone::before {
  content: url("../img/contact/cellPhone.svg");
  position: absolute;
  top: -10px;
  left: 0px;
}
.contact .contentsWrappper .content .accessBox .email {
  position: relative;
}
.contact .contentsWrappper .content .accessBox .email::before {
  content: url("../img/contact/email.svg");
  position: absolute;
  top: -8px;
  left: 0px;
}
.contact .contentsWrappper .content .contactForm {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
.contact .contentsWrappper .content .contactForm .contactFormTitle {
  margin: 30px 0;
  text-align: center;
}
.contact .contentsWrappper .content .contactForm .formGroup {
  margin-bottom: 15px;
}
.contact .contentsWrappper .content .contactForm .formGroup label {
  font-size: 0.8em;
  display: block;
  margin-bottom: 5px;
}
.contact .contentsWrappper .content .contactForm .formGroup input,
.contact .contentsWrappper .content .contactForm .formGroup textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.contact .contentsWrappper .content .contactForm .formGroup textarea {
  resize: vertical;
}
.contact .contentsWrappper .content .contactForm .formGroup .required {
  color: red;
  font-size: 14px;
}
.contact .contentsWrappper .content .contactForm .submitButton {
  display: block;
  text-align: center;
  width: 100%;
  background: #565ab2;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
}
.contact .contentsWrappper .content .contactForm .submitButton:hover {
  background: #3c5dc9;
}
@media (width <= 768px) {
  .contact .headerTitleBlock .pageTitleImg {
    margin-top: 60px;
  }
  .contact .headerTitleBlock .pageTitle {
    bottom: 12px;
    left: 4vw;
    font-size: 2rem;
  }
  .contact .headerTitleBlock .pageTitleIcon img {
    width: 16vw;
    height: 16vw;
  }
  .contact h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .contact .contentsWrappper .content p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .contact .contentsWrappper .content .setumei {
    line-height: 26px;
    font-size: 14px;
  }
  .contact .contentsWrappper .content .accessBox {
    padding-left: 8vw;
    display: block;
  }
  .contact .contentsWrappper .content .accessBox .accessName {
    text-align: left;
    width: initial;
    font-size: 0.8em;
  }
  .contact .contentsWrappper .content .accessBox .access {
    margin-top: 30px;
  }
  .contact .contentsWrappper .content .accessBox .access .tenpu {
    font-size: 0.55em;
  }
}
@media (width <= 576px) {
  .contact .contentsWrappper .content .koumoku {
    font-size: 22px;
    width: initial;
    padding-top: 4px;
    padding-left: 36px;
  }
  .contact .contentsWrappper .content .koumoku::after {
    top: 0px;
    left: 10px;
    width: 14px;
    height: 32px;
  }
}
.contact .spacer20 {
  height: 20px;
}
.contact .spacer30 {
  height: 30px;
}
.contact .spacer70 {
  height: 70px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 背景を半透明に */
  z-index: 9999; /* 最前面 */
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 460px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* 影をつけて浮かせる */
}
.modal-content .info {
  line-height: 32px;
  text-align: left;
}
.modal-content .info .meiwaku {
  font-size: 0.8em;
  position: relative;
  padding-left: 20px;
  text-align: left;
  line-height: 20px;
}
.modal-content .info .meiwaku::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
}

#closePopup {
  margin-top: 15px;
  padding: 8px 16px;
  border: none;
  background: #007bff;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

#closePopup:hover {
  background: #0056b3;
}

.company-profile {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
.company-profile .headerTitleBlock {
  position: relative;
}
.company-profile .headerTitleBlock .pageTitleImg {
  width: 100%;
}
.company-profile .headerTitleBlock .pageTitle {
  position: absolute;
  bottom: 36px;
  left: 46px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: white;
  text-shadow: 4px 4px 1px #3c5dc9;
}
.company-profile .headerTitleBlock .pageTitleIcon {
  position: absolute;
  text-align: center;
  bottom: 10px;
  right: 10px;
}
.company-profile .headerTitleBlock .pageTitleIcon img {
  opacity: 0.7;
  width: 100px;
  height: 100px;
}
.company-profile h1 {
  font-size: 28px;
  font-weight: normal;
  color: #666;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 36px;
}
.company-profile .aisatu {
  margin: 30px 20px;
  position: relative;
}
.company-profile .aisatu .goaisatu {
  padding-left: 40px;
  font-size: 36px;
  letter-spacing: 0.1em;
  position: relative;
}
.company-profile .aisatu .goaisatu::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 2px;
  width: 24px;
  height: 46px;
  background-color: #565ab2;
}
.company-profile .aisatu .honbun {
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: initial;
  text-align: justify;
  line-height: 42px;
  position: relative;
}
.company-profile .aisatu .honbun img {
  float: right;
  margin: 0 0 10px 16px;
  max-width: 30%;
  height: auto;
}
.company-profile .aisatu .honbun p {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
}
.company-profile .aisatu .honbun .daihyo {
  margin-top: 20px;
  text-align: right;
}
.company-profile .contentsWrappper {
  margin: 20px 20px 20px 20px;
}
.company-profile .contentsWrappper .gaiyou1 {
  font-size: 20px;
  display: flex;
  padding: 20px 0px;
  line-height: 42px;
}
.company-profile .contentsWrappper .gaiyou2 {
  font-size: 20px;
  display: flex;
  padding: 20px 0px;
  line-height: 42px;
}
.company-profile .contentsWrappper .koumoku {
  width: 380px;
  padding-left: 40px;
  position: relative;
}
.company-profile .contentsWrappper .koumoku::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  width: 18px;
  height: 34px;
  background-color: #565ab2;
}
.company-profile .contentsWrappper .fade-2 {
  border-width: 0 0 1px;
  -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(35, 78, 160) 20%, rgb(35, 78, 160) 80%, rgba(255, 255, 255, 0) 100%) 1;
     border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(35, 78, 160) 20%, rgb(35, 78, 160) 80%, rgba(255, 255, 255, 0) 100%) 1; /* ← ここでスライス指定 */
  border-style: solid;
}
.company-profile #mapBox1,
.company-profile #mapBox2 {
  width: calc(100% - 20px);
  height: 450px;
  margin: 0 10px 20px 10px;
}
.company-profile #mapBox1 .info-window,
.company-profile #mapBox2 .info-window {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-profile #mapBox1 .info-window-content,
.company-profile #mapBox2 .info-window-content {
  text-align: center;
}
.company-profile #mapBox1 .close-btn,
.company-profile #mapBox2 .close-btn {
  cursor: pointer;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  background-color: #333;
}
.company-profile #mapBox1 .gm-style-iw-c button.gm-ui-hover-effect,
.company-profile #mapBox2 .gm-style-iw-c button.gm-ui-hover-effect {
  display: none !important;
}
@media (width <= 768px) {
  .company-profile .headerTitleBlock .pageTitleImg {
    margin-top: 60px;
  }
  .company-profile .headerTitleBlock .pageTitle {
    bottom: 12px;
    left: 4vw;
    font-size: 2rem;
  }
  .company-profile .headerTitleBlock .pageTitleIcon img {
    width: 16vw;
    height: 16vw;
  }
  .company-profile h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .company-profile .aisatu {
    margin-top: 0px;
  }
  .company-profile .aisatu .goaisatu {
    font-size: 24px;
    padding-left: 26px;
  }
  .company-profile .aisatu .goaisatu::after {
    top: 0px;
    left: 2px;
    width: 16px;
    height: 30px;
  }
  .company-profile .aisatu .honbun {
    font-size: 14px;
    line-height: 28px;
  }
  .company-profile .aisatu .honbun p {
    font-size: 18px;
    letter-spacing: -0.05em;
    padding-bottom: 30px;
  }
  .company-profile .contentsWrappper .koumoku {
    width: 220px;
  }
  .company-profile .contentsWrappper .gaiyou2 {
    display: block;
  }
  .company-profile .contentsWrappper .gaiyou2 .koumoku {
    width: 100%;
  }
  .company-profile .contentsWrappper .gaiyou2 .naiyo {
    padding-left: 38px;
  }
}
@media (width <= 576px) {
  .company-profile .contentsWrappper .koumoku {
    width: 140px;
  }
  .company-profile .contentsWrappper .koumoku::after {
    top: 8px;
    left: 16px;
    width: 14px;
    height: 26px;
  }
  .company-profile .contentsWrappper .gaiyou1,
  .company-profile .contentsWrappper .gaiyou2 {
    font-size: 14px;
  }
}
.company-profile #mapBox2 {
  margin-bottom: 60px;
}/*# sourceMappingURL=style.css.map */