@charset "UTF-8";
/*================================================================
リセットCSS
================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: bottom;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a:hover {
  cursor: pointer !important;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  letter-spacing: 0.12em;
}

body {
  margin: 0;
  font-family: "Montserrat", "IBM Plex Sans JP", serif;
  overflow-x: hidden;
  background: #FAFAFA;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
a:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* 横方向のスクロールを防ぐ */
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.breadcrumb-container {
  width: calc(100% - 80px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumb-container {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-container {
    margin: 0 auto;
    padding-left: 0;
    width: 90%;
  }
}

.breadcrumb {
  padding-bottom: 10px;
  color: #A6C680;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumb {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.text-bold {
  font-weight: bold;
  border-bottom: 3px solid #CED866;
  padding-bottom: 2px;
}

@media (min-width: 1200px) {
  .text-size-up {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .text-size-up {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

section {
  margin: 120px 0;
}
@media (max-width: 767px) {
  section {
    margin: 60px 0;
  }
}

.section-title {
  font-size: 36px;
  position: relative;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}

.section-button {
  margin-top: 60px;
  display: block;
  background: #CED866;
  width: 250px;
  height: 60px;
  line-height: 60px;
  color: #FAFAFA;
  padding-left: 30px;
  overflow: hidden;
  position: relative;
}
.section-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .section-button {
    width: 150px;
    padding-left: 15px;
    font-size: 12px;
  }
}
.section-button:hover::before {
  width: 100%;
}

@-webkit-keyframes bg-flow {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}

@keyframes bg-flow {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
@media (min-width: 1200px) {
  .br-pc {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .br-pc {
    display: block;
  }
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .br-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.br-sp-sp {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .br-sp-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .br-sp-sp {
    display: block;
  }
}

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #FAFAFA;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .dli-arrow-right {
    margin-left: 20px;
  }
}
.dli-arrow-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ヘッダー */
.header {
  position: fixed;
  color: #FAFAFA;
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0px 5px 15px -5px #777777;
          box-shadow: 0px 5px 15px -5px #777777;
  z-index: 99999999;
  background: #FAFAFA;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .header-inner {
    height: 60px;
    display: block;
  }
}

.header-logo {
  width: 400px;
}
.header-logo img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-logo {
    width: 300px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 250px;
    margin: 0 auto;
    line-height: 50px;
  }
}

.header-nav {
  max-width: 100%;
  margin-left: auto;
}

.header-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  max-width: 100%;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-lists {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .header-lists {
    display: none;
  }
}

.header-list {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 各リストアイテムを均等に広げる */
  text-align: left; /* テキストを中央に配置 */
  width: 100px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-list {
    width: 60px;
  }
}
.header-list a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-list a {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .header-list a {
    font-size: 12px;
  }
}

.header-contact_tel {
  background: #A6C680;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-contact_tel {
    width: 100px;
  }
}

.header-contact_mail {
  background: #CED866;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-contact_mail {
    width: 100px;
  }
}

.header-link-block_text_tel {
  font-size: 12px;
  color: #333;
  position: relative;
}
.header-link-block_text_tel::before {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "お問い合わせ";
  width: 100%;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-link-block_text_tel::before {
    font-size: 10px;
  }
}
.header-link-block_text_tel img {
  width: 35px;
  height: 35px;
  margin-bottom: 30px;
}

.header-link-block_text_mail {
  font-size: 12px;
  color: #333;
  position: relative;
}
.header-link-block_text_mail::before {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "お問い合わせ";
  width: 100%;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-link-block_text_mail::before {
    font-size: 10px;
  }
}
.header-link-block_text_mail img {
  width: 35px;
  height: 35px;
  margin-bottom: 30px;
}

.header-link {
  line-height: 80px;
  color: #333;
  display: block;
  text-align: center;
  position: relative;
  font-size: 14px;
}
.header-link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #CED866;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.header-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*左から右に向かう*/
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-link {
    width: 60px;
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .header-link {
    font-size: 12px;
    padding-top: 30px;
  }
}

.header-link-block_img {
  width: 30px;
  height: 30px;
}
.header-link-block_img img {
  width: 100%;
  height: 100%;
}

.header-menu_sp {
  display: none;
}
@media (max-width: 767px) {
  .header-menu_sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.header-menu_sp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header-menu_sp-content {
  background: #00813D;
  display: block;
  width: 100%;
  text-align: center;
}

.header-menu_sp-content_img {
  width: 40px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 5px;
}

.header-menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.header-menu_drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background: #00813D;
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.header-menu_drawer ul {
  list-style: none;
}
.header-menu_drawer li {
  color: #FAFAFA;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #FAFAFA;
  text-align: center;
}

.drawer-logo {
  border-bottom: 1px solid #00813D;
  padding: 20px;
  background: #FAFAFA;
}

.drawer-sns_link {
  width: 170px;
  height: 100px;
  display: block;
  margin: 40px auto 0;
  text-align: center;
}
.drawer-sns_link img {
  width: 60px;
  height: 60px;
}

.drawer-sns_link_lead {
  padding-top: 10px;
}

.drawer-close-button {
  display: block;
  width: 60px;
  text-align: center;
}
.drawer-close-button p {
  text-align: center;
}

/* メインビジュアル */
.main {
  margin-top: 80px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 767px) {
  .main {
    margin-top: 60px;
  }
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  text-align: center;
  position: relative;
}

.main-visual, .main-visual2, .main-visual3, .main-visual4, .main-visual5 {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: calc(100vh - 120px);
  position: relative;
}
.main-visual::before, .main-visual2::before, .main-visual3::before, .main-visual4::before, .main-visual5::before {
  position: absolute;
  bottom: 20%;
  right: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 600px;
  height: 60px;
  content: "地域の“安全パートナー”として、";
  color: #333;
  font-size: 24px;
  background: #FAFAFA;
  text-align: left;
  padding-left: 20px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .main-visual::before, .main-visual2::before, .main-visual3::before, .main-visual4::before, .main-visual5::before {
    width: 320px;
    height: 30px;
    padding-left: 20px;
    font-size: 18px;
    right: 0;
  }
}
.main-visual::after, .main-visual2::after, .main-visual3::after, .main-visual4::after, .main-visual5::after {
  position: absolute;
  bottom: 10%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 380px;
  height: 60px;
  content: "守る力を届けます。";
  color: #333;
  font-size: 24px;
  background: #FAFAFA;
  text-align: right;
  font-size: 36px;
}
@media (max-width: 767px) {
  .main-visual::after, .main-visual2::after, .main-visual3::after, .main-visual4::after, .main-visual5::after {
    width: 320px;
    height: 30px;
    padding-left: 20px;
    font-size: 18px;
    right: 0;
    bottom: 15%;
  }
}

.main-visual {
  background: url(../img/main-pic_1.jpg) no-repeat center center/cover;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto;
  height: calc(100vh - 160px);
  position: relative;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .main-visual {
    background-position: 40%;
    height: calc(100vh - 80px);
    margin-top: 20px;
  }
}

.main-visual2 {
  background: url(../img/main-pic_2.jpg) no-repeat center center/cover;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto;
  height: calc(100vh - 160px);
  position: relative;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .main-visual2 {
    background-position: 20%;
    height: calc(100vh - 80px);
    margin-top: 20px;
  }
}

.main-visual3 {
  background: url(../img/main-pic_3.jpeg) no-repeat center center/cover;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto;
  height: calc(100vh - 160px);
  position: relative;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .main-visual3 {
    background-position: 40%;
    height: calc(100vh - 80px);
    margin-top: 20px;
  }
}

.main-visual4 {
  background: url(../img/main-pic_4.jpg) no-repeat center center/cover;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto;
  height: calc(100vh - 160px);
  position: relative;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .main-visual4 {
    background-position: 20%;
    height: calc(100vh - 80px);
    margin-top: 20px;
  }
}

.main-visual5 {
  background: url(../img/mission-top.jpg) no-repeat center center/cover;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto;
  height: calc(100vh - 160px);
  position: relative;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .main-visual5 {
    background-position: center;
    height: calc(100vh - 80px);
    margin-top: 20px;
  }
}

.main-visual__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #FAFAFA;
  z-index: 110;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.news, .introduction {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news, .introduction {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .news, .introduction {
    margin: 0 20px;
  }
}

.news-bg, .introduction-bg {
  position: absolute;
  content: "";
  width: 80%;
  height: 600px;
  background: #A6C680;
  top: 80px;
  right: 0;
  opacity: 0.3;
  border-radius: 10px 0 0 10px;
  z-index: -1;
}

@media (max-width: 767px) {
  .introduction-bg {
    height: 220px;
  }
}

.news-inner, .introduction-inner {
  overflow: visible;
}

.section-title_news {
  position: relative;
  padding-top: 60px;
}
.section-title_news::after {
  content: "News Release";
  display: block; /* 幅・高さを効かせるため block に */
  position: absolute;
  bottom: 50%; /* 見出しのちょうど上 */
  left: 0;
  margin-bottom: 0.5em; /* 見出しとの間隔 */
  font-size: 14px;
  color: #333; /* $color-base に置き換えてください */
  white-space: nowrap; /* 改行せずに横並び */
  z-index: 1;
}
@media (max-width: 767px) {
  .section-title_news::after {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .section-title_news {
    padding-top: 30px;
    padding-left: 20px;
  }
}

.section-title_introduction {
  position: relative;
  padding-top: 60px;
}
.section-title_introduction::after {
  content: "Introduction";
  display: block; /* 幅・高さを効かせるため block に */
  position: absolute;
  bottom: 50%; /* 見出しのちょうど上 */
  left: 0;
  margin-bottom: 0.5em; /* 見出しとの間隔 */
  font-size: 14px;
  color: #333; /* $color-base に置き換えてください */
  white-space: nowrap; /* 改行せずに横並び */
  z-index: 1;
}

.news-container, .introduction-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  position: sticky;
  top: 3rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: transparent;
  z-index: 10;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .news-container, .introduction-container {
    margin-top: 30px;
  }
}

.news-menu, .introduction-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .news-menu, .introduction-menu {
    display: block;
  }
}

.news-menu_container, .introduction-menu_container {
  background: #00813D;
  color: #FAFAFA;
  width: 200px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .news-menu_container, .introduction-menu_container {
    width: 100%;
    background-color: transparent;
    height: auto;
    display: none;
  }
}

.news-menu_lists, .introduction-menu_lists {
  padding-left: 60px;
  padding-top: 13px;
}
@media (max-width: 767px) {
  .news-menu_lists, .introduction-menu_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
}

.news-list, .introduction-list {
  padding: 10px 0;
}
.news-list:hover, .introduction-list:hover {
  opacity: 0.7;
  color: #CED866;
}
@media (max-width: 767px) {
  .news-list, .introduction-list {
    display: block;
    width: 100px;
    font-size: 12px;
    background: #00813D;
    text-align: center;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 10px;
  }
}

.news-list_items, .introduction-list_items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  padding-bottom: 1rem;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  list-style: circle;
  margin-left: 60px;
}
.news-list_items::-webkit-scrollbar, .introduction-list_items::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .news-list_items, .introduction-list_items {
    margin-left: 20px;
    margin-top: 60px;
  }
}

