@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.start {
  display: none;
}

header .header_wrap {
  background: #fff;
}

.page-header {
  padding: 200px 0;
  background: url(../img/under/header_bg/header_bg3.jpg) center center/cover no-repeat;
  position: relative;
}
.page-header .page-header-title {
  text-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff;
}

.post-name-thanks .page-header,
.post-name-contact .page-header {
  background: url(../img/under/header_bg/header_bg1.jpg) center center/cover no-repeat;
}

.post-name-access .page-header {
  background: url(../img/under/header_bg/header_bg22.jpg) center center/cover no-repeat;
}

.single-jisseki .page-header,
.post-type-archive-jisseki .page-header {
  background: url(../img/under/header_bg/header_bg3.jpg) center center/cover no-repeat;
}

.post-name-history .page-header {
  background: url(../img/under/header_bg/header_bg21.jpg) center center/cover no-repeat;
}

.single-information .page-header,
.post-type-archive-information .page-header {
  background: url(../img/under/header_bg/header_bg29.jpg) center center/cover no-repeat;
}

.post-name-business .page-header {
  background: url(../img/under/header_bg/header_bg23.jpg) center center/cover no-repeat;
}

.post-name-outline .page-header {
  background: url(../img/under/header_bg/header_bg24.jpg) center center/cover no-repeat;
}

.post-name-company .page-header {
  background: url(../img/under/header_bg/header_bg24.jpg) center center/cover no-repeat;
}

.post-name-wooden .page-header {
  background: url(../img/under/header_bg/header_bg30.jpg) center center/cover no-repeat;
}

.post-name-detached .page-header {
  background: url(../img/under/header_bg/header_bg28.jpg) center center/cover no-repeat;
}

.post-name-ibis .page-header {
  background: url(../img/under/header_bg/header_bg27.jpg) center center/cover no-repeat;
}

.single-event .page-header,
.post-type-archive-event .page-header {
  background: url(../img/under/header_bg/header_bg20.jpg) center center/cover no-repeat;
}

.post-name-utilization .page-header {
  background: url(../img/under/header_bg/header_bg10.jpg) center center/cover no-repeat;
}

.post-name-yess .page-header {
  background: url(../img/under/header_bg/header_bg25.jpg) center center/cover no-repeat;
}

.post-name-system .page-header {
  background: url(../img/under/header_bg/header_bg11.jpg) center 20%/cover no-repeat;
}

.post-name-flow .page-header {
  background: url(../img/under/header_bg/header_bg11.jpg) center 20%/cover no-repeat;
}

.post-name-characteristic .page-header {
  background: url(../img/under/header_bg/header_bg11.jpg) center center/cover no-repeat;
}

.post-name-quality .page-header {
  background: url(../img/under/header_bg/header_bg11.jpg) center center/cover no-repeat;
}

.post-name-consultation .page-header {
  background: url(../img/under/header_bg/header_bg11.jpg) center 20%/cover no-repeat;
}

.post-name-consulting .page-header {
  background: url(../img/under/header_bg/header_bg11.jpg) center center/cover no-repeat;
}

.post-name-business-2 .page-header {
  background: url(../img/under/header_bg/header_bg11.jpg) center center/cover no-repeat;
}

.post-name-about .page-header {
  background: url(../img/under/header_bg/header_bg26.jpg) center 20%/cover no-repeat;
}

.post-name-sdgs .page-header {
  background: url(../img/under/header_bg/header_bg_sdgs.jpg) center center/cover no-repeat;
}
.post-name-sdgs .page-header-title{
  color: #fff;
  text-shadow: none;
}

.title_wrap {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .title_wrap_sp_small .title.ja {
    font-size: 1.5rem;
  }
}

