@charset "UTF-8";
/*
======================================================================
_pc-blog-std
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 [BLOG] blog-std
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Alpha
--------------------------------------------------------- */
#LO-blog-std-alpha .LO-top-wrap {
  text-align: right; }

#LO-blog-std-alpha .LO-top-wrap .LO-date,
#LO-blog-std-alpha .LO-top-wrap a {
  display: inline-block;
  vertical-align: baseline; }

#LO-blog-std-alpha .LO-top-wrap .LO-date {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 5px;
  color: #222222; }

#LO-blog-std-alpha .LO-top-wrap a {
  display: inline-block;
  line-height: 1.28;
  padding: 4px 14px;
  font-size: 12px;
  width: fit-content;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #00bb00;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px solid;
  background: none;
  border-radius: 3px; }
  #LO-blog-std-alpha .LO-top-wrap a::after {
    content: none; }

#LO-blog-std-alpha .LO-body {
  margin: 0 0 1em;
  padding-top: 15px; }

#LO-blog-std-alpha .LO-continue {
  margin: 0 0 25px; }

#LO-blog-std-alpha .LO-continue-btn {
  text-align: right; }

/* bottom-wrap */
#LO-blog-std-alpha .LO-bottom-wrap {
  border-top: 1px solid #555555;
  padding-top: 15px;
  text-align: center; }

#LO-blog-std-alpha .LO-bottom-wrap .LO-btn-prev {
  float: left; }

#LO-blog-std-alpha .LO-bottom-wrap .LO-btn-next {
  float: right; }

/*
---------------------------------------------------------
 Beta
--------------------------------------------------------- */
#LO-blog-std-beta .LO-side-block + .LO-side-block {
  margin-top: 30px; }

#LO-blog-std-beta .LO-recently-block .wb-blog-list,
#LO-blog-std-beta .LO-categ-block .wb-blog-categ,
#LO-blog-std-beta .LO-archive-block .wb-blog-categ {
  padding: 0px 10px 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 12px; }

#LO-blog-std-beta .LO-recently-block .wb-blog-title span {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 6px;
  color: #666; }

#LO-blog-std-beta .LO-recently-block .wb-blog-title a {
  line-height: 1.15;
  display: inline-block; }

#LO-blog-std-beta .LO-categ-block a,
#LO-blog-std-beta .LO-archive-block a {
  /* @mixin:PC-link-arrow */
  position: relative;
  padding-left: 12px;
  display: inline-block; }
  #LO-blog-std-beta .LO-categ-block a:before,
  #LO-blog-std-beta .LO-archive-block a:before {
    /* @mixin:PC-link-arrow */
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #00bb00; }

/*
======================================================================
_pc-blog14
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 blog14
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-categ-wrap 
--------------------------------------------------------- */
#LO-blog14 .LO-categ-wrap {
  margin-bottom: 30px; }

#LO-blog14 .LO-categ-wrap .wb-blog {
  overflow: hidden;
  /*clearfixの代用*/ }

#LO-blog14 .LO-categ-wrap .wb-blog-categ {
  float: left;
  margin-left: 12px;
  width: calc((100% - 37px) / 4); }
  #LO-blog14 .LO-categ-wrap .wb-blog-categ:nth-of-type(4n+1) {
    margin-left: 0;
    clear: both; }
  #LO-blog14 .LO-categ-wrap .wb-blog-categ:nth-of-type(n+5) {
    margin-top: 12px; }

#LO-blog14 .LO-categ-wrap .wb-blog-categ a {
  /* @mixin:PC-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #f6f5f3;
  position: relative;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 10px 8px 10px 27px;
  font-size: 16px;
  border-radius: 3px; }
  #LO-blog14 .LO-categ-wrap .wb-blog-categ a::after {
    /* @mixin:PC-btn-anchor */
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #00bb00 transparent transparent transparent;
    display: block;
    top: 18px;
    left: 10px; }

/*
---------------------------------------------------------
 LO-content-wrap 
--------------------------------------------------------- */
#LO-blog14 .LO-content-wrap .wb-blog-categ-title {
  /* @mixin:PC-title-block */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 29px;
  margin-bottom: 21px;
  padding-bottom: 13px; }
  #LO-blog14 .LO-content-wrap .wb-blog-categ-title::before {
    background: #00bb00;
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 48px; }

#LO-blog14 .LO-content-wrap .wb-blog-categ-body {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 20px; }

#LO-blog14 .LO-content-wrap .wb-blog-content-list {
  /* @mixin:PC-content-block */
  margin-bottom: 60px; }
  #LO-blog14 .LO-content-wrap .wb-blog-content-list:last-child {
    /* @mixin:PC-content-block */
    margin-bottom: 0; }

#LO-blog14 .LO-content-wrap .LO-img-wrap {
  float: left;
  width: 45%; }

#LO-blog14 .LO-content-wrap .LO-img-wrap.MOD-large {
  width: 60%; }

#LO-blog14 .LO-content-wrap .LO-img-wrap.MOD-small {
  width: 35%; }

#LO-blog14 .LO-content-wrap .LO-img-wrap + .LO-txt-wrap {
  float: right;
  width: 53.5%; }

#LO-blog14 .LO-content-wrap .LO-img-wrap.MOD-large + .LO-txt-wrap {
  width: 38.5%; }

#LO-blog14 .LO-content-wrap .LO-img-wrap.MOD-small + .LO-txt-wrap {
  width: 63.5%; }