.news-list_item, .introduction-list_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  margin-right: 5rem;
  background: #FAFAFA;
  border-radius: 10px;
  height: auto;
  -webkit-box-shadow: 5px 5px 15px -5px #777777;
          box-shadow: 5px 5px 15px -5px #777777;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news-list_item:hover, .introduction-list_item:hover {
  -webkit-transform: translateY(2%);
          transform: translateY(2%);
  z-index: 10;
}
@media (max-width: 767px) {
  .news-list_item, .introduction-list_item {
    margin-right: 1rem;
  }
}

.news-item_img, .introduction-item_img, .case-container_img {
  width: 90%;
  border-radius: 10px;
  margin: 10px auto;
}

.news-list-item_title, .news-list-item_lead, .introduction-list-item_title, .introduction-list-item_lead, .news-tab, .introduction-tab, .case-lead {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10px;
  display: block;
}

.news-list-item_title, .introduction-list-item_title, .case-title {
  padding-top: 10px;
}

.news-time, .introduction-time {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.news-info, .introduction-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
}

.news-tab, .introduction-tab {
  background: #A6C680;
  border-radius: 10px;
  color: #FAFAFA;
  padding: 5px;
  text-align: center;
}

.news-list-item_title, .introduction-list-item_title {
  font-weight: bold;
  font-size: 18px;
}

