@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body,
html {
  font-family: "Noto Sans JP", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #f2f6ee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* フレックスボックスに有効に */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column; /* 要素を縦に並べる */
  min-height: 100vh; /* 最小でも画面の高さ分のbodyの高さを担保する */
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}
body.fixed {
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 画面の高さから他の同レイヤーの要素の高さを引いた値に */
}
section {
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  section {
    padding: 30px 20px;
  }
}
section .section__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
button:hover {
  opacity: 0.8;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover {
  opacity: 0.8;
}
strong {
  font-weight: bold !important;
}

/* --------------------------------------------------
 Margin Padding
 -------------------------------------------------- */
.mg0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mg5 {
  margin: 5px !important;
}

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

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

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

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

.mg10 {
  margin: 10px !important;
}

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

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

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

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

.mg15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

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

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

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

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

.mg25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mg30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mg35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mg40 {
  margin: 40px !important;
}

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

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

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

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

.mg45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mg50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mg55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mg60 {
  margin: 60px !important;
}

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

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

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

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

.mg65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mg70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mg75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mg80 {
  margin: 80px !important;
}

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

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

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

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

.mg85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mg90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mg95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mg100 {
  margin: 100px !important;
}

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

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

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

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

.pd0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

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

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

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

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

.pd20 {
  padding: 20px !important;
}

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

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

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

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

.pd30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pd40 {
  padding: 40px !important;
}

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

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

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

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

.pd50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* --------------------------------------------------
 Margin Padding (responsive)
 -------------------------------------------------- */
.mt_s {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt_s {
    margin-top: 10px !important;
  }
}

.mt_sm {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt_sm {
    margin-top: 15px !important;
  }
}

.mt_m {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt_m {
    margin-top: 20px !important;
  }
}

.mt_ml {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt_ml {
    margin-top: 25px !important;
  }
}

.mt_l {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt_l {
    margin-top: 30px !important;
  }
}

.mt_ll {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt_ll {
    margin-top: 40px !important;
  }
}

.mt_xl {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt_xl {
    margin-top: 50px !important;
  }
}

.mb_s {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb_s {
    margin-bottom: 10px !important;
  }
}

.mb_sm {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb_sm {
    margin-bottom: 15px !important;
  }
}

.mb_m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb_m {
    margin-bottom: 20px !important;
  }
}

.mb_ml {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb_ml {
    margin-bottom: 25px !important;
  }
}

.mb_l {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb_l {
    margin-bottom: 30px !important;
  }
}

.mb_ll {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb_ll {
    margin-bottom: 40px !important;
  }
}

.mb_xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb_xl {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
}

/* --------------------------------------------------
 Set Style
 -------------------------------------------------- */
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left !important;
}

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

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

