@charset "UTF-8";
/*================================
オフィス パーテーション（間仕切り工事）
==================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap");
/*先祖の強制対策*/
#content_right h3 {
  text-align: center;
    font-size:20px;
}
@media print, screen and (min-width: 768px) {
#content_right h3 {
    font-size:34px;
}
}

/*layout*/
:root {
  --lay_gap_sp: 16px;
  --lay_gap_md: 16px;
}

/*1 →　2*/
.ly_card_2column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--lay_gap_sp);
}
.ly_card_2column > div,
.ly_card_2column > li,
.ly_card_2column > figure,
.ly_card_2column > section,
.ly_card_2column > article,
.ly_card_2column > dt,
.ly_card_2column > dd {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .ly_card_2column {
    flex-direction: row;
    gap: var(--lay_gap_md);
  }
  .ly_card_2column > div,
  .ly_card_2column > li,
  .ly_card_2column > figure,
  .ly_card_2column > section,
  .ly_card_2column > article,
  .ly_card_2column > dt,
  .ly_card_2column > dd {
    width: calc(50% - var(--lay_gap_md) / 2);
  }
}

/*1 →　3*/
.ly_card_3column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--lay_gap_sp);
}
.ly_card_3column > div,
.ly_card_3column > li,
.ly_card_3column > figure,
.ly_card_3column > section,
.ly_card_3column > article,
.ly_card_3column > dt,
.ly_card_3column > dd {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .ly_card_3column {
    flex-direction: row;
    gap: var(--lay_gap_md);
  }
  .ly_card_3column > div,
  .ly_card_3column > li,
  .ly_card_3column > figure,
  .ly_card_3column > section,
  .ly_card_3column > article,
  .ly_card_3column > dt,
  .ly_card_3column > dd {
    width: calc(33.3333333333% - var(--lay_gap_md) * 2 / 3);
  }
}

/*1 → 2 → 4*/
.ly_card_4column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--lay_gap_sp);
}
.ly_card_4column > div,
.ly_card_4column > li,
.ly_card_4column > figure,
.ly_card_4column > section,
.ly_card_4column > article,
.ly_card_4column > dt,
.ly_card_4column > dd {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .ly_card_4column {
    flex-direction: row;
    gap: var(--lay_gap_md);
  }
  .ly_card_4column > div,
  .ly_card_4column > li,
  .ly_card_4column > figure,
  .ly_card_4column > section,
  .ly_card_4column > article,
  .ly_card_4column > dt,
  .ly_card_4column > dd {
    width: calc(50% - var(--lay_gap_md) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .ly_card_4column > div,
  .ly_card_4column > li,
  .ly_card_4column > figure,
  .ly_card_4column > section,
  .ly_card_4column > article,
  .ly_card_4column > dt,
  .ly_card_4column > dd {
    width: calc(25% - var(--lay_gap_md) * 3 / 4);
  }
}

/*parts*/
.strong_tx {
  font-weight: 700;
  color: #ff3b00;
}

hr.hr01 {
  height: 1px;
  border: none;
  background: none;
  border-top: 1px dotted rgba(0, 158, 82, 0.5);
  margin: 40px 0;
}

.partition_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .partition_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.max_bg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0 calc(50vw - 50%);
  background: rgb(204, 255, 204);
}

/*調整*/
@media print, screen and (min-width: 768px) {
  #pankuzu {
    position: absolute;
    z-index: 10;
    color: #fff;
  }
  #pankuzu a {
    color: #fff;
    transition: 0.2s;
  }
  #pankuzu a:hover {
    opacity: 0.5;
  }
}

.ttlbox {
  display: none;
}

body {
  overflow-x: hidden;
}

.section {
  margin-bottom: 0;
}