.news-button, .introduction-button {
  margin: 0 0 60px auto;
  width: 250px;
  height: 80px;
  background: #CED866;
  display: block;
  line-height: 80px;
  padding-left: 60px;
  color: #333;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 15px -5px #777777;
          box-shadow: 10px 10px 15px -5px #777777;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  margin-top: 120px;
}
.news-button::after, .introduction-button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/arrow3.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .news-button::after, .introduction-button::after {
    width: 15px;
    height: 15px;
  }
}
.news-button:hover, .introduction-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
@media (max-width: 767px) {
  .news-button, .introduction-button {
    width: 200px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    padding-left: 40px;
    margin: 60px auto;
  }
}

.mission {
  position: relative;
}
@media (max-width: 767px) {
  .mission {
    margin: 0 20px;
  }
}

.mission-inner {
  position: relative;
}

.section-title_mission {
  position: relative;
  padding-top: 60px;
}
.section-title_mission::after {
  content: "Mission";
  display: block; /* 幅・高さを効かせるため block に */
  position: absolute;
  bottom: 50%; /* 見出しのちょうど上 */
  left: 0;
  margin-bottom: 0.5em; /* 見出しとの間隔 */
  font-size: 14px;
  color: #333; /* $color-base に置き換えてください */
  white-space: nowrap; /* 改行せずに横並び */
  z-index: 1;
}

.mission-title {
  font-size: 36px;
  margin-left: auto;
  display: block;
  width: 70%;
  margin-bottom: 60px;
  font-weight: bold;
  color: #333;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mission-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .mission-title {
    font-size: 16px;
    margin: 30px 0;
    width: 100%;
  }
}

.mission-bg {
  position: absolute;
  content: "";
  width: 90%;
  height: 600px;
  background: #A6C680;
  top: 60%;
  left: -20%;
  opacity: 0.3;
  z-index: -1;
  border-radius: 0 10px 10px 0;
}

.mission-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .mission-container {
    display: block;
  }
}

.mission-img {
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
}
.mission-img img {
  border-radius: 10px;
}

.sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sns-links {
    margin-top: 20px;
    gap: 30px;
  }
}

.sns-link {
  width: 80px;
  height: 80px;
}
.sns-link img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sns-link {
    width: 40px;
    height: 40px;
  }
}
.sns-link:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.sns-link-img {
  width: 80px;
  height: 80px;
}
.sns-link-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sns-link-img {
    width: 40px;
    height: 40px;
  }
}

.mission-lead {
  font-size: 18px;
  color: #333;
  min-width: 300px;
}

.mission-lead_lists {
  list-style: none;
  line-height: 4rem;
}
@media (max-width: 767px) {
  .mission-lead_lists {
    line-height: 2rem;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.mission-lead_list {
  position: relative;
}
.mission-lead_list::before {
  position: absolute;
  top: 50%;
  left: -7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: url(../img/check-box.png) no-repeat center center/cover;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .mission-lead_list {
    font-size: 12px;
  }
}

.mission-button {
  margin: 0 0 60px auto;
  width: 250px;
  height: 80px;
  background: #CED866;
  display: block;
  line-height: 80px;
  padding-left: 40px;
  color: #333;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 15px -5px #777777;
          box-shadow: 10px 10px 15px -5px #777777;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.mission-button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/arrow3.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .mission-button::after {
    width: 15px;
    height: 15px;
    right: 10%;
  }
}
.mission-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
@media (max-width: 767px) {
  .mission-button {
    width: 200px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    padding-left: 20px;
    margin: 60px auto;
  }
}

.section-bg {
  position: relative;
}

.bg-img-1 {
  background: url(../img/bg-pic.jpeg) center center/cover;
  width: 100%;
  height: 700px;
}
@media (max-width: 767px) {
  .bg-img-1 {
    height: 300px;
  }
}

.section-bg__slide .swiper-slide {
  width: 300px; /* お好みの幅に */
}

.section-bg__slide {
  overflow: hidden;
}

.section-bg__slide .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll-left 15s linear infinite;
          animation: scroll-left 15s linear infinite;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* wrapper 全幅の半分だけ左に移動 */
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* wrapper 全幅の半分だけ左に移動 */
}
/* スライドの動き等速 */
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.business {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .business {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .business {
    margin: 0 20px;
  }
}

.business-inner {
  position: relative;
  margin-left: 60px;
  margin: 0 auto;
}

.section-title_business {
  position: relative;
  padding-top: 60px;
}
.section-title_business::after {
  content: "Our Business";
  display: block; /* 幅・高さを効かせるため block に */
  position: absolute;
  bottom: 20%; /* 見出しのちょうど上 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0.5em; /* 見出しとの間隔 */
  font-size: 14px;
  color: #FAFAFA; /* $color-base に置き換えてください */
  white-space: nowrap; /* 改行せずに横並び */
  z-index: 100;
}

.business-title {
  font-size: 36px;
  margin-left: auto;
  display: block;
  width: 70%;
  margin-bottom: 60px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .business-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .business-title {
    font-size: 16px;
    margin: 30px 0;
    width: 100%;
  }
}

.business-bg {
  position: absolute;
  content: "";
  width: 70%;
  height: 800px;
  background: #A6C680;
  top: 50%;
  left: 0;
  opacity: 0.3;
  z-index: -1;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .business-bg {
    left: -10%;
    width: 120%;
    height: 1200px;
    top: 37%;
  }
}

.business-container {
  position: relative;
}

.business-lead-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .business-lead-container {
    display: block;
  }
}