#LO-blog14 .LO-content-wrap .LO-txt-wrap {
  font-size: 15px;
  line-height: 1.8; }

/*
---------------------------------------------------------
 診療時間
--------------------------------------------------------- */
#LO-blog14 .LO-content-wrap .time-table-wrap .table-wrap {
  width: 100%; }

#LO-blog14 .LO-content-wrap .time-table-wrap .table-wrap .schedule-table {
  font-size: 15px;
  margin-bottom: 10px; }

#LO-blog14 .LO-content-wrap .time-table-wrap .table-wrap .schedule-table .time-wrap .row.morning .time-label,
#LO-blog14 .LO-content-wrap .time-table-wrap .table-wrap .schedule-table .time-wrap .row.afternoon .time-label {
  width: 160px;
  font-size: 15px; }

#LO-blog14 .LO-content-wrap .time-table-wrap .table-wrap .schedule-table .time-wrap .row.morning .time-label .time,
#LO-blog14 .LO-content-wrap .time-table-wrap .table-wrap .schedule-table .time-wrap .row.afternoon .time-label .time {
  font-size: 15px; }

#LO-blog14 .LO-content-wrap .time-table-wrap .table-wrap .schedule-table .cell.corner {
  width: 160px; }

#LO-blog14 .LO-content-wrap .time-table-wrap .table-wrap .schedule-table .cell {
  width: calc((100% - 160px) / 6); }

#LO-blog14 .LO-content-wrap .time-table-wrap .table-wrap .schedule-table .cell.info {
  font-size: 15px; }

#LO-blog14 .LO-content-wrap .time-table-wrap .table-wrap .schedule-table .cell.info .time-info {
  font-size: 13px;
  top: 20px; }

#LO-blog14 .LO-content-wrap .time-table-wrap .table-wrap .schedule-table .time-wrap .row.afternoon {
  align-items: center; }

/*
======================================================================
_pc-blog18
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 blog18
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-item-list
--------------------------------------------------------- */
#LO-blog18 .LO-item-list .LO-item-in-wrap .LO-img-wrap.Fl {
  width: 34%; }

#LO-blog18 .LO-item-list .LO-item-in-wrap .LO-txt-wrap.Fr {
  width: 64%; }

#LO-blog18 .LO-item-list .LO-item-in-wrap .LO-btn-wrap {
  text-align: right;
  padding-top: 10px; }

/*
---------------------------------------------------------
 LO-blog-article-wrap
--------------------------------------------------------- */
#LO-blog18 .LO-blog-article-wrap .LO-btn-wrap {
  text-align: center;
  padding-top: 25px; }

#LO-blog18 .LO-blog-article-wrap .LO-blog-img-wrap.Fl {
  width: 34%; }

#LO-blog18 .LO-blog-article-wrap .LO-blog-txt-wrap.Fr {
  width: 64%; }

/*
======================================================================
_pc-blog25
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 blog25
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-item-list
--------------------------------------------------------- */
#LO-blog25 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start; }

#LO-blog25 .item-list {
  border: 1px solid #555555;
  width: calc((100% - 16px) / 2);
  margin-left: 15px;
  background: #FFF; }
  #LO-blog25 .item-list:nth-of-type(2n+1) {
    margin-left: 0; }
  #LO-blog25 .item-list:nth-of-type(n+3) {
    margin-top: 15px; }

#LO-blog25 .item-list .item-link {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  height: 100%;
  min-height: 140px; }

#LO-blog25 .item-list .img-wrap {
  width: 42%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#LO-blog25 .item-list .body-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  padding: 10px; }

#LO-blog25 .item-list .body-wrap > * {
  width: 100%; }

#LO-blog25 .item-list .item-name {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1.3;
  font-weight: normal; }

#LO-blog25 .item-list .txt-wrap {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.8; }

/*
---------------------------------------------------------
 LO-blog-article-wrap
--------------------------------------------------------- */
#LO-blog25 .blog-txt-wrap.Fr {
  width: 63%; }

#LO-blog25 .blog-img-wrap.Fl {
  width: 35%; }

#LO-blog25 .blog-article-wrap .btn-wrap {
  text-align: center;
  padding-top: 25px; }

#LO-blog25 .blog-article-wrap .btn-wrap a {
  min-width: 200px; }

/*
======================================================================
_pc-blog29_recruit
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 blog29-recruit
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-common-area
--------------------------------------------------------- */
#LO-blog29-recruit .LO-common-area {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px; }

#LO-blog29-recruit .LO-common-area .LO-common-img.Fl {
  width: 34%; }

#LO-blog29-recruit .LO-common-area .LO-common-body.Fr {
  width: 64%; }

#LO-blog29-recruit .LO-common-area .LO-common-copy {
  font-weight: 600;
  font-size: 110%;
  margin-bottom: 4px; }

/*
---------------------------------------------------------
 LO-article
--------------------------------------------------------- */
#LO-blog29-recruit .LO-article .LO-btn-wrap {
  text-align: right;
  padding-top: 15px; }

#LO-blog29-recruit .LO-article .LO-btn-wrap a {
  text-align: center; }

/*
---------------------------------------------------------
 LO-detail-block
--------------------------------------------------------- */
#LO-blog29-recruit .LO-detail-block .LO-detail-top {
  margin-bottom: 25px;
  padding: 20px;
  background: #F4f4f4; }

#LO-blog29-recruit .LO-detail-block .LO-table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px; }