/**/
.partition_title_wrap {
  background: url(../img/construction_img/partition_img/main_bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  z-index: -1;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .partition_title_wrap {
    padding-top: 70px;
    min-height: 480px;
  }
}

.partition_catch {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.partition_catch .partition_ti {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #009e52;
  line-height: 1.4;
  font-size: 28px;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .partition_catch .partition_ti {
    font-size: clamp(46px, 6.85vw, 72px);
  }
}
.partition_catch .partition_tx {
  order: -2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fffd47;
  line-height: 1.4;
  font-size: 18px !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 768px) {
  .partition_catch .partition_tx {
    font-size: clamp(24px, 3.43vw, 36px) !important;
  }
  .partition_catch .partition_tx br {
    display: none;
  }
}
.partition_catch .s_tx {
  font-size: 0.8em;
}

.catch_point {
  width: min(100%, 1050px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  padding: 0 16px;
}
@media print, screen and (min-width: 768px) {
  .catch_point {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto auto 0;
  }
}
@media print, screen and (min-width: 992px) {
  .catch_point {
    bottom: -24px;
  }
}
.catch_point li {
  background: #009e52;
  border-radius: 10px;
  color: #fff;
  padding: 0.6em !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  width: calc(50% - 16px);
  text-align: center !important;
  line-height: 1.2 !important;
}
.catch_point li strong {
  display: block;
  font-size: 1.4em;
  color: #fffd47;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media print, screen and (min-width: 992px) {
  .catch_point li {
    width: calc(25% - 6px);
    font-size: 24px !important;
    padding: 1em !important;
  }
  .catch_point li strong {
    font-size: 1.6em;
    color: #fffd47;
  }
}

/**/
.card_ph_box {
  border-radius: 10px;
  padding: 16px;
  box-sizing: border-box;
  background: #eaeaea;
}
.card_ph_box.bg_white {
  background: #fff;
}
.card_ph_box figure {
  aspect-ratio: 217/162;
  width: 100%;
}
.card_ph_box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card_ph_box figure + * {
  margin-top: 10px;
}

.card_ph_box02 {
  border: 1px solid #009e52;
  border-radius: 10px;
  padding: 16px;
  box-sizing: border-box;
}
.card_ph_box02 figure {
  aspect-ratio: 217/162;
  width: 100%;
}
.card_ph_box02 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card_ph_box02 figure + * {
  margin-top: 10px;
}

.card_ph_box03 {
  box-sizing: border-box;
}
.card_ph_box03 figure {
  aspect-ratio: 217/162;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.card_ph_box03 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card_ph_box03 figure + * {
  margin-top: 10px;
}
.card_ph_box03 p {
  font-size: 16px;
  line-height: 1.4;
}

.partition_step .card_ph_box03 figure {
  aspect-ratio: 320/210;
  border: 1px solid #ccc;
}

.partition_subti01 {
  font-weight: 700;
  color: #009e52;
  font-size: 18px;
  margin-bottom: 8px;
}

.partition_subti02 {
  font-weight: 700;
  color: #009e52;
  font-size: 18px;
  margin-bottom: 8px;
  text-align: left;
  border-left: 4px solid #009e52;
  padding: 0 0 0 8px;
}

.partition_subti03 {
  font-weight: 700;
  color: #009e52;
  font-size: clamp(18px, 2.29vw, 24px);
  margin-bottom: 8px;
  text-align: left;
  background: #009e52;
  color: #fff;
  padding: 0.2em 1em;
}

p.attention {
  text-align: left !important;
  font-size: 0.8em;
}

/**/
.partition_num_wrap {
  counter-reset: number 0;
}
.partition_num_wrap .num_ti {
  background: rgb(248, 248, 82);
  color: rgb(68, 68, 68);
  border-radius: 12px;
  font-size: 1.2em;
  font-weight: 700;
  width: -webkit-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  padding: 12px 20px 8px calc(20px + 1.8em);
  line-height: 1.2;
  position: relative;
}
.partition_num_wrap .num_ti::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #009e52;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .partition_num_wrap .num_ti {
    font-size: 1.8em;
  }
}

.content_box {
    margin-bottom: 30px;
    padding: 25px 15px;
    border-radius: 10px;
    background: #fff;
}
.content_box .title01 {
    margin: 0 auto 16px;
    font-size:1.2em!important;
    font-weight: bold;
}
.content_box ul li {
    padding-left: 0;
 margin-bottom: 15px;
}
.content_box ul li figure {
    margin-bottom: 5px;
}
.content_box ul li p {
    font-size: 12px!important;
}
.aspect figure {
    aspect-ratio: 3 / 2;
}
.aspect figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_box .itembox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
@media print, screen and (min-width: 768px) {
.content_box {
    margin-bottom: 50px;
    padding: 40px 30px;
}
.content_box .title01 {
    margin: 0 auto 30px;
    font-size:1.8em!important;
}
 .content_box ul li {
    margin-bottom: 30px;
}
.content_box ul li p {
    font-size: 14px!important;
}
}
@media print, screen and (min-width: 992px) {
.content_box .itembox.height_154 li img {
    width: auto;
    height: 154px;
}
.content_box .itembox {
    gap: 30px;
}
}



/*===========
slider
==============*/
.img_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.bx-wrapper {
  width: 320px;
}

.bx-wrapper ul.bxslider li {
  width: 100%;
  margin: 0 auto;
}

.bx-wrapper ul.bxslider li img {
  width: 95%;
  margin: 0 auto;
}

.bx-wrapper .bx-pager {
  text-align: center;
  margin-top: 5px;
}

.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 5px;
}

.bx-pager a:hover,
.bx-pager a.active {
  background: #000;
}

.bx-controls-direction {
  display: none;
}


.list_ph li figure {
    aspect-ratio: 4/3;
    width: 100%;
}
.list_ph li figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.content_box .list_ph li p {
  text-align: center;
  font-size: 1.0em!important;
  font-weight: bold;
}
.case_info{
 width: 100%;
 margin-top: 10px;
}
.case_info tr th, .case_info tr td{
 font-weight: normal;
 padding: 10px;
 border: 1px solid #009e52;
}

.case_info tr th{
 color: #009e52;
 background: #eef5f2;
}
.case_info tr th.th_half{
 width: 40%;
}
.case_info tr td.td_half{
 width: 60%;
}
.case_info tr th.th_quarter, .case_info tr td.td_quarter{
 width: 25%;
}
.case_info tr th.th_20, .case_info tr td.td_20{
 width: 20%;
}
