* {
  min-height: 0;
  min-width: 0;
}
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.ccm-page div,
.ccm-page p,
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6,
.ccm-page ol,
.ccm-page ul,
.ccm-page li,
.ccm-page dl,
.ccm-page dt,
.ccm-page dd,
.ccm-page form,
.ccm-page nav,
.ccm-page header,
.ccm-page footer,
.ccm-page main,
.ccm-page article,
.ccm-page section,
.ccm-page aside,
.ccm-page figure,
.ccm-page figcaption {
  margin: 0;
  padding: 0;
}
.ccm-page ol,
.ccm-page ul,
.ccm-page li {
  list-style: none;
}
.ccm-page main {
  display: block;
}
.ccm-page main,
.ccm-page nav,
.ccm-page aside,
.ccm-page header,
.ccm-page article,
.ccm-page section,
.ccm-page footer,
.ccm-page figure,
.ccm-page ul,
.ccm-page li,
.ccm-page dl,
.ccm-page dt,
.ccm-page dd,
.ccm-page div,
.ccm-page p,
.ccm-page a,
.ccm-page span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ccm-page img {
  border: 0;
  vertical-align: top;
  height: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 100%;
}
.ccm-page a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.ccm-page a:hover {
  text-decoration: underline;
}
.ccm-page a > img {
  vertical-align: bottom;
}
.ccm-page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ccm-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ccm-page table td,
.ccm-page table th {
  /* box-sizing: border-box */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ccm-page ol li {
  list-style-type: decimal !important;
  list-style-position: outside;
  margin-left: 36px;
  padding-left: 16px;
}
.ccm-page pre.prettyprint {
  padding: 10px!important;
  margin-bottom: 30px!important;
}
.ccm-page .full_width {
  width: 100% !important;
}
.ccm-page .iblock {
  display: inline-block;
}
.ccm-page .spc80 {
  height: 80px;
}
.ccm-page .spc72 {
  height: 72px;
}
.ccm-page .spc64 {
  height: 64px;
}
.ccm-page .spc56 {
  height: 56px;
}
.ccm-page .spc48 {
  height: 48px;
}
.ccm-page .spc40 {
  height: 40px;
}
.ccm-page .spc32 {
  height: 32px;
}
.ccm-page .spc24 {
  height: 24px;
}
.ccm-page .spc16 {
  height: 16px;
}
.ccm-page .spc8 {
  height: 8px;
}
.ccm-page .spc4 {
  height: 4px;
}
.ccm-page .m16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .ccm-page {
    /*		.spc60,
		.spc55,
		.spc50,
		.spc40,
		.spc30,
		.spc20,
		.spc15,
		.spc10{height: inherit;}
*/
  }
  .ccm-page .sp_spc80 {
    height: 80px;
  }
  .ccm-page .sp_spc72 {
    height: 72px;
  }
  .ccm-page .sp_spc64 {
    height: 64px;
  }
  .ccm-page .sp_spc56 {
    height: 56px;
  }
  .ccm-page .sp_spc48 {
    height: 48px;
  }
  .ccm-page .sp_spc40 {
    height: 40px;
  }
  .ccm-page .sp_spc32 {
    height: 32px;
  }
  .ccm-page .sp_spc24 {
    height: 24px;
  }
  .ccm-page .sp_spc16 {
    height: 16px;
  }
  .ccm-page .sp_spc8 {
    height: 8px;
  }
  .ccm-page .sp_spc4 {
    height: 4px;
  }
}
body.fixed {
  overflow-y: hidden;
}
body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}
.ccm-page {
  /* ======================================= */
  /*	ページネーション
/* ======================================= */
}
.ccm-page .js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
  transition: opacity 0.8s, -webkit-transform 0.4s;
  -o-transition: opacity 0.8s, transform 0.4s;
  transition: opacity 0.8s, transform 0.4s;
  transition: opacity 0.8s, transform 0.4s, -webkit-transform 0.4s;
}
.ccm-page .js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ccm-page .js-fadeUp2 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
  transition: opacity 0.8s, -webkit-transform 0.4s;
  -o-transition: opacity 0.8s, transform 0.4s;
  transition: opacity 0.8s, transform 0.4s;
  transition: opacity 0.8s, transform 0.4s, -webkit-transform 0.4s;
}
.ccm-page .js-fadeUp2.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ccm-page .js-fadeUp3 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
  transition: opacity 0.8s, -webkit-transform 0.4s;
  -o-transition: opacity 0.8s, transform 0.4s;
  transition: opacity 0.8s, transform 0.4s;
  transition: opacity 0.8s, transform 0.4s, -webkit-transform 0.4s;
}
.ccm-page .js-fadeUp3.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ccm-page .js-fadeUp4 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
  transition: opacity 0.8s, -webkit-transform 0.4s;
  -o-transition: opacity 0.8s, transform 0.4s;
  transition: opacity 0.8s, transform 0.4s;
  transition: opacity 0.8s, transform 0.4s, -webkit-transform 0.4s;
}
.ccm-page .js-fadeUp4.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.ccm-page .hamburger {
  display: none;
  position: fixed;
  right: 15px;
  top: 20px;
  height: 42px;
  width: 42px;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .ccm-page .hamburger {
    display: inherit;
  }
}
@media screen and (max-width: 1050px) {
  .ccm-page .hamburger {
    display: inherit;
  }
}
@media screen and (max-width: 750px) {
  .ccm-page .hamburger {
    display: inherit;
  }
}
.ccm-page .hamburger span {
  background: #404040;
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  top: 50%;
  left: 50%;
  width: 36px;
  margin-left: -18px;
}
.ccm-page .hamburger span:first-child {
  margin-top: -15px;
}
.ccm-page .hamburger span:nth-child(2) {
  margin-top: -2px;
}
.ccm-page .hamburger span:nth-child(3) {
  margin-top: 12px;
}
.ccm-page .hamburger.active span {
  background: #404040;
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  top: 50%;
  left: 50%;
  width: 40px;
  margin-left: -20px;
}
.ccm-page .hamburger.active span:first-child {
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 40px;
  margin-top: -1px;
  margin-left: -20px;
}
.ccm-page .hamburger.active span:nth-child(2) {
  width: 0;
}
.ccm-page .hamburger.active span:nth-child(3) {
  margin-top: 12px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 40px;
  margin-top: -1px;
  margin-left: -20px;
}
.ccm-page #drawer {
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  z-index: 15;
}
@media screen and (max-width: 1200px) {
  .ccm-page #drawer {
    display: none;
    position: fixed;
    overflow-y: auto;
    left: inherit;
    right: 0;
    top: 0;
    max-width: 480px;
    width: 100%;
    min-width: 320px;
    height: 100%;
    z-index: 15;
  }
}
.ccm-page #drawer #drawer_in {
  background-color: #fff;
  padding-top: 20px;
  font-size: 14px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 728px;
}
@media screen and (max-width: 1200px) {
  .ccm-page #drawer #drawer_in {
    padding-top: 0;
    height: auto;
    min-height: inherit;
    display: inherit;
  }
}
.ccm-page #drawer #drawer_in .sns {
  padding: 0 24px 0 24px;
}
.ccm-page #drawer #drawer_in .sns .sns_insta {
  background-image: url(../img/icon/icon_insta.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}