.business-lead {
  width: 600px;
  font-size: 18px;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 60px;
  line-height: 3rem;
  position: relative;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business-lead span {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .business-lead {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .business-lead {
    width: 100%;
    line-height: 1.2rem;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 2rem;
  }
}

.business-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; /* テキストの前面に */
  /* 必要に応じてサイズ調整 */
  width: 50%; /* たとえば幅を50%に */
}
.business-img img {
  border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .business-img {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .business-img {
    width: 100%;
    position: relative;
  }
}

.business-button_container {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1000;
}
@media (max-width: 767px) {
  .business-button_container {
    display: block;
  }
}

.business-button-section {
  width: 30%;
  max-width: 260px;
  height: 30%;
  max-height: 200px;
  display: block;
  line-height: 200px;
  text-align: center;
  border: 2px solid #00813D;
  margin-right: 20px;
  margin-top: 60px;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 15px 15px 15px -5px #8e8e8e;
          box-shadow: 15px 15px 15px -5px #8e8e8e;
  font-size: 18px;
  background: #FAFAFA;
  font-weight: bold;
}
.business-button-section::after {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "→";
  width: 100%;
  height: 100%;
}
.business-button-section:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
@media (max-width: 767px) {
  .business-button-section {
    width: 300px;
    max-width: 100%;
    height: 300px;
    margin: 30px auto 0;
  }
}

.business-button-section_camera::before {
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "Security camera";
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.business-button-section_security::before {
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "Various security";
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.business-button-section_others::before {
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "Security products";
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.business-button {
  margin: 120px 0 0 auto;
  width: 250px;
  height: 80px;
  background: #CED866;
  display: block;
  line-height: 80px;
  padding-left: 60px;
  color: #333;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 15px -5px #777777;
          box-shadow: 10px 10px 15px -5px #777777;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.business-button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/arrow3.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .business-button::after {
    width: 15px;
    height: 15px;
  }
}
.business-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
@media (max-width: 767px) {
  .business-button {
    width: 200px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    padding-left: 40px;
    margin: 60px auto;
  }
}

.pick-up {
  display: grid;
  grid-template-columns: 1fr 60px; /* 左がグリッド、右がサイドバー */
  background: #006837; /* 左の濃い緑 */
  width: 50%;
  height: 300px;
  border-radius: 0 10px 10px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pick-up {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .pick-up {
    width: 90%;
    height: auto;
  }
}

/* 左側グリッド部分 */
.pick-up_container {
  padding: 3rem 2rem 3rem 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
  grid-row-gap: 1.5rem;
}
@media (max-width: 767px) {
  .pick-up_container {
    padding: 20px;
    display: block;
  }
}

/* 各行の中身を横並びに */
.pick-up_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9rem;
  white-space: nowrap;
  position: relative;
  border-bottom: 2px solid #FAFAFA;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .pick-up_content {
    margin: 40px 0;
  }
}
.pick-up_content::after {
  position: absolute;
  top: 21px;
  left: 90%;
  content: "→";
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .pick-up_content::after {
    top: 0;
  }
}
.pick-up_content:hover {
  opacity: 0.7;
  color: #CED866;
}

/* リンク */
.pick-up_link {
  text-decoration: none;
  color: inherit;
}

/* 矢印 */
.pick-up_arrow {
  margin: 0 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* 右側サイドバー */
.pick-up_sidebar {
  background: #CED866; /* 薄い緑 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright;
  color: #FAFAFA;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0 10px 10px 0;
}

.inquiry {
  background: rgba(166, 198, 128, 0.3);
  width: 100%;
  height: 100%;
  padding: 120px 0;
}

.inquiry-title {
  text-align: center;
  position: relative;
  font-size: 36px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .inquiry-title {
    font-size: 18px;
  }
}
.inquiry-title::before {
  position: absolute;
  top: -40px;
  left: 0;
  content: "Inquiry";
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.inquiry-title_lead {
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .inquiry-title_lead {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}

.inquiry-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-container {
    display: block;
  }
}

.inquiry-content {
  border: 1px solid #00813D;
  border-radius: 10px;
  width: 30%;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #FAFAFA;
}
.inquiry-content:hover {
  -webkit-transform: translateY(-2%);
          transform: translateY(-2%);
}
@media (max-width: 767px) {
  .inquiry-content {
    width: 90%;
    margin: 0 auto 30px;
  }
}

.inquiry-content_title {
  text-align: center;
}

.inquiry-content_img {
  width: 100px;
  height: 100px;
  margin: 30px auto;
}
.inquiry-content_img img {
  width: 100px;
  height: 100px;
}

.inquiry-content_lead {
  text-align: center;
}

footer {
  background: #00813D;
  position: relative;
}
footer::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: url(../img/icon-camera.png) no-repeat center center/cover;
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 80px;
  }
}

.footer-container {
  padding: 60px 0 10px 0;
  color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .footer-container {
    padding: 80px 10px 10px 10px;
    display: block;
  }
}

.footer-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 30px 0;
  list-style: none;
  position: relative;
}
.footer-lists::before {
  position: absolute;
  top: -50px;
  left: 0;
  content: "MENU";
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .footer-lists::before {
    font-size: 26px;
    top: -80px;
  }
}
@media (max-width: 767px) {
  .footer-lists {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-list {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .company-title {
    padding-bottom: 10px;
  }
}

.footer-company {
  font-size: 18px;
}

@media (max-width: 767px) {
  .footer-nav {
    text-align: center;
  }
}

.footer-nav-link:hover {
  opacity: 0.7;
  color: #CED866;
}

.copyright {
  color: #FAFAFA;
  text-align: center;
  padding: 10px 0;
}
.copyright a:hover {
  opacity: 0.7;
  color: #CED866;
}

.footer-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #FAFAFA;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .footer-low {
    display: block;
  }
}

.footer-logo {
  width: 250px;
  border-radius: 10px;
}
.footer-logo img {
  width: 250px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 200px;
    margin: 0 auto 20px;
  }
}

.footer-text_content {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .personal {
    text-align: center;
  }
}

.page-main {
  margin-top: 60px;
}

.page-main_container {
  background: #00813D;
  width: 100%;
  height: calc(60vh - 60px);
  position: relative;
}
@media (max-width: 767px) {
  .page-main_container {
    height: calc(30vh - 60px);
  }
}

.page-main_container_mission {
  background: url(../img/mission-top.jpg) no-repeat center center/cover;
}

.page-main_container_case {
  background: url(../img/mission-top.jpg) no-repeat center center/cover;
}

.page-main_container_security-camera {
  background: url(../img/page-header_1.jpeg) no-repeat center center/cover;
}

.page-main_container_security {
  background: url(../img/mission-top.jpg) no-repeat center center/cover;
}

.page-main_container-works {
  background: url(../img/local-security-img.jpg) no-repeat center center/cover;
  width: 100%;
  height: calc(60vh - 60px);
  position: relative;
}
@media (max-width: 767px) {
  .page-main_container-works {
    height: calc(30vh - 60px);
  }
}

.page-main_container-contact {
  background: url(../img/main-pic_4.jpg) center center/cover;
}

.page-title {
  font-size: 36px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  color: #FAFAFA;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 18px;
  }
}