#LO-blog29-recruit .LO-detail-block .LO-table > tbody > tr > th,
#LO-blog29-recruit .LO-detail-block .LO-table > tbody > tr > td {
  border-top: 1px solid #555555;
  vertical-align: top;
  padding-top: 18px;
  padding-bottom: 18px; }

#LO-blog29-recruit .LO-detail-block .LO-table > tbody > tr > th {
  width: 22%;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 110%; }

#LO-blog29-recruit .LO-detail-block .LO-table > tbody > tr > td {
  padding-right: 20px; }

#LO-blog29-recruit .LO-detail-block .LO-btn-wrap {
  text-align: center;
  padding-top: 25px; }

#LO-blog29-recruit .LO-detail-block .LO-btn-wrap a {
  width: 200px; }

/*
======================================================================
_pc-blog32
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 blog32
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-categ-wrap
--------------------------------------------------------- */
#LO-blog32 .LO-categ-wrap {
  margin-bottom: 30px; }

#LO-blog32 .LO-categ-wrap .wb-blog {
  overflow: hidden;
  /*clearfixの代用*/ }

#LO-blog32 .LO-categ-wrap .wb-categ-list,
#LO-blog32 .LO-categ-wrap .wb-blog-categ {
  float: left;
  margin-left: 12px;
  width: calc((100% - 37px) / 4); }
  #LO-blog32 .LO-categ-wrap .wb-categ-list:nth-of-type(4n+1),
  #LO-blog32 .LO-categ-wrap .wb-blog-categ:nth-of-type(4n+1) {
    margin-left: 0;
    clear: both; }
  #LO-blog32 .LO-categ-wrap .wb-categ-list:nth-of-type(n+5),
  #LO-blog32 .LO-categ-wrap .wb-blog-categ:nth-of-type(n+5) {
    margin-top: 12px; }

#LO-blog32 .LO-categ-wrap .wb-categ-list a,
#LO-blog32 .LO-categ-wrap .wb-blog-categ a {
  /* @mixin:PC-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #f6f5f3;
  position: relative;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 10px 8px 10px 27px;
  font-size: 16px;
  border-radius: 3px; }
  #LO-blog32 .LO-categ-wrap .wb-categ-list a::after,
  #LO-blog32 .LO-categ-wrap .wb-blog-categ a::after {
    /* @mixin:PC-btn-anchor */
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #00bb00 transparent transparent transparent;
    display: block;
    top: 18px;
    left: 10px; }
  #LO-blog32 .LO-categ-wrap .wb-categ-list a::after,
  #LO-blog32 .LO-categ-wrap .wb-blog-categ a::after {
    transform: rotate(-90deg); }

/*
---------------------------------------------------------
 LO-content-wrap
--------------------------------------------------------- */
#LO-blog32 .LO-content-wrap .wb-blog-categ-title {
  /* @mixin:PC-title-block */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 29px;
  margin-bottom: 21px;
  padding-bottom: 13px; }
  #LO-blog32 .LO-content-wrap .wb-blog-categ-title::before {
    background: #00bb00;
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 48px; }

#LO-blog32 .LO-content-wrap .wb-blog-categ-body {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 20px; }

#LO-blog32 .LO-content-wrap .wb-blog-content-list {
  /* @mixin:PC-content-block */
  margin-bottom: 60px;
  overflow: hidden;
  /*clearfixの代用*/ }
  #LO-blog32 .LO-content-wrap .wb-blog-content-list:last-child {
    /* @mixin:PC-content-block */
    margin-bottom: 0; }

/* LO-item-list
--------------------------------------------------------- */
#LO-blog32 .LO-item-list {
  float: left;
  width: calc((100% - 61px) / 3);
  margin-left: 20px; }
  #LO-blog32 .LO-item-list:nth-of-type(3n+2) {
    clear: both;
    margin-left: 10px; }
  #LO-blog32 .LO-item-list:nth-of-type(n+5) {
    margin-top: 25px; }

#LO-blog32 .LO-item-list .LO-item-name {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
  font-weight: normal; }

#LO-blog32 .LO-item-list .LO-img-wrap {
  margin-bottom: 7px;
  text-align: center; }

#LO-blog32 .LO-item-list .LO-txt-wrap {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.12em; }

#LO-blog32 .LO-item-list .LO-btn-wrap {
  text-align: center; }

/* LO-blog-article-wrap
--------------------------------------------------------- */
#LO-blog32 .LO-blog-txt-wrap.Fr {
  width: 63%; }

#LO-blog32 .LO-blog-img-wrap.Fl {
  width: 35%; }

#LO-blog32 .LO-blog-article-wrap .LO-btn-wrap {
  text-align: center;
  padding-top: 25px; }

/*
======================================================================
_pc-blog-interview
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
[blog] #WB-blog-interview
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
interview-wrap
--------------------------------------------------------- */
#LO-blog-interview02 .LO-interview-box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

#LO-blog-interview02 .LO-interview-box .LO-article-inner {
  display: block;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: row-reverse;
  background-color: #f1f1f1;
  text-decoration: none;
  opacity: 1;
  color: inherit; }

#LO-blog-interview02 .LO-interview-box .LO-img-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 324px;
  min-height: 216px; }

#LO-blog-interview02 .LO-interview-box .LO-txt-wrap {
  width: calc(100% - 324px);
  padding: 20px; }

#LO-blog-interview02 .LO-interview-box .LO-txt-top {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  #LO-blog-interview02 .LO-interview-box .LO-txt-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #444; }