@media screen and (max-width: 767px) {
  .sp-tac {
    text-align: center !important;
  }
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.italic {
  font-style: italic;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.height_auto {
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .height_auto_sp {
    height: auto !important;
  }
}

.block {
  display: block;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .pc-nowrap {
    white-space: nowrap;
  }
}

.box_shadow {
  -webkit-box-shadow: 0 0 16px rgba(114, 131, 144, 0.8);
          box-shadow: 0 0 16px rgba(114, 131, 144, 0.8);
}

.m-auto {
  margin: auto !important;
}

.display-table {
  display: table;
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}

.txt--xs {
  font-size: 0.65em !important;
}
.txt--s {
  font-size: 0.875em !important;
}
.txt--ss {
  font-size: 0.8125em !important;
}
.txt--l {
  font-size: 1.125em !important;
}
.txt--ll {
  font-size: 1.25em !important;
}
.txt--1em {
  font-size: 1em !important;
}
.txt--lh1_8 {
  line-height: 1.8;
}
.txt--fz60 {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .txt--fz60 {
    font-size: 3.5rem;
  }
}
.txt--fz50 {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .txt--fz50 {
    font-size: 3.5rem;
  }
}
.txt--fz40 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .txt--fz40 {
    font-size: 2.8rem;
  }
}
.txt--fz48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .txt--fz48 {
    font-size: 3rem;
  }
}
.txt--fz32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz32 {
    font-size: 2.3rem;
  }
}
.txt--fz30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .txt--fz30 {
    font-size: 2.3rem;
  }
}
.txt--fz28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .txt--fz28 {
    font-size: 2.2rem;
  }
}
.txt--fz24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .txt--fz24 {
    font-size: 2.1rem;
  }
}
.txt--fz22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz22 {
    font-size: 2rem;
  }
}
.txt--fz20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz20 {
    font-size: 1.9rem;
  }
}
.txt--fz18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt--fz18 {
    font-size: 1.7rem;
  }
}
.txt--fz16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt--fz16 {
    font-size: 1.5rem;
  }
}
.txt--fz14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .txt--fz14 {
    font-size: 1.3rem;
  }
}
.txt--fz13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .txt--fz13 {
    font-size: 1.2rem;
  }
}
.txt--fz12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz12 {
    font-size: 1.2rem;
  }
}
.txt--lead {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.txt--white {
  color: #fff;
}
.txt--red {
  color: #e40000;
}
.txt--blue {
  color: #005bac;
}
.txt--blue2 {
  color: #009fe6;
}
.txt--gray {
  color: #666;
}
.txt--purple {
  color: #c8448e;
}
.txt--lh18 {
  line-height: 1.8;
}
.txt--gray2 {
  color: #728390;
}

/* --------------------------------------------------
 background
 -------------------------------------------------- */
.bg--white {
  background: #fff !important;
}
.bg--black {
  background: #000 !important;
}

/* --------------------------------------------------
 border
-------------------------------------------------- */
.bd--gray {
  border: 1px solid #ccc;
}
.bd--gray02 {
  border: 1px solid #b1b1b1;
}
.bd--none {
  border: none !important;
}
.bd--cl_bl {
  border-color: #3a434a !important;
}

/* --------------------------------------------------
 width
-------------------------------------------------- */
.w-auto {
  width: auto !important;
}

.w23_5 {
  width: 23.5%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w32 {
  width: 32%;
}

.w36 {
  width: 36%;
}

.w40 {
  width: 40%;
}

.w42 {
  width: 42%;
}

.w44 {
  width: 44%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w52 {
  width: 52%;
}

.w54 {
  width: 54%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w72 {
  width: 72%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.maw100 {
  max-width: 100px;
}

.maw300 {
  max-width: 300px;
}

.maw400 {
  max-width: 400px;
}

.maw500 {
  max-width: 500px;
}

.maw600 {
  max-width: 600px;
}

.maw700 {
  max-width: 700px;
}

.maw750 {
  max-width: 750px;
}

.maw800 {
  max-width: 800px;
}

.maw900 {
  max-width: 900px;
}

.maw1000 {
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .sp-w50 {
    width: 50%;
  }
  .sp-w75 {
    width: 75%;
  }
  .sp-w100 {
    width: 100%;
  }
}
/* --------------------------------------------------
 Column
-------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex--nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.flex--jc_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex--jc_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--jc_se {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex--ai_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 2%;
}
.flex_col2 > .flex_item {
  width: calc((100% - 2% * (2 - 1)) / 2);
}
@media screen and (max-width: 767px) {
  .flex_col2 > .flex_item {
    width: 100%;
  }
}

.flex_col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 2%;
}
.flex_col3 > .flex_item {
  width: calc((100% - 2% * (3 - 1)) / 3);
}
@media screen and (max-width: 767px) {
  .flex_col3 > .flex_item {
    width: 100%;
  }
}

.flex_col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 2%;
}
.flex_col4 > .flex_item {
  width: calc((100% - 2% * (4 - 1)) / 4);
}
@media screen and (max-width: 767px) {
  .flex_col4 > .flex_item {
    width: 100%;
  }
}

.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col2__item {
  width: 48.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .col2__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.col2__item:nth-child(2n+1) {
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .col2__item:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .col2__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col2__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col2.spCol2__item {
    width: 48.5%;
  }
  .col2.spCol2__item:nth-child(2n+1) {
    margin-right: 3%;
  }
}

.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col3__item {
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .col3__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.col3__item:nth-child(3n+1), .col3__item:nth-child(3n+2) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .col3__item:nth-child(3n+1), .col3__item:nth-child(3n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .col3__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col3__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col4__item {
  width: 23.5%;
  margin-bottom: 30px;
}
.col4__item:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .col4__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .col4__item {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .col4__item:nth-child(2n+1) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .col4__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col4__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col4.spCol1__item {
    width: 100%;
  }
  .col4.spCol1__item:nth-child(2n+1) {
    margin-right: 0;
  }
}

/* --------------------------------------------------
 Responsive
-------------------------------------------------- */
.pc-show {
  display: inherit !important;
}
.pc-show--flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pc-show--block {
  display: block !important;
}

.tb-show {
  display: none !important;
}

.tb-sp-show {
  display: none !important;
}

.sp-show {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .pc-show {
    display: inherit !important;
  }
  .pc-show--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pc-show--block {
    display: block !important;
  }
  .tb-show {
    display: inherit !important;
  }
  .tb-sp-show {
    display: inherit !important;
  }
  .sp-show {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-show {
    display: none !important;
  }
  .pc-show--flex {
    display: none !important;
  }
  .pc-show--block {
    display: none !important;
  }
  .tb-show {
    display: none !important;
  }
  .tb-sp-show {
    display: inherit !important;
  }
  .sp-show {
    display: inherit !important;
  }
}
/* --------------------------------------------------
 position
-------------------------------------------------- */
.posi_r {
  position: relative !important;
}

.posi_a {
  position: absolute !important;
}

.right_0 {
  right: 0;
}

.right_10 {
  right: 10px;
}

.right_30 {
  right: 30px;
}

.bd_radius10 {
  border-radius: 10px;
}

.bd_radius16 {
  border-radius: 16px;
}

.bd_radius40 {
  border-radius: 140x;
}

.sec_ttl {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 50px;
  color: #6eb92d;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 30px;
  }
}

.sec_sub_ttl {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .sec_sub_ttl {
    font-size: 22px;
  }
}

.sec_ttl2 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #6eb92d;
}
@media screen and (max-width: 767px) {
  .sec_ttl2 {
    font-size: 20px;
  }
}

.hover_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .hover_btn {
    gap: 12px;
  }
}
.hover_btn .txt {
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .hover_btn .txt {
    font-size: 16px;
  }
}
.hover_btn svg {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .hover_btn svg {
    width: 40px;
  }
}
.hover_btn:hover .txt {
  color: #ff8701;
}
.hover_btn:hover svg * {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hover_btn:hover svg [fill="#fff"] {
  fill: #ff8701;
}
.hover_btn:hover svg [fill="#ff8701"] {
  fill: #fff;
}
.hover_btn:hover svg [stroke="#ff8701"] {
  stroke: #fff;
}
.hover_btn:hover svg [stroke="#fff"] {
  stroke: #ff8701;
}

/* ページネーション全体 */
.c-pagination {
  text-align: center;
  margin: 40px 0 160px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin: 30px 0 60px;
  }
}
.c-pagination .c-pagination__link--page {
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border: 1px solid #707070;
  border-radius: 5px;
  color: #000;
}
.c-pagination .c-pagination__link--page.is-current {
  background-color: #E9EBE7;
}

.c-pagination ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ページ番号 */
.c-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 50px;
  border-radius: 6px;
  background: #bfbfbf;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-pagination .page-numbers:hover {
  background: #8f8f8f;
}

/* 現在のページ */
.c-pagination .page-numbers.current {
  background: #34a080; /* グリーン */
}

/* 前後の矢印 */
.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
  background: none;
  width: 40px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination .c-pagination__link img {
  width: 40px;
  height: auto;
}

main.top {
  padding-top: 0;
}
main.top .max-1600 {
  max-width: 1490px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  main.top .max-1600 {
    padding: 0;
  }
}
main.top #mv {
  padding: 0;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  main.top #mv {
    padding-top: 80px;
  }
}
main.top #mv .section_inner {
  background-image: url("/wp-content/themes/kyusyu_labo/common/img/top/mv_pc.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  main.top #mv .section_inner {
    background-image: url("/wp-content/themes/kyusyu_labo/common/img/top/mv_sp.jpg");
    padding: 0;
    width: 100%;
  }
}
main.top #mv .section_inner .mv_ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 7vh;
  white-space: nowrap;
  position: absolute;
  left: 29%;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 0px 3px black;
}
@media screen and (max-width: 767px) {
  main.top #mv .section_inner .mv_ttl {
    font-size: 34px;
    left: 17%;
    top: 38%;
  }
}
main.top #about {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  main.top #about {
    padding: 0 20px;
  }
}
main.top #about .section__inner .scroll-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  padding: 0;
  will-change: transform;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -ms-touch-action: none;
      touch-action: none;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  main.top #about .section__inner .scroll-wrapper {
    padding: 0;
    gap: 60px;
    margin: 30px 0;
  }
}
main.top #about .section__inner .scroll-wrapper.scroll1 {
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
main.top #about .section__inner .scroll-wrapper.scroll2 {
  -webkit-animation: infinity-scroll-left2 30s infinite linear 0.5s both;
          animation: infinity-scroll-left2 30s infinite linear 0.5s both;
}
main.top #about .section__inner .scroll-wrapper * {
  -ms-touch-action: none;
      touch-action: none;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes infinity-scroll-left2 {
  from {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  to {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}
@keyframes infinity-scroll-left2 {
  from {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  to {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}
main.top #about .section__inner .scroll-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  main.top #about .section__inner .scroll-wrapper img {
    height: 68px;
  }
}
main.top #about .section__inner .ttl {
  font-weight: bold;
  font-size: 46px;
  line-height: 73.6px;
  text-align: center;
  color: #6eb92d;
  margin: 60px auto 25px;
}
@media screen and (max-width: 767px) {
  main.top #about .section__inner .ttl {
    font-size: 26px;
    line-height: 41.6px;
    text-align: left;
    margin: 30px auto;
  }
}
main.top #about .section__inner .txt {
  font-weight: bold;
  font-size: 26px;
  line-height: 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.top #about .section__inner .txt {
    font-size: 18px;
    line-height: 36px;
    text-align: left;
  }
}
main.top #about .section__inner .about_img {
  width: 100%;
  max-width: 678px;
  margin: 77px auto 60px;
}
@media screen and (max-width: 767px) {
  main.top #about .section__inner .about_img {
    margin: 41px auto 30px;
  }
}
main.top #merit {
  background-color: #fff;
  padding: 144px 40px;
}
@media screen and (max-width: 1000px) {
  main.top #merit {
    padding: 60px 20px;
  }
}
main.top #merit .section__inner {
  max-width: 1600px;
}
main.top #merit .section__inner .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media screen and (max-width: 1000px) {
  main.top #merit .section__inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top #merit .section__inner .flex .left {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  main.top #merit .section__inner .flex .left {
    width: 100%;
  }
}
main.top #merit .section__inner .flex .left .merit_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  main.top #merit .section__inner .flex .left .merit_list {
    gap: 20px;
    margin-top: 23px;
    margin-bottom: 20px;
    max-width: 600px;
    margin: 23px auto 20px;
  }
}
main.top #merit .section__inner .flex .left .merit_list .list_item {
  background-color: #f2f6ee;
  border-radius: 10px;
  width: calc(50% - 20px);
  padding: 25px;
}
@media screen and (max-width: 1000px) {
  main.top #merit .section__inner .flex .left .merit_list .list_item {
    width: 100%;
  }
}
main.top #merit .section__inner .flex .left .merit_list .list_item .ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 10px;
  margin-bottom: 12px;
}
main.top #merit .section__inner .flex .left .merit_list .list_item .ttl::before {
  content: "";
  background-image: url("/wp-content/themes/kyusyu_labo/common/img/top/merit_check.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
main.top #merit .section__inner .flex .left .merit_list .list_item .list {
  font-size: 15px;
}
main.top #merit .section__inner .flex .right {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  main.top #merit .section__inner .flex .right {
    width: 100%;
    max-width: 600px;
  }
}
main.top #services {
  padding: 0px 0px 160px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  main.top #services {
    padding: 0 20px 60px;
  }
}
main.top #services .section__inner {
  margin: 0;
  padding-right: 10%;
  max-width: unset;
}
@media screen and (max-width: 1000px) {
  main.top #services .section__inner {
    padding: 0;
  }
}
main.top #services .section__inner .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  main.top #services .section__inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
main.top #services .section__inner .flex .left {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  main.top #services .section__inner .flex .left {
    width: 100%;
    margin-left: -40px;
  }
}
main.top #services .section__inner .flex .right {
  width: 44.5%;
}
@media screen and (max-width: 1000px) {
  main.top #services .section__inner .flex .right {
    width: 100%;
  }
}
main.top #services .section__inner .flex .right .lead {
  font-weight: bold;
  font-size: 22px;
  line-height: 39.6px;
}
@media screen and (max-width: 1000px) {
  main.top #services .section__inner .flex .right .lead {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
  }
}
main.top #services .section__inner .flex .right .list {
  margin: 55px auto;
}
@media screen and (max-width: 1000px) {
  main.top #services .section__inner .flex .right .list {
    margin: 20px auto;
    max-width: 600px;
  }
}
main.top #services .section__inner .flex .right .list .list_item {
  border-top: 1px solid #707070;
  padding: 15px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  main.top #services .section__inner .flex .right .list .list_item {
    padding: 11px;
    gap: 12px;
  }
}
main.top #services .section__inner .flex .right .list .list_item .icon_wrap {
  width: 70px;
}
@media screen and (max-width: 1000px) {
  main.top #services .section__inner .flex .right .list .list_item .icon_wrap {
    width: 50px;
  }
}
main.top #services .section__inner .flex .right .list .list_item .icon_wrap .icon {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  main.top #services .section__inner .flex .right .list .list_item .icon_wrap .icon {
    max-height: 37px;
  }
}
main.top #services .section__inner .flex .right .list .list_item .txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 28.8px;
}
@media screen and (max-width: 1000px) {
  main.top #services .section__inner .flex .right .list .list_item .txt {
    font-size: 16px;
  }
}
main.top #services .section__inner .flex .right .list .list_item:last-child {
  border-bottom: 1px solid #707070;
}
main.top #news {
  padding: 105px 40px 115px;
}
@media screen and (max-width: 1000px) {
  main.top #news {
    padding: 30px 20px;
  }
}
main.top #news .section__inner .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  main.top #news .section__inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 1001px) {
  main.top #news .section__inner .flex .left {
    width: 230px;
    white-space: nowrap;
  }
}
main.top #news .section__inner .flex .right {
  max-width: 1150px;
}
@media screen and (min-width: 1001px) {
  main.top #news .section__inner .flex .right {
    width: calc(100% - 230px - 30px);
  }
}
main.top #news .section__inner .flex .right .news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1000px) {
  main.top #news .section__inner .flex .right .news_list {
    margin-bottom: 40px;
  }
}
main.top #news .section__inner .flex .right .news_list li a {
  background-color: #fff;
  border-radius: 10px;
  padding: 23px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  main.top #news .section__inner .flex .right .news_list li a {
    padding-right: 43px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