.post-type-jisseki .gc_gallery-wrap,
.post-type-archive-jisseki .gc_gallery-wrap {
  display: flex;
  flex-wrap: wrap;
}
.post-type-jisseki .gc_gallery-item,
.post-type-archive-jisseki .gc_gallery-item {
  display: block;
  width: 25%;
}
@media (max-width: 991px) {
  .post-type-jisseki .gc_gallery-item,
.post-type-archive-jisseki .gc_gallery-item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .post-type-jisseki .gc_gallery-item,
.post-type-archive-jisseki .gc_gallery-item {
    width: 50%;
  }
}
.post-type-jisseki .gc_gallery-item img,
.post-type-archive-jisseki .gc_gallery-item img {
  display: block;
}
.post-type-jisseki .type-block label,
.post-type-archive-jisseki .type-block label {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .post-type-jisseki .type-block label,
.post-type-archive-jisseki .type-block label {
    font-size: 1.2rem;
  }
}
.post-type-jisseki .type-block input[type=checkbox],
.post-type-archive-jisseki .type-block input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.post-type-jisseki .type-block .type-block_item,
.post-type-archive-jisseki .type-block .type-block_item {
  margin-bottom: 2rem;
}
.post-type-jisseki .entry-footer dt,
.post-type-archive-jisseki .entry-footer dt {
  background: #007bc7;
  color: #fff;
  padding: 0.5rem 2rem;
  display: inline-block;
  margin: 1rem 0;
}

.container_wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.next-prev {
  margin-top: 5rem;
}

.site-body {
  margin-bottom: 3rem;
}

.entry-meta-item-updated,
.entry-meta-item-author {
  display: none;
}

.page_title {
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 4rem;
}
.page_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #007bc7;
}

.contact_item .name {
  width: 34%;
  font-weight: bold;
  background: #333;
  color: #fff;
  padding: 1rem 2rem;
  margin: 0;
}

@media (max-width: 767px) {
  .contact_item .name {
    width: 100%;
    padding: 1rem;
    display: block;
  }
}
.contact_item .label small {
  margin-left: 0.5rem;
  font-size: 13px;
}

.contact_item input,
.contact_item textarea {
  display: inline-block;
  width: 100%;
  padding: 0 0.5rem;
  background: #fff;
  line-height: 1.875;
}

@media (max-width: 767px) {
  .contact_item input,
.contact_item textarea {
    width: 100%;
  }
}
.contact_item textarea {
  resize: vertical;
}

.contact_item {
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  justify-content: flex-start;
  display: flex;
}
.contact_item .contact_right {
  width: 66%;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .contact_item .contact_right {
    width: 100%;
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .contact_item {
    display: block;
  }
}
.contact_item_last {
  border-bottom: 1px solid gray;
}

.contact_item_agree {
  margin-top: 2rem;
  text-align: center;
}

@media (max-width: 767px) {
  .contact_item_agree {
    margin-top: 1rem;
  }
}
.contact_item_agree label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_item_agree input {
  width: auto;
  appearance: auto;
}

.contact_item input[type=radio] {
  width: auto;
  display: inline-block;
}

.contact_item .mwform-radio-field {
  display: block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.contact_item_zip .contact_right {
  width: 66%;
  line-height: 2;
}
@media (max-width: 767px) {
  .contact_item_zip .contact_right {
    width: 100%;
  }
}
.contact_item_zip .contact_right #zip,
.contact_item_zip .contact_right #pref {
  margin-left: 1rem;
  width: 30%;
}
.contact_item_zip .contact_right #address {
  width: 100%;
}

.contact_item .req {
  color: #333;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
  margin-left: 1rem;
  font-size: 0.9rem;
  display: inline-block;
}

.submit {
  text-align: center;
  margin-top: 3rem;
}
.submit input {
  padding: 1.5rem 4rem;
}
.submit input + input {
  margin-left: 3rem;
}

.jcsb {
  justify-content: space-between;
}

.w-md-48 {
  width: 48%;
  flex: 0 0 48%;
}
@media (max-width: 767px) {
  .w-md-48 {
    width: 100%;
    flex: 0 0 100%;
  }
}

.access_link_wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .access_link_wrap {
    flex-wrap: wrap;
  }
}
.access_link_wrap a {
  position: relative;
  width: 24%;
  padding: 1.5rem 0;
  font-weight: bold;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
}
@media (max-width: 767px) {
  .access_link_wrap a {
    width: 100%;
    padding: 1rem 0;
    border-top: none;
  }
  .access_link_wrap a:first-child {
    border-top: 1px solid #333;
  }
}
.access_link_wrap a .arrow_more_blue_wrap:before {
  content: "";
  width: 20px;
}
.access_link_wrap a .arrow_more_blue_wrap:after {
  width: 12px;
  height: 12px;
}