#LO-blog-interview02 .LO-interview-box .LO-txt-wrap .LO-sup01 {
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 5px; }

#LO-blog-interview02 .LO-interview-box .LO-txt-wrap .LO-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3; }

#LO-blog-interview02 .LO-interview-box .LO-txt-wrap .LO-sup02 {
  line-height: 1.3;
  font-size: 18px;
  margin-top: 6px; }

#LO-blog-interview02 .LO-interview-box .LO-txt-bottom {
  font-size: 16px; }

#LO-blog-interview02 .LO-interview-box .LO-btn-wrap {
  position: absolute;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 10;
  transition: opacity 0.6s;
  font-size: 21px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0; }

#LO-blog-interview02 .LO-interview-box a:hover .LO-btn-wrap {
  opacity: 1; }

#LO-blog-interview02 .LO-interview-box .LO-btn-wrap span {
  position: absolute;
  text-align: center;
  height: 1em;
  line-height: 1em;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 100%; }

/*
---------------------------------------------------------
 detail
--------------------------------------------------------- */
/* profile-box
--------------------------------------------------------- */
#LO-blog-interview02 .LO-interview-detail .LO-profile-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-start;
  flex-direction: row-reverse; }

#LO-blog-interview02 .LO-interview-detail .LO-profile-box .LO-img-wrap {
  width: 76%;
  margin-left: -16%;
  padding-bottom: 38px; }

#LO-blog-interview02 .LO-interview-detail .LO-profile-box .LO-img-wrap img {
  width: 100%; }

#LO-blog-interview02 .LO-interview-detail .LO-profile-box .LO-txt-wrap,
#LO-blog-interview02 .LO-interview-detail .LO-profile-box .LO-txt-wrap a {
  color: #fff; }

#LO-blog-interview02 .LO-interview-detail .LO-profile-box .LO-txt-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 28px;
  width: 40%;
  z-index: 10; }

#LO-blog-interview02 .LO-interview-detail .LO-profile-box .LO-txt-top {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  #LO-blog-interview02 .LO-interview-detail .LO-profile-box .LO-txt-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #FFF; }

#LO-blog-interview02 .LO-interview-detail .LO-profile-box .LO-txt-wrap .LO-sup01 {
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 5px; }

#LO-blog-interview02 .LO-interview-detail .LO-profile-box .LO-txt-wrap .LO-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3; }

#LO-blog-interview02 .LO-interview-detail .LO-profile-box .LO-txt-wrap .LO-sup02 {
  line-height: 1.3;
  font-size: 18px;
  margin-top: 6px; }

/* qa-box
--------------------------------------------------------- */
#LO-blog-interview02 .LO-interview-detail .LO-qa-box {
  padding: 0; }

#LO-blog-interview02 .LO-interview-detail .LO-qa-box .LO-img-wrap {
  width: 65%; }

#LO-blog-interview02 .LO-interview-detail .LO-qa-box .LO-img-wrap + .LO-txt-wrap {
  width: 33%; }

#LO-blog-interview02 .LO-interview-detail .LO-qa-box .LO-txt-top {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px; }

#LO-blog-interview02 .LO-interview-detail .LO-qa-box:nth-of-type(even) .LO-img-wrap {
  float: left; }

#LO-blog-interview02 .LO-interview-detail .LO-qa-box:nth-of-type(even) .LO-img-wrap + .LO-txt-wrap {
  float: right; }

#LO-blog-interview02 .LO-interview-detail .LO-qa-box:nth-of-type(odd) .LO-img-wrap {
  float: right;
  text-align: right; }

#LO-blog-interview02 .LO-interview-detail .LO-qa-box:nth-of-type(odd) .LO-img-wrap + .LO-txt-wrap {
  float: left; }

/* LO-btn-wrap
--------------------------------------------------------- */
#LO-blog-interview02 .LO-interview-detail .LO-btn-wrap {
  text-align: center;
  padding-top: 5px; }