.ccm-page #drawer #drawer_in .sns .sns_insta span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.ccm-page #drawer #drawer_in .sns .sns_fb {
  background-image: url(../img/icon/icon_fb.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.ccm-page #drawer #drawer_in .sns .sns_fb > span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.ccm-page #drawer #drawer_in .navi {
  padding: 24px 24px 0 24px;
}
.ccm-page #drawer #drawer_in .navi span {
  font-family: 'Crimson Text', serif;
  display: block;
  font-size: 25px;
  font-size: 15px;
  color: #605e59;
}
.ccm-page #drawer #drawer_in .navi .box_link {
  display: block;
  font-size: 35px;
  font-size: 21px;
  color: #404040;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 24px;
}
.ccm-page #drawer #drawer_in .navi .menu_list > li {
  color: #404040;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .ccm-page #drawer #drawer_in .navi h1 {
    text-align: left;
  }
  .ccm-page #drawer #drawer_in .navi .menu_list > li {
    font-size: 18px;
  }
  .ccm-page #drawer #drawer_in .navi .sns_insta {
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 18px;
  }
  .ccm-page #drawer #drawer_in .navi .sns_fb {
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
}
.ccm-page #drawer #drawer_in .link .phone {
  background-color: #6a5945;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.ccm-page #drawer #drawer_in .link .phone span {
  color: #fff;
  font-size: 22px;
}
.ccm-page #drawer #drawer_in .link .phone:hover {
  text-decoration: none;
}
.ccm-page #drawer #drawer_in .link .contact {
  background-color: #a59a8e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.ccm-page #drawer #drawer_in .link .contact span {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.ccm-page #drawer #drawer_in .link .contact:hover {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .ccm-page #drawer #drawer_in .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ccm-page #drawer #drawer_in .link .phone {
    width: 50%;
    background-image: none;
  }
  .ccm-page #drawer #drawer_in .link .phone span {
    background-size: 14px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-left: 24px;
    padding-right: 14px;
  }
  .ccm-page #drawer #drawer_in .link .contact {
    width: 50%;
    background-image: none;
  }
  .ccm-page #drawer #drawer_in .link .contact span {
    background-size: 16px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-left: 28px;
    padding-right: 14px;
  }
}
.ccm-page .drawer_logo {
  padding-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .ccm-page .drawer_logo {
    text-align: center;
  }
}
.ccm-page .ac {
  text-align: center;
}
.ccm-page .ar {
  text-align: right;
}
.ccm-page .al {
  text-align: left;
}
.ccm-page .ac_spleft {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .ccm-page .ac_spleft {
    text-align: left;
  }
}
.ccm-page .w75p {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .ccm-page .w75p {
    width: 100%;
  }
}
.ccm-page .fs38 {
  font-size: 38px;
}
.ccm-page .fs22 {
  font-size: 22px;
}
.ccm-page .fs16 {
  font-size: 16px;
}
.ccm-page .fs14 {
  font-size: 14px;
}
.ccm-page .fs13 {
  font-size: 13px;
}
.ccm-page .fs12 {
  font-size: 12px;
}
.ccm-page .fs11 {
  font-size: 11px;
}
.ccm-page .bold {
  font-weight: 500;
}
.ccm-page .lh_1 {
  line-height: 1;
}
.ccm-page .lh_14 {
  line-height: 1.4;
}
.ccm-page .lh29 {
  line-height: 29px;
}
.ccm-page .mb8 {
  margin-bottom: 8px;
}
.ccm-page .mb0 {
  margin-bottom: 0px;
}
.ccm-page .mt40 {
  margin-top: 40px !important;
}
.ccm-page .ml40 {
  margin-left: 40px !important;
  width: calc(100% - 40px) !important;
}
.ccm-page .mb24 {
  margin-bottom: 24px !important;
}
.ccm-page .pcb_only,
.ccm-page .sp_only {
  display: none !important;
}
.ccm-page .tb_only {
  display: none !important;
}
@media screen and (max-width: 1050px) {
  .ccm-page .sp_mb0 {
    margin-bottom: 0 !important;
  }
  .ccm-page .sp_spc16 {
    height: 16px;
  }
  .ccm-page .sp_spc32 {
    height: 32px;
  }
  .ccm-page .pc_only {
    display: none !important;
  }
  .ccm-page .tb_only {
    display: none !important;
  }
  .ccm-page .pcb_only {
    display: inherit !important;
  }
}
@media screen and (max-width: 750px) {
  .ccm-page .sp_spc16 {
    height: 16px;
  }
  .ccm-page .sp_spc32 {
    height: 32px;
  }
  .ccm-page .sp_spc64 {
    height: 64px;
  }
  .ccm-page .sp_spc72 {
    height: 72px;
  }
  .ccm-page .pc_only {
    display: none !important;
  }
  .ccm-page .sp_al {
    text-align: left;
  }
  .ccm-page .sp_only {
    display: inherit !important;
  }
  .ccm-page .sp_none {
    display: none !important;
  }
  .ccm-page .sp_m0 {
    margin-left: 0px !important;
    margin-top: 0px !important;
    width: 100% !important;
  }
}
.ccm-page img {
  vertical-align: top;
}
.ccm-page img.img_full {
  width: 100%;
  height: auto;
  max-width: inherit !important;
}
.ccm-page footer {
  margin-left: 300px;
}
@media screen and (max-width: 1200px) {
  .ccm-page footer {
    margin-left: 0;
  }
}
.ccm-page footer .inner {
  background-color: #c2bcb4;
}
.ccm-page footer .inner .colm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 450px) {
  .ccm-page footer .inner .colm2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ccm-page footer .inner .colm2 > .item {
  width: 50%;
}
@media screen and (max-width: 1050px) {
  .ccm-page footer .inner .colm2 > .item {
    width: 100%;
    text-align: center;
  }
}
.ccm-page footer .inner .colm2 > .item p {
  margin-bottom: 0;
}
.ccm-page footer .inner .colm2 > .item p.name {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .ccm-page footer .inner .colm2 > .item p.name {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .ccm-page footer .inner .colm2 > .item p.name {
    font-size: 20px;
  }
}
.ccm-page footer .inner .colm2 > .item p.addr {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1050px) {
  .ccm-page footer .inner .colm2 > .item p.addr {
    display: none;
  }
}
.ccm-page footer .inner .colm2 > .item p.license {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1050px) {
  .ccm-page footer .inner .colm2 > .item p.license {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .ccm-page footer .inner .colm2 > .item p.license {
    font-size: 14px;
  }
}
.ccm-page footer .inner .colm2 > .item .navi > li {
  font-size: 12px;
  margin-bottom: 12px;
}
.ccm-page footer .inner hr {
  border: none;
  border-bottom: 2px solid #888888;
  height: 0;
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 1050px) {
  .ccm-page footer .inner hr {
    display: none;
  }
}
.ccm-page footer .inner .sns_insta {
  background-image: url(../img/icon/icon_insta.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin: 16px 16px 16px 0;
}
@media screen and (max-width: 1050px) {
  .ccm-page footer .inner .sns_insta {
    background-size: 42px;
    width: 42px;
    height: 42px;
  }
}
.ccm-page footer .inner .sns_fb {
  background-image: url(../img/icon/icon_fb.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin: 16px 16px 16px 0;
}
@media screen and (max-width: 1050px) {
  .ccm-page footer .inner .sns_fb {
    background-size: 42px;
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 1050px) {
  .ccm-page footer .inner .link {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ccm-page footer .inner .link a:hover {
    text-decoration: none;
  }
  .ccm-page footer .inner .link .phone {
    width: 50%;
    background-color: #6a5945;
    background-position: left 48px center;
    display: block;
    text-align: center;
    line-height: 100px;
    padding-left: 16px;
  }
  .ccm-page footer .inner .link .phone span {
    background-image: url(../img/icon/icon_phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding-left: 42px;
    padding-right: 24px;
  }
  .ccm-page footer .inner .link .contact {
    width: 50%;
    background-color: #a59a8e;
    text-align: center;
    line-height: 100px;
  }
  .ccm-page footer .inner .link .contact span {
    background-image: url(../img/icon/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding-left: 42px;
    padding-right: 24px;
  }
}
.ccm-page article {
  margin-left: 300px;
}
@media screen and (max-width: 1200px) {
  .ccm-page article {
    margin-left: 0;
  }
}
.ccm-page .page_title {
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .ccm-page .page_title {
    background-position: left center;
    background-size: 130vw;
  }
}
.ccm-page .page_title.concept {
  background-image: url(../img/concept/title.webp);
}
.ccm-page .page_title.model_house {
  background-image: url(../img/modelhouse/title.webp);
}
.ccm-page .page_title.flow {
  background-image: url(../img/flow/title.webp);
}
.ccm-page .page_title.news {
  background-image: url(../img/news/title.webp);
}
.ccm-page .page_title.contact,
.ccm-page .page_title.about {
  background-image: url(../img/about/title.webp);
}
.ccm-page .page_title.works {
  background-image: url(../img/works/title.webp);
}
.ccm-page .page_title.recruit {
  background-image: url(../img/recruit/title.webp);
}
.ccm-page .page_title > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 23.4vw;
}
@media screen and (max-width: 750px) {
  .ccm-page .page_title > .inner {
    height: 39.5vw;
  }
}
.ccm-page .page_title > .inner .eng_title {
  font-size: 20px;
  font-family: 'Crimson Text', serif;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .ccm-page .page_title > .inner .eng_title {
    line-height: 1.4;
  }
}
.ccm-page .page_title > .inner h2 {
  font-size: 34px;
  text-align: left;
  line-height: 1.7;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .ccm-page .page_title > .inner h2 {
    line-height: 1.2;
  }
}
.ccm-page .page_title.toppage {
  padding-bottom: 64px;
}
.ccm-page .page_title.toppage > .inner {
  height: inherit;
}
.ccm-page .page_title.toppage > .inner section {
  width: 100%;
}
.ccm-page .bg_white {
  background-color: #fff;
}
.ccm-page .bg_beige {
  background-color: #edebe9;
}
.ccm-page .btn_normal {
  text-decoration: none;
  display: block;
  background-color: #fff;
  border: 1px solid #01a584;
  color: #01a584;
  border-radius: 60px;
  width: 338px;
  padding: 16px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 750px) {
  .ccm-page .btn_normal {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 400px) {
  .ccm-page .btn_normal {
    width: 100%;
  }
}
.ccm-page .btn_normal span {
  background-position: left center;
  background-repeat: no-repeat;
  padding: 16px 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.ccm-page .btn_normal.contact span {
  background-image: url(../img/icon/contact.svg);
}
.ccm-page .btn_normal.center {
  margin-left: auto;
  margin-right: auto;
}
.ccm-page .btn_normal:hover {
  text-decoration: none;
  background-color: #01a584;
  border: 1px solid #01a584;
  color: #fff;
}
.ccm-page .btn_contact {
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #01a584;
  color: #01a584;
  border-radius: 60px;
  padding: 16px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(../img/icon/contact.svg);
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding-left: 70px;
  padding-right: 24px;
}
@media screen and (max-width: 400px) {
  .ccm-page .btn_contact {
    width: 100%;
  }
}
.ccm-page .btn_contact span {
  background-position: left center;
  background-repeat: no-repeat;
  padding: 16px 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.ccm-page .btn_contact.center {
  margin-left: auto;
  margin-right: auto;
}
.ccm-page .btn_contact:hover {
  text-decoration: none;
  background-color: #01a584;
  border: 1px solid #01a584;
  color: #fff;
}
.ccm-page .btn_phone {
  text-decoration: none;
  display: block;
  background-color: #fff;
  border: 1px solid #01a584;
  color: #fff;
  border-radius: 60px;
  width: 207px;
  padding: 4px 16px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 750px) {
  .ccm-page .btn_phone {
    padding: 4px 18px;
    font-size: 20px;
  }
}
.ccm-page .btn_phone span {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(../img/icon/phone.svg);
}
@media screen and (max-width: 750px) {
  .ccm-page .btn_phone span {
    padding-left: 26px;
    background-size: 20px;
  }
}
.ccm-page .btn_phone.center {
  margin-left: auto;
  margin-right: auto;
}
.ccm-page .btn_phone:hover {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #01a584;
  color: #01a584;
}
.ccm-page .btn_phone:hover span {
  background-image: url(../img/icon/phone_hover.svg);
}
.ccm-page .toplink_dr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}
.ccm-page .btn_phone_dr {
  text-decoration: none;
  display: block;
  background-color: #fff;
  border: 1px solid #01a584;
  color: #fff;
  border-radius: 60px;
  width: 180px;
  padding: 4px 16px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.ccm-page .btn_phone_dr span {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(../img/icon/phone.svg);
}
@media screen and (max-width: 750px) {
  .ccm-page .btn_phone_dr span {
    padding-left: 26px;
    background-size: 20px;
  }
}
.ccm-page .btn_phone_dr.center {
  margin-left: auto;
  margin-right: auto;
}
.ccm-page .btn_phone_dr:hover {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #01a584;
  color: #01a584;
}
.ccm-page .btn_phone_dr:hover span {
  background-image: url(../img/icon/phone_hover.svg);
}
.ccm-page .btn_sns {
  text-decoration: none;
  display: block;
  background-color: #fff;
  border: 1px solid #01a584;
  color: #fff;
  border-radius: 60px;
  width: 37px;
  height: 37px;
  padding: 16px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 400px) {
}
.ccm-page .btn_sns.twitter {
  background-image: url(../img/icon/twitter.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.ccm-page .btn_sns.center {
  margin-left: auto;
  margin-right: auto;
}
.ccm-page .btn_sns:hover {
  text-decoration: none;
}
.ccm-page .btn_sns:hover.twitter {
  background-image: url(../img/icon/twitter_white.png);
  background-size: contain;
}
.ccm-page .contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ccm-page .contact_link a {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.ccm-page .contact_link a p {
  margin-bottom: 0;
  line-height: 1;
}
.ccm-page .contact_link a p.fs38 {
  margin-bottom: 16px;
}
.ccm-page .contact_link a:hover {
  text-decoration: none;
}
.ccm-page .c_arrow {
  background-image: url(../../_html/img/common/icon_arrow.png);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
  color: #01a584;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}
.ccm-page .main_photo {
  margin: 24px auto;
}
.ccm-page .maker_logo {
  text-align: center;
}
.ccm-page .maker_logo img {
  height: 80px;
  width: auto;
}
.ccm-page .bg_image {
  position: relative;
  background-image: url(../img/top_main.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  border-radius: 38px;
}
@media screen and (max-width: 1050px) {
  .ccm-page .bg_image {
    height: 47vw;
    background-size: 100%;
  }
}
@media screen and (max-width: 750px) {
  .ccm-page .bg_image {
    background-image: url(../img/top_main_sp.jpg);
    height: 90vw;
    background-size: 100%;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ccm-page .bg_image .float_copy {
  position: absolute;
  top: 75px;
  left: 83px;
}
@media screen and (max-width: 1050px) {
  .ccm-page .bg_image .float_copy {
    top: 7.5vw;
    left: 8.3vw;
  }
}
@media screen and (max-width: 750px) {
  .ccm-page .bg_image .float_copy {
    position: inherit;
    top: inherit;
    left: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ccm-page .bg_image .float_copy p {
    margin: auto;
    margin-top: -15vw;
  }
}
.ccm-page .bg_image .float_table {
  position: absolute;
  right: 0;
  bottom: 40px;
  font-size: 13px;
  padding: 0.3em 2em 1.5em 2em;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media screen and (max-width: 855px) {
  .ccm-page .bg_image .float_table {
    display: none;
  }
}
.ccm-page .bg_image .float_table > p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 3;
}
.ccm-page .bg_image .float_table .top_opening_hours {
  border-left: 1px solid #01a584;
  padding-left: 20px;
  margin-left: 14px;
}
.ccm-page .bg_image .float_table table {
  border-collapse: collapse;
}
.ccm-page .bg_image .float_table table tr.top th {
  padding-top: 0;
  line-height: 1;
  padding-bottom: 16px;
}
.ccm-page .bg_image .float_table table tr th {
  color: #333333;
  font-size: 13px;
  border-bottom: 1px solid #01a584;
  width: 3em;
  font-weight: normal;
}
.ccm-page .bg_image .float_table table tr td {
  color: #01a584;
  font-size: 13px;
  border-bottom: 1px solid #01a584;
}
.ccm-page .bg_image .float_table table tr > *:first-child {
  padding-left: 0;
  text-align: left;
}
.ccm-page .bg_image .float_table table tr > * {
  text-align: right;
  padding-right: 0;
  padding-top: 16px;
  line-height: 1;
  padding-bottom: 16px;
  padding-left: 30px;
}
.ccm-page .bg_image .float_table table tr > *:nth-child(2) {
  padding-right: 0;
  padding-left: 15px;
}
.ccm-page .top_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ccm-page .top_message > * {
  position: relative;
}
.ccm-page .top_message > *:before {
  background-image: url(../img/ill_doctor_01.svg);
  background-repeat: no-repeat;
  content: "";
  right: -120px;
  width: 84px;
  height: 180px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .ccm-page .top_message > *:before {
    right: -85px;
  }
}
@media screen and (max-width: 415px) {
  .ccm-page .top_message > *:before {
    content: inherit;
  }
}
.ccm-page .top_message > *:after {
  background-image: url(../img/ill_doctor_02.svg);
  background-repeat: no-repeat;
  content: "";
  left: -140px;
  width: 110px;
  height: 168px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .ccm-page .top_message > *:after {
    left: -100px;
  }
}
@media screen and (max-width: 415px) {
  .ccm-page .top_message > *:after {
    content: inherit;
  }
}
.ccm-page h1 {
  font-size: 26px;
  text-align: center;
}
.ccm-page h1.icon_about {
  background-position: center top 16px;
  background-image: url(../img/icon_about.svg);
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 14px;
}
.ccm-page h2 {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.4;
}
.ccm-page h2.news_title {
  font-size: 28px;
  line-height: 45px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .ccm-page h2.news_title {
    margin-right: 40px;
  }
}
.ccm-page h3 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  line-height: 54px;
}
.ccm-page h4 {
  font-size: 22px;
  color: #404040;
  list-style: 1.4;
  margin-bottom: 16px;
}
.ccm-page .concept_bg {
  position: relative;
}
.ccm-page .concept_bg:before {
  content: "";
  position: absolute;
  top: -104px;
  left: -40px;
  right: 0;
  bottom: 0;
  height: 129px;
  background-image: url(../img/bg_concept.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .ccm-page .concept_bg:before {
    background-size: 80%;
    background-position: left 40px top;
    background-size: auto 19vw;
    top: 19vw;
  }
}
.ccm-page .works_title {
  position: relative;
}
.ccm-page .works_title:before {
  content: "";
  position: absolute;
  top: -104px;
  left: -40px;
  right: 0;
  bottom: 0;
  height: 129px;
  background-image: url(../img/bg_works.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .ccm-page .works_title:before {
    background-size: auto 19vw;
    background-position: left 40px top;
  }
}
.ccm-page .works_title h3 {
  font-size: 24px;
}
.ccm-page img.r_side {
  margin-right: -40px;
  margin-left: 40px;
}
.ccm-page ul:not([class]) {
  margin-bottom: 24px;
}
.ccm-page ul:not([class]) > li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
  font-weight: 500;
}
.ccm-page ul:not([class]) > li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 4px;
  top: 0.75em;
  content: "";
  background: #404040;
}
.ccm-page ul:not([class]) > li.no_mark:before {
  content: none;
}
.ccm-page ul.kome,
.ccm-page ul.notice {
  margin-bottom: 24px;
}
.ccm-page ul.kome > li,
.ccm-page ul.notice > li {
  list-style-type: none;
  line-height: 1.8;
  position: relative;
  padding-left: 1.2em;
  font-size: 14px;
}
.ccm-page ul.kome > li:before,
.ccm-page ul.notice > li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}
.ccm-page ul.kome > li.no_mark:before,
.ccm-page ul.notice > li.no_mark:before {
  content: none;
}
.ccm-page ul.kome.small,
.ccm-page ul.notice.small {
  font-size: 0.9em;
}
.ccm-page ul.newslist > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ccm-page ul.newslist > li a .date {
  display: block;
  width: 125px;
}
@media screen and (max-width: 750px) {
  .ccm-page ul.newslist > li a .date {
    width: 100%;
  }
}
.ccm-page ul.newslist > li a .title {
  display: block;
  width: calc(100% - 125px);
}
@media screen and (max-width: 750px) {
  .ccm-page ul.newslist > li a .title {
    width: 100%;
    line-height: 1.6;
  }
}
.ccm-page dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ccm-page dl dt {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  width: 130px;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .ccm-page dl dt {
    width: 100%;
    line-height: 2;
    margin-bottom: 0;
  }
}
.ccm-page dl dd {
  font-size: 16px;
  line-height: 2;
  width: calc(100% - 130px);
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .ccm-page dl dd {
    width: 100%;
    line-height: 1.6;
    margin-bottom: 18px;
  }
}
.ccm-page dl.profile {
  margin-bottom: 4px;
}
@media screen and (max-width: 1050px) {
  .ccm-page dl.profile {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .ccm-page dl.profile {
    width: 100%;
  }
}
.ccm-page dl.profile dt {
  position: relative;
  padding-left: 1.2em;
  font-size: 15px;
}
.ccm-page dl.profile dt:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 4px;
  top: 0.62em;
  content: "";
  background: #01a584;
}
.ccm-page dl.profile dd {
  padding-left: 1.2em;
  font-size: 15px;
}
.ccm-page p {
  font-size: 16px;
  line-height: 40px;
  color: #605e59;
  margin-bottom: 32px;
}
.ccm-page p.last {
  margin-bottom: 0;
}
.ccm-page p.subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .ccm-page p.subtitle {
    line-height: 1.6;
  }
}
.ccm-page p.copy {
  font-size: 22px;
  font-weight: 500;
}
.ccm-page p.big {
  font-size: 22px;
  line-height: 1.4;
}
.ccm-page p.small {
  font-size: 14px;
  line-height: 2;
}
.ccm-page p.caption {
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 750px) {
  .ccm-page p.caption {
    text-align: left !important;
  }
}
.ccm-page p.copyright {
  font-size: 12px;
}
.ccm-page p.vtext {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 13px;
}
.ccm-page span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 239, 9, 0.6)));
  background: -webkit-linear-gradient(transparent 60%, rgba(255, 239, 9, 0.6) 60%);
  background: -o-linear-gradient(transparent 60%, rgba(255, 239, 9, 0.6) 60%);
  background: linear-gradient(transparent 60%, rgba(255, 239, 9, 0.6) 60%);
}
.ccm-page span.big {
  font-size: 22px;
}
.ccm-page span.small {
  font-size: 14px;
}
.ccm-page .col2_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ccm-page .col2_btn > *:nth-child(2) {
  margin-left: -1px;
}
@media screen and (max-width: 582px) {
  .ccm-page .col2_btn {
    width: 100%;
  }
}
.ccm-page .col_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1050px) {
  .ccm-page .sp_row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ccm-page .sp_column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.ccm-page section hr {
  border: none;
  border-bottom: 2px dotted #352d23;
  height: 0;
  margin-left: 40px;
  margin-right: 40px;
}
.ccm-page section div.colm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ccm-page section div.colm1 > .item {
  width: 100%;
}
.ccm-page section div.colm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ccm-page section div.colm2 > .item {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.colm2 > .item {
    width: 100%;
  }
}
.ccm-page section div.colm2.link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/vr.png);
  background-position: center top;
  background-repeat: repeat-y;
  margin-top: 70px;
  margin-bottom: 70px;
}
.ccm-page section div.v_colm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.ccm-page section div.v_colm2 > .item {
  width: 100%;
}
.ccm-page section div.v_colm2.rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.v_colm2.rev {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
}
.ccm-page section div.beige {
  padding: 40px 40px 24px 40px;
  background-color: #edebe9;
}
.ccm-page section div.normal,
.ccm-page section div.about,
.ccm-page section div.news,
.ccm-page section div.flow,
.ccm-page section div.concept {
  margin-left: 40px;
  margin-right: 40px;
}
.ccm-page section div.works {
  margin-left: 40px;
  margin-right: 40px;
}
.ccm-page section div.works > .item:first-child {
  width: 58%;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.works > .item:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.ccm-page section div.works > .item:last-child {
  width: 42%;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.works > .item:last-child {
    width: 100%;
    padding-right: 0;
  }
}
.ccm-page section div.news_list {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.news_list {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.ccm-page section div.news_list > .item:first-child {
  width: 58%;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.news_list > .item:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.ccm-page section div.news_list > .item:last-child {
  width: 42%;
  padding-right: 80px;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.news_list > .item:last-child {
    width: 100%;
    padding-right: 0;
  }
}
.ccm-page section div.model_house {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.model_house {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.ccm-page section div.model_house > .item:first-child {
  width: 58%;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.model_house > .item:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.ccm-page section div.model_house > .item:last-child {
  width: 42%;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.model_house > .item:last-child {
    width: 100%;
    padding-right: 0;
  }
}
.ccm-page section div.contact {
  margin-left: 0;
  margin-right: 80px;
}
@media screen and (max-width: 1200px) {
  .ccm-page section div.contact {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.ccm-page section div.contact > .item {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.ccm-page section div.contact > .item h3 {
  font-size: 22px;
  text-align: center;
  color: #404040;
  border-bottom: 1px solid #ccc;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 520px) {
  .ccm-page section div.contact > .item h3.sp_fit {
    font-size: 4vw;
  }
}
.ccm-page section div.contact > .item p {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.7;
}
.ccm-page section div.contact > .item a {
  font-size: 28px;
  font-weight: 500;
}
.ccm-page section div .box_white {
  background-color: #fff;
  padding: 40px;
  color: #605e59;
}
.ccm-page section div.more {
  background-image: url(../img/common/modelhouse_banner.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.more {
    background-image: url(../img/common/sp_modelhouse.webp);
  }
}
.ccm-page section div.more > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(235px + 180px);
}
@media screen and (max-width: 750px) {
  .ccm-page section div.more > .item {
    height: auto;
    padding: 46px 0 68px;
  }
}
.ccm-page section div.more > .item .inifo_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 660px;
  height: 292px;
  margin-right: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.more > .item .inifo_box {
    width: 80%;
    height: auto;
    margin-right: 32px;
    margin-bottom: 0;
  }
}
.ccm-page section div.more > .item .inifo_box .inner {
  display: block;
  width: 100%;
}
.ccm-page section div.more > .item .inifo_box .inner .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(235px - 58px);
}
@media screen and (max-width: 750px) {
  .ccm-page section div.more > .item .inifo_box .inner .place {
    height: auto;
    padding: 64px 0;
  }
}
.ccm-page section div.more > .item .inifo_box .inner .place p {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
.ccm-page section div.more > .item .inifo_box .inner .place p.addr {
  display: inline;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.more > .item .inifo_box .inner .place p.addr {
    display: block;
    margin-bottom: 16px;
  }
  .ccm-page section div.more > .item .inifo_box .inner .place p.addr .sp_only {
    display: inline !important;
  }
}
.ccm-page section div.more > .item .inifo_box .inner .place p.type {
  display: inline;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.more > .item .inifo_box .inner .place p.type {
    display: block;
    margin-bottom: 0;
    font-size: 42px;
  }
}
.ccm-page section div.more > .item .inifo_box .inner .message {
  height: 58px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.more > .item .inifo_box .inner .message {
    height: auto;
  }
}
.ccm-page section div.more > .item .inifo_box .inner .message p {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .ccm-page section div.more > .item .inifo_box .inner .message p {
    display: block;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.4;
    padding: 32px;
  }
}
.ccm-page section div.more > .item .inifo_box .float {
  position: absolute;
  top: -61px;
  left: -61px;
  background-color: #6a5945;
  border-radius: 50%;
  width: 122px;
  height: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ccm-page section div.more > .item .inifo_box .float span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
.ccm-page .flow_title {
  background-color: #352d23;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
.ccm-page .flow_title h3 {
  color: #fff;
  font-size: 18px;
}
.ccm-page .flow_box {
  padding: 40px;
  margin-bottom: 18px;
  background-color: #fff;
  width: 100%;
}
.ccm-page .flow_box h4 {
  font-size: 22px;
  color: #404040;
  list-style: 1.4;
  margin-bottom: 16px;
}
.ccm-page .flow_box p {
  margin-bottom: 0;
}
.ccm-page .flow_box_green {
  padding: 40px;
  margin-bottom: 18px;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0 0 2px #01a584 inset;
  box-shadow: 0 0 0 2px #01a584 inset;
}
.ccm-page .flow_box_green h4 {
  font-size: 24px;
  color: #01a584;
  list-style: 1.4;
  margin-bottom: 16px;
}
.ccm-page .flow_box_green p {
  margin-bottom: 0;
  color: #01a584;
  list-style: 40px;
}
.ccm-page .visual img {
  width: 100%;
  height: auto;
}
.ccm-page .gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.ccm-page .works h3 {
  font-size: 22px;
  line-height: 31px;
}
@media screen and (max-width: 1050px) {
  .ccm-page .concept h3,
  .ccm-page .flow h3 {
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .ccm-page .concept h3,
  .ccm-page .flow h3 {
    font-size: 22px;
  }
}
.ccm-page .model_house h3 {
  font-size: 22px;
  line-height: 31px;
}
.ccm-page .model_house .gallery img {
  margin-bottom: 8px;
}
.ccm-page .menu_list li {
  margin-bottom: 8px;
}
.ccm-page .menu_list li .menu_lv2 {
  display: none;
}
.ccm-page .menu_list li .menu_lv2.open {
  display: inherit;
}
.ccm-page .menu_list li .menu_lv2 a.box {
  margin-left: 16px;
  margin-top: 16px;
}
.ccm-page .menu_list li a {
  margin-top: 10px;
}
.ccm-page .menu_list li a.box {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  margin-top: 10px;
  border: 1px solid #333333;
  background-color: #fff;
}
.ccm-page .menu_list li a.box:hover {
  -webkit-filter: invert(80%);
  filter: invert(80%);
  text-decoration: none;
}
.ccm-page .menu_list li .lv1 {
  border-bottom: 1px solid #333333;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 75px;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .ccm-page .menu_list li .lv1 {
    padding-left: 16px;
  }
}
.ccm-page .menu_list li .lv1 span {
  display: block;
  width: 64px;
  height: 80%;
  position: absolute;
  top: 10%;
  border: 0;
  right: 0;
  border-left: 1px solid #333333;
  background-color: #fff;
  cursor: pointer;
}
.ccm-page .menu_list li .lv1 span:before {
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 29px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.ccm-page .menu_list li .lv1 span.open:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 0;
}
@media screen and (max-width: 750px) {
  .ccm-page .menu_list li .lv2 {
    line-height: 2.5;
    padding-left: 28px;
    padding-right: 28px;
  }
}
.ccm-page .menu_list li .lv2 li {
  position: relative;
  padding: 0 0 0 24px;
  color: #333333;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.ccm-page .menu_list li .lv2 li:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 13px;
  width: 5px;
  height: 4px;
  border-top: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ccm-page .menu_list li .lv2 li:after {
  position: absolute;
  top: 7px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 16px;
  height: 4px;
  border-top: 1px solid #333333;
}
.ccm-page .menu_list li .lv2.box {
  padding-top: 16px;
}
@media screen and (max-width: 750px) {
  .ccm-page .menu_list li .lv2.box {
    width: 100%;
  }
  .ccm-page .menu_list li .lv2.box.sp_pt0 {
    padding-top: 0;
  }
}
.ccm-page .menu_list li .lv2.box li {
  padding: 0;
  margin-bottom: 28px;
}
.ccm-page .menu_list li .lv2.box li a.btn_icon_sq {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 1070px) {
  .ccm-page .menu_list li .lv2.box li a.btn_icon_sq {
    width: calc(100% - 28px);
  }
}
@media screen and (max-width: 750px) {
  .ccm-page .menu_list li .lv2.box li a.btn_icon_sq {
    max-width: inherit;
    width: 100%;
  }
}
.ccm-page .menu_list li .lv2.box li:before {
  content: none;
}
.ccm-page .menu_list li .lv2.box li:after {
  content: none;
}
.ccm-page .menu_circle {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .ccm-page .menu_circle {
    padding-left: 8px;
  }
}
.ccm-page .menu_circle li {
  position: relative;
  padding: 0 0 0 24px;
  color: #333333;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.ccm-page .menu_circle li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  border-radius: 50%;
}
.ccm-page .menu_circle li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 5px solid #333333;
}
.ccm-page #overlay {
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: rgba(26, 26, 26, 0.74);
}
.ccm-page #overlay.active {
  z-index: 10;
  opacity: 0.65;
}
.ccm-page .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .ccm-page .gmap {
    padding-bottom: 50%;
  }
}
.ccm-page .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ccm-page .gmaps {
  position: relative;
  padding-bottom: calc(45% + 59px);
  height: 0;
  overflow: hidden;
  margin-bottom: -50px;
}
@media screen and (max-width: 1050px) {
  .ccm-page .gmaps {
    padding-bottom: calc(50% + 59px);
  }
}
@media screen and (max-width: 750px) {
  .ccm-page .gmaps {
    padding-bottom: calc(70% + 59px);
  }
}
.ccm-page .gmaps iframe {
  position: absolute;
  top: 0;
  top: -59px;
  border: none;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ccm-page .youtubeBlock {
  position: relative;
  padding-bottom: 57%;
  height: 0;
  overflow: hidden;
  margin-bottom: 8px;
  border: none;
}
.ccm-page .youtubeBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ccm-page .news_list > li a p {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .ccm-page .news_list > li a p {
    line-height: 2;
    margin-bottom: 16px;
  }
}
.ccm-page .news_list > li a p.date {
  color: #01a483;
  margin-bottom: 0;
  line-height: 2;
}
.ccm-page .works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ccm-page .works_list > li {
  margin-right: 45px;
  width: calc((100% - 90px ) / 3 );
}
.ccm-page .works_list > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .ccm-page .works_list > li {
    width: calc((100% - 45px ) / 2 );
  }
  .ccm-page .works_list > li:nth-child(3n) {
    margin-right: 45px;
  }
  .ccm-page .works_list > li:nth-child(2n) {
    margin-right: 0;
  }
}
.ccm-page .works_list > li a .thumb {
  width: 100%;
}
.ccm-page .works_list > li a .thumb img {
  -o-object-fit: cover;
  object-fit: cover;
}
.ccm-page .works_list > li a p.title {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 5px;
}
.ccm-page .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ccm-page .flex.pc_rev {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ccm-page .flex.pc_rev h3 {
  margin-top: -45px;
}
@media screen and (max-width: 750px) {
  .ccm-page .flex.pc_rev h3 {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.ccm-page .flex.pc_rev h3 img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .ccm-page .flex.sp_v {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.ccm-page .flex > .item_h {
  width: 214px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .ccm-page .flex > .item_h {
    text-align: left;
    width: 100%;
  }
}
.ccm-page .flex > .item {
  width: calc(100% - 214px);
}
@media screen and (max-width: 750px) {
  .ccm-page .flex > .item {
    width: 100%;
  }
}
.ccm-page .flex > .item p {
  font-size: 19px;
}
.ccm-page .topvisual {
  background-size: cover;
  background-image: url(../img/top/mainvisual/main_01.webp);
  background-repeat: no-repeat;
  background-position: center;
  height: 470px;
  margin-top: 250px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .ccm-page .topvisual {
    margin-top: 320px;
    height: 60vw;
  }
}
.ccm-page .topvisual .tb_logo {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ccm-page .topvisual .tb_logo {
    position: absolute;
    top: -215px;
    left: 38px;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .ccm-page .topvisual .tb_logo {
    top: -300px;
    left: 20px;
  }
}
.ccm-page .topvisual > .item h2 {
  position: absolute;
  top: -110px;
  left: 120px;
}
@media screen and (max-width: 750px) {
  .ccm-page .topvisual > .item h2 {
    left: 30px;
    top: -210px;
  }
}
@media screen and (max-width: 640px) {
  .ccm-page .topvisual > .item h2 img {
    width: 12.5vw;
    height: auto;
  }
}
.ccm-page .topvisual > .item p {
  position: absolute;
  top: -210px;
  right: 30px;
  line-height: 2.3;
  height: 12em;
  color: #404040;
}
@media screen and (max-width: 750px) {
  .ccm-page .topvisual > .item p {
    top: -210px;
    font-size: 16px;
    line-height: 1.7;
    height: 11em;
  }
}
@media screen and (max-width: 640px) {
  .ccm-page .topvisual > .item p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1050px) {
  .ccm-page footer .inner {
    padding-bottom: 16vw;
  }
  .ccm-page footer .inner .footer_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .ccm-page footer .inner .footer_fixed .link {
    margin-top: 0 !important;
  }
  .ccm-page footer .inner .footer_fixed .link .phone {
    height: 16vw;
    max-height: 100px;
    width: 50%;
    background-color: #6a5945;
    background-position: left 48px center;
    text-align: center;
    line-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 16px;
  }
  .ccm-page footer .inner .footer_fixed .link .contact {
    height: 16vw;
    max-height: 100px;
    width: 50%;
    background-color: #a59a8e;
    background-position: left 48px center;
    text-align: center;
    line-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 16px;
  }
}
.ccm-page .style1 {
  color: #f00;
  font-size: 12px;
}
.ccm-page .style2 {
  font-size: 12px;
  color: #f00;
}
.ccm-page input[type="text"] {
  padding: 6px 18px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  border: 1px solid #aaaaaa;
  width: 100%;
  max-width: 500px;
}
.ccm-page textarea {
  font-size: 16px;
  padding: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333333;
  border: 1px solid #aaaaaa;
  width: 100%;
  max-width: 780px;
}
.ccm-page input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 6px 25px;
  color: #666666;
  font-weight: bold;
  letter-spacing: 0.5pt;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.ccm-page input[type="submit"]:hover {
  color: #ffffff;
  background-color: #6a5945;
}
.ccm-page .tblconf th,
.ccm-page .tblconf td {
  padding: 8px;
}
.ccm-page #btn_pagetop {
  display: block;
  width: 86px;
  height: 86px;
  position: fixed;
  right: 10px;
  bottom: -100px;
  background: url(../img/common/pagetop.svg) no-repeat center center;
  background-size: auto;
  background-size: contain;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 5;
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  right: 40px;
  opacity: 0.6;
}
.ccm-page #btn_pagetop:hover {
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  .ccm-page #btn_pagetop {
    right: 18px;
  }
}
.ccm-page #btn_pagetop.show {
  right: 10px;
  bottom: 80px;
  right: 40px;
}
@media screen and (max-width: 1050px) {
  .ccm-page #btn_pagetop.show {
    bottom: 115px;
    right: 18px;
  }
}
.ccm-page .pagination {
  margin-top: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ccm-page .pagination > li {
  list-style: none;
  margin: 0 8px;
}
.ccm-page .pagination > li.active span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #6A5945;
  background: #6A5945;
  color: #FFF;
}
.ccm-page .pagination > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #A69B8F;
  background: #A69B8F;
  color: #FFF;
}
.ccm-page .pagination > li a:hover {
  border: 1px solid #6A5945;
  background: #6A5945;
  text-decoration: none;
}
.ccm-page .pagination > li .visually-hidden {
  display: none !important;
}
.ccm-page .pagination > li .sr-only {
  display: none;
}
.ccm-page .pagination > li.prev a,
.ccm-page .pagination > li.prev span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  border: none;
  border-radius: 20px;
  background-image: url(../img/page/arrow_l.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #A69B8F;
  border: 1px solid #A69B8F;
}
.ccm-page .pagination > li.prev span {
  opacity: 0.3;
}
.ccm-page .pagination > li.prev a:hover {
  border: 1px solid #6A5945;
  background-color: #6A5945;
  text-decoration: none;
}
.ccm-page .pagination > li.next a,
.ccm-page .pagination > li.next span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  border: none;
  border-radius: 20px;
  background-image: url(../img/page/arrow_r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #A69B8F;
  border: 1px solid #A69B8F;
}
.ccm-page .pagination > li.next span {
  opacity: 0.3;
}
.ccm-page .pagination > li.next a:hover {
  border: 1px solid #6A5945;
  background-color: #6A5945;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
	.ccm-page p {
		line-height: 1.6;
	}
}

/* 20221123 */
.ccm-page .flex > .item p {
	font-size: 16px;
}
.ccm-page .works_list > li a p.title {
	font-size: 14px;
}