.page-main_text {
  margin: 120px 0;
}
@media (max-width: 767px) {
  .page-main_text {
    margin: 60px 0;
  }
}

.page-main_text_title {
  text-align: center;
  font-size: 24px;
}
.page-main_text_title span {
  font-size: 36px;
}
@media (max-width: 767px) {
  .page-main_text_title span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-main_text_title {
    font-size: 12px;
  }
}

.page-main_text_lead {
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-main_text_lead {
    margin: 60px 20px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .page-main_text_lead {
    font-size: 12px;
    margin: 60px 20px;
    text-align: left;
  }
}

.page-main_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-main_content {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-main_content {
    display: block;
  }
}

.page-main_content_text {
  width: calc(100% - 60px);
}
@media (max-width: 767px) {
  .page-main_content_text {
    width: 90%;
    margin: 30px auto;
    font-size: 12px;
  }
}

.page-main_content-title {
  font-size: 24px;
  padding-bottom: 20px;
}

.page-main_content-img {
  width: calc(100% - 80px);
  height: auto;
  margin-left: 60px;
}
.page-main_content-img img {
  width: 90%;
}
@media (max-width: 767px) {
  .page-main_content-img img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-main_content-img {
    width: 50%;
    margin: 0 auto 60px;
  }
}
@media (max-width: 767px) {
  .page-main_content-img {
    width: 100%;
    margin: 0;
  }
}

.page-section-title {
  text-align: center;
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
}
.page-section-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 5%;
  border-bottom: 2px solid #00813D;
}
@media (max-width: 767px) {
  .page-section-title {
    font-size: 18px;
  }
}

.page-main_content-lead_list {
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-main_content-lead_list {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-main_content-lead_list {
    width: 90%;
    margin: 0 auto;
  }
}

.page-content {
  padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-content {
    padding: 120px 20px 120px;
  }
}
@media (max-width: 767px) {
  .page-content {
    padding: 60px 0;
  }
}

.page-content_title {
  position: relative;
  padding: 1em;
  font-size: 26px;
  border-bottom: 2px solid #00813D;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-content_title {
    font-size: 18px;
  }
}
.page-content_title span {
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.page-content_title::before {
  content: attr(date-number);
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 129, 61, 0.4);
  font-size: 54px;
  font-weight: 800;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-content_title::before {
    font-size: 40px;
    left: 20px;
  }
}

.page-content_title-r {
  position: relative;
  padding: 1em;
  font-size: 26px;
  border-bottom: 2px solid #00813D;
  text-align: right;
}
@media (max-width: 767px) {
  .page-content_title-r {
    font-size: 18px;
  }
}
.page-content_title-r span {
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.page-content_title-r::before {
  content: attr(date-number);
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0, 129, 61, 0.4);
  font-size: 54px;
  font-weight: 800;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-content_title-r::before {
    font-size: 40px;
    right: 10px;
  }
}

.page-content_lead {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .page-content_lead {
    padding: 20px;
    font-size: 12px;
  }
}