/*
======================================================================
_pc-form-content01
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
[form] #form-content01 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 wb-form
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td .Attention {
  font-size: 12px; }

/* TABLE
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table {
  border-top: 1px solid #555555;
  width: 100%; }

#form-content01 .wb-form .wb-form-table th,
#form-content01 .wb-form .wb-form-table td {
  border-bottom: 1px solid #555555; }

#form-content01 .wb-form .wb-form-table th,
#form-content01 .wb-form .wb-form-table td {
  padding-top: 20px;
  padding-bottom: 20px; }

#form-content01 .wb-form .wb-form-table th {
  padding-left: 30px;
  padding-right: 5px;
  width: 15em;
  font-size: 15px; }

#form-content01 .wb-form .wb-form-table td {
  padding-left: 5px;
  padding-right: 30px; }

/* text,textarea
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td input[type="text"],
#form-content01 .wb-form .wb-form-table td textarea {
  width: 100%;
  padding: 4px 6px; }

/* 住所入力
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td input#zip0 {
  width: auto;
  vertical-align: middle; }

#form-content01 .wb-form .wb-form-table td .pref-wrap,
#form-content01 .wb-form .wb-form-table td .city-wrap {
  display: block; }

#form-content01 .wb-form .wb-form-table td .zip-wrap,
#form-content01 .wb-form .wb-form-table td .zip-wrap + a {
  display: inline-block;
  vertical-align: top; }

#form-content01 .wb-form .wb-form-table td .zip-wrap {
  margin: 0 12px 10px 0; }

#form-content01 .wb-form .wb-form-table td .zip-wrap + a {
  margin-top: 8px; }

#form-content01 .wb-form .wb-form-table td .zip-wrap .Attention {
  display: block;
  padding: 5px 0 0 0; }

#form-content01 .wb-form .wb-form-table td .pref-wrap {
  margin-bottom: 12px; }

/* wb-form-check / wb-form-radio
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-check,
#form-content01 .wb-form .wb-form-radio {
  list-style: none;
  padding-left: 0; }

#form-content01 .wb-form .wb-form-check input[type="checkbox"],
#form-content01 .wb-form .wb-form-radio input[type="radio"] {
  margin-right: 4px; }

/* wb-form-btn
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-btn {
  padding-top: 20px;
  text-align: center; }

#form-content01 .wb-form .wb-form-btn ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#form-content01 .wb-form .wb-form-btn li {
  display: inline-block;
  vertical-align: top; }

/* BUTTON
--------------------------------------------------------- */
#form-content01 .wb-form input[type="submit"],
#form-content01 .wb-form input[type="button"] {
  /* @mixin:appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  vertical-align: middle;
  /* @mixin:PC-btn-main */
  display: inline-block;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  text-decoration: none !important;
  padding: 12px 50px 13px;
  font-size: 17px;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  border-radius: 30px;
  transition: all 0.15s ease-in;
  background-color: #00bb00;
  color: #FFF;
  margin: 0 auto; }
  #form-content01 .wb-form input[type="submit"]::after,
  #form-content01 .wb-form input[type="button"]::after {
    content: "";
    position: absolute;
    background-image: url(/img/common/btn_arrow_main02.svg);
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
  #form-content01 .wb-form input[type="submit"]:hover,
  #form-content01 .wb-form input[type="button"]:hover {
    background-color: #fff;
    color: #333 !important; }
    #form-content01 .wb-form input[type="submit"]:hover::after,
    #form-content01 .wb-form input[type="button"]:hover::after {
      background-image: url(/img/common/btn_arrow_main.svg); }
  #form-content01 .wb-form input[type="submit"]:visited, #form-content01 .wb-form input[type="submit"]:link,
  #form-content01 .wb-form input[type="button"]:visited,
  #form-content01 .wb-form input[type="button"]:link {
    color: #fff; }

#form-content01 .wb-form .wb-form-table .zip-wrap input[type="button"] {
  padding: 6px 11px;
  margin-left: 4px;
  font-size: 14px; }

/* ERROR
--------------------------------------------------------- */
#form-content01 .wb-form .form-err {
  border: 1px solid #f13748;
  background: #FFEEEE; }

#form-content01 .wb-form ul.form-err-msg {
  list-style: none;
  margin: 0;
  padding: 0; }

#form-content01 .wb-form ul.form-err-msg li {
  background: #f13748;
  list-style: none;
  margin: 4px 0;
  padding: 2px 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px; }

/*
---------------------------------------------------------
 確認画面/エラー画面/完了画面
--------------------------------------------------------- */
#sndDlg {
  height: 80vh !important;
  top: 8vh !important; }

#sndDlg iframe {
  height: 801px !important; }

#form-content01.WB-form-sub,
#form-content01.WB-form-sub a {
  color: #444; }

#form-content01.WB-form-sub {
  min-width: auto;
  background: #FFF;
  padding: 40px 30px; }

#form-content01.WB-form-sub .page-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 26px;
  margin-bottom: 10px; }

#form-content01.WB-form-sub .WB-form-main-content {
  text-align: center; }

#form-content01.WB-form-sub .WB-form-top-txt {
  margin-bottom: 15px; }

#form-content01.WB-form-sub .WB-form-end-txt {
  margin-top: 15px;
  display: inline-block;
  background-color: #F4f4f4;
  padding: 18px 25px; }

/* wb-form-btn
--------------------------------------------------------- */
#form-content01.WB-form-sub .wb-form-btn {
  padding-top: 20px;
  text-align: center; }

#form-content01.WB-form-sub .wb-form-btn ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#form-content01.WB-form-sub .wb-form-btn li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px; }

/* button
--------------------------------------------------------- */
#form-content01.WB-form-sub .btn-submit,
#form-content01.WB-form-sub .btn-cancel {
  /* @mixin:appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  font-size: 17px;
  padding: 12px 50px 13px; }

#form-content01.WB-form-sub .btn-submit {
  background: #00bb00;
  color: #FFF; }

#form-content01.WB-form-sub .btn-cancel {
  border: 1px solid #00bb00;
  background: #FFF;
  color: #00bb00; }

/* table
--------------------------------------------------------- */
#form-content01.WB-form-sub .data_table {
  border-top: 1px solid #BBB;
  width: 100%; }

#form-content01.WB-form-sub table .item_name,
#form-content01.WB-form-sub table .item_value {
  border-bottom: 1px solid #BBB;
  padding: 10px 12px;
  text-align: left; }

#form-content01.WB-form-sub table .item_name {
  width: 14em;
  font-size: 90%; }

#form-content01.WB-form-sub table .item_value {
  font-weight: bold; }

/*
======================================================================
_pc-faq03
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 #LO-faq03
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-categ-wrap
--------------------------------------------------------- */
#LO-faq03 .LO-categ-wrap {
  margin-bottom: 30px; }

#LO-faq03 .LO-categ-wrap .wb-faq {
  overflow: hidden;
  /*clearfixの代用*/ }