.access_map iframe {
  display: block;
  width: 100%;
}

.access_table {
  margin-top: 4rem;
}
.access_table td {
  border: 1px solid gray;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .access_table td {
    padding: 1rem;
    width: 70%;
  }
}
.access_table th {
  background: #333;
  color: #fff;
  font-size: 1rem;
  border: 1px solid gray;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .access_table th {
    padding: 1rem;
    width: 30%;
  }
}

.access_link_img_wrap {
  display: flex;
  justify-content: space-between;
  margin: 10rem 0 0;
}
@media (max-width: 767px) {
  .access_link_img_wrap {
    flex-wrap: wrap;
  }
}
.access_link_img_wrap .access_link_img_item {
  width: 24%;
}
@media (max-width: 767px) {
  .access_link_img_wrap .access_link_img_item {
    width: 48%;
    margin-bottom: 1rem;
  }
}
.access_link_img_wrap a {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.access_link_img_wrap a img {
  display: block;
  width: 100%;
}
.access_link_img_wrap a .access_link_img_item_text {
  padding: 1rem 0;
  font-size: 1.2rem;
  background: #222;
  color: #fff;
}
@media (max-width: 767px) {
  .access_link_img_wrap a .access_link_img_item_text {
    font-size: 1rem;
  }
}

.table_th_blue td, .table_th_blue th {
  border: 1px solid gray;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .table_th_blue td, .table_th_blue th {
    padding: 1rem;
  }
}
.table_th_blue th {
  background: #333;
  color: #fff;
  font-size: 1rem;
}

.history_table th {
  width: 30%;
}
.history_table td {
  width: 70%;
}

.outline_table {
  border-top: none;
}
.outline_table tr:nth-child(2n) th {
  background: #f5f5f5;
}
.outline_table tr:nth-child(2n) td {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .outline_table tr:nth-child(2n) td {
    background: transparent;
  }
}
.outline_table td, .outline_table th {
  border: none;
  border-bottom: 1px solid lightgray;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .outline_table td, .outline_table th {
    display: block;
    padding: 1rem;
  }
}
.outline_table th {
  width: 20%;
  font-size: 1rem;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .outline_table th {
    width: 100%;
    background: #f5f5f5;
  }
}
.outline_table th:after {
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 2rem);
  background: #333;
  position: absolute;
}
.outline_table td {
  width: 80%;
}
@media (max-width: 767px) {
  .outline_table td {
    width: 100%;
  }
}

.outline_table3 td:nth-child(2) {
  width: 50%;
}
@media (max-width: 767px) {
  .outline_table3 td:nth-child(2) {
    width: 100%;
  }
}
.outline_table3 td:nth-child(3) {
  width: 30%;
}
@media (max-width: 767px) {
  .outline_table3 td:nth-child(3) {
    width: 100%;
  }
}
.outline_table3 td:nth-child(3) img {
  width: 100%;
}
.outline_table3 .btn_outline {
  width: 100%;
  text-align: center;
  height: 100%;
  display: block;
  background: #333;
  color: #fff;
  padding: 1.5rem 0;
  font-weight: bold;
}

.sumai_wrap {
  position: relative;
  margin: 8rem 0 6rem;
  padding: 3rem;
  border: solid 1px #007bc7;
}
@media (max-width: 767px) {
  .sumai_wrap {
    padding: 1rem;
  }
}
.sumai_wrap .col-md-6 {
  line-height: 2;
}