.page-content_lead-r {
  padding-top: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  .page-content_lead-r {
    padding: 20px;
    text-align: left;
    font-size: 12px;
  }
}

.page-content_img {
  padding-top: 60px;
  gap: 20px;
}
.page-content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .page-content_img {
    padding-top: 30px;
  }
}

.page-content-img_lead {
  padding-top: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  .page-content-img_lead {
    text-align: center;
    font-size: 8px;
  }
}

.page-content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .page-content_wrapper {
    display: block;
  }
}

.business-section-title_flow {
  position: relative;
  font-size: 26px;
  margin: 20px 0 120px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .business-section-title_flow {
    font-size: 18px;
  }
}
.business-section-title_flow::after {
  position: absolute;
  top: -40px;
  left: 0;
  content: "flow";
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.flow_design08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flow_design08 {
    padding: 0 20px;
  }
}

.flow08 {
  padding-left: 0;
}

.flow08 > li {
  list-style-type: none;
  border-radius: 15px;
  background: #F4F6FA;
  position: relative;
  padding: 20px;
}

.flow08 > li:not(:last-child) {
  margin-bottom: 20px;
}

.flow08 > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .flow08 > li dl {
    display: block;
  }
}

.flow08 > li dl dt {
  font-size: 1.2em;
  font-weight: 700;
  width: 40%;
  min-width: 7em;
}
@media (max-width: 767px) {
  .flow08 > li dl dt {
    width: 100%;
  }
}

.flow08 > li .icon08 {
  color: #8EB83C;
  margin-right: 0.5em;
}

.flow08 > li dl dd {
  margin: 0;
  width: calc(80% - 20px);
}
@media (max-width: 767px) {
  .flow08 > li dl dd {
    padding-left: 38px;
    padding-top: 10px;
    width: 100%;
  }
}

.page-title_mission::after {
  position: absolute;
  top: 40px;
  left: 0;
  content: "company";
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.page-information_container {
  width: 50%;
  margin: 120px auto 0;
}
@media (max-width: 767px) {
  .page-information_container {
    margin: 30px auto 0;
    width: 90%;
  }
}

#table01 tr {
  border-bottom: 1px solid #333;
}

#table01 th,
#table01 td {
  padding: 24px 0;
}

#table01 th {
  width: 30%;
  text-align: left;
  vertical-align: top;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }
  #table01 th {
    width: 100%;
  }
  #table01 td {
    padding-top: 0;
  }
}
.greetings-text_container {
  width: 80%;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .greetings-text_container {
    width: 90%;
  }
}

.greetings-lead {
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .greetings-lead {
    padding-bottom: 30px;
  }
}

.greeting_name {
  margin-top: 60px;
  width: 350px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .greeting_name {
    margin-top: 30px;
  }
}

.business-section {
  padding: 30px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .business-section {
    padding: 30px 20px;
  }
}

.page-title_business::after {
  position: absolute;
  top: 40px;
  left: 0;
  content: "business";
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.business-section-title_camera {
  font-size: 26px;
  margin: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .business-section-title_camera {
    text-align: center;
    font-size: 18px;
  }
}
.business-section-title_camera::before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "Security camera";
  font-size: 14px;
}