#LO-faq03 .LO-categ-wrap .wb-faq-categ {
  float: left;
  margin-left: 12px;
  width: calc((100% - 37px) / 4); }
  #LO-faq03 .LO-categ-wrap .wb-faq-categ:nth-of-type(4n+1) {
    margin-left: 0;
    clear: both; }
  #LO-faq03 .LO-categ-wrap .wb-faq-categ:nth-of-type(n+5) {
    margin-top: 12px; }

#LO-faq03 .LO-categ-wrap .wb-faq-categ a {
  /* @mixin:PC-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #f6f5f3;
  position: relative;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 10px 8px 10px 27px;
  font-size: 16px;
  border-radius: 3px; }
  #LO-faq03 .LO-categ-wrap .wb-faq-categ a::after {
    /* @mixin:PC-btn-anchor */
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #00bb00 transparent transparent transparent;
    display: block;
    top: 18px;
    left: 10px; }

/*
---------------------------------------------------------
 LO-content-wrap
--------------------------------------------------------- */
#LO-faq03 .LO-content-wrap .wb-faq-categ {
  /* @mixin:PC-content-block */
  margin-bottom: 60px; }
  #LO-faq03 .LO-content-wrap .wb-faq-categ:last-child {
    /* @mixin:PC-content-block */
    margin-bottom: 0; }

#LO-faq03 .LO-content-wrap .wb-faq-categ-title {
  /* @mixin:PC-title-block */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 29px;
  margin-bottom: 21px;
  padding-bottom: 13px; }
  #LO-faq03 .LO-content-wrap .wb-faq-categ-title::before {
    background: #00bb00;
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 48px; }

#LO-faq03 .LO-content-wrap .wb-faq-list {
  margin-bottom: 15px; }

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-question,
#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-answer {
  position: relative;
  margin-bottom: 10px; }
  #LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-question::before,
  #LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-answer::before {
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 0;
    line-height: 1;
    font-size: 27px;
    width: 25px;
    text-align: center;
    left: 3px;
    text-decoration: none; }

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-question:before {
  content: 'Q';
  color: #00bb00; }

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-answer:before {
  content: 'A';
  color: #e53e5e;
  top: 20px;
  left: 22px; }

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-question {
  padding: 5px 8px 9px 35px;
  cursor: pointer; }
  #LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-question:hover span {
    text-decoration: none; }

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-question span {
  text-decoration: underline;
  cursor: pointer; }

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-answer {
  display: none;
  padding: 25px 25px 25px 50px;
  margin-left: 30px;
  background: #F2f2f2; }

/* --------------------------------------------------------
-----------------------------------------------------------
index
-----------------------------------------------------------
----------------------------------------------------------- */
#index .content {
  padding-bottom: 0;
  background: #f7f7f7;
  line-height: 1.8;
  font-feature-settings: "kern"; }

#index .content-main {
  padding: 100px 0 0;
  overflow-x: hidden; }
  #index .content-main:last-child {
    margin-bottom: 0;
    padding-bottom: 131px; }

#index .content-block {
  padding: 158px 0; }
  #index .content-block .content-wrap {
    margin-bottom: 30px; }
    #index .content-block .content-wrap h2 {
      font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 5px;
      letter-spacing: 0;
      font-feature-settings: "karn"; }
    #index .content-block .content-wrap .text-wrap {
      font-size: 14px;
      margin-top: 14px;
      font-feature-settings: "karn";
      line-height: 1.8; }

#index .Btn-sub {
  margin: 24px 0 0; }
  #index .Btn-sub.gray {
    background: #f9f9f9; }
  #index .Btn-sub.gray:hover {
    background: #00bb00; }
  #index .Btn-sub.green {
    background: #00bb00;
    color: #fff; }
    #index .Btn-sub.green:hover {
      background: #fff;
      color: #333 !important; }
      #index .Btn-sub.green:hover .arrow {
        background: #00bb00; }
        #index .Btn-sub.green:hover .arrow::after {
          background-image: url(/template08/img/common/arrow_white.svg); }
    #index .Btn-sub.green .arrow {
      background: #fff; }
      #index .Btn-sub.green .arrow::after {
        background-image: url(/template08/img/common/arrow.svg); }

/*
---------------------------------------------------------
fv-block
--------------------------------------------------------- */
#index .fv-block {
  position: relative; }
  #index .fv-block .slide-wrap img {
    margin-right: 20px;
    border-radius: 20px; }
  #index .fv-block .copy-wrap {
    position: absolute;
    bottom: 28px;
    left: 202px;
    font-size: 70px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    z-index: 2;
    font-weight: bold; }

/*
---------------------------------------------------------
intro-block
--------------------------------------------------------- */
#index .intro-block {
  background: #f7f7f7;
  text-align: center;
  padding-top: 158px;
  padding-bottom: 160px; }
  #index .intro-block .content-wrap {
    margin-bottom: 0; }
    #index .intro-block .content-wrap h2 {
      font-size: 40px;
      margin-bottom: 32px; }
  #index .intro-block .Btn-sub {
    margin: 24px auto 0; }