.sumai_wrap .sumai_title {
  position: absolute;
  display: inline-block;
  top: -70px;
  left: -1px;
  padding: 0 6rem;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  background: #007bc7;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
  .sumai_wrap .sumai_title {
    padding: 0 3rem;
    top: -60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

.wooden_sec01 .subtitle {
  font-size: 1.2rem;
}

.qa_wrap {
  background: #f2f2f2;
  padding: 2rem 4rem;
  border-radius: 10px;
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .qa_wrap {
    padding: 0 1rem;
  }
}
.qa_wrap .qa_item {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .qa_wrap .qa_item {
    padding: 2rem 0;
  }
}
.qa_wrap .qa_item + .qa_item {
  border-top: 1px dashed gray;
}
.qa_wrap .q_item {
  display: flex;
  margin-bottom: 2rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .qa_wrap .q_item {
    align-items: flex-start;
  }
}
.qa_wrap .a_item {
  display: flex;
  justify-content: space-between;
}
.qa_wrap .q_mark {
  background: #333;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 1.1rem;
  display: block;
}
.qa_wrap .a_mark {
  background: #fff;
  width: 50px;
  height: 50px;
  color: #333;
  text-align: center;
  line-height: 50px;
  font-size: 1.1rem;
  display: block;
}
.qa_wrap .q_text,
.qa_wrap .a_text {
  width: calc(100% - 50px - 2rem);
}
@media (max-width: 767px) {
  .qa_wrap .q_text,
.qa_wrap .a_text {
    width: calc(100% - 50px - 1rem);
  }
}
.qa_wrap .q_text {
  font-weight: bold;
  font-size: 1.1rem;
}

.reason_mark {
  display: inline-block;
  align-items: center;
  color: #fff;
  background: #007bc7;
  font-size: 18px;
  padding: 0.8rem 2rem;
}
@media (max-width: 767px) {
  .reason_mark {
    padding: 0.8rem 1.5rem;
  }
}

.detached_reason_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detached_reason_wrap .detached_reason_item {
  width: 48%;
  padding: 4rem 0;
  border-top: 1px solid gray;
}
@media (max-width: 767px) {
  .detached_reason_wrap .detached_reason_item {
    width: 100%;
    padding: 3rem 0;
  }
}
.detached_reason_wrap .detached_reason_item:nth-child(n+7) {
  width: 100%;
}
.detached_reason_wrap .detached_reason_item:last-child {
  border-bottom: 1px solid gray;
}
.detached_reason_wrap .reason_title {
  margin-left: 1rem;
}
.detached_reason_wrap .reason_title small {
  font-size: 1rem;
  color: gray;
  margin-left: 1rem;
}
.detached_reason_wrap .reason_text {
  margin: 0;
}

.detached_link_wrap .link_title {
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.detached_link_wrap .more_btn_wrap a {
  display: table;
  margin: 0 0 0 auto;
}

.about_bg03 {
  background: url(https://someya.jeez.jp/wp-content/uploads/2022/12/box01.jpg) no-repeat left top/contain;
}
@media (max-width: 767px) {
  .about_bg03 {
    margin-top: 3rem;
  }
}
.about_bg03 p {
  padding: 8rem 3rem 7rem;
}
@media (max-width: 1199px) {
  .about_bg03 p {
    padding: 6rem 3rem 4rem;
  }
}
@media (max-width: 767px) {
  .about_bg03 p {
    padding: 7rem 3rem 6rem;
  }
}

.about_iso_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about_iso_wrap {
    flex-wrap: wrap;
  }
}
.about_iso_wrap .about_iso_item1 {
  width: 45%;
}
@media (max-width: 767px) {
  .about_iso_wrap .about_iso_item1 {
    width: 100%;
  }
}
.about_iso_wrap .about_iso_item2 {
  width: 45%;
}
@media (max-width: 767px) {
  .about_iso_wrap .about_iso_item2 {
    width: 100%;
  }
}

.consultation_sec01 .consultation_item {
  margin-bottom: 10rem;
}
.consultation_sec01 .consultation_item h3 {
  font-size: 1.8rem;
}
.consultation_sec01 .consultation_item h3 .num {
  font-size: 3rem;
  margin-right: 1rem;
  color: #007bc7;
}
.consultation_sec01 .item_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .consultation_sec01 .item_wrap {
    display: block;
  }
}
.consultation_sec01 .item_wrap .more_btn_wrap a {
  text-align: left;
  width: 250px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .consultation_sec01 .item_wrap .more_btn_wrap a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .consultation_sec01 .item_wrap .more_btn_wrap:nth-child(3) {
    margin-top: 3rem;
  }
}
.consultation_sec01 .item_wrap .more_btn_wrap:nth-child(3) small {
  font-size: 14px;
  display: block;
  margin-top: 0.5rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .consultation_sec01 .item_wrap .more_btn_wrap:nth-child(3) small {
    font-size: 12px;
  }
}
.consultation_sec01 .qa_item:first-child .q_item {
  align-items: flex-start;
}

.bold {
  font-weight: bold;
}

.text_strong {
  font-weight: bold;
  font-size: 1.5rem;
}

.bg_box {
  background: #efefef;
  padding: 6rem 4rem;
}
@media (max-width: 767px) {
  .bg_box {
    padding: 3rem 2rem;
  }
}

.border_box {
  border: 5px solid #eee;
  padding: 4rem;
}
@media (max-width: 767px) {
  .border_box {
    padding: 2rem;
  }
}

.access_link_wrap_utilization a {
  width: 47%;
}
@media (max-width: 767px) {
  .access_link_wrap_utilization a {
    width: 100%;
  }
}

.border_box_ibis p {
  font-size: 120%;
  margin: 0;
}
@media (max-width: 767px) {
  .border_box_ibis p {
    font-size: 1rem;
  }
}
.border_box_ibis p strong {
  font-size: 1.5rem;
  display: block;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .border_box_ibis p strong {
    font-size: 1.2rem;
  }
}

.ibis_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem;
  margin-bottom: 3rem;
  background: #efefef;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .ibis_item {
    padding: 3rem 2rem;
  }
}
.ibis_item:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.ibis_item h3 {
  width: 30%;
  position: relative;
  padding-bottom: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  .ibis_item h3 {
    width: 100%;
  }
}
.ibis_item h3::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #333;
}
.ibis_item p {
  width: 70%;
  margin: 0;
}
@media (max-width: 767px) {
  .ibis_item p {
    width: 100%;
    margin-top: 2rem;
  }
}