.business-section-title_lead {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .business-section-title_lead {
    text-align: center;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.business-section-content_camera {
  position: relative;
}

.business-section-content_security {
  position: relative;
}

.business-section-content_products {
  position: relative;
}

.business-section-content_camera_text {
  width: calc(50% - 40px);
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .business-section-content_camera_text {
    display: block;
    margin: 0;
    width: 90%;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .business-section-content_camera_text {
    display: block;
    width: 90%;
    margin: 30px auto 0;
    font-size: 12px;
  }
}

.business-section-content_security_text {
  width: calc(50% - 40px);
  margin-left: auto;
}
.business-section-content_security_text::after {
  position: absolute;
  top: 0;
  left: -15%;
  content: "";
  width: 50%;
  height: 70%;
  background: url(../img/demo-img.png) no-repeat center center/cover;
}

.business-section-content_products_text {
  width: 100%;
  margin-left: auto;
  position: relative;
}
.business-section-content_products_text::after {
  position: absolute;
  top: 0;
  left: -15%;
  content: "";
  width: 50%;
  height: 70%;
  background: url(../img/demo-img.png) no-repeat center center/cover;
}

.business-section-title_security {
  font-size: 26px;
  margin: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .business-section-title_security {
    font-size: 18px;
  }
}
.business-section-title_security::before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "Various security";
  font-size: 14px;
}

.business-section-title_products {
  font-size: 26px;
  margin: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .business-section-title_products {
    font-size: 18px;
  }
}
.business-section-title_products::before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "Security products";
  font-size: 14px;
}

.page-title_case::after {
  position: absolute;
  top: 40px;
  left: 0;
  content: "case study";
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.case-button_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .case-button_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .case-button_content {
    display: block;
    margin: 20px auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .case-button_container {
    margin: 60px 0 !important;
  }
}

.case-button {
  display: block;
  width: 200px;
  height: 60px;
  background: #00813D;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  color: #FAFAFA;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .case-button {
    margin-bottom: 30px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .case-button {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .case-inner {
    padding: 0 20px;
  }
}

.case-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0 10px;
}

.case-content {
  background: #FAFAFA;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px -5px #777;
          box-shadow: 5px 5px 15px -5px #777;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px) / 4);
          flex: 0 0 calc((100% - 60px) / 4);
}
.case-content:hover {
  -webkit-transform: translateY(-2%);
          transform: translateY(-2%);
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .case-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .case-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
  }
}

.case-content_img, .case-title, .case-lead {
  width: 90%;
  margin: 0 auto;
  padding-top: 10px;
  display: block;
}

.case-title {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .case-title {
    font-size: 16px;
  }
}

.case-lead {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .case-lead {
    font-size: 12px;
  }
}

.page-title_security-camera {
  position: relative;
}
.page-title_security-camera::after {
  position: absolute;
  top: 40px;
  left: 0;
  content: "security-camera";
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.function {
  background: rgba(166, 198, 128, 0.2);
  padding: 120px 0;
}

.business-section-title_function {
  position: relative;
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .business-section-title_function {
    font-size: 18px;
  }
}
.business-section-title_function::after {
  position: absolute;
  top: -40px;
  left: 0;
  content: "function";
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.business-section-title_local-security {
  font-size: 26px;
  margin: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .business-section-title_local-security {
    font-size: 24px;
    padding-left: 20px;
  }
}
.business-section-title_local-security::before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "local security";
  font-size: 14px;
}
@media (max-width: 767px) {
  .business-section-title_local-security::before {
    left: 20px;
  }
}

.business-section-content_local-security_text {
  width: calc(50% - 40px);
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .business-section-content_local-security_text {
    display: block;
    margin: 0;
    width: 90%;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .business-section-content_local-security_text {
    display: block;
    width: 90%;
    margin: 30px auto 0;
    font-size: 12px;
  }
}

.business-section-content_local-security_text_2 {
  width: calc(50% - 40px);
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .business-section-content_local-security_text_2 {
    display: block;
    margin: 0;
    width: 90%;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .business-section-content_local-security_text_2 {
    display: block;
    width: 90%;
    margin: 30px auto 0;
    font-size: 12px;
  }
}

.business-section-title_security-type {
  position: relative;
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .business-section-title_security-type {
    font-size: 18px;
  }
}
.business-section-title_security-type::after {
  position: absolute;
  top: -40px;
  left: 0;
  content: "Type of security";
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.page-title_security-products {
  position: relative;
}
.page-title_security-products::after {
  position: absolute;
  top: 40px;
  left: 0;
  content: "products";
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.business-section-content_security-products_text {
  width: calc(50% - 40px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .business-section-content_security-products_text {
    width: 90%;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .business-section-content_security-products_text {
    width: 90%;
    margin: 60px auto 0;
    font-size: 12px;
  }
}

.business-section-content_other-products_text {
  width: calc(50% - 40px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .business-section-content_other-products_text {
    display: block;
    width: calc(100% - 40px);
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .business-section-content_other-products_text {
    display: block;
    width: 90%;
    margin: 30px auto 0;
  }
}

.business-section-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .business-section-content-container {
    display: block;
  }
}
@media (max-width: 767px) {
  .business-section-content-container {
    display: block;
  }
}

.business-section-content_img {
  width: 50%;
}
@media (max-width: 767px) {
  .business-section-content_img {
    width: 100%;
  }
}

.business-section-title_other {
  font-size: 26px;
  margin: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .business-section-title_other {
    text-align: center;
    font-size: 18px;
  }
}
.business-section-title_other::before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "other products";
  font-size: 12px;
}

#primary {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #primary {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #primary {
    margin-top: 30px;
    padding: 0 20px;
  }
}

.wp-block-list li {
  margin-left: 20px;
}

.single-title {
  font-size: 24px;
  font-weight: bold;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .single-title {
    padding: 20px 0;
    font-size: 18px;
    margin-top: 60px;
  }
}

.single-image {
  width: 50%;
  margin: 20px auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single-image {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .single-image {
    width: 100%;
  }
}

.single-body img {
  width: 50%;
  margin: 20px auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single-body img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .single-body img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-body {
    padding-top: 20px;
  }
}
.single-body h1 {
  padding-bottom: 10px;
  font-size: 26px;
  background-image: repeating-linear-gradient(90deg, #00813D 0, #00813D 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 4px);
  background-size: 4px 4px;
  background-repeat: repeat-x;
  background-position: center bottom;
  font-weight: bold;
}
@media (max-width: 767px) {
  .single-body h1 {
    font-size: 18px;
  }
}
.single-body h2 {
  font-weight: bold;
  padding: 0.3em 0.5em;
  border-left: 10px double #00813D;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .single-body h2 {
    font-size: 16px;
  }
}
.single-body h3 {
  font-weight: bold;
  border-bottom: 3px solid #e3e3e3;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-body h3 {
    font-size: 14px;
  }
}
.single-body h3::after {
  content: "";
  background-color: #00813D;
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.single-body p {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .single-body p {
    font-size: 12px;
  }
}

.related-title {
  font-weight: bold;
  border-bottom: 3px solid #00813D;
  padding: 0.3em;
  margin-bottom: 0.3em;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  position: relative;
  margin-bottom: 20px;
}
.related-title::before, .related-title::after {
  content: "";
  background-color: #00813D;
  width: 3px;
  height: 20px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  bottom: -10px;
}
.related-title::before {
  right: 2.5em;
}
.related-title::after {
  right: 2em;
}

.related-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .related-items {
    display: block;
    margin-bottom: 20px;
  }
}

.related-item {
  width: 320px;
}
.related-item img {
  width: 100%;
}
@media (max-width: 767px) {
  .related-item {
    margin: 0 auto;
  }
}

.post-categories {
  list-style: none;
}
.post-categories a {
  display: none;
}

.coming_soon {
  margin-top: 300px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 200px;
}

.page-title_contact {
  position: relative;
}
.page-title_contact::after {
  position: absolute;
  top: 40px;
  left: 0;
  content: "contact-form";
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.contact-line-text_title {
  font-size: 32px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-line-text_title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .contact-line-text_title {
    font-size: 14px;
  }
}

.contact-line-text_lead {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-line-text_lead {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .contact-line-text_lead {
    font-size: 12px;
  }
}

.contact-line_qr {
  width: 200px;
  height: 200px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-line_qr {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .contact-line_qr {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact-line_button {
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
}

.contact-form_container {
  background: #A6C680;
  padding-bottom: 120px;
}

.contact-form_content {
  margin: 60px 0;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .contact-form_content {
    margin: 40px 0;
    padding: 60px 0 20px;
  }
}

.contact-form_title {
  text-align: center;
  font-size: 24px;
  color: #FAFAFA;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact-form_title {
    font-size: 18px;
  }
}

.recruit-contact_content {
  margin-bottom: 120px;
}

.contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#A6C680), to(#3f5426));
  background: linear-gradient(180deg, #A6C680, #3f5426); /* 斜め方向のグラデーション */
  width: calc(100% - 80px);
  margin-left: 80px;
  padding: 20px 0;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .contact {
    margin-left: 0;
    width: 100%;
    margin-top: 60px;
  }
}

.contact-content {
  width: 600px;
  height: 150px;
  border: 1px solid #FAFAFA;
  margin: 60px auto 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .contact-content {
    width: 90%;
  }
}

.contact-button {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  line-height: 200px;
  position: relative;
  color: #FAFAFA;
  font-size: 14px;
  z-index: 20;
}
.contact-button::after {
  content: "CONTACT";
  width: 100%;
  height: 100%;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  color: #FAFAFA;
  font-size: 36px;
}

.entry-button {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  line-height: 200px;
  position: relative;
  color: #FAFAFA;
  font-size: 18px;
  z-index: 20;
}
.entry-button::after {
  content: "ENTRY";
  width: 100%;
  height: 100%;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  color: #FAFAFA;
  font-size: 36px;
}

.contact-icon {
  position: absolute;
  bottom: 31px;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  z-index: 11;
}
.contact-icon img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media (max-width: 767px) {
  .contact-icon {
    left: 10%;
  }
}

.contact-button:hover + .contact-icon img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.contact-text_content {
  width: 750px;
  margin: 60px auto 0;
  color: #FAFAFA;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-text_content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .contact-text_content {
    width: 90%;
  }
}

.contact-tel {
  text-align: center;
  color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 横並びにする */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央揃え */
  font-size: 24px;
  padding-top: 40px;
  text-decoration: none; /* リンクの下線を削除 */
}

.tel-icon {
  width: 24px; /* アイコンの幅 */
  height: 24px; /* アイコンの高さ */
  margin-right: 10px; /* 電話番号との間に余白を追加 */
}

.contact-container {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .contact-container {
    margin-left: 0;
  }
}

.page-header-contact_lead {
  text-align: center;
  font-size: 18px;
  padding-top: 60px;
}
.page-header-contact_lead span {
  color: red;
}

.contact-section-button {
  display: block;
  margin: 0 auto;
}

.contact-warning_text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 60px 0;
}

.Form {
  margin: 80px auto;
  max-width: 720px;
}
@media (max-width: 767px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  border-top: 1px solid #8e8e8e;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Form-Item:first-child {
  border-top: 0px;
}
@media (max-width: 767px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #8e8e8e;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .Form-Item-Label {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  color: red;
  font-size: 14px;
}
@media (max-width: 767px) {
  .Form-Item-Label-Required {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Input {
  border: 1px solid #8e8e8e;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 410px;
  background: #FAFAFA;
  font-size: 18px;
}
@media (max-width: 767px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.contact-drop {
  border: 1px solid #8e8e8e;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 410px;
  background: #FAFAFA;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact-drop {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.contact-text_year, .contact-text_month {
  border: 1px solid #8e8e8e;
  border-radius: 6px;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  width: 50%;
  max-width: 100px;
  background: #FAFAFA;
  font-size: 18px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .contact-text_year, .contact-text_month {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 15px;
    width: 60px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #8e8e8e;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 410px;
  background: #FAFAFA;
  font-size: 18px;
}
@media (max-width: 767px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #A6C680;
  color: #FAFAFA;
  font-weight: bold;
  font-size: 20px;
  border: 0px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.Form-Btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.privacy-policy-box {
  margin-top: 60px;
  max-height: 150px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #333;
}
.privacy-policy-box span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 40px;
}

.privacy-policy-box p {
  margin: 0 0 10px;
  line-height: 1.6;
}

.page-business-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-business-container {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .page-business-container {
    display: block;
    padding: 60px 20px;
  }
}

.page-business-content {
  width: 400px;
  background: #FAFAFA;
  border-radius: 10px;
  -webkit-box-shadow: 15px 15px 15px -5px #8e8e8e;
          box-shadow: 15px 15px 15px -5px #8e8e8e;
  margin: 120px 0;
  display: block;
}
@media (max-width: 767px) {
  .page-business-content {
    width: 300px !important;
    margin: 0 auto 30px;
  }
}

.page-business-content_img {
  border-radius: 10px 10px 0 0;
}
.page-business-content_img img {
  border-radius: 10px 10px 0 0;
}

.page-business-content_title {
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
}

.page-business-content_lead {
  padding: 20px;
  font-size: 14px;
}

#toc_container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 10px;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 95%;
  margin: 0 auto;
}

/* テーブル全体の共通スタイル */
.custom-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* 各列の幅を均等に分配 */
  font-size: 16px;
}

.custom-table th,
.custom-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  word-break: break-word; /* 長い単語も折り返す */
  vertical-align: top;
}

/* 小さい画面（スマホ）用スタイル */
@media screen and (max-width: 600px) {
  .custom-table {
    font-size: 13px;
  }
  .custom-table th,
  .custom-table td {
    padding: 6px;
  }
}