main.top #news .section__inner .flex .right .news_list li a .date {
  font-size: 16px;
  line-height: 25.6px;
  width: 128px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  main.top #news .section__inner .flex .right .news_list li a .date {
    width: 50%;
    max-width: 200px;
  }
}
main.top #news .section__inner .flex .right .news_list li a .category {
  font-size: 14px;
  width: 116px;
  padding: 0;
  background-color: #007daf;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin: 0 21px 0 25px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  main.top #news .section__inner .flex .right .news_list li a .category {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
    max-width: 200px;
  }
}
main.top #news .section__inner .flex .right .news_list li a .category.info {
  background-color: #007daf;
}
main.top #news .section__inner .flex .right .news_list li a .category.press {
  background-color: #50aad2;
}
main.top #news .section__inner .flex .right .news_list li a .category.customer_voice {
  background-color: #e85f99;
}
main.top #news .section__inner .flex .right .news_list li a .ttl {
  font-size: 16px;
  line-height: 25.6px;
  width: auto;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  main.top #news .section__inner .flex .right .news_list li a .ttl {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
main.top #news .section__inner .flex .right .news_list li a svg {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1000px) {
  main.top #news .section__inner .flex .right .news_list li a svg {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
}
main.top #news .section__inner .flex .right .news_list li a:hover svg * {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main.top #news .section__inner .flex .right .news_list li a:hover svg [fill="#fff"] {
  fill: #ff8701;
}
main.top #news .section__inner .flex .right .news_list li a:hover svg [fill="#ff8701"] {
  fill: #fff;
}
main.top #news .section__inner .flex .right .news_list li a:hover svg [stroke="#ff8701"] {
  stroke: #fff;
}
main.top #news .section__inner .flex .right .news_list li a:hover svg [stroke="#fff"] {
  stroke: #ff8701;
}
main.top #voice {
  background-color: #fff;
  padding: 169px 0px 0px 40px;
}
@media screen and (max-width: 1000px) {
  main.top #voice {
    padding: 30px 20px;
  }
}
main.top #voice .section__inner {
  width: 100%;
  max-width: unset;
  margin: 0;
  padding-left: calc((100vw - 1600px) / 2 - 40px);
}
@media screen and (max-width: 1000px) {
  main.top #voice .section__inner {
    padding: 0;
  }
}
main.top #voice .section__inner .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 100px;
}
@media screen and (max-width: 1000px) {
  main.top #voice .section__inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 1001px) {
  main.top #voice .section__inner .flex .left {
    width: 350px;
    white-space: nowrap;
  }
}
main.top #voice .section__inner .flex .right {
  position: relative;
  width: calc(100% - 350px - 100px);
}
@media screen and (max-width: 1000px) {
  main.top #voice .section__inner .flex .right {
    width: 100%;
    margin-top: 27px;
  }
}
main.top #voice .section__inner .flex .right .voice_slider {
  position: relative;
  width: 100%;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-arrow {
  position: absolute;
  bottom: -100px;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-arrow:hover {
  cursor: pointer;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-arrow.prev-arrow {
  right: 180px;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-arrow.next-arrow {
  right: 100px;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-arrow.slick-disabled svg * {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-arrow.slick-disabled svg [fill="#ff8701"] {
  fill: #707070;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-arrow.slick-disabled svg [stroke="#ff8701"] {
  stroke: #707070;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: calc(100% - 300px);
  bottom: -75px;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-dots li {
  margin: 0;
  width: 100%;
  height: 10px;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #f5f5f5;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-dots li button::before {
  content: none;
}
main.top #voice .section__inner .flex .right .voice_slider .slick-dots li.slick-active button {
  background-color: #6eb92d;
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item {
  border: 1px solid #aeaeae;
  max-width: 450px;
  width: 48.17vh;
  display: block;
  margin-right: 4.282vh;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  main.top #voice .section__inner .flex .right .voice_slider .slide_item {
    margin: 0 auto 20px;
    width: auto;
  }
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item .slide_img {
  width: 100%;
  height: auto;
  aspect-ratio: 450/308;
  border-radius: 10px 10px 0 0;
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box {
  padding: 3.426vh 3.211vh;
}
@media screen and (max-width: 1000px) {
  main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box {
    padding: 21px 31px;
  }
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .company {
  font-size: 1.713vh;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .company {
    font-size: 16px;
  }
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .ttl {
  font-weight: bold;
  font-size: 2.355vh;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 1.82vh 0;
}
@media screen and (max-width: 1000px) {
  main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .ttl {
    font-size: 20px;
    margin: 17px 0;
  }
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .cat_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 12px;
  margin-bottom: 11px;
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .cat_wrap .cat {
  font-size: 1.713vh;
  line-height: 1.8;
  width: 87px;
  background-color: #e9ebe7;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .cat_wrap .cat {
    font-size: 16px;
  }
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .cat_wrap .cat_name {
  font-size: 1.713vh;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .cat_wrap .cat_name {
    font-size: 16px;
  }
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .hover_btn {
  margin: 0 0 0 auto;
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .hover_btn .txt {
  font-weight: normal;
}
@media screen and (min-width: 1001px) {
  main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .hover_btn .txt {
    font-size: 1.927vh;
  }
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .hover_btn svg {
  width: 4.496vh;
  height: 4.496vh;
}
@media screen and (max-width: 1000px) {
  main.top #voice .section__inner .flex .right .voice_slider .slide_item .txt_box .hover_btn svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
  }
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item:hover .txt_box .hover_btn .txt {
  color: #ff8701;
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item:hover .txt_box .hover_btn svg * {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item:hover .txt_box .hover_btn svg [fill="#fff"] {
  fill: #ff8701;
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item:hover .txt_box .hover_btn svg [fill="#ff8701"] {
  fill: #fff;
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item:hover .txt_box .hover_btn svg [stroke="#ff8701"] {
  stroke: #fff;
}
main.top #voice .section__inner .flex .right .voice_slider .slide_item:hover .txt_box .hover_btn svg [stroke="#fff"] {
  stroke: #ff8701;
}
main.top #company {
  background-color: #fff;
  padding: 165px 40px;
}
@media screen and (max-width: 1000px) {
  main.top #company {
    padding: 30px 20px;
  }
}
main.top #company .section__inner .wide_box {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .wide_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
main.top #company .section__inner .wide_box .box {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 74px 10px 118px;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .wide_box .box {
    width: 100%;
    padding: 40px 10px 54px;
  }
}
main.top #company .section__inner .wide_box .box.box1 {
  background-image: url("/wp-content/themes/kyusyu_labo/common/img/top/company_info1.jpg");
}
main.top #company .section__inner .wide_box .box.box2 {
  background-image: url("/wp-content/themes/kyusyu_labo/common/img/top/company_info2.jpg");
}
main.top #company .section__inner .wide_box .box .sub_ttl {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .wide_box .box .sub_ttl {
    font-size: 14px;
  }
}
main.top #company .section__inner .wide_box .box .ttl {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin: 0px auto 29px;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .wide_box .box .ttl {
    font-size: 26px;
    margin: 0px auto 30px;
  }
}
main.top #company .section__inner .wide_box .box .lead {
  font-weight: bold;
  font-size: 30px;
  line-height: 2;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .wide_box .box .lead {
    font-size: 20px;
  }
}
main.top #company .section__inner .message_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .message_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 62px;
    gap: 20px;
  }
}
main.top #company .section__inner .message_flex .left {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .message_flex .left {
    width: 100%;
  }
}
main.top #company .section__inner .message_flex .left .txt {
  margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .message_flex .left .txt {
    margin-bottom: 30px;
  }
}
main.top #company .section__inner .message_flex .left .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 45px;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .message_flex .left .name {
    font-size: 16px;
  }
}
main.top #company .section__inner .message_flex .left .name img {
  width: 292px;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .message_flex .left .name img {
    width: 220px;
  }
}
main.top #company .section__inner .message_flex .right {
  width: 53%;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .message_flex .right {
    width: 100%;
  }
}
main.top #company .section__inner .profile_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 30px;
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .profile_flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 60px;
    gap: 0;
  }
}
main.top #company .section__inner .profile_flex .left {
  width: auto;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .profile_flex .left {
    width: 100%;
  }
}
main.top #company .section__inner .profile_flex .right {
  width: 71%;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .profile_flex .right {
    width: 100%;
  }
}
main.top #company .section__inner .profile_flex .right .profile_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 20px 0;
}
main.top #company .section__inner .profile_flex .right .profile_table th,
main.top #company .section__inner .profile_flex .right .profile_table td {
  padding: 20px;
  color: #000;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .profile_flex .right .profile_table th,
  main.top #company .section__inner .profile_flex .right .profile_table td {
    font-size: 16px;
  }
}
main.top #company .section__inner .profile_flex .right .profile_table th {
  width: 20%;
  border-top: 1px solid #7ac943;
}
main.top #company .section__inner .profile_flex .right .profile_table td {
  border-top: 1px solid #707070;
}
main.top #company .section__inner .profile_flex .right .profile_table tr:last-child th {
  border-bottom: 1px solid #7ac943;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .profile_flex .right .profile_table tr:last-child th {
    border-bottom: none;
  }
}
main.top #company .section__inner .profile_flex .right .profile_table tr:last-child td {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1000px) {
  main.top #company .section__inner .profile_flex .right .profile_table {
    display: block;
  }
  main.top #company .section__inner .profile_flex .right .profile_table tbody,
  main.top #company .section__inner .profile_flex .right .profile_table tr,
  main.top #company .section__inner .profile_flex .right .profile_table th,
  main.top #company .section__inner .profile_flex .right .profile_table td {
    display: block;
    width: 100%;
  }
  main.top #company .section__inner .profile_flex .right .profile_table th {
    border-top: 1px solid #707070;
    padding: 16px 8px 0 8px;
  }
  main.top #company .section__inner .profile_flex .right .profile_table td {
    border: none;
    padding: 0px 8px 16px 8px;
  }
  main.top #company .section__inner .profile_flex .right .profile_table tr:last-child td {
    border-bottom: 1px solid #707070;
  }
}
main.top #contact {
  padding: 106px 40px;
  background-color: #f2f6ee;
}
@media screen and (max-width: 1000px) {
  main.top #contact {
    padding: 50px 20px;
  }
}
main.top #contact .section__inner .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 10px;
}
@media screen and (min-width: 1001px) {
  main.top #contact .section__inner .tel {
    pointer-events: none;
  }
}
main.top #contact .section__inner .tel .icon {
  width: auto;
}
@media screen and (max-width: 1000px) {
  main.top #contact .section__inner .tel .icon {
    width: 35px;
    height: 35px;
  }
}
main.top #contact .section__inner .tel .num {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  main.top #contact .section__inner .tel .num {
    font-size: 7vw;
  }
}
main.top #contact .section__inner .info {
  font-size: 18px;
  line-height: 32.4px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main.top #contact .section__inner .info {
    font-size: 14px;
    line-height: 25.2px;
    margin-top: 20px;
  }
}