.ibis_features_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
  padding: 2rem 0;
  align-items: center;
  flex-wrap: wrap;
}
.ibis_features_item:first-child {
  padding-top: 0;
}
.ibis_features_item .left {
  width: 30%;
}
@media (max-width: 767px) {
  .ibis_features_item .left {
    width: 100%;
  }
}
.ibis_features_item .left h3 {
  font-size: 1.2rem;
  padding: 2rem 0;
  background: #007bc7;
  color: #fff;
  display: block;
  margin: 0;
  text-align: center;
}
.ibis_features_item .right {
  width: 60%;
}
@media (max-width: 767px) {
  .ibis_features_item .right {
    width: 100%;
    margin-top: 2rem;
  }
}
.ibis_features_item .right p {
  margin: 0;
}

.ibis_sec01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ibis_sec01 .item {
  width: 33.3333%;
  padding: 0 2rem;
  border-right: 1px solid #eee;
}
.ibis_sec01 .item:first-child {
  border-left: 1px solid #eee;
}
@media (max-width: 767px) {
  .ibis_sec01 .item:first-child {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .ibis_sec01 .item {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0;
    border-right: none;
  }
}
.ibis_sec01 .item h3 {
  text-align: center;
  padding: 1rem 0;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
}

.ibis_sec02 .col-md-4 {
  padding: 2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .ibis_sec02 .col-md-4 {
    margin: 1rem 16px 0;
  }
}

.company_title small {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 1rem;
  display: block;
}

.conpany_sec01 .title {
  font-size: 1.8rem;
}
.conpany_sec01 .text {
  font-size: 1.4rem;
}

.ttl_flow_w {
  width: 70%;
}

.yess_child_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.yess_child_wrap li {
  width: 33%;
  margin-bottom: 5px;
  text-align: center;
  background: url(../img/common/sub_menu_business1.jpg) center center/cover no-repeat;
  margin-top: 0;
}
.yess_child_wrap li:nth-child(2) {
  background: url(../img/common/sub_menu_business2.jpg) center center/cover no-repeat;
}
.yess_child_wrap li:nth-child(3) {
  background: url(../img/common/sub_menu_business3.jpg) center center/cover no-repeat;
}
.yess_child_wrap li:nth-child(4) {
  background: url(../img/common/sub_menu_business4.jpg) center center/cover no-repeat;
}
.yess_child_wrap li:nth-child(5) {
  background: url(../img/common/sub_menu_business5.jpg) center center/cover no-repeat;
}
.yess_child_wrap li:nth-child(6) {
  background: url(../img/common/sub_menu_business6.jpg) center center/cover no-repeat;
}
.yess_child_wrap li a {
  padding: 3.5rem 0 3rem;
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}