/*
---------------------------------------------------------
news-block
--------------------------------------------------------- */
#index .news-block {
  position: relative;
  background: #fff;
  padding-bottom: 158px; }
  #index .news-block::before, #index .news-block::after {
    content: "";
    position: absolute;
    background-image: url(/template08/img/index/wave_gray.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 120px;
    left: 0; }
  #index .news-block::before {
    top: 0; }
  #index .news-block::after {
    bottom: -1px;
    left: 0;
    transform: rotate(180deg); }
  #index .news-block .content-wrap {
    margin-bottom: 19px; }
  #index .news-block .news-wrap {
    padding: 5px 20px 0;
    margin-bottom: 30px; }
    #index .news-block .news-wrap .news {
      width: 340px;
      height: auto;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
      border-radius: 10px;
      overflow: hidden;
      transition: all 0.3s ease;
      transform: translateY(0); }
      #index .news-block .news-wrap .news:hover {
        transform: translateY(-5px);
        filter: grayscale(0%); }
      #index .news-block .news-wrap .news a {
        color: #333;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        width: 100%; }
        #index .news-block .news-wrap .news a .text-wrap {
          padding: 11px 19px 23px; }
          #index .news-block .news-wrap .news a .text-wrap .title-wrap {
            display: flex;
            flex-direction: column;
            font-weight: bold; }
            #index .news-block .news-wrap .news a .text-wrap .title-wrap span.date {
              margin-bottom: -3px; }
            #index .news-block .news-wrap .news a .text-wrap .title-wrap span.title {
              font-size: 15px;
              line-height: 1.5; }
          #index .news-block .news-wrap .news a .text-wrap .text {
            margin-top: 5px;
            font-size: 14px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
    #index .news-block .news-wrap .news-scroll-bar {
      width: 100%;
      height: 12px;
      position: relative;
      margin: 28px auto 0;
      max-width: 1060px;
      background: #efefef;
      border-radius: 8px;
      overflow: hidden; }
      #index .news-block .news-wrap .news-scroll-bar .slider-btn {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 20%;
        background: linear-gradient(90deg, #f4ee34, #00bb00);
        border-radius: 40px;
        cursor: pointer;
        transition: width 0.2s ease; }
  #index .news-block .Btn-sub {
    margin: 24px auto 0; }

/*
---------------------------------------------------------
about-block
--------------------------------------------------------- */
#index .about-block {
  padding-bottom: 217px;
  background: #f7f7f7; }
  #index .about-block .about-wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between; }
    #index .about-block .about-wrap .left-wrap {
      width: 322px; }
      #index .about-block .about-wrap .left-wrap .text-wrap {
        margin-top: 13px; }
      #index .about-block .about-wrap .left-wrap .Btn-sub {
        margin-top: 26px; }
    #index .about-block .about-wrap .right-wrap {
      flex: 1;
      display: flex;
      align-items: flex-end;
      position: relative;
      height: 596px; }
      #index .about-block .about-wrap .right-wrap .left-img-wrap {
        position: absolute;
        bottom: -56px;
        left: 0;
        z-index: 1;
        border-radius: 20px; }
      #index .about-block .about-wrap .right-wrap .right-img-wrap {
        position: absolute;
        top: 2px;
        right: 0; }
      #index .about-block .about-wrap .right-wrap img {
        border-radius: 20px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); }

/*
---------------------------------------------------------
interview-block
--------------------------------------------------------- */
#index .interview-block {
  position: relative;
  background: #7f7f7f;
  padding-top: 157px; }
  #index .interview-block::before {
    content: "";
    position: absolute;
    background-image: url(/template08/img/index/wave_gray.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 120px;
    left: 0;
    top: 0;
    transform: rotate(360deg); }
  #index .interview-block .content-wrap {
    color: #fff;
    margin-bottom: 19px; }
    #index .interview-block .content-wrap #index .interview-block .text-wrap {
      margin-top: 13px; }
  #index .interview-block .interview-content-wrap {
    margin-left: auto;
    width: calc(100% - 20px);
    overflow: hidden; }
    #index .interview-block .interview-content-wrap .interview-wrap {
      margin-left: calc((100% - 1060px) / 2);
      margin-bottom: 60px; }
      #index .interview-block .interview-content-wrap .interview-wrap .interview-list .simplebar-content {
        display: flex;
        gap: 20px;
        padding-top: 5px !important; }
        #index .interview-block .interview-content-wrap .interview-wrap .interview-list .simplebar-content .interview {
          position: relative;
          width: 340px !important; }
          #index .interview-block .interview-content-wrap .interview-wrap .interview-list .simplebar-content .interview:nth-child(even) {
            margin-top: 20px; }
          #index .interview-block .interview-content-wrap .interview-wrap .interview-list .simplebar-content .interview:last-child::after {
            content: "";
            position: absolute;
            display: block;
            padding-right: 20px; }
          #index .interview-block .interview-content-wrap .interview-wrap .interview-list .simplebar-content .interview a {
            display: block;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
            margin-top: 0;
            transition: all 0.3s ease;
            transform: translateY(0); }
            #index .interview-block .interview-content-wrap .interview-wrap .interview-list .simplebar-content .interview a:hover {
              transform: translateY(-5px);
              filter: grayscale(0%); }
          #index .interview-block .interview-content-wrap .interview-wrap .interview-list .simplebar-content .interview img {
            width: 100%; }
          #index .interview-block .interview-content-wrap .interview-wrap .interview-list .simplebar-content .interview .text-wrap {
            position: absolute;
            bottom: 30px;
            left: 19px;
            color: #fff;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75); }
            #index .interview-block .interview-content-wrap .interview-wrap .interview-list .simplebar-content .interview .text-wrap .name-wrap {
              font-size: 34px;
              font-weight: bold;
              letter-spacing: 0.09em;
              line-height: 1;
              margin-bottom: 3px; }
            #index .interview-block .interview-content-wrap .interview-wrap .interview-list .simplebar-content .interview .text-wrap .year-wrap {
              font-size: 16px;
              font-weight: bold;
              line-height: 1;
              margin-bottom: 10px; }
            #index .interview-block .interview-content-wrap .interview-wrap .interview-list .simplebar-content .interview .text-wrap .text {
              font-size: 14px;
              line-height: 1.5; }
  #index .interview-block .simplebar-content::before {
    content: none; }
  #index .interview-block .simplebar-content::after {
    content: "";
    display: block;
    min-width: calc((100% - 1060px) / 2);
    flex-shrink: 0; }
  #index .interview-block .simplebar-track.simplebar-horizontal {
    background: #efefef;
    border-radius: 30px;
    width: calc(100% - 20px);
    max-width: 1060px;
    height: 12px;
    bottom: -30px;
    pointer-events: unset;
    cursor: pointer; }
  #index .interview-block .simplebar-track.simplebar-vertical {
    width: 12px; }
  #index .interview-block .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1; }
  #index .interview-block .simplebar-scrollbar::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #f4ee34, #00bb00); }
  #index .interview-block .Btn-sub {
    margin: 24px auto 0; }