main #ttl_area {
  padding: 66px 20px 0;
}
@media screen and (max-width: 767px) {
  main #ttl_area {
    padding: 23px 20px 0;
  }
}
main #ttl_area .sec_sub_ttl {
  margin: auto;
}
main.page {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  main.page {
    padding-top: 80px;
  }
}
main.page .article_wrap .section__inner {
  max-width: 1400px;
  margin: auto;
}
main.page .article_wrap .section__inner.bg_white {
  background-color: #fff;
  padding: 60px 80px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  main.page .article_wrap .section__inner.bg_white {
    padding: 25px 15px;
  }
}
main.page.services .service_box {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
@media screen and (max-width: 767px) {
  main.page.services .service_box {
    margin: 0 auto 35px;
  }
}
main.page.services .service_box .img_box {
  width: 36.6%;
}
@media screen and (max-width: 767px) {
  main.page.services .service_box .img_box {
    width: 100%;
  }
}
main.page.services .service_box .img_box .ttl {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #6eb92d;
  margin-bottom: 20px;
}
main.page.services .service_box .txt_box {
  width: 60%;
}
@media screen and (max-width: 767px) {
  main.page.services .service_box .txt_box {
    width: 100%;
  }
}
main.page.services .service_box .txt_box .ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #6eb92d;
}
main.page.services .service_box .txt_box .list {
  font-weight: bold;
  font-size: 22px;
  margin: 10px auto 4px;
}
@media screen and (max-width: 767px) {
  main.page.services .service_box .txt_box .list {
    font-size: 18px;
    margin: 20px auto;
  }
}
main.page.services .service_box .txt_box .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  main.page.services .service_box .txt_box .txt {
    font-size: 16px;
  }
}
main.page.notfound .article_wrap {
  text-align: center;
  padding-top: 213px;
}
@media screen and (max-width: 767px) {
  main.page.notfound .article_wrap {
    padding-top: 71px;
    text-align: left;
  }
}
main.page.notfound .article_wrap .not_ttl {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  color: #707070;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  main.page.notfound .article_wrap .not_ttl {
    font-size: 30px;
  }
}
main.page.notfound .article_wrap .hover_btn {
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  main.page.notfound .article_wrap .hover_btn {
    margin: 42px 0;
  }
}
main.page.policy .article_wrap p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main.page.policy .article_wrap p {
    font-size: 14px;
  }
}
main.page.policy .article_wrap ol.kakko_num {
  /* olタグのデフォルトの番号を非表示にする */
  list-style-type: none;
  /* カウンターをリセット */
  counter-reset: my-counter;
}
main.page.policy .article_wrap ol.kakko_num > li {
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main.page.policy .article_wrap ol.kakko_num > li {
    margin-bottom: 15px;
  }
}
main.page.policy .article_wrap ol.kakko_num > li::before {
  position: absolute;
  left: 0;
  /* カウンターを1ずつ増やす */
  counter-increment: my-counter;
  /* 括弧付きの番号を表示 */
  content: "(" counter(my-counter) ")";
  /* 番号とテキストの間にスペースを入れる */
  margin-right: 5px;
  /* 文字色などを調整することも可能 */
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.page.policy .article_wrap ol.kakko_num > li::before {
    font-size: 16px;
  }
}
main.page.policy .article_wrap ul.disc {
  list-style-type: none;
  padding-left: 2rem;
}
main.page.policy .article_wrap ul.disc > li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main.page.policy .article_wrap ul.disc > li {
    margin-bottom: 11px;
  }
}
main.page.policy .article_wrap ul.disc > li::before {
  /* 点の形状を円形に設定 */
  content: ""; /* 空のコンテンツで要素を作成 */
  display: inline-block;
  background-color: #6eb92d; /* 点の色 */
  /* 点の縦横サイズを8pxに設定 */
  width: 8px;
  height: 8px;
  /* 角丸の半径を50%にして円形にする */
  border-radius: 50%;
  /* 点とテキストの間のスペースを調整 */
  margin-right: 1em;
  /* 点を適切な位置に調整 */
  margin-left: -1.5em;
  /* テキストの縦方向の中央に点を揃える */
  vertical-align: middle;
  line-height: 1.6;
}
main.page.policy .article_wrap .policy_ttl {
  font-weight: bold;
  font-size: 46px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main.page.policy .article_wrap .policy_ttl {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: left;
  }
}
main.page.policy .article_wrap .policy_block {
  margin: 60px auto 120px;
}
@media screen and (max-width: 767px) {
  main.page.policy .article_wrap .policy_block {
    margin: 20px auto 40px;
  }
}
main.page.policy .article_wrap .policy_block .point_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main.page.policy .article_wrap .policy_block .point_wrap {
    margin-bottom: 20px;
  }
}
main.page.policy .article_wrap .policy_block .point_wrap .point_ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main.page.policy .article_wrap .policy_block .point_wrap .point_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
main.page.policy .article_wrap .policy_block .point_wrap .list_ttl {
  margin: 16px 0;
  display: block;
}
main.page.policy .article_wrap .policy_block .point_wrap .indent_box {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  main.page.policy .article_wrap .policy_block .point_wrap .indent_box {
    padding: 0;
  }
}
main.page.policy .article_wrap .policy_block .point_wrap .ex_link {
  color: #ff8701;
  text-decoration: underline;
}
main.page.policy .article_wrap .policy_block .point_wrap .ex_link::after {
  content: url("/wp-content/themes/kyusyu_labo/common/img/icon_exlink.svg");
  display: inline-block;
  margin-left: 4px;
}
main.page.news .news_category_area {
  background-color: #fff;
  padding: 36px 7%;
  margin-bottom: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_category_area {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
main.page.news .news_category_area .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_category_area .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
main.page.news .news_category_area .flex .label {
  width: 110px;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_category_area .flex .label {
    width: 100%;
    text-align: center;
  }
}
main.page.news .news_category_area .flex .category_list {
  width: calc(100% - 150px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 32px 6.6%;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_category_area .flex .category_list {
    width: 100%;
    gap: 15px;
  }
}
main.page.news .news_category_area .flex .category_list li {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_category_area .flex .category_list li {
    width: calc(50% - 7.5px);
  }
}
main.page.news .news_category_area .flex .category_list li a {
  width: 100%;
  display: block;
  border: 1px solid #aeaeae;
  border-radius: 50px;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_category_area .flex .category_list li a {
    padding: 10px 0;
  }
}
main.page.news .news_category_area .flex .category_list li a.current {
  background-color: #6eb92d;
  color: #fff;
}
main.page.news .news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_list {
    gap: 10px;
  }
}
main.page.news .news_list li {
  width: 100%;
}
main.page.news .news_list li a {
  background-color: #fff;
  border-radius: 10px;
  padding: 23px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_list li a {
    padding-right: 43px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
main.page.news .news_list li a .date {
  font-size: 16px;
  line-height: 25.6px;
  width: 128px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_list li a .date {
    width: 50%;
  }
}
main.page.news .news_list li a .category {
  font-size: 14px;
  width: 116px;
  padding: 0;
  background-color: #007daf;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin: 0 21px 0 25px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_list li a .category {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
  }
}
main.page.news .news_list li a .category.info {
  background-color: #007daf;
}
main.page.news .news_list li a .category.press {
  background-color: #50aad2;
}
main.page.news .news_list li a .category.customer_voice {
  background-color: #e85f99;
}
main.page.news .news_list li a .ttl {
  font-size: 16px;
  line-height: 25.6px;
  width: auto;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_list li a .ttl {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
}
main.page.news .news_list li a svg {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1000px) {
  main.page.news .news_list li a svg {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
}
main.page.news .news_list li a:hover svg * {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main.page.news .news_list li a:hover svg [fill="#fff"] {
  fill: #ff8701;
}
main.page.news .news_list li a:hover svg [fill="#ff8701"] {
  fill: #fff;
}
main.page.news .news_list li a:hover svg [stroke="#ff8701"] {
  stroke: #fff;
}
main.page.news .news_list li a:hover svg [stroke="#fff"] {
  stroke: #ff8701;
}
main.page.voice .voice_category_area {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 60px;
  padding: 0 2rem;
}
@media screen and (max-width: 1000px) {
  main.page.voice .voice_category_area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px 15px;
    gap: 20px;
    height: auto;
    margin: 0 auto 30px;
  }
}
main.page.voice .voice_category_area label {
  margin-right: 3rem;
  width: 100%;
  max-width: 440px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 48px;
}
@media screen and (max-width: 1000px) {
  main.page.voice .voice_category_area label {
    max-width: unset;
    margin: 0;
  }
}
main.page.voice .voice_category_area label select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 2.8em;
  width: 100%;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #ddd;
  border-radius: 25px;
  background-color: #fff;
  color: #333;
  font-size: 1em;
  cursor: pointer;
}
main.page.voice .voice_category_area label::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
main.page.voice .voice_category_area .search-area__btn {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  main.page.voice .voice_category_area .search-area__btn {
    max-width: 100%;
  }
}
main.page.voice .voice_category_area .search-area__btn button {
  width: 100%;
  height: 48px;
  border-radius: 100px;
  background-color: #ff8701;
  color: #fff;
  border: 1px solid #ff8701;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  cursor: pointer;
}
main.page.voice .voice_list {
  position: relative;
  max-width: 1400px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  main.page.voice .voice_list {
    gap: 20px;
  }
}
main.page.voice .voice_list li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1000px) {
  main.page.voice .voice_list li {
    width: 100%;
  }
}
main.page.voice .voice_list li .list_item {
  border: 1px solid #aeaeae;
  display: block;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}
main.page.voice .voice_list li .list_item .list_img {
  width: 100%;
  height: auto;
  aspect-ratio: 450/308;
  border-radius: 10px 10px 0 0;
}
main.page.voice .voice_list li .list_item .txt_box {
  padding: 32px 30px;
}
@media screen and (max-width: 1000px) {
  main.page.voice .voice_list li .list_item .txt_box {
    padding: 21px 31px;
  }
}
main.page.voice .voice_list li .list_item .txt_box .company {
  font-size: 16px;
  line-height: 1.8;
}
main.page.voice .voice_list li .list_item .txt_box .ttl {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 17px 0;
}
@media screen and (max-width: 1000px) {
  main.page.voice .voice_list li .list_item .txt_box .ttl {
    font-size: 20px;
  }
}
main.page.voice .voice_list li .list_item .txt_box .cat_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 12px;
  margin-bottom: 11px;
}
main.page.voice .voice_list li .list_item .txt_box .cat_wrap .cat {
  font-size: 16px;
  line-height: 1.8;
  width: 87px;
  background-color: #e9ebe7;
  text-align: center;
}
main.page.voice .voice_list li .list_item .txt_box .cat_wrap .cat_name {
  font-size: 16px;
  line-height: 1.8;
}
main.page.voice .voice_list li .list_item .txt_box .hover_btn {
  margin: 0 0 0 auto;
}
main.page.voice .voice_list li .list_item .txt_box .hover_btn .txt {
  font-weight: normal;
}
main.page.voice .voice_list li .list_item .txt_box .hover_btn svg {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1000px) {
  main.page.voice .voice_list li .list_item .txt_box .hover_btn svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
  }
}
main.page.voice .voice_list li .list_item:hover .txt_box .hover_btn .txt {
  color: #ff8701;
}
main.page.voice .voice_list li .list_item:hover .txt_box .hover_btn svg * {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main.page.voice .voice_list li .list_item:hover .txt_box .hover_btn svg [fill="#fff"] {
  fill: #ff8701;
}
main.page.voice .voice_list li .list_item:hover .txt_box .hover_btn svg [fill="#ff8701"] {
  fill: #fff;
}
main.page.voice .voice_list li .list_item:hover .txt_box .hover_btn svg [stroke="#ff8701"] {
  stroke: #fff;
}
main.page.voice .voice_list li .list_item:hover .txt_box .hover_btn svg [stroke="#fff"] {
  stroke: #ff8701;
}
main.page.single .article_wrap {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  main.page.single .article_wrap {
    padding-top: 20px;
  }
}
main.page.single .article_wrap .section__inner {
  max-width: 1000px;
}
main.page.single .article_wrap .section__inner .entry-content .cat_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
}
main.page.single .article_wrap .section__inner .entry-content .cat_wrap .date {
  font-size: 16px;
  line-height: 25.6px;
  width: 128px;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main.page.single .article_wrap .section__inner .entry-content .cat_wrap .date {
    width: 50%;
  }
}
main.page.single .article_wrap .section__inner .entry-content .cat_wrap .category {
  font-size: 14px;
  width: 116px;
  padding: 0;
  background-color: #007daf;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin: 0 21px 0 25px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main.page.single .article_wrap .section__inner .entry-content .cat_wrap .category {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
  }
}
main.page.single .article_wrap .section__inner .entry-content .cat_wrap .category.info {
  background-color: #007daf;
}
main.page.single .article_wrap .section__inner .entry-content .cat_wrap .category.press {
  background-color: #50aad2;
}
main.page.single .article_wrap .section__inner .entry-content .cat_wrap .category.customer_voice {
  background-color: #e85f99;
}
main.page.single .article_wrap .section__inner .entry-content .single_ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.6;
  margin: 27px auto 0;
  padding-bottom: 27px;
  border-bottom: 2px solid #6eb92d;
}
@media screen and (max-width: 767px) {
  main.page.single .article_wrap .section__inner .entry-content .single_ttl {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
main.page.single .article_wrap .section__inner .entry-content h1 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  main.page.single .article_wrap .section__inner .entry-content h1 {
    font-size: 22px;
  }
}
main.page.single .article_wrap .section__inner .entry-content h2 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main.page.single .article_wrap .section__inner .entry-content h2 {
    font-size: 18px;
  }
}
main.page.single .article_wrap .section__inner .entry-content h3 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main.page.single .article_wrap .section__inner .entry-content h3 {
    font-size: 16px;
  }
}
main.page.single .article_wrap .section__inner .entry-content h4 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  main.page.single .article_wrap .section__inner .entry-content h4 {
    font-size: 16px;
  }
}
main.page.single .article_wrap .section__inner .entry-content h5 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main.page.single .article_wrap .section__inner .entry-content h5 {
    font-size: 16px;
  }
}
main.page.single .article_wrap .section__inner .entry-content h6 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main.page.single .article_wrap .section__inner .entry-content h6 {
    font-size: 16px;
  }
}
main.page.single .article_wrap .section__inner .entry-content h1,
main.page.single .article_wrap .section__inner .entry-content h2,
main.page.single .article_wrap .section__inner .entry-content h3,
main.page.single .article_wrap .section__inner .entry-content h4,
main.page.single .article_wrap .section__inner .entry-content h5,
main.page.single .article_wrap .section__inner .entry-content h6 {
  margin: 0.5em 0 1em;
}
main.page.single .article_wrap .section__inner .entry-content p {
  margin-bottom: 1em;
}
main.page.single .move_btn_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  main.page.single .move_btn_flex {
    width: 90%;
    margin: 0 auto 50px;
  }
}
main.page.single .move_btn_flex .arrow_archive {
  width: 60px;
}
main.page.single .move_btn_flex a, main.page.single .move_btn_flex span.disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 20px;
  font-weight: bold;
}
main.page.single .cat_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 66px;
}
@media screen and (max-width: 767px) {
  main.page.single .cat_flex {
    gap: 18px;
  }
}
main.page.single .cat_flex p {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  main.page.single .cat_flex .company {
    width: 100%;
  }
}
main.page.single .cat_flex .cat_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  main.page.single .cat_flex .cat_wrap {
    width: 100%;
  }
}
main.page.single .cat_flex .cat_wrap .cat {
  font-size: 16px;
  line-height: 1.8;
  width: 87px;
  background-color: #e9ebe7;
  text-align: center;
}
main.page.single .cat_flex .cat_wrap .cat_name {
  font-size: 16px;
  line-height: 1.8;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  margin: auto;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  header {
    width: 100%;
  }
}
header div.header__inner {
  width: 100%;
  margin: auto;
  padding: 20px 40px 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  background-color: #fff;
  gap: 20px;
  /*============================
  ハンバーガー
  ============================*/
}
@media screen and (max-width: 1450px) {
  header div.header__inner {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1000px) {
  header div.header__inner {
    max-width: none;
    margin: 0 auto;
    padding: 10px 10px;
    height: 80px;
    gap: 0;
  }
}
header div.header__inner h1 {
  width: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1000px) {
  header div.header__inner h1 {
    max-width: 256px;
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  header div.header__inner .header__nav-area {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 9;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    padding: 80px 0 33px;
    background-color: rgba(112, 112, 112, 0.8);
    color: #fff;
    -webkit-transition: 0s;
    transition: 0s;
    opacity: 0;
  }
  header div.header__inner .header__nav-area.-active {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}
header div.header__inner .header__nav-area nav#header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 28px;
  height: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (max-width: 1450px) {
  header div.header__inner .header__nav-area nav#header_nav {
    gap: 1.2vw;
  }
}
@media screen and (max-width: 1000px) {
  header div.header__inner .header__nav-area nav#header_nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
header div.header__inner .header__nav-area nav#header_nav a {
  padding: 0px;
  display: block;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  header div.header__inner .header__nav-area nav#header_nav a {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    padding: 17px 10px;
  }
}
header div.header__inner .header__nav-area nav#header_nav a img {
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
header div.header__inner .header__nav-area nav#header_nav a span {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  color: #222222;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1450px) {
  header div.header__inner .header__nav-area nav#header_nav a span {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1000px) {
  header div.header__inner .header__nav-area nav#header_nav a span {
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  header div.header__inner .header__nav-area nav#header_nav a.contact {
    margin-left: 10px;
  }
}
header div.header__inner .header__nav-area nav#header_nav a.contact span {
  color: #fff;
  background-color: #ff8701;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 14px;
  border-radius: 26px;
  padding: 13px 35px;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  header div.header__inner .header__nav-area nav#header_nav a.contact span {
    width: 80%;
    margin: auto;
    padding: 30px 0;
    border-radius: 50px;
    max-width: 300px;
  }
}
header div.header__inner .hamburger {
  display: none;
}
@media screen and (max-width: 1000px) {
  header div.header__inner .hamburger {
    display: block;
    height: 50px;
    margin-left: auto;
    position: fixed;
    z-index: 10;
    top: 15px;
    right: 20px;
    width: 50px;
    border: none;
    background-color: #ff8701;
    border-radius: 5px;
  }
  header div.header__inner .hamburger:hover {
    opacity: 1;
  }
  header div.header__inner .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  header div.header__inner .hamburger.-active .hamburger__line::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header div.header__inner .hamburger.-active .hamburger__line::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header div.header__inner .hamburger .hamburger__line {
    display: block;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70%;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header div.header__inner .hamburger .hamburger__line:before, header div.header__inner .hamburger .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-transition: inherit;
    transition: inherit;
  }
  header div.header__inner .hamburger .hamburger__line:before {
    top: -12px;
  }
  header div.header__inner .hamburger .hamburger__line:after {
    top: 12px;
  }
  header div.header__inner .hamburger .hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

footer {
  background-color: #3d3d3d;
}
footer .footer_top {
  background-color: #e9ebe7;
}
footer .footer_top .ft_inner {
  height: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  footer .footer_top .ft_inner {
    height: 255px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
footer .footer_top .ft_inner .label {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
}
footer .footer_top .ft_inner img {
  width: auto;
}
footer .footer_top .ft_inner .KFG_logo {
  width: 270px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer_top .ft_inner .Higo_Bank_logo {
  width: 120px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 10px;
  padding: 25px 40px;
  max-width: 1600px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom {
    padding: 25px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
footer .footer_bottom .left .logo {
  width: 260px;
  display: block;
}
footer .footer_bottom .left .logo img {
  width: 100%;
}
footer .footer_bottom .right .footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 10px 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .right .footer_nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
footer .footer_bottom .right .footer_nav li a {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .right .footer_nav.nav1 {
    display: none;
  }
}
footer .footer_bottom .right .footer_nav.nav2 {
  gap: 10px 34px;
}
footer .footer_bottom .right .footer_nav.nav2 li a {
  position: relative;
}
footer .footer_bottom .right .footer_nav.nav2 li a::after {
  content: "";
  width: 4px;
  height: 7px;
  background-image: url("/wp-content/themes/kyusyu_labo/common/img/arrow_orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 52%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .copy {
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding: 15px;
  border-top: 1px solid #fff;
}

body,
html {
  width: 100%;
  overflow-x: clip;
}