@charset "UTF-8";
.cnt-mv {
  background: #fff;
  overflow: hidden;
}
.cnt-mv__figure {
  height: 640px;
  position: relative;
  display: block;
}
@media (max-width: 1520px) {
  .cnt-mv__figure {
    height: 42.10526vw;
  }
}
@media (max-width: 1024px) {
  .cnt-mv__figure {
    height: 50vw;
  }
}
@media (max-width: 768px) {
  .cnt-mv__figure {
    height: 131.33333vw;
  }
}
.cnt-mv__image {
  max-width: initial;
  width: auto;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#layout02 .cnt-mv__image {
  max-width: initial;
}
@media (max-width: 768px) {
  #layout02 .cnt-mv__image {
    max-width: initial;
  }
}

.cnt-tab__head {
  max-width: 735px;
  margin: 0 auto;
  display: flex;
  border: 2px solid #2e3b9a;
  border-radius: 3px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .cnt-tab__head {
    border: 1px solid #2e3b9a;
  }
}
.cnt-tab__headItem {
  width: 33.3%;
  box-sizing: border-box;
  position: relative;
}
.cnt-tab__headItem:first-of-type::before {
  display: none;
}
.cnt-tab__headItem::before {
  width: 2px;
  height: 30px;
  margin: auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #898989;
  z-index: 5;
}
.cnt-tab__headTxt {
  width: 100%;
  height: 100%;
  padding: 25px 0 20px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  color: #222;
  cursor: pointer;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #fff;
  position: relative;
}
@media (max-width: 640px) {
  .cnt-tab__headTxt {
    padding: 15px 0 10px;
    font-size: 12px;
  }
}
.cnt-tab__headItem.js-active .cnt-tab__headTxt::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  background: #f9bf12;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
}
.cnt-tab__headItem.js-active .cnt-tab__headTxt::after {
  content: "";
  display: block;
  width: 38%;
  height: 3px;
  margin: auto;
  background: #f9bf12;
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
}
.cnt-tab__area {
  margin-top: 50px;
  padding: 0 30px;
  background: #fff;
  border: 2px solid #2e3b9a;
  border-radius: 3px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .cnt-tab__area {
    margin-top: 20px;
    padding: 0 10px;
    border: 1px solid #2e3b9a;
  }
}
.cnt-tab__panel {
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  display: none;
}
@media (max-width: 640px) {
  .cnt-tab__panel {
    padding: 10px 0;
  }
}
.cnt-tab__panelItem {
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 640px) {
  .cnt-tab__panelItem {
    padding: 10px 0;
  }
}
.cnt-tab__panelItem::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #898989;
  position: absolute;
  bottom: 0;
}
.cnt-tab__panelItem:last-of-type::after {
  display: none;
}
.cnt-tab__panelLink {
  display: flex;
}
@media (max-width: 640px) {
  .cnt-tab__panelLink {
    flex-wrap: wrap;
  }
}
.cnt-tab__panelLink:link, .cnt-tab__panelLink:visited, .cnt-tab__panelLink:hover, .cnt-tab__panelLink:active {
  text-decoration: none;
  color: inherit;
}
.cnt-tab__panelLink span {
  position: relative;
}
.cnt-tab__panelLink span:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #898989;
  display: inline-block;
}
@media (max-width: 640px) {
  .cnt-tab__panelLink span:nth-of-type(2)::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #898989;
    display: inline-block;
  }
}
.cnt-tab__panelLink span:nth-of-type(3)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #898989;
  display: inline-block;
}
@media (max-width: 640px) {
  .cnt-tab__panelLink span:nth-of-type(3)::before {
    display: none;
  }
}
.cnt-tab__panelDate {
  margin-right: 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}