@media screen and (max-width: 1110px) {
  #index .interview-block .interview-content-wrap {
    width: 100%; }

  #index .interview-block .interview-content-wrap .interview-wrap {
    margin-left: 20px; } }
/*
---------------------------------------------------------
work-block
--------------------------------------------------------- */
#index .work-block {
  position: relative;
  background: #7f7f7f;
  padding-top: 0; }
  #index .work-block::after {
    content: "";
    position: absolute;
    background-image: url(/template08/img/index/wave_black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 120px;
    left: 0; }
  #index .work-block::after {
    bottom: -1px;
    left: 0;
    transform: rotate(180deg); }
  #index .work-block .content-wrap {
    color: #fff;
    margin-bottom: 68px; }
    #index .work-block .content-wrap .text-wrap {
      margin-top: 13px; }
    #index .work-block .content-wrap .Btn-sub {
      margin-top: 25px;
      font-feature-settings: "karn"; }
  #index .work-block ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px; }
    #index .work-block ul li {
      width: calc((100% - 20px) / 2);
      padding: 9px 20px 11px 19px;
      border-radius: 10px;
      background: #efefef;
      transition: all 0.3s ease;
      transform: translateY(0);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); }
      #index .work-block ul li:hover {
        transform: translateY(-5px);
        filter: grayscale(0%); }
      #index .work-block ul li a {
        display: flex;
        align-items: center;
        gap: 20px;
        text-decoration: none; }
        #index .work-block ul li a .left-wrap {
          width: 200px; }
        #index .work-block ul li a .middle-wrap {
          display: flex;
          flex-direction: column;
          gap: 5px;
          flex: 1;
          color: #333;
          margin-top: 0; }
          #index .work-block ul li a .middle-wrap .title-wrap {
            font-size: 20px;
            font-weight: bold;
            margin-top: -8px; }
          #index .work-block ul li a .middle-wrap .text-wrap {
            font-size: 14px;
            line-height: 1.8;
            margin-top: 8px;
            margin-top: -3px; }
        #index .work-block ul li a .right-wrap .btn-wrap {
          background: #00bb00;
          width: 45px;
          height: 45px;
          border-radius: 30px;
          position: relative;
          margin-top: 1px; }
        #index .work-block ul li a .arrow {
          content: "";
          position: absolute;
          background-image: url(/template08/img/common/arrow_white.svg);
          background-size: 19px 14px;
          background-repeat: no-repeat;
          width: 19px;
          height: 14px;
          top: 16px;
          left: 14px; }

/*
---------------------------------------------------------
recruit-block
--------------------------------------------------------- */
#index .recruit-block {
  position: relative;
  padding: 160px 0 149px;
  background: #fff; }
  #index .recruit-block::before {
    content: "";
    position: absolute;
    background-image: url(/template08/img/index/wave_black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 120px;
    left: 0;
    top: 0; }
  #index .recruit-block .content-wrap {
    margin-bottom: 24px; }
  #index .recruit-block .Btn-sub {
    margin-top: 26px; }
  #index .recruit-block ul {
    display: flex;
    gap: 19px; }
    #index .recruit-block ul li {
      width: calc((100% - 40px) / 3);
      display: flex;
      flex-direction: column;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
      transition: all 0.3s ease;
      transform: translateY(0); }
      #index .recruit-block ul li:hover {
        transform: translateY(-5px);
        filter: grayscale(0%); }
      #index .recruit-block ul li a {
        color: #333;
        text-decoration: none; }
        #index .recruit-block ul li a img {
          width: 100%; }
        #index .recruit-block ul li a .text-wrap {
          padding: 11px 20px 9px 20px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 20px; }
          #index .recruit-block ul li a .text-wrap .arrow {
            display: block;
            background: #00bb00;
            width: 26px;
            height: 26px;
            border-radius: 30px;
            position: relative; }
            #index .recruit-block ul li a .text-wrap .arrow::after {
              content: "";
              position: absolute;
              background-image: url(/template08/img/common/arrow_white.svg);
              background-size: 11px 8px;
              background-repeat: no-repeat;
              width: 11px;
              height: 8px;
              top: 9px;
              left: 8px; }
  #index .recruit-block .Btn-sub {
    margin: 50px auto 0; }

/*# sourceMappingURL=pc-local.css.map */