@media (max-width: 640px) {
  .cnt-tab__panelDate {
    margin-right: 10px;
    font-size: 14px;
  }
}
.cnt-tab__panelLabel {
  min-width: 130px;
  padding: 0 20px;
  background: #fff;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-tab__panelLabel {
    min-width: 150px;
  }
}
@media (max-width: 640px) {
  .cnt-tab__panelLabel {
    min-width: auto;
    padding: 0 10px;
    font-size: 14px;
  }
}
.cnt-tab__panelTtl {
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .cnt-tab__panelTtl {
    margin-top: 10px;
    padding: 0 15px 0 0;
    font-size: 14px;
    position: relative;
  }
}
@media (max-width: 640px) {
  .cnt-tab__panelTtl::after {
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f9bf12;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.cnt-tab__panel.js-show {
  display: block;
}

.cnt-contact {
  padding: 30px 0;
  background-color: #fabe00;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-contact {
    padding: 20px 0;
  }
}
.cnt-contact__wrap {
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .cnt-contact__wrap {
    max-width: 1024px;
  }
}
.cnt-contact__wrap:nth-of-type(n+2) {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cnt-contact__wrap:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.cnt-contact__list {
  margin: 0 -10px;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-contact__list {
    flex-wrap: wrap;
  }
}
.cnt-contact__list--even {
  display: flex;
}
.cnt-contact__list--even .cnt-contact__item {
  width: 50%;
  margin-top: 20px;
}
.cnt-contact__list--even .cnt-contact__item:nth-of-type(-n+2) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .cnt-contact__list--even .cnt-contact__item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
.cnt-contact__list--even .cnt-contact__item--wide {
  width: 100%;
}
@media (max-width: 768px) {
  .cnt-contact__list--even .cnt-contact__item--wide {
    width: 100%;
  }
}
.cnt-contact__item {
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-contact__item {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cnt-contact__item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.cnt-contact__item--wide {
  width: 100%;
}
.cnt-contact__item--pc {
  display: block;
}
@media (max-width: 768px) {
  .cnt-contact__item--pc {
    display: none;
  }
}
.cnt-contact__item--sp {
  display: none;
}
@media (max-width: 768px) {
  .cnt-contact__item--sp {
    display: block;
  }
}
.cnt-contact__link {
  display: inline-block;
}
.cnt-contact__link:link, .cnt-contact__link:visited, .cnt-contact__link:hover, .cnt-contact__link:active {
  text-decoration: none;
  color: inherit;
}
.cnt-contact__link img {
  transition: 0.3s;
}
.cnt-contact__link:hover img {
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cnt-contact__link:hover img {
    opacity: 1;
  }
}
.cnt-contact__image {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .cnt-contact__image {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cnt-contact__image--time {
    width: 70.26667vw;
  }
}

.cnt-nav {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media (max-width: 768px) {
  .cnt-nav {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.cnt-nav__wrap .new-container {
  max-width: 1120px;
}
@media (max-width: 1280px) {
  .cnt-nav__wrap .new-container {
    max-width: 1024px;
  }
}
.cnt-nav__list {
  display: flex;
  justify-content: center;
}
@media (max-width: 1280px) {
  .cnt-nav__list {
    max-width: 980px;
    margin: 0 auto;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .cnt-nav__list {
    flex-wrap: wrap;
    margin: 0 -5.33vw;
  }
}
.cnt-nav__item {
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .cnt-nav__item {
    flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .cnt-nav__item {
    width: 50%;
  }
}
.cnt-nav__item::before {
  width: 1px;
  height: 35px;
  margin: auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
}
@media (max-width: 768px) {
  .cnt-nav__item::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .cnt-nav__item:nth-of-type(even) {
    border-left: 1px solid #000;
  }
}
@media (max-width: 768px) {
  .cnt-nav__item:nth-of-type(n+3) {
    border-top: 1px solid #000;
  }
}
.cnt-nav__item--end::after {
  width: 1px;
  height: 35px;
  margin: auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  background: #000;
}
@media (max-width: 768px) {
  .cnt-nav__item--end::after {
    display: none;
  }
}
.cnt-nav__item--sp {
  display: none;
}
@media (max-width: 768px) {
  .cnt-nav__item--sp {
    display: block;
  }
}
.cnt-nav__link {
  width: 100%;
  padding: 25px 35px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  transition: 0.4s;
}
@media (max-width: 1280px) {
  .cnt-nav__link {
    padding: 25px 20px;
  }
}
@media (max-width: 1024px) {
  .cnt-nav__link {
    padding: 25px 10px;
  }
}
@media (max-width: 768px) {
  .cnt-nav__link {
    padding: 15px 15px 15px;
    position: relative;
  }
}
.cnt-nav__link:link, .cnt-nav__link:visited, .cnt-nav__link:hover, .cnt-nav__link:active {
  text-decoration: none;
  color: inherit;
}
.cnt-nav__link:hover {
  opacity: 0.6;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .cnt-nav__link::before {
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    display: inline-block;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    z-index: 5;
  }
}
@media (max-width: 768px) {
  .cnt-nav__link::after {
    width: 14px;
    height: 14px;
    margin: auto;
    content: "";
    display: inline-block;
    background: #112092;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
  }
}
.cnt-nav__text {
  color: #112092;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
@media (max-width: 1280px) {
  .cnt-nav__text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .cnt-nav__text {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .cnt-nav__text {
    font-size: 13px;
    display: block;
    text-align: left;
  }
}
@media (max-width: 375px) {
  .cnt-nav__text {
    font-size: 12px;
  }
}

.cnt-reason__ttl {
  padding: 80px 0 30px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cnt-reason__ttl {
    padding: 50px 5.33vw 25px;
  }
}
.cnt-reason__ttlImage {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .cnt-reason__ttlImage {
    width: 45.6vw;
  }
}
.cnt-reason__wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.cnt-reason__list {
  counter-reset: number 0;
}
.cnt-reason__listItem {
  margin-top: 70px;
  display: flex;
}
@media (max-width: 768px) {
  .cnt-reason__listItem {
    margin-top: 0;
    flex-wrap: wrap;
  }
}
.cnt-reason__listItem .cnt-reason__listThumb {
  max-height: 300px;
}
.cnt-reason__listItem:nth-of-type(even) .cnt-reason__listThumb {
  order: 2;
  background-position: 0 50%;
  text-align: left;
}
@media (max-width: 768px) {
  .cnt-reason__listItem:nth-of-type(even) .cnt-reason__listThumb {
    order: 1;
  }
}
@media (max-width: 768px) {
  .cnt-reason__listItem:nth-of-type(even) .cnt-reason__listThumb::before {
    left: 0;
  }
}
.cnt-reason__listItem:nth-of-type(even) .cnt-reason__listTxt {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cnt-reason__listItem:nth-of-type(odd) .cnt-reason__listThumb::before {
    left: 0;
  }
}
.cnt-reason__listItem:nth-of-type(1) .cnt-reason__listThumb {
  background-image: url("../images/rnwl/naisou/cnt_reason_bg01_pc.jpg");
}
@media (max-width: 1024px) {
  .cnt-reason__listItem:nth-of-type(1) .cnt-reason__listThumb {
    max-height: 290px;
    background-position: 90%;
  }
}
@media (max-width: 768px) {
  .cnt-reason__listItem:nth-of-type(1) .cnt-reason__listThumb {
    background-image: url("../images/rnwl/naisou/cnt_reason_bg01_sp.jpg");
    background-position: 50%;
  }
}
.cnt-reason__listItem:nth-of-type(1) .cnt-reason__listThumb::before {
  background-image: url("../images/rnwl/naisou/cnt_reason_bg_num01.png");
}
.cnt-reason__listItem:nth-of-type(2) .cnt-reason__listThumb {
  background-image: url("../images/rnwl/naisou/cnt_reason_bg02_pc.jpg");
}
@media (max-width: 768px) {
  .cnt-reason__listItem:nth-of-type(2) .cnt-reason__listThumb {
    background-image: url("../images/rnwl/naisou/cnt_reason_bg02_sp.jpg");
  }
}
.cnt-reason__listItem:nth-of-type(2) .cnt-reason__listThumb::before {
  background-image: url("../images/rnwl/naisou/cnt_reason_bg_num02.png");
}
.cnt-reason__listItem:nth-of-type(3) .cnt-reason__listThumb {
  background-image: url("../images/rnwl/naisou/cnt_reason_bg03_pc.jpg");
}
@media (max-width: 768px) {
  .cnt-reason__listItem:nth-of-type(3) .cnt-reason__listThumb {
    background-image: url("../images/rnwl/naisou/cnt_reason_bg03_sp.jpg");
  }
}
.cnt-reason__listItem:nth-of-type(3) .cnt-reason__listThumb::before {
  background-image: url("../images/rnwl/naisou/cnt_reason_bg_num03.png");
}
.cnt-reason__listThumb {
  width: 50%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
  text-align: right;
}
@media (max-width: 1024px) {
  .cnt-reason__listThumb {
    background-position: 50%;
  }
}
@media (max-width: 768px) {
  .cnt-reason__listThumb {
    width: 100%;
    height: 33.86667vw;
    background-size: cover;
    position: relative;
  }
}
.cnt-reason__listThumb::before {
  content: "";
  display: inline-block;
  width: auto;
  width: 106px;
  height: 93px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: -60px 20px 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .cnt-reason__listThumb::before {
    height: 12.4vw;
    position: absolute;
    bottom: -6.13333vw;
  }
}
.cnt-reason__listTxt {
  width: 50%;
  min-height: 300px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .cnt-reason__listTxt {
    width: 100%;
    min-height: auto;
    padding: 40px 5.33vw;
    order: 2;
  }
}
.cnt-reason__listTxtWrap {
  max-width: 430px;
}
@media (max-width: 1024px) {
  .cnt-reason__listTxtWrap {
    max-width: 100%;
    width: 100%;
  }
}
.cnt-reason__listCatch {
  padding-bottom: 23px;
  margin-bottom: 25px;
  border-bottom: 2px solid #222;
}
@media (max-width: 768px) {
  .cnt-reason__listCatch {
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-width: 1px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cnt-reason__listCatchImage--01 {
    max-width: 79.6vw;
  }
}
@media (max-width: 768px) {
  .cnt-reason__listCatchImage--02 {
    max-width: 68.8vw;
  }
}
@media (max-width: 768px) {
  .cnt-reason__listCatchImage--03 {
    max-width: 57.2vw;
  }
}
.cnt-reason__listDesc {
  color: #222;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.001em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cnt-reason__listDesc {
    font-size: 14px;
  }
}
.cnt-reason__listDesc:nth-of-type(n+2) {
  margin-top: 30px;
}
.cnt-reason__listDesc--annotation {
  font-size: 12px;
  text-align: right;
  display: block;
}

.cnt-showroom {
  padding: 90px 0 90px;
  box-sizing: border-box;
  background: #f1f1f1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cnt-showroom {
    padding: 50px 0 55px;
  }
}
.cnt-showroom__wrap {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
.cnt-showroom__head {
  width: 50%;
  box-sizing: border-box;
  order: 1;
  float: left;
  position: relative;
}
@media (max-width: 1024px) {
  .cnt-showroom__head {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cnt-showroom__head {
    width: 100%;
    float: none;
  }
}
.cnt-showroom__thumb {
  width: calc(50% - 20px);
  order: 2;
  float: right;
  text-align: right;
  position: relative;
}
@media (max-width: 768px) {
  .cnt-showroom__thumb {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    float: none;
    text-align: center;
  }
}
.cnt-showroom__body {
  width: 50%;
  margin-top: 60px;
  box-sizing: border-box;
  float: left;
  position: relative;
  order: 3;
}
@media (max-width: 1024px) {
  .cnt-showroom__body {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cnt-showroom__body {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    float: none;
  }
}
@media (max-width: 768px) {
  .cnt-showroom__ttl {
    text-align: center;
  }
}
.cnt-showroom__ttlImage {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .cnt-showroom__ttlImage {
    max-width: 57.6vw;
  }
}
.cnt-showroom__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
@media (max-width: 768px) {
  .cnt-showroom__desc {
    font-size: 14px;
  }
}
.cnt-showroom__bnr {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cnt-showroom__bnr {
    margin: 30px -2.66vw 0;
  }
}
.cnt-showroom__btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .cnt-showroom__btn {
    margin-top: 40px;
  }
}
.cnt-showroom__btnLink {
  max-width: 100%;
  display: inline-block;
}
.cnt-showroom__btnLink:link, .cnt-showroom__btnLink:visited, .cnt-showroom__btnLink:hover, .cnt-showroom__btnLink:active {
  text-decoration: none;
  color: inherit;
}
.cnt-showroom__btnLink img {
  transition: 0.3s;
}
.cnt-showroom__btnLink:hover img {
  transition: 0.3s;
}
.cnt-showroom__btnImage {
  vertical-align: bottom;
}

.cnt-menu {
  padding-bottom: 80px;
  background: #dbe8f3;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-menu {
    padding-bottom: 35px;
  }
}
.cnt-menu__wrap {
  box-sizing: border-box;
}
.cnt-menu__wrap--mizumawari {
  padding: 50px 0 60px;
  position: relative;
}
@media (max-width: 768px) {
  .cnt-menu__wrap--mizumawari {
    padding: 15px 0 30px;
  }
}
.cnt-menu__wrap--subsidy {
  padding: 0 0 60px;
  position: relative;
}
@media (max-width: 768px) {
  .cnt-menu__wrap--subsidy {
    padding: 0 0 30px;
  }
}
.cnt-menu__ttl {
  text-align: center;
  position: relative;
  padding-top: 334px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cnt-menu__ttl {
    padding-top: 50.66667vw;
  }
}
.cnt-menu__ttlImage {
  vertical-align: bottom;
  max-width: none;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cnt-menu__group {
  max-width: 940px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .cnt-menu__group {
    margin-top: 15px;
  }
}
.cnt-menu__list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cnt-menu__listItem {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 768px) {
  .cnt-menu__listItem {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cnt-menu__listItem:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.cnt-menu__listItem:nth-of-type(n+3) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .cnt-menu__listItem:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
.cnt-menu__listImage {
  vertical-align: bottom;
}
.cnt-menu__desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  color: #222;
}
@media (max-width: 768px) {
  .cnt-menu__desc {
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
  }
}
.cnt-menu__bnrTtl {
  text-align: center;
}
.cnt-menu__bnrItem {
  text-align: center;
}
.cnt-menu__bnrItem:nth-of-type(n+2) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .cnt-menu__bnrItem:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.cnt-menu__bnrLink:link, .cnt-menu__bnrLink:visited, .cnt-menu__bnrLink:hover, .cnt-menu__bnrLink:active {
  text-decoration: none;
  color: inherit;
}
.cnt-menu__bnrLink img {
  transition: 0.3s;
}
.cnt-menu__bnrLink:hover img {
  transition: 0.3s;
}
.cnt-menu__bnrImage {
  vertical-align: bottom;
}

.cnt-works {
  padding-top: 80px;
  background: #fff;
}
@media (max-width: 768px) {
  .cnt-works {
    padding-top: 40px;
  }
}
.cnt-works__wrap {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .cnt-works__wrap {
    padding-bottom: 0;
  }
}
.cnt-works__wrap--parts {
  padding: 50px 0 80px;
  background: #e7e8f4;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-works__wrap--parts {
    padding: 30px 0 50px;
  }
}
.cnt-works__ttl {
  text-align: center;
}
.cnt-works__ttlImage {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .cnt-works__ttlImage {
    max-width: 47.46667vw;
  }
}
.cnt-works__subttl {
  text-align: center;
}
.cnt-works__subttl--parts .cnt-works__subttlImage {
  max-width: 66.67vw;
}
.cnt-works__count {
  max-width: 750px;
  margin: 30px auto 0;
  display: flex;
}
@media (max-width: 768px) {
  .cnt-works__count {
    max-width: 600px;
    margin-top: 15px;
    padding: 0;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}
@media (max-width: 375px) {
  .cnt-works__count {
    padding: 0;
  }
}
.cnt-works__countHead {
  display: flex;
  align-items: center;
  margin-right: -20px;
  z-index: 10;
}
@media (max-width: 768px) {
  .cnt-works__countHead {
    max-width: 100%;
    width: 100%;
  }
}
.cnt-works__countTtl {
  width: 100%;
}
@media (max-width: 768px) {
  .cnt-works__countTtl {
    max-width: 64vw;
    margin: 0 auto;
  }
}
.cnt-works__countImage {
  vertical-align: bottom;
}
.cnt-works__countBody {
  width: 400px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .cnt-works__countBody {
    margin: 10px auto 0;
    max-width: 89.33333vw;
    width: 100%;
  }
}
.cnt-works__countBody--supplement::after {
  content: "※内装・外装リフォーム含む";
  margin-top: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 12px;
  color: #222;
}
@media (max-width: 768px) {
  .cnt-works__countBody--supplement::after {
    font-size: 10px;
  }
}
.cnt-works__countBodyWrap {
  padding: 15px 0 8px;
  box-sizing: border-box;
  background: #dbe8f3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .cnt-works__countBodyWrap {
    padding: 15px 15px 8px;
  }
}
.cnt-works__countLabel {
  padding: 0 20px 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #222;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .cnt-works__countLabel {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .cnt-works__countLabel {
    padding: 0 10px 5px;
    font-size: 17px;
  }
}
.cnt-works__countNum {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 4px solid #f9bf12;
}
@media (max-width: 1024px) {
  .cnt-works__countNum {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .cnt-works__countNum {
    font-size: 30px;
  }
}
.cnt-works__countNum small {
  font-size: 26px;
  line-height: 50px;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .cnt-works__countNum small {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cnt-works__countNum small {
    font-size: 16px;
    line-height: 30px;
  }
}
.cnt-works__slider {
  max-width: 1920px;
  margin: 80px auto 0;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-works__slider {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}
.cnt-works__slider > cnt-works__list {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .cnt-works__slider .bx-viewport {
    height: auto !important;
    margin-left: -155px;
    left: 50%;
    overflow: visible !important;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .cnt-works__slider .bx-viewport {
    margin-left: -140px;
  }
}

.cnt-works__slider .bx-controls {
  display: none;
}
.cnt-works__sliderControls {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cnt-works__sliderControls .bx-myprev {
    width: 20px;
    height: 90px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
  }
}
.cnt-works__sliderControls .bx-myprev .bx-prev {
  width: 20px;
  height: 90px;
  position: initial;
  left: initial;
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  background: #f9bf12;
}
.cnt-works__sliderControls .bx-myprev .bx-prev::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #222;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}
.cnt-works__sliderControls .bx-mypager .bx-pager {
  width: 310px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.cnt-works__sliderControls .bx-mypager .bx-pager-item {
  margin: 0 5px;
}
.cnt-works__sliderControls .bx-mypager .bx-pager-link {
  width: 10px;
  height: 10px;
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  text-indent: -9999px;
  display: inline-block;
}
.cnt-works__sliderControls .bx-mypager .bx-pager-link.active {
  background: #fff;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .cnt-works__sliderControls .bx-mynext {
    width: 20px;
    height: 90px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
  }
}
.cnt-works__sliderControls .bx-mynext .bx-next {
  width: 20px;
  height: 90px;
  position: initial;
  left: initial;
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  background: #f9bf12;
}
.cnt-works__sliderControls .bx-mynext .bx-next::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #222;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
}
.cnt-works__list {
  display: flex;
  flex-wrap: wrap;
}
.cnt-works__listItem {
  width: 33.3%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .cnt-works__listItem {
    width: 310px !important;
    padding: 0 10px;
  }
}
@media (max-width: 360px) {
  .cnt-works__listItem {
    width: 280px !important;
    padding: 0 10px;
  }
}
.cnt-works__listItem::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #faf8ee;
  z-index: 5;
}
@media (max-width: 768px) {
  .cnt-works__listItem::before {
    display: none;
  }
}
.cnt-works__listItem.active .cnt-works__listLink::after {
  opacity: 0;
  transition: 0.4s;
}
.cnt-works__listItem:nth-of-type(3n+1)::before {
  display: none;
}
.cnt-works__listItem:nth-of-type(n+4) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .cnt-works__listItem:nth-of-type(n+4) {
    margin-top: 0;
  }
}
.cnt-works__listLink {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .cnt-works__listLink::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 10;
    top: 0;
    transition: 0.4s;
  }
}
.cnt-works__listLink:link, .cnt-works__listLink:visited, .cnt-works__listLink:hover, .cnt-works__listLink:active {
  text-decoration: none;
  color: inherit;
}
.cnt-works__listLink img {
  transition: 0.3s;
}
.cnt-works__listLink:hover img {
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cnt-works__card {
    position: relative;
  }
}
.cnt-works__cardLink {
  width: 100%;
  height: 100%;
  color: #222;
  display: inline-block;
}
.cnt-works__cardLink:link, .cnt-works__cardLink:visited, .cnt-works__cardLink:hover, .cnt-works__cardLink:active {
  text-decoration: none;
  color: inherit;
}
.cnt-works__cardLink img {
  transition: 0.3s;
}
.cnt-works__cardLink:hover img {
  transition: 0.3s;
}
.cnt-works__cardHead {
  position: relative;
}
.cnt-works__cardFigure {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.cnt-works__cardImage {
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cnt-works__cardDate {
  font-size: 16px;
  line-height: 1;
  color: #222;
  padding: 10px 25px;
  background: #fff;
  border-radius: 0 5px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .cnt-works__cardDate {
    font-size: 15px;
  }
}
.cnt-works__cardBody {
  padding: 0 15px 20px;
  box-sizing: border-box;
}
.cnt-works__cardTtl {
  margin-top: 25px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  color: #222;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .cnt-works__cardTtl {
    margin-top: 20px;
    font-size: 16px;
  }
}
.cnt-works__cardDesc {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .cnt-works__cardDesc {
    font-size: 14px;
  }
}
.cnt-works__cardCat {
  margin-top: 15px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #2c79bf;
  display: inline-block;
}
@media (max-width: 768px) {
  .cnt-works__cardCat {
    margin-top: 10px;
    font-size: 15px;
  }
}
.cnt-works__cat {
  max-width: 940px;
  margin: 30px auto 0;
}
.cnt-works__catList {
  margin: 0 -3px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cnt-works__catList {
    margin: 0 -10px;
  }
}
.cnt-works__catItem {
  width: 20%;
  padding: 0 3px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .cnt-works__catItem {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cnt-works__catItem {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .cnt-works__catItem {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .cnt-works__catItem:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .cnt-works__catItem:nth-of-type(n+4) {
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .cnt-works__catItem:nth-of-type(n+4) {
    margin-top: 15px;
  }
}
@media (max-width: 1280px) {
  .cnt-works__catItem:nth-of-type(n+5) {
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .cnt-works__catItem:nth-of-type(n+5) {
    margin-top: 15px;
  }
}
.cnt-works__catItem:nth-of-type(n+6) {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .cnt-works__catItem:nth-of-type(n+6) {
    margin-top: 15px;
  }
}
.cnt-works__catLink {
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.cnt-works__catLink:link, .cnt-works__catLink:visited, .cnt-works__catLink:hover, .cnt-works__catLink:active {
  text-decoration: none;
  color: inherit;
}
.cnt-works__catLink img {
  transition: 0.3s;
}
.cnt-works__catLink:hover img {
  transition: 0.3s;
}
.cnt-works__catLabel {
  width: calc(100% - 80px);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cnt-works__catLabel {
    width: calc(100% - 50px);
  }
}
.cnt-works__catLabelTxt {
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-works__catLabelTxt {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .cnt-works__catLabelTxt {
    font-size: 13px;
  }
}
.cnt-works__catNum {
  width: 80px;
  padding: 18px 0;
  box-sizing: border-box;
  background: #f9bf12;
}
@media (max-width: 768px) {
  .cnt-works__catNum {
    width: 50px;
    padding: 10px 0;
  }
}
.cnt-works__catNumTxt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
}
@media (max-width: 768px) {
  .cnt-works__catNumTxt {
    font-size: 15px;
  }
}
.cnt-works__catNumTxt small {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cnt-works__catNumTxt small {
    font-size: 11px;
  }
}
.cnt-works__btn {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .cnt-works__btn {
    margin-top: 30px;
  }
}
.cnt-works__btnLink {
  width: 100%;
  display: inline-block;
}
.cnt-works__btnLink:link, .cnt-works__btnLink:visited, .cnt-works__btnLink:hover, .cnt-works__btnLink:active {
  text-decoration: none;
  color: inherit;
}
.cnt-works__btnLink img {
  transition: 0.3s;
}
.cnt-works__btnLink:hover img {
  transition: 0.3s;
}
.cnt-works__btnImage {
  vertical-align: bottom;
}

.cnt-voice {
  padding: 80px 0 120px;
  box-sizing: border-box;
  background: #e7e8f4;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cnt-voice {
    padding: 40px 0 50px;
  }
}
.cnt-voice__ttl {
  text-align: center;
}
.cnt-voice__ttlImage {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .cnt-voice__ttlImage {
    max-width: 52vw;
  }
}
.cnt-voice__count {
  max-width: 750px;
  margin: 30px auto 0;
  display: flex;
}
@media (max-width: 768px) {
  .cnt-voice__count {
    max-width: 600px;
    margin-top: 15px;
    padding: 0;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}
@media (max-width: 375px) {
  .cnt-voice__count {
    padding: 0;
  }
}
.cnt-voice__countHead {
  display: flex;
  align-items: center;
  margin-right: -25px;
  z-index: 10;
}
@media (max-width: 768px) {
  .cnt-voice__countHead {
    max-width: 100%;
    width: 100%;
  }
}
.cnt-voice__countTtl {
  width: 100%;
}
@media (max-width: 768px) {
  .cnt-voice__countTtl {
    max-width: 64vw;
    margin: 0 auto;
  }
}
.cnt-voice__countImage {
  vertical-align: bottom;
}
.cnt-voice__countBody {
  width: 400px;
  padding: 5px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-voice__countBody {
    margin: 10px auto 0;
    max-width: 89.33333vw;
    width: 100%;
  }
}
.cnt-voice__countBodyWrap {
  padding: 15px 0 8px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .cnt-voice__countBodyWrap {
    padding: 15px 0 8px;
  }
}
.cnt-voice__countLabel {
  margin-right: 20px;
  padding: 0 0 5px;
  font-size: 26px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.2em;
  color: #222;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .cnt-voice__countLabel {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .cnt-voice__countLabel {
    margin-right: 10px;
    padding: 0 0 5px;
    font-size: 17px;
  }
}
.cnt-voice__countNum {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #222;
  border-bottom: 4px solid #f9bf12;
}
@media (max-width: 1024px) {
  .cnt-voice__countNum {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .cnt-voice__countNum {
    font-size: 30px;
  }
}
.cnt-voice__countNum small {
  margin-left: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
  color: #222;
}
@media (max-width: 1024px) {
  .cnt-voice__countNum small {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cnt-voice__countNum small {
    font-size: 16px;
    line-height: 30px;
  }
}
.cnt-voice__slider {
  max-width: 940px;
  margin: 40px auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .cnt-voice__slider {
    margin-top: 30px;
  }
}
.cnt-voice__slider > cnt-works__list {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .cnt-voice__slider .bx-viewport {
    height: auto !important;
    margin-left: -155px;
    left: 50%;
    overflow: visible !important;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .cnt-voice__slider .bx-viewport {
    margin-left: -140px;
  }
}

.cnt-voice__slider .bx-controls {
  display: none;
}
.cnt-voice__sliderControls {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cnt-voice__sliderControls .bx-myprev {
    width: 20px;
    height: 90px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
  }
}
.cnt-voice__sliderControls .bx-myprev .bx-prev {
  width: 20px;
  height: 90px;
  position: initial;
  left: initial;
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  background: #f9bf12;
}
.cnt-voice__sliderControls .bx-myprev .bx-prev::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #222;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}
.cnt-voice__sliderControls .bx-mypager .bx-pager {
  width: 310px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.cnt-voice__sliderControls .bx-mypager .bx-pager-item {
  margin: 0 5px;
}
.cnt-voice__sliderControls .bx-mypager .bx-pager-link {
  width: 10px;
  height: 10px;
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  text-indent: -9999px;
  display: inline-block;
}
.cnt-voice__sliderControls .bx-mypager .bx-pager-link.active {
  background: #fff;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .cnt-voice__sliderControls .bx-mynext {
    width: 20px;
    height: 90px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
  }
}
.cnt-voice__sliderControls .bx-mynext .bx-next {
  width: 20px;
  height: 90px;
  position: initial;
  left: initial;
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  background: #f9bf12;
}
.cnt-voice__sliderControls .bx-mynext .bx-next::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #222;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
}
.cnt-voice__list {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 768px) {
  .cnt-voice__list {
    margin: 0;
  }
}
.cnt-voice__listItem {
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-voice__listItem {
    width: 310px !important;
  }
}
@media (max-width: 360px) {
  .cnt-voice__listItem {
    width: 280px !important;
  }
}
.cnt-voice__listItem.active .cnt-voice__listLink::after {
  opacity: 0;
  transition: 0.4s;
}
.cnt-voice__listLink {
  width: 100%;
  height: 100%;
  background: #fff;
  display: inline-block;
  position: relative;
}
.cnt-voice__listLink:link, .cnt-voice__listLink:visited, .cnt-voice__listLink:hover, .cnt-voice__listLink:active {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .cnt-voice__listLink::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    position: absolute;
    z-index: 10;
    top: 0;
    transition: 0.4s;
  }
}
.cnt-voice__listLink img {
  transition: 0.3s;
}
.cnt-voice__listLink:hover img {
  transition: 0.3s;
}
.cnt-voice__card {
  width: 100%;
  height: 100%;
  border: 1px solid #222;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.cnt-voice__cardLink {
  color: #222;
  display: inline-block;
}
.cnt-voice__cardLink:link, .cnt-voice__cardLink:visited, .cnt-voice__cardLink:hover, .cnt-voice__cardLink:active {
  text-decoration: none;
  color: inherit;
}
.cnt-voice__cardLink img {
  transition: 0.3s;
}
.cnt-voice__cardLink:hover img {
  transition: 0.3s;
}
.cnt-voice__cardHead {
  position: relative;
}
.cnt-voice__cardFigure {
  padding-top: 73.3%;
  position: relative;
  overflow: hidden;
}
.cnt-voice__cardImage {
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cnt-voice__cardDate {
  font-size: 16px;
  line-height: 1;
  padding: 10px 25px;
  color: #222;
  background: #fff;
  border-radius: 5px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .cnt-voice__cardDate {
    font-size: 15px;
  }
}
.cnt-voice__cardBody {
  color: #222;
  padding: 25px 20px 40px;
  box-sizing: border-box;
  background: #fff;
}
.cnt-voice__cardTtl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cnt-voice__cardTtl {
    font-size: 16px;
  }
}
.cnt-voice__cardDesc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.2;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cnt-voice__cardDesc {
    font-size: 14px;
  }
}
.cnt-voice__btn {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .cnt-voice__btn {
    margin-top: 20px;
  }
}
.cnt-voice__btnLink {
  width: 100%;
  display: inline-block;
}
.cnt-voice__btnLink:link, .cnt-voice__btnLink:visited, .cnt-voice__btnLink:hover, .cnt-voice__btnLink:active {
  text-decoration: none;
  color: inherit;
}
.cnt-voice__btnLink img {
  transition: 0.3s;
}
.cnt-voice__btnLink:hover img {
  transition: 0.3s;
}
.cnt-voice__btnImage {
  vertical-align: bottom;
}

.cnt-diagnosis {
  padding: 50px 0 120px;
  box-sizing: border-box;
  background: url("../images/rnwl/cnt_diagnosis_bg.jpg") 50% 0 repeat;
}
@media (max-width: 768px) {
  .cnt-diagnosis {
    padding: 30px 0 60px;
  }
}
.cnt-diagnosis__list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.cnt-diagnosis__listItem {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 768px) {
  .cnt-diagnosis__listItem {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cnt-diagnosis__listItem:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.cnt-diagnosis__listLink {
  display: inline-block;
}
.cnt-diagnosis__listLink:link, .cnt-diagnosis__listLink:visited, .cnt-diagnosis__listLink:hover, .cnt-diagnosis__listLink:active {
  text-decoration: none;
  color: inherit;
}
.cnt-diagnosis__listLink img {
  transition: 0.3s;
}
.cnt-diagnosis__listLink:hover img {
  transition: 0.3s;
}
.cnt-diagnosis__listImage {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

.cnt-news {
  padding: 60px 0 70px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-news {
    padding: 20px 0 50px;
  }
}
.cnt-news__ttl {
  text-align: center;
}
.cnt-news__ttlImage {
  vertical-align: bottom;
}
.cnt-news__wrap {
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-news__wrap {
    padding: 0;
  }
}

.cnt-linkgroup {
  padding-bottom: 90px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cnt-linkgroup {
    padding-bottom: 40px;
  }
}
.cnt-linkgroup__ttl {
  text-align: center;
}
@media (max-width: 1024px) {
  .cnt-linkgroup__ttlImage {
    max-width: 69.33594vw;
  }
}
@media (max-width: 768px) {
  .cnt-linkgroup__ttlImage {
    max-width: 71.6vw;
  }
}
.cnt-linkgroup__list {
  max-width: 940px;
  margin: 15px auto 0;
}
@media (max-width: 768px) {
  .cnt-linkgroup__list {
    margin-top: 5px;
  }
}
.cnt-linkgroup__listItem:nth-of-type(n+2) {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cnt-linkgroup__listItem:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.cnt-linkgroup__listLink {
  display: inline-block;
  text-align: center;
}
.cnt-linkgroup__listLink:link, .cnt-linkgroup__listLink:visited, .cnt-linkgroup__listLink:hover, .cnt-linkgroup__listLink:active {
  text-decoration: none;
  color: inherit;
}
.cnt-linkgroup__listLink img {
  transition: 0.3s;
}
.cnt-linkgroup__listLink:hover img {
  transition: 0.3s;
}
