@charset "UTF-8";
:root {
  --cl-br: #423622;
  --cl-title: #44331b;
  --cl-bd: #44331b;
}

/*
Theme Name: 森本工務店2024
Description:森本工務店オリジナルテーマ
Version:1.1.0
*/
/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body figure {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  color: #313131;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 12px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 758px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  color: inherit;
}

/* ---------------------------------
  画像なしMV
----------------------------------- */
.mv-nobg {
  padding-bottom: 54px;
}
.mv-nobg__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.mv-nobg__body {
  margin-top: 12px;
  padding: 0 30px;
  text-align: center;
}
.mv-nobg__title {
  font-size: 48px;
  font-weight: 600;
}
.mv-nobg__entitle {
  margin-top: 26px;
  font-size: 22px;
  color: #b3a98c;
}
.mv-nobg .bcn {
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .mv-nobg {
    padding-bottom: 50px;
  }
  .mv-nobg__body {
    margin-top: 20px;
    padding: 0 20px;
  }
  .mv-nobg__title {
    font-size: 40px;
  }
  .mv-nobg__entitle {
    margin-top: 22px;
    font-size: 18px;
  }
  .mv-nobg .bcn {
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .mv-nobg {
    padding-top: 45px;
    padding-bottom: 0;
  }
  .mv-nobg__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv-nobg__body {
    margin-top: 0;
    text-align: left;
  }
  .mv-nobg__title {
    font-size: 24px;
  }
  .mv-nobg__entitle {
    margin-top: 18px;
    font-size: 15px;
  }
  .mv-nobg .bcn {
    margin-top: 18px;
    font-size: 10px;
  }
}
/* ===================================

  section-title

====================================== */
.section-title {
  text-align: center;
}
.section-title .title {
  font-size: 48px;
  font-weight: 600;
  color: #423622;
}
.section-title .text {
  margin-top: 21px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  color: #b3a98c;
}

@media screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 36px;
  }
  .section-title .text {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .section-title .title {
    font-size: 22px;
  }
  .section-title .text {
    margin-top: 13px;
    font-size: 15px;
  }
}
/* ===================================

  リンクボタン

====================================== */
.link-btn {
  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;
  margin: 0 auto;
  height: 65px;
  background-color: #fff;
  font-size: 16px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1199px) {
  .link-btn {
    height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .link-btn {
    font-size: 12px;
  }
}
/* ===================================

  パンくずリスト

====================================== */
.breadcrumb-wrap .breadcrumb {
  margin: 0 auto;
  padding: 25px 30px;
  width: 100%;
  max-width: 1820px;
  overflow-x: scroll;
  white-space: nowrap;
  text-align: right;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb-wrap .breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb-wrap .breadcrumb span {
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-wrap .breadcrumb {
    padding: 15px 30px 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap .breadcrumb {
    padding: 10px 15px 12px;
    font-size: 10px;
  }
}
/* ===================================

  ページネーション

====================================== */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 110px;
}
.pagination-wrap .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pagination-wrap .pagination .page-numbers {
  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;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-wrap .pagination .page-numbers:hover, .pagination-wrap .pagination .page-numbers.current {
  background-color: #313131;
  color: #fff;
  border: 1px solid #313131;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .pagination-wrap {
    margin-top: 60px;
  }
  .pagination-wrap .pagination .page-numbers {
    margin-right: 8px;
    margin-bottom: 8px;
    width: 45px;
    height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .pagination-wrap {
    margin-top: 30px;
  }
  .pagination-wrap .pagination .page-numbers {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
/* ===================================

  各アーカイブページMV

====================================== */
.l-mv {
  padding-bottom: 85px;
}
.l-mv__contents {
  text-align: center;
  margin-top: 65px;
}
.l-mv__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}
.l-mv__subtitle {
  margin-top: 12px;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 22px;
  color: #b3a98c;
}

@media screen and (max-width: 1199px) {
  .l-mv {
    padding-bottom: 40px;
  }
  .l-mv__contents {
    margin-top: 30px;
  }
  .l-mv__title {
    font-size: 36px;
  }
  .l-mv__subtitle {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .l-mv {
    padding-bottom: 30px;
  }
  .l-mv__contents {
    margin-top: 20px;
  }
  .l-mv__title {
    font-size: 22px;
  }
  .l-mv__subtitle {
    font-size: 15px;
  }
}
.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 0.3em;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

/* ===================================

  ヘッダー

====================================== */
body.home {
  background-image: url(img/bg/bg-1-80.jpg);
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  background-size: 54.1%;
}

@media screen and (max-width: 1199px) {
  body.home {
    background-size: 94.44%;
  }
}
.header {
  position: relative;
  z-index: 1;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 115px;
  padding: 0 55px 17px 40px;
}
.header-logo {
  width: 265px;
  padding-bottom: 6px;
}
.header-logo__link {
  display: block;
}
.header-logo__img {
  display: block;
  width: 100%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .g-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .g-nav .menu-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.header .g-nav .menu-item + .menu-item {
  margin-left: 40px;
}
.header-tel {
  text-align: center;
  margin-left: 55px;
}
.header-tel__link {
  display: block;
  font-size: 35px;
  font-weight: 500;
}
.header-tel__link span {
  font-size: 20px;
}
.header-tel__text {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
}
.header .sp-header-tel {
  display: none;
}

.s-header {
  position: fixed;
  top: -300px;
  left: 0;
  right: 0;
  background-image: none;
  background-color: #fff;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.85s;
  transition: all 0.85s;
}
.s-header.show {
  top: 0;
  z-index: 100;
  opacity: 1;
}
.s-header .header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}
.s-header .header-logo {
  padding-bottom: 0;
}

@media screen and (max-width: 1500px) {
  .header__inner {
    padding: 0 40px 17px 30px;
  }
  .header .g-nav .menu-item {
    font-size: 14px;
  }
  .header .g-nav .menu-item + .menu-item {
    margin-left: 25px;
  }
  .header-tel {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner {
    padding: 0 25px 17px 20px;
  }
  .header .g-nav .menu-item {
    font-size: 13px;
  }
  .header .g-nav .menu-item + .menu-item {
    margin-left: 25px;
  }
  .header-tel {
    margin-left: 30px;
  }
  .header .menu-btn {
    margin-left: 30px;
  }
  .header .menu-btn .bar {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: #313131;
  }
  .header .menu-btn .bar:first-child {
    top: 0;
  }
  .header .menu-btn .bar:nth-child(2) {
    top: 13px;
  }
  .header .menu-btn .bar:nth-child(3) {
    top: 26px;
  }
  .header .menu-btn .text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    font-family: "Shippori Mincho", sans-serif;
    font-size: 14px;
    white-space: nowrap;
  }
  .header .menu-btn.active {
    height: 50px;
  }
  .header .menu-btn.active .bar:first-child {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .header .menu-btn.active .bar:nth-child(2) {
    opacity: 0;
  }
  .header .menu-btn.active .bar:nth-child(3) {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 1199px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    padding: 0 20px 0 15px;
  }
  .header-logo {
    width: 152px;
    padding-bottom: 0;
  }
  .header .g-nav {
    display: none;
  }
  .header-tel {
    display: none;
  }
  .header .sp-header-tel {
    display: block;
  }
  .header .sp-header-tel__link {
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 18px;
  }
  .header .sp-header-tel__img {
    width: 100%;
  }
  .header .sp-header-tel__txt {
    position: relative;
    margin-top: 2px;
    font-family: "Shippori Mincho", serif;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
    -webkit-transform: scale(0.74);
        -ms-transform: scale(0.74);
            transform: scale(0.74);
  }
  .header .menu-btn {
    width: 25px;
    height: 18px;
    margin-top: 0;
    margin-left: 0;
  }
  .header .menu-btn .bar {
    width: 25px;
  }
  .header .menu-btn .bar:first-child {
    top: 2px;
  }
  .header .menu-btn .bar:nth-child(2) {
    top: 9px;
  }
  .header .menu-btn .bar:nth-child(3) {
    top: 16px;
  }
  .s-header .header__inner {
    padding: 0 20px 0 15px;
  }
}
/* ===================================

  メニューボタン

====================================== */
.menu-btn {
  position: relative;
  width: 40px;
  height: 48px;
  margin-top: 0;
  margin-left: 56px;
}
.menu-btn .bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #313131;
}
.menu-btn .bar:first-child {
  top: 0;
}
.menu-btn .bar:nth-child(2) {
  top: 13px;
}
.menu-btn .bar:nth-child(3) {
  top: 26px;
}
.menu-btn .text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 14px;
  white-space: nowrap;
}
.menu-btn.active {
  height: 50px;
}
.menu-btn.active .bar:first-child {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.menu-btn.active .bar:nth-child(2) {
  opacity: 0;
}
.menu-btn.active .bar:nth-child(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 1500px) {
  .menu-btn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .menu-btn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .menu-btn {
    position: relative;
    width: 25px;
    height: 26px;
    margin-left: 15px;
  }
  .menu-btn .bar {
    width: 25px;
  }
  .menu-btn .bar:first-child {
    top: 0;
  }
  .menu-btn .bar:nth-child(2) {
    top: 7px;
  }
  .menu-btn .bar:nth-child(3) {
    top: 14px;
  }
  .menu-btn .text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.74);
        -ms-transform: translateX(-50%) scale(0.74);
            transform: translateX(-50%) scale(0.74);
    bottom: -5px;
    font-family: "Shippori Mincho", sans-serif;
    font-size: 10px;
  }
  .menu-btn.active {
    height: 26px;
  }
  .menu-btn.active .bar:first-child {
    top: 8px;
  }
  .menu-btn.active .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.active .bar:nth-child(3) {
    top: 8px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  .header .menu-btn {
    height: 26px;
    margin-left: 15px;
  }
  .header .menu-btn .text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.74);
        -ms-transform: translateX(-50%) scale(0.74);
            transform: translateX(-50%) scale(0.74);
    bottom: -5px;
    font-family: "Shippori Mincho", sans-serif;
    font-size: 10px;
  }
  .header .menu-btn.active {
    height: 26px;
  }
  .header .menu-btn.active .bar:first-child {
    top: 10px;
  }
  .header .menu-btn.active .bar:nth-child(2) {
    opacity: 0;
  }
  .header .menu-btn.active .bar:nth-child(3) {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}
/* ===================================

  ドロワーメニュー

====================================== */
.dmenu {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -100%;
  z-index: -1;
  opacity: 0;
}
.dmenu.show {
  right: 0;
  z-index: 9999;
  opacity: 1;
}
.dmenu-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 115px;
  padding: 0 55px 0 40px;
}
.dmenu-head__logo {
  width: 265px;
}
.dmenu-head__img {
  display: block;
  width: 100%;
}
.dmenu-body {
  height: calc(100vh - 115px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior-y: none;
}
.dmenu-body::-webkit-scrollbar {
  display: none;
}
.dmenu-body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 130px;
}
.dmenu__col {
  width: calc((100% - 120px) / 3);
}
.dmenu .g-nav .nav-list > .menu-item + .menu-item {
  margin-top: 8px;
}
.dmenu .g-nav .nav-list > .menu-item > a {
  display: block;
  padding: 13px 0;
  background-image: url(img/ico/ico-nav-arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center right 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.dmenu .g-nav .nav-list a.disabled {
  pointer-events: none;
  cursor: default;
  background-image: none;
}
.dmenu .g-nav .nav-list .sub-menu {
  padding-top: 16px;
  padding-bottom: 21px;
}
.dmenu .g-nav .nav-list .sub-menu > .menu-item a {
  display: block;
  padding-left: 20px;
  background-image: url(img/ico/ico-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 5px 10px;
  background-position: center left 0;
  font-size: 16px;
  line-height: 1.5;
}
.dmenu .g-nav .nav-list .sub-menu > .menu-item + .menu-item {
  margin-top: 12px;
}
.dmenu .box {
  padding: 30px 30px 32px;
  border: 1px solid #ccc;
}
.dmenu .box__title {
  font-size: 28px;
  font-weight: 600;
  color: #b3a98c;
}
.dmenu .box-tel {
  margin-top: 35px;
}
.dmenu .box-tel__head {
  font-size: 16px;
}
.dmenu .box-tel__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 14px;
  font-size: 34px;
  font-weight: 500;
}
.dmenu .box-tel__num span {
  font-size: 20px;
  padding-bottom: 2px;
}
.dmenu .box-tel__txt {
  margin-top: 11px;
  font-size: 16px;
}
.dmenu .box__links {
  margin-top: 35px;
}
.dmenu .box__link {
  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: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #3c5a42;
}
.dmenu .box__link + .box__link {
  margin-top: 15px;
  background-color: #b77220;
}
.dmenu .box__snss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.dmenu .box__sns {
  width: 24px;
}
.dmenu .box__sns img {
  display: block;
  width: 100%;
}
.dmenu .box__sns + .box__sns {
  margin-left: 16px;
}

@media screen and (max-width: 1500px) {
  .dmenu-head__inner {
    padding: 0 40px 0 30px;
  }
}
@media screen and (max-width: 1300px) {
  .dmenu-head__inner {
    padding: 0 25px 17px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .dmenu-head__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    padding: 0 20px 0 15px;
  }
  .dmenu-head__logo {
    width: 152px;
  }
  .dmenu-body {
    height: calc(100vh - 64px);
  }
  .dmenu-body__inner {
    width: 100%;
    padding: 0 30px;
    padding-top: 50px;
  }
  .dmenu__col {
    width: calc((100% - 60px) / 3);
  }
  .dmenu__col.col_2 {
    margin-top: 10px;
  }
  .dmenu .g-nav .nav-list > .menu-item + .menu-item {
    margin-top: 10px;
  }
  .dmenu .g-nav .nav-list > .menu-item > a {
    padding: 8px 0;
    background-size: 15px 15px;
    font-size: 15px;
  }
  .dmenu .g-nav .nav-list .sub-menu {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .dmenu .g-nav .nav-list .sub-menu > .menu-item a {
    padding-left: 16px;
    background-size: 6px 8px;
    font-size: 12px;
  }
  .dmenu .g-nav .nav-list .sub-menu > .menu-item + .menu-item {
    margin-top: 8px;
  }
  .dmenu .box {
    padding: 40px 20px 45px;
  }
  .dmenu .box__title {
    font-size: 21px;
  }
  .dmenu .box-tel {
    margin-top: 28px;
  }
  .dmenu .box-tel__head {
    font-size: 12px;
  }
  .dmenu .box-tel__num {
    margin-top: 11px;
    font-size: 22px;
  }
  .dmenu .box-tel__num span {
    font-size: 12px;
    padding-bottom: 2px;
  }
  .dmenu .box-tel__txt {
    margin-top: 8px;
    font-size: 12px;
  }
  .dmenu .box__links {
    margin-top: 28px;
  }
  .dmenu .box__link {
    height: 45px;
    font-size: 14px;
  }
  .dmenu .box__link + .box__link {
    margin-top: 12px;
  }
  .dmenu .box__snss {
    margin-top: 30px;
  }
  .dmenu .box__sns {
    width: 19px;
  }
  .dmenu .box__sns + .box__sns {
    margin-left: 10px;
  }
}
@media screen and (max-width: 758px) {
  .dmenu-head {
    background-color: #fff;
  }
  .dmenu-body__inner {
    display: block;
    padding: 24px 40px 120px;
  }
  .dmenu__col {
    width: 100%;
  }
  .dmenu .box {
    margin-top: 34px;
    padding: 40px 40px 45px;
  }
  .dmenu .box-tel {
    margin-top: 28px;
  }
  .dmenu .box-tel__num {
    font-size: 26px;
  }
  .dmenu .box-tel__num span {
    font-size: 15px;
  }
}
/* ===================================

  ・お問い合わせ
  ・フッター

====================================== */
/* ---------------------------------
  追従フッター
----------------------------------- */
.footer-follow__panels {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}

.footer-follow__panel {
  width: 7.3vw;
}
.footer-follow__panel + .footer-follow__panel {
  margin-top: 18px;
}

.footer-follow__link {
  display: block;
}
.footer-follow__link:hover {
  opacity: 0.85;
}
.footer-follow__link img {
  display: block;
  width: 100%;
}

.sp-footer-link {
  display: none;
}

.popupmenu {
  display: none;
}

@media screen and (max-width: 1199px) {
  .popupmenu {
    display: block;
    position: fixed;
    bottom: -150px;
    width: 100%;
    height: 65px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9990;
  }
  .popupmenu.show {
    bottom: 0;
  }
  .popupmenu__inner {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }
  .popupmenu__navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popupmenu__navs .pnav {
    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: 25%;
    height: 65px;
  }
  .popupmenu__navs .pnav__txt {
    font-size: 16px;
    color: #fff;
    margin-left: 12px;
  }
  .popupmenu__navs .pnav:nth-child(1) {
    background-color: #333;
  }
  .popupmenu__navs .pnav:nth-child(1) .pnav__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    width: 32px;
  }
  .popupmenu__navs .pnav:nth-child(2) {
    background-color: #847049;
  }
  .popupmenu__navs .pnav:nth-child(2) .pnav__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    width: 35px;
  }
  .popupmenu__navs .pnav:nth-child(3) {
    background-color: #9f8f6e;
  }
  .popupmenu__navs .pnav:nth-child(3) .pnav__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
  }
  .popupmenu__navs .pnav:nth-child(4) {
    background-color: #fff;
    border: 1px solid #313131;
  }
  .popupmenu__navs .pnav:nth-child(4) .pnav__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
  }
  .popupmenu__navs .pnav:nth-child(4) .pnav__txt {
    color: #313131;
  }
  .footer-follow__panels {
    display: none !important;
  }
}
@media screen and (max-width: 758px) {
  .popupmenu__inner {
    max-width: 100%;
  }
  .popupmenu__navs .pnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 14px;
  }
  .popupmenu__navs .pnav__txt {
    font-size: 10px;
    margin-left: 0;
    margin-top: 8px;
  }
  .popupmenu__navs .pnav:nth-child(1) .pnav__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
  }
  .popupmenu__navs .pnav:nth-child(1) .pnav__txt {
    margin-top: 8px;
  }
  .popupmenu__navs .pnav:nth-child(2) {
    padding-top: 12px;
  }
  .popupmenu__navs .pnav:nth-child(2) .pnav__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    width: 25px;
  }
  .popupmenu__navs .pnav:nth-child(2) .pnav__txt {
    margin-top: 7px;
  }
  .popupmenu__navs .pnav:nth-child(3) .pnav__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
  }
  .popupmenu__navs .pnav:nth-child(3) .pnav__txt {
    margin-top: 10px;
  }
  .popupmenu__navs .pnav:nth-child(4) {
    padding-top: 16px;
  }
  .popupmenu__navs .pnav:nth-child(4) .pnav__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13px;
            flex: 0 0 13px;
    width: 13px;
  }
  .popupmenu__navs .pnav:nth-child(4) .pnav__txt {
    margin-top: 14px;
  }
}
/* ---------------------------------
  お問い合わせ
----------------------------------- */
.c-contact {
  margin-top: 180px;
  padding: 115px 0 100px;
  background-color: #ccd8ce;
}
.c-contact__inner {
  width: 1080px;
  margin: 0 auto;
}
.c-contact__head {
  padding-bottom: 36px;
  border-bottom: 1px solid #333;
}
.c-contact__text {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  text-align: center;
}
.c-contact__body {
  padding-top: 40px;
}
.c-contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-contact-tel__num {
  font-size: 54px;
  font-weight: 500;
}
.c-contact-tel__num span {
  font-size: 30px;
}
.c-contact-tel__text {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 500;
}
.c-contact__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.c-contact__btn {
  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: 530px;
  height: 80px;
  background-color: #3C5A42;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.c-contact__btn + .c-contact__btn {
  background-color: #b77220;
}

@media screen and (max-width: 1199px) {
  .c-contact {
    margin-top: 100px;
    padding: 80px 0 60px;
  }
  .c-contact__inner {
    width: 100%;
    padding: 0 30px;
  }
  .c-contact__head {
    padding-bottom: 30px;
  }
  .c-contact__text {
    margin-top: 20px;
  }
  .c-contact__body {
    padding-top: 35px;
  }
  .c-contact-tel__num {
    font-size: 32px;
  }
  .c-contact-tel__num span {
    font-size: 18px;
  }
  .c-contact-tel__text {
    margin-top: 5px;
    font-size: 15px;
  }
  .c-contact__btns {
    display: block;
    margin-top: 40px;
  }
  .c-contact__btn {
    margin: 0 auto;
    width: 500px;
    height: 70px;
    font-size: 16px;
  }
  .c-contact__btn + .c-contact__btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 758px) {
  .c-contact {
    margin-top: 40px;
    padding: 45px 0 50px;
  }
  .c-contact__inner {
    padding: 0 20px;
  }
  .c-contact__head {
    padding-bottom: 23px;
  }
  .c-contact__body {
    padding-top: 25px;
  }
  .c-contact-tel__num {
    font-size: 30px;
  }
  .c-contact-tel__num span {
    font-size: 16px;
  }
  .c-contact-tel__text {
    margin-top: 3px;
    font-size: 12px;
  }
  .c-contact__btns {
    margin-top: 25px;
  }
  .c-contact__btn {
    width: 100%;
    height: 50px;
    font-size: 15px;
  }
}
/* ---------------------------------
  フッター
----------------------------------- */
.footer {
  padding: 120px 0 40px;
}
.footer__inner {
  margin: 0 auto;
  width: 1080px;
}
.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}
.footer__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer-logo {
  width: 325px;
}
.footer-logo__img {
  display: block;
  width: 100%;
}
.footer__snss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.footer__sns {
  display: block;
}
.footer__sns img {
  display: block;
  width: 25px;
}
.footer__sns + .footer__sns {
  margin-left: 16px;
}
.footer-info {
  margin-top: 35px;
}
.footer-info__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.footer-info__text span {
  margin-left: 4em;
}
.footer__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__col {
  margin-top: -16px;
  width: calc((100% - 60px) / 2);
}
.footer-nav .nav-list > .menu-item + .menu-item {
  margin-top: 6px;
}
.footer-nav .nav-list > .menu-item > a {
  display: block;
  padding: 12px 0;
  background-image: url(img/ico/ico-nav-arrow.svg);
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: center right 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.footer-nav .nav-list a.disabled {
  pointer-events: none;
  cursor: default;
  background-image: none;
}
.footer-nav .nav-list .sub-menu {
  padding-top: 14px;
  padding-bottom: 20px;
}
.footer-nav .nav-list .sub-menu > .menu-item a {
  display: block;
  padding-left: 20px;
  background-image: url(img/ico/ico-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 5px 9px;
  background-position: center left 0;
  font-size: 14px;
  line-height: 1.5;
}
.footer-nav .nav-list .sub-menu > .menu-item + .menu-item {
  margin-top: 8px;
}
.footer-area {
  margin-top: 57px;
}
.footer-area__title {
  display: inline-block;
  padding: 6px 8px;
  background-color: #313131;
  font-size: 14px;
  color: #fff;
}
.footer-area__txt {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}
.footer-area__txt span {
  display: block;
}
.footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 46px;
}
.footer-copy__link {
  font-size: 14px;
  color: #666;
}
.footer-copy .copyright {
  margin-left: 18px;
  padding-left: 16px;
  color: #666;
  border-left: 2px solid #ccc;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 60px 0 150px;
  }
  .footer__inner {
    width: 310px;
  }
  .footer__contents {
    display: block;
  }
  .footer__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-logo {
    width: 150px;
    margin: 0 auto;
  }
  .footer__snss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .footer__sns img {
    width: 23px;
  }
  .footer__sns + .footer__sns {
    margin-left: 12px;
  }
  .footer-info {
    margin: 28px auto 0;
  }
  .footer-info__text {
    margin-top: 8px;
    font-size: 13px;
  }
  .footer__body {
    display: block;
  }
  .footer__navs {
    display: none;
  }
  .footer-area {
    margin-top: 40px;
  }
  .footer-area__title {
    font-size: 14px;
  }
  .footer-area__txt {
    margin-top: 10px;
    font-size: 13px;
  }
  .footer-copy {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  .footer-copy__link {
    display: block;
    font-size: 14px;
  }
  .footer-copy .copyright {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
    border-left: none;
  }
}
@media screen and (max-width: 758px) {
  .footer {
    padding: 60px 0 110px;
  }
  .footer__inner {
    width: 100%;
    padding: 0 40px;
  }
  .footer__sns img {
    width: 25px;
  }
  .footer__sns + .footer__sns {
    margin-left: 10px;
  }
  .footer-info {
    margin: 30px 0 0;
  }
  .footer-info__text {
    margin-top: 9px;
    font-size: 11px;
  }
  .footer-area {
    margin-top: 30px;
  }
  .footer-area__title {
    font-size: 11px;
  }
  .footer-area__txt {
    margin-top: 12px;
    font-size: 11px;
  }
  .footer-copy {
    margin-top: 38px;
    text-align: left;
  }
  .footer-copy__link {
    font-size: 11px;
  }
  .footer-copy .copyright {
    margin-top: 15px;
    font-size: 11px;
  }
}
/* ===================================

  メインビジュアル

====================================== */
.mv {
  margin-top: 125px;
}
.mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv__bar {
  width: 8%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8%;
          flex: 0 0 8%;
  background-color: #fff;
}
.mv__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.mv__title {
  font-size: 54px;
  font-weight: 600;
  color: #423622;
}
.mv__text {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #b3a98c;
}
.mv-body {
  position: relative;
  margin-top: 60px;
  padding-top: clamp(500px, 60%, 840px);
  width: 100%;
}
.mv-body__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv-body .swiper,
.mv-body .swiper-wrrapper,
.mv-body .swiper-slide {
  width: 100%;
  height: 100%;
}
.mv-body__bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mv-body__bg.img1 {
  background-image: url(img/mv1-80.jpg);
}
.mv-body__bg.img2 {
  background-image: url(img/mv2-80.jpg);
}
.mv-body__bg.img3 {
  background-image: url(img/mv3-80.jpg);
}
.mv-body .swiper-slide-active .mv-body__bg,
.mv-body .swiper-slide-duplicate-active .mv-body__bg,
.mv-body .swiper-slide-prev .mv-body__bg {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
.mv-body .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.mv-body .swiper-slide .mv-body__bg {
  display: block;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@media screen and (max-width: 1199px) {
  .mv {
    margin-top: 60px;
  }
  .mv__bar {
    width: clamp(20px, 60%, 50px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(20px, 50%, 50px);
            flex: 0 0 clamp(20px, 50%, 50px);
  }
  .mv__title {
    font-size: 42px;
  }
  .mv__text {
    margin-top: 18px;
    font-size: 20px;
  }
  .mv-body {
    margin-top: 40px;
    padding-top: 580px;
  }
}
@media screen and (max-width: 758px) {
  .mv {
    margin-top: 42px;
  }
  .mv__bar {
    width: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
  .mv__title {
    font-size: 30px;
  }
  .mv__text {
    margin-top: 16px;
    font-size: 14px;
  }
  .mv-body {
    margin-top: 35px;
    padding-top: 420px;
  }
  .mv-body__bg.img1 {
    background-image: url(img/sp-mv1-80.jpg);
  }
  .mv-body__bg.img2 {
    background-image: url(img/sp-mv2-80.jpg);
  }
  .mv-body__bg.img3 {
    background-image: url(img/sp-mv3-80.jpg);
  }
}
/* ===================================

  イベント情報

====================================== */
.home .event {
  padding-top: 160px;
}
.home .event .container {
  max-width: 1400px;
  width: 100%;
  padding: 0 30px;
}
.home .event__contents {
  margin-top: 65px;
}
.home .event .entry__link {
  display: block;
}
.home .event .entry__head {
  width: 100%;
  position: relative;
}
.home .event .entry__panel {
  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;
  position: absolute;
  top: 0;
  left: -1px;
  width: 80px;
  height: 40px;
  background-color: #3C5A42;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 18px;
  color: #fff;
  z-index: 1;
}
.home .event .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .event .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .event .entry__link:hover {
  opacity: 0.6;
}
.home .event .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .event .entry__body {
  padding-top: 15px;
  word-break: break-all;
}
.home .event .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .event .entry__cate {
  padding: 5px 7px;
  background-color: #313131;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 14px;
  color: #fff;
}
.home .event .entry__title {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
}
.home .event .entry__foot {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.home .event .swiper {
  padding-bottom: 46px;
}
.home .event .swiper-horizontal > .swiper-pagination-bullets {
  position: relative;
  bottom: -45px;
}
.home .event .event-swiper-pagination {
  text-align: center;
}
.home .event .event-swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 7px 5px;
}
.home .event .event-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3C5A42;
}
.home .event .link-btn-wrap {
  margin-top: 50px;
}
.home .event .link-btn {
  width: 310px;
}

@media screen and (max-width: 1199px) {
  .home .event {
    padding-top: 100px;
  }
  .home .event .container {
    max-width: 100%;
    padding: 0;
  }
  .home .event__contents {
    margin-top: 50px;
  }
  .home .event .entry__panel {
    width: 45px;
    height: 30px;
    font-size: 12px;
  }
  .home .event .entry__link:hover {
    opacity: 1;
  }
  .home .event .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .event .entry__cate {
    padding: 4px 6px;
    font-size: 12px;
  }
  .home .event .entry__title {
    margin-top: 12px;
    font-size: 16px;
  }
  .home .event .entry__foot {
    margin-top: 12px;
  }
  .home .event .swiper {
    padding-bottom: 36px;
  }
  .home .event .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -35px;
  }
  .home .event .event-swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 5px 5px;
  }
  .home .event .event-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3C5A42;
  }
  .home .event .link-btn-wrap {
    margin-top: 35px;
  }
  .home .event .link-btn {
    width: 250px;
  }
}
@media screen and (max-width: 758px) {
  .home .event .container {
    padding: 0;
  }
  .home .event__contents {
    margin-top: 20px;
  }
  .home .event .entry__cate {
    padding: 4px 5px;
    font-size: 11px;
  }
  .home .event .entry__badge {
    font-size: 12px;
  }
  .home .event .entry__title {
    font-size: 14px;
  }
  .home .event .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -30px;
  }
  .home .event .event-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px 4px;
  }
  .home .event .link-btn-wrap {
    margin-top: 30px;
    padding: 0 20px;
  }
  .home .event .link-btn {
    width: 100%;
  }
}
/* ===================================

  コンセプト

====================================== */
.home .concept {
  margin-top: -133px;
  padding-top: 260px;
  padding-bottom: 205px;
  background-image: url(img/bg/top-concept-bg-gd-80.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 0 center;
}
.home .concept .container {
  width: 100%;
  padding-left: calc((100% - 1480px) / 2);
}
.home .concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .concept__contents {
  width: 680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 100px;
}
.home .concept__head {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.home .concept__subtitle {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 22px;
  color: #b3a98c;
}
.home .concept__title {
  margin-left: 15px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}
.home .concept__title span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  margin: -10px 0;
}
.home .concept__body {
  padding-top: 100px;
  margin-left: 70px;
}
.home .concept__text {
  font-size: 20px;
  line-height: 2;
}
.home .concept__text + .concept__text {
  margin-top: 57px;
}
.home .concept__text .sp {
  display: none;
}
.home .concept__thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 720px;
}
.home .concept__img {
  width: 100%;
  height: 100%;
  background-image: url(img/top-concept-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right 0;
}

@media screen and (max-width: 1520px) {
  .home .concept .container {
    padding-left: 30px;
  }
  .home .concept__contents {
    width: 650px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .home .concept {
    margin-top: -110px;
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: url(img/bg/sp-top-concept-bg-gd-80.jpg);
  }
  .home .concept .container {
    padding-left: 50px;
  }
  .home .concept__inner {
    display: block;
  }
  .home .concept__contents {
    width: 100%;
    padding: 0 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .concept__subtitle {
    font-size: 18px;
  }
  .home .concept__title {
    margin-left: 12px;
    font-size: 38px;
  }
  .home .concept__body {
    padding-top: 24px;
    margin-left: 80px;
  }
  .home .concept__text {
    font-size: 20px;
  }
  .home .concept__text + .concept__text {
    margin-top: 30px;
  }
  .home .concept__thumb {
    margin-top: 40px;
    height: 400px;
  }
}
@media screen and (max-width: 758px) {
  .home .concept {
    margin-top: 100px;
    padding-top: 10px;
    padding-bottom: 190px;
  }
  .home .concept .container {
    padding-left: 15px;
  }
  .home .concept__contents {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    padding-right: 15px;
  }
  .home .concept__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .concept__subtitle {
    font-size: 15px;
  }
  .home .concept__title {
    margin-left: 3px;
    font-size: 28px;
  }
  .home .concept__title span {
    margin: -6px 0;
  }
  .home .concept__body {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-top: 82px;
    margin-right: 0;
    margin-left: 30px;
  }
  .home .concept__text {
    font-size: 14px;
  }
  .home .concept__text + .concept__text {
    margin-right: 0;
    margin-top: 1em;
  }
  .home .concept__text .pc {
    display: none;
  }
  .home .concept__text .sp {
    display: block;
  }
  .home .concept__thumb {
    margin-top: 45px;
    height: 240px;
    padding-left: 5px;
  }
}
/* ===================================

  パララックス

====================================== */
.home .prlx {
  position: relative;
  width: 100%;
  height: 960px;
}
.home .prlx-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}
.home .prlx-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/top-prlx.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1600px) {
  .home .prlx {
    height: 100vh;
  }
}
@media screen and (max-width: 1199px) {
  .home .prlx {
    height: 400px;
  }
}
@media screen and (max-width: 758px) {
  .home .prlx {
    height: 470px;
  }
  .home .prlx__img {
    background-image: url(img/sp-top-prlx.jpg);
  }
}
/* ===================================

  施工事例

====================================== */
.home .works {
  padding-top: 0;
  background-color: #fff;
}
.home .works__head img {
  display: block;
  margin: 0 auto;
  width: 240px;
}
.home .works .section-title {
  margin-top: 50px;
}
.home .works__contents {
  margin-top: 70px;
}
.home .works .entry {
  width: 100%;
}
.home .works .entry__link {
  display: block;
}
.home .works .entry__head {
  position: relative;
}
.home .works .entry__panel {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  background-color: #3C5A42;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
.home .works .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .works .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .works .entry__link:hover {
  opacity: 0.6;
}
.home .works .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .works .entry__body {
  padding-top: 20px;
  word-break: break-all;
}
.home .works .entry__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.home .works .entry__cates {
  margin-top: 15px;
}
.home .works .entry .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .works .entry .post-categories li a {
  display: block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px 4px;
  border: 1px solid #808080;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
}
.home .works .swiper {
  padding-bottom: 46px;
}
.home .works .swiper-horizontal > .swiper-pagination-bullets {
  position: relative;
  bottom: -45px;
}
.home .works .works-swiper-pagination {
  text-align: center;
}
.home .works .works-swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #ccd8ce;
  opacity: 1;
  margin: 0 7px 5px;
}
.home .works .works-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3C5A42;
}
.home .works .link-btn-wrap {
  margin-top: 50px;
}
.home .works .link-btn {
  width: 310px;
}

@media screen and (max-width: 1199px) {
  .home .works__head img {
    width: 150px;
  }
  .home .works .section-title {
    margin-top: 35px;
  }
  .home .works__contents {
    margin-top: 40px;
  }
  .home .works .entry__panel {
    width: 45px;
    height: 30px;
    font-size: 12px;
  }
  .home .works .entry__link:hover {
    opacity: 1;
  }
  .home .works .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .works .entry__body {
    padding-top: 20px;
    word-break: break-all;
  }
  .home .works .entry__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
  }
  .home .works .entry__cates {
    margin-top: 15px;
  }
  .home .works .entry .post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .works .entry .post-categories li a {
    display: block;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px 4px;
    border: 1px solid #808080;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #808080;
  }
  .home .works .swiper {
    padding-bottom: 36px;
  }
  .home .works .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -35px;
  }
  .home .works .works-swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 5px 5px;
  }
  .home .works .works-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3C5A42;
  }
  .home .works .link-btn-wrap {
    margin-top: 35px;
  }
  .home .works .link-btn {
    width: 250px;
  }
}
@media screen and (max-width: 758px) {
  .home .works__head img {
    width: 105px;
  }
  .home .works__contents {
    margin-top: 18px;
  }
  .home .works .entry__panel {
    height: 22px;
  }
  .home .works .entry__body {
    padding-top: 12px;
  }
  .home .works .entry__title {
    font-size: 14px;
  }
  .home .works .entry__cates {
    margin-top: 10px;
  }
  .home .works .entry .post-categories li a {
    margin-right: 5px;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .home .works .swiper {
    padding-bottom: 31px;
  }
  .home .works .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -30px;
  }
  .home .works .works-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px 4px;
  }
  .home .works .link-btn-wrap {
    margin-top: 30px;
  }
  .home .works .link-btn {
    width: calc(100% - 80px);
  }
}
/* ===================================

  注文住宅
  リフォーム

====================================== */
.home .house {
  margin-top: 130px;
}
.home .house .item {
  padding-left: 6.25vw;
}
.home .house .item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 90px 0 90px 120px;
  background-color: #f1f3f0;
}
.home .house .item__entxt {
  position: absolute;
  top: 5px;
  left: 0;
  width: 72px;
}
.home .house .item__svg {
  display: block;
  width: 100%;
}
.home .house .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 30px;
  padding-right: 30px;
}
.home .house .item__title {
  display: inline-block;
  padding: 10px 30px;
  font-size: calc(22px + 8 * (100vw - 1200px) / 720);
  font-weight: 600;
  color: #423622;
  border: 1px solid #423622;
}
.home .house .item__copy {
  margin-top: 38px;
  font-size: calc(34px + 14 * (100vw - 1200px) / 720);
  font-weight: 600;
  line-height: 1.5;
  color: #423622;
}
.home .house .item__txt {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.home .house .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50vw;
          flex: 0 0 50vw;
  width: 50vw;
}
.home .house .item__img {
  display: block;
  width: 100%;
}
.home .house .item__btn {
  margin: 70px 0 0;
  width: 310px;
}
.home .house .item:nth-child(2) {
  margin-top: 90px;
  padding-left: 0;
  padding-right: 6.25vw;
}
.home .house .item:nth-child(2) .item__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 90px 120px 90px 0;
}
.home .house .item:nth-child(2) .item__entxt {
  left: auto;
  right: 0;
}
.home .house .item:nth-child(2) .item__contents {
  padding-top: 60px;
  padding-right: 0;
  padding-left: 120px;
}

@media screen and (max-width: 1600px) {
  .home .house .item {
    padding-left: 30px;
  }
  .home .house .item__inner {
    padding-left: 100px;
  }
  .home .house .item__contents {
    padding-top: 20px;
  }
  .home .house .item:nth-child(2) {
    padding-right: 30px;
  }
  .home .house .item:nth-child(2) .item__inner {
    padding-right: 100px;
  }
  .home .house .item:nth-child(2) .item__contents {
    padding-top: 20px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 899px) {
  .home .house {
    margin-top: 100px;
  }
  .home .house .item {
    padding-left: 60px;
  }
  .home .house .item__inner {
    display: block;
    padding: 60px 0 60px 120px;
  }
  .home .house .item__entxt {
    width: 65px;
  }
  .home .house .item__contents {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .home .house .item__title {
    padding: 8px 24px;
    font-size: 22px;
  }
  .home .house .item__copy {
    margin-top: 30px;
    font-size: 36px;
  }
  .home .house .item__txt {
    margin-top: 35px;
  }
  .home .house .item__btn {
    margin: 50px 0 0;
    width: 300px;
  }
  .home .house .item__thumb {
    margin-top: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .house .item:nth-child(2) {
    margin-top: 60px;
    padding-right: 60px;
  }
  .home .house .item:nth-child(2) .item__inner {
    padding: 60px 120px 60px 0;
  }
  .home .house .item:nth-child(2) .item__contents {
    padding-top: 0;
    padding-right: 0;
    padding-left: 180px;
  }
}
@media screen and (max-width: 758px) {
  .home .house .item {
    padding-left: 15px;
  }
  .home .house .item__inner {
    padding: 40px 35px;
  }
  .home .house .item__entxt {
    width: 25px;
  }
  .home .house .item__title {
    padding: 10px 14px;
    font-size: 15px;
  }
  .home .house .item__copy {
    margin-top: 24px;
    font-size: 22px;
  }
  .home .house .item__txt {
    margin-top: 24px;
    font-size: 12px;
  }
  .home .house .item__txt br {
    display: none;
  }
  .home .house .item__btn {
    margin: 29px 0 0;
    width: 100%;
  }
  .home .house .item__thumb {
    margin-top: 30px;
  }
  .home .house .item:nth-child(2) {
    margin-top: 40px;
    padding-right: 15px;
  }
  .home .house .item:nth-child(2) .item__inner {
    padding: 40px 35px;
  }
  .home .house .item:nth-child(2) .item__contents {
    padding-left: 0;
  }
}
/* ===================================

  リンク

====================================== */
.home .panel-links {
  margin-top: 90px;
}
.home .panel-links .container {
  width: 1540px;
  max-width: 100%;
  padding: 0 30px;
}
.home .panel-links .container .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .panel-links .container .item {
  width: calc((100% - 20px) / 2);
}
.home .panel-links .container .item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 70px;
  width: 100%;
  height: 340px;
  background-image: url(img/top-panellink-bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.home .panel-links .container .item__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 45px;
  background-image: url(img/ico/ico-arrow-right-wh.png);
  background-repeat: no-repeat;
  background-size: 20px 45px;
  background-position: center center;
}
.home .panel-links .container .item__title {
  font-size: 30px;
  font-weight: 600;
}
.home .panel-links .container .item__txt {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
.home .panel-links .container .item:nth-child(2) .item__link {
  background-image: url(img/top-panellink-bg2.jpg);
}

@media screen and (max-width: 1199px) {
  .home .panel-links {
    margin-top: 60px;
  }
  .home .panel-links .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .home .panel-links .container .item {
    width: calc((100% - 15px) / 2);
  }
  .home .panel-links .container .item__link {
    padding-left: 30px;
    padding-right: 60px;
    width: 100%;
    height: 250px;
  }
  .home .panel-links .container .item__link::after {
    right: 20px;
    width: 16px;
    height: 40px;
    background-size: 16px 40px;
  }
  .home .panel-links .container .item__title {
    font-size: 26px;
  }
  .home .panel-links .container .item__txt {
    margin-top: 20px;
    font-size: 15px;
  }
  .home .panel-links .container .item__txt br {
    display: none;
  }
}
@media screen and (max-width: 758px) {
  .home .panel-links {
    margin-top: 40px;
  }
  .home .panel-links .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .home .panel-links .container .items {
    display: block;
  }
  .home .panel-links .container .item {
    width: 100%;
  }
  .home .panel-links .container .item + .item {
    margin-top: 16px;
  }
  .home .panel-links .container .item__link {
    padding-left: 20px;
    padding-right: 70px;
    height: 153px;
  }
  .home .panel-links .container .item__link::after {
    right: 15px;
    width: 10px;
    height: 23px;
    background-size: 10px 23px;
  }
  .home .panel-links .container .item__title {
    font-size: 18px;
  }
  .home .panel-links .container .item__txt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}
/* ===================================

  モデルハウス

====================================== */
.home .model-house {
  margin-top: 180px;
}
.home .model-house__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 640px;
}
.home .model-house__thumb {
  width: 50%;
  height: 100%;
}
.home .model-house__img {
  width: 100%;
  height: 100%;
  background-image: url(img/top-modelhouse-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right 0;
}
.home .model-house__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 130px;
  width: 50%;
  height: 100%;
  background-color: #efe9d7;
}
.home .model-house__title {
  font-size: calc(34px + 14 * (100vw - 1200px) / 720);
  font-weight: 600;
  line-height: 1.5;
  color: var(--cl-br);
}
.home .model-house__entitle {
  margin-top: 23px;
  font-size: 22px;
  font-weight: 600;
  color: #b3a98c;
}
.home .model-house__txt {
  margin-top: 45px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.home .model-house__btn {
  margin: 60px 0 0;
  width: 310px;
  border: none;
}

@media screen and (max-width: 1600px) {
  .home .model-house__contents {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .home .model-house__contents {
    padding-left: 40px;
  }
}
@media screen and (max-width: 899px) {
  .home .model-house {
    margin-top: 100px;
  }
  .home .model-house__inner {
    height: 420px;
  }
  .home .model-house__contents {
    padding-left: 30px;
    padding-right: 15px;
  }
  .home .model-house__title {
    font-size: 30px;
  }
  .home .model-house__entitle {
    margin-top: 16px;
    font-size: 18px;
  }
  .home .model-house__txt {
    margin-top: 25px;
  }
  .home .model-house__txt br {
    display: none;
  }
  .home .model-house__btn {
    margin: 30px 0 0;
    width: 220px;
  }
}
@media screen and (max-width: 758px) {
  .home .model-house__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .home .model-house__thumb {
    width: 100%;
    height: 55.56vw;
  }
  .home .model-house__contents {
    width: 100%;
    padding: 53px 30px 38px;
  }
  .home .model-house__title {
    font-size: 26px;
  }
  .home .model-house__entitle {
    margin-top: 22px;
    font-size: 15px;
  }
  .home .model-house__txt {
    margin-top: 24px;
  }
  .home .model-house__btn {
    margin: 36px auto 0;
    width: 280px;
    max-width: 100%;
  }
}
/* ===================================

  お客様の声

====================================== */
.home .voice {
  margin-top: 185px;
}
.home .voice .sp {
  display: none;
}
.home .voice .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 0 30px;
  width: 1300px;
}
.home .voice__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
}
.home .voice .section-title {
  text-align: left;
  font-weight: 600;
}
.home .voice .section-title .title {
  font-size: 48px;
}
.home .voice .section-title .txt {
  margin-top: 32px;
  font-size: 22px;
}
.home .voice__txt {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.home .voice__btn {
  margin: 78px 0 0;
  width: 310px;
}
.home .voice__btn.sp {
  display: none;
}
.home .voice__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .voice .entries.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .voice .entry {
  width: calc((100% - 40px) / 2);
}
.home .voice .entry:nth-child(n+3) {
  margin-top: 70px;
}
.home .voice .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .voice .entry__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .voice .entry__link:hover {
  opacity: 0.6;
}
.home .voice .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .voice .entry__body {
  padding-top: 20px;
  word-break: break-all;
}
.home .voice .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .voice .entry__cate {
  position: relative;
  margin-right: 0.5em;
  padding: 3px 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 4px;
  z-index: 1;
}
.home .voice .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.home .voice .slick-dots {
  bottom: -60px;
}
.home .voice .slick-dots li {
  margin: 0 3px;
}

@media screen and (max-width: 1199px) {
  .home .voice {
    margin-top: 120px;
  }
  .home .voice .pc {
    display: none !important;
  }
  .home .voice .sp {
    display: block;
  }
  .home .voice .container {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .home .voice__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0 30px;
  }
  .home .voice .section-title {
    text-align: center;
  }
  .home .voice .section-title .title {
    font-size: 36px;
  }
  .home .voice .section-title .txt {
    margin-top: 20px;
    font-size: 18px;
  }
  .home .voice__txt {
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
  }
  .home .voice__txt br {
    display: none;
  }
  .home .voice__btn {
    margin: 80px auto 0;
    width: 300px;
  }
  .home .voice__btn.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .voice__btn.pc {
    display: none;
  }
  .home .voice__contents {
    margin-top: 50px;
    width: 100%;
  }
  .home .voice .entry {
    width: 300px;
    margin: 0 10px;
  }
  .home .voice .entry:nth-child(n+3) {
    margin-top: 0;
  }
  .home .voice .entry__thumb {
    width: 100%;
  }
  .home .voice .entry__link:hover {
    opacity: 1;
  }
  .home .voice .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .voice .entry__body {
    padding-top: 18px;
  }
  .home .voice .entry__cate {
    padding: 3px 5px;
    font-size: 12px;
  }
  .home .voice .entry__title {
    margin-top: 8px;
    font-size: 16px;
  }
  .home .voice .slick-next,
  .home .voice .slick-prev {
    display: none;
  }
  .home .voice .slick-dots {
    bottom: -40px;
  }
  .home .voice .slick-dots li {
    margin: 0 2px;
  }
  .home .voice .slick-dots li button:before {
    font-size: 15px;
    color: #ccd8ce;
    opacity: 1;
  }
  .home .voice .slick-dots li.slick-active button:before {
    color: #3C5A42;
  }
}
@media screen and (max-width: 758px) {
  .home .voice {
    margin-top: 100px;
  }
  .home .voice .section-title .title {
    font-size: 20px;
  }
  .home .voice .section-title .txt {
    margin-top: 13px;
    font-size: 15px;
  }
  .home .voice__txt {
    margin-top: 36px;
    font-size: 15px;
  }
  .home .voice__txt br {
    display: block;
  }
  .home .voice__btn {
    margin: 90px auto 0;
    width: calc(100% - 80px);
  }
  .home .voice__contents {
    margin-top: 42px;
  }
  .home .voice .entry {
    width: 270px;
  }
  .home .voice .entry__body {
    padding-top: 15px;
  }
  .home .voice .entry__cate {
    font-size: 11px;
  }
  .home .voice .entry__title {
    margin-top: 3px;
    font-size: 15px;
  }
  .home .voice .slick-next,
  .home .voice .slick-prev {
    display: none;
  }
  .home .voice .slick-dots {
    bottom: -50px;
  }
  .home .voice .slick-dots li {
    margin: 0;
  }
  .home .voice .slick-dots li button:before {
    font-size: 10px;
  }
}
/* ===================================

  家づくりの案内人

====================================== */
.home .staff {
  margin-top: 170px;
}
.home .staff .sp {
  display: none;
}
.home .staff__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1080px;
  margin: 110px auto 0;
}
.home .staff__head {
  width: 460px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}
.home .staff__title {
  font-size: 48px;
  font-weight: 600;
  color: #423622;
}
.home .staff__desc {
  margin-top: 38px;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 22px;
  color: #b3a98c;
}
.home .staff__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .staff__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.home .staff .link-btn-wrap {
  margin-top: 72px;
}
.home .staff .link-btn {
  width: 310px;
  margin: 0;
}
.home .staff__slider {
  margin-top: 70px;
}
.home .staff__slider .swiper {
  width: 100%;
  overflow: hidden;
}
.home .staff__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home .staff__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .home .staff {
    margin-top: 100px;
  }
  .home .staff__inner {
    width: 100%;
    padding: 0 30px;
    margin-top: 60px;
  }
  .home .staff__head {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .home .staff__title {
    font-size: 36px;
  }
  .home .staff__desc {
    margin-top: 28px;
    font-size: 18px;
  }
  .home .staff .link-btn-wrap {
    margin-top: 40px;
  }
  .home .staff .link-btn {
    width: 250px;
  }
  .home .staff__slider {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .home .staff {
    margin-top: 65px;
  }
  .home .staff .sp {
    display: block;
  }
  .home .staff__inner {
    display: block;
    padding: 0 20px;
    margin-top: 40px;
  }
  .home .staff__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home .staff__title {
    font-size: 22px;
  }
  .home .staff__desc {
    margin-top: 10px;
    font-size: 15px;
  }
  .home .staff__body {
    margin-top: 24px;
  }
  .home .staff__text br,
  .home .staff__text .sp {
    display: none;
  }
  .home .staff .link-btn-wrap {
    margin-top: 30px;
  }
  .home .staff .link-btn {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .home .staff__slider {
    margin-top: 40px;
  }
}
/* ===================================

  森本工務店について

====================================== */
.home .about {
  margin-top: 180px;
  padding: 180px 0 175px;
  background-color: #eeebe5;
}
.home .about .container {
  width: 1300px;
  max-width: 100%;
  padding: 0 30px;
}
.home .about__contents {
  margin-top: 60px;
}
.home .about .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .about .item {
  width: calc((100% - 40px) / 3);
}
.home .about .item__thumb, .home .about .item__img {
  display: block;
  width: 100%;
}
.home .about .item__body {
  padding-top: 35px;
  padding-right: 20px;
}
.home .about .item__title {
  font-size: 24px;
  font-weight: 500;
  color: var(--cl-br);
}
.home .about .item__txt {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.home .about .item__btm {
  margin-top: 35px;
}
.home .about .item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 125px;
  font-size: 18px;
  line-height: 25px;
}
.home .about .item__link::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(img/ico/ico-arrow-right-ci.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
}
.home .about__video {
  width: 900px;
  margin: 116px auto 0;
}
.home .about__video .iframe-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 55.56%;
}
.home .about__video .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .home .about {
    margin-top: 80px;
    padding: 80px 0 80px;
  }
  .home .about .container {
    width: 100%;
    max-width: 768px;
  }
  .home .about__contents {
    margin-top: 40px;
  }
  .home .about .item {
    width: calc((100% - 30px) / 3);
  }
  .home .about .item__body {
    padding-top: 25px;
    padding-right: 15px;
  }
  .home .about .item__title {
    font-size: 20px;
  }
  .home .about .item__txt {
    margin-top: 16px;
  }
  .home .about .item__btm {
    margin-top: 22px;
  }
  .home .about .item__link {
    width: 112px;
    font-size: 16px;
    line-height: 22px;
  }
  .home .about .item__link::after {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .home .about__video {
    width: 500px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 758px) {
  .home .about {
    margin-top: 100px;
    padding: 100px 0;
  }
  .home .about .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .home .about .section-title .title {
    font-size: 20px;
  }
  .home .about .section-title .text {
    font-size: 15px;
  }
  .home .about .items {
    display: block;
    padding: 0 10px;
  }
  .home .about .item {
    width: 100%;
  }
  .home .about .item + .item {
    margin-top: 40px;
  }
  .home .about .item__body {
    padding-right: 0;
  }
  .home .about .item__title {
    font-size: 18px;
  }
  .home .about .item__btm {
    margin-top: 20px;
  }
  .home .about .item__link {
    width: 94px;
    font-size: 14px;
    line-height: 18px;
  }
  .home .about .item__link::after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  .home .about__video {
    width: 100%;
    margin: 68px auto 0;
  }
  .home .about__video .iframe-wrap {
    padding-top: 56.25%;
  }
}
/* ===================================

  ソーシャルメディア

====================================== */
.home .social {
  padding: 180px 0 200px;
}
.home .social .container {
  width: 1260px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.home .social .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .social .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  width: 320px;
}
.home .social .item__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
  width: 700px;
}
.home .social .yt .item__head {
  padding-top: 123px;
}
.home .social .yt__ico {
  width: 60px;
}
.home .social .yt__title {
  margin-top: 40px;
  font-size: 36px;
  font-weight: 600;
}
.home .social .yt__txt {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: center;
}
.home .social .yt__btn {
  margin-top: 45px;
  width: 100%;
}
.home .social .yt__panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .social .yt-panel {
  width: calc((100% - 20px) / 2);
}
.home .social .yt-panel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 274px;
  width: 100%;
  height: 605px;
  background-image: url(img/top-social-yt1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.home .social .yt-panel:nth-child(2) .yt-panel__link {
  background-image: url(img/top-social-yt2.jpg);
}
.home .social .yt-panel__title {
  font-size: 28px;
  font-weight: 600;
}
.home .social .yt-panel__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  width: 125px;
  font-size: 18px;
  line-height: 25px;
}
.home .social .yt-panel__btn::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(img/ico/ico-arrow-right-ci-wh.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
}
.home .social .ig {
  margin-top: 120px;
}
.home .social .ig .item__head {
  padding-top: 40px;
}
.home .social .ig__ico {
  width: 60px;
}
.home .social .ig__title {
  margin-top: 24px;
  font-size: 42px;
  font-weight: 600;
}
.home .social .ig__txt {
  margin-top: 64px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: center;
}
.home .social .ig__links {
  margin-top: 68px;
  width: 100%;
}
.home .social .ig-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.home .social .ig-link + .ig-link {
  margin-top: 46px;
}
.home .social .ig-link__txt {
  padding-top: 3px;
  font-size: 22px;
  font-weight: 600;
}
.home .social .ig-link__txt span {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}
.home .social .ig-link__ico {
  width: 50px;
}
.home .social .ig__panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .social .ig-panel {
  width: calc((100% - 30px) / 4);
}
.home .social .ig-panel:nth-child(n+5) {
  margin-top: 10px;
}
.home .social .ig-panel__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .home .social {
    padding: 100px 0 80px;
  }
  .home .social .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .home .social .item {
    display: block;
  }
  .home .social .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .social .item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .social .yt .item__head {
    padding-top: 0;
  }
  .home .social .yt__ico {
    width: 50px;
  }
  .home .social .yt__title {
    margin-top: 25px;
    font-size: 30px;
  }
  .home .social .yt__txt {
    margin-top: 25px;
  }
  .home .social .yt__btn {
    margin-top: 25px;
    width: 300px;
  }
  .home .social .yt__panels {
    margin-top: 40px;
    padding: 0 30px;
  }
  .home .social .yt-panel {
    width: calc((100% - 20px) / 2);
  }
  .home .social .yt-panel__link {
    padding-top: 180px;
    height: 400px;
  }
  .home .social .yt-panel__title {
    font-size: 24px;
  }
  .home .social .yt-panel__btn {
    margin-top: 25px;
    width: 112px;
    font-size: 16px;
    line-height: 22px;
  }
  .home .social .yt-panel__btn::after {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .home .social .ig {
    margin-top: 80px;
  }
  .home .social .ig .item__head {
    padding-top: 0;
  }
  .home .social .ig__ico {
    width: 50px;
  }
  .home .social .ig__title {
    margin-top: 25px;
    font-size: 30px;
  }
  .home .social .ig__txt {
    margin-top: 25px;
  }
  .home .social .ig__links {
    margin-top: 40px;
    width: 100%;
  }
  .home .social .ig-link {
    width: 265px;
    margin: 0 auto;
  }
  .home .social .ig-link + .ig-link {
    margin-top: 30px;
  }
  .home .social .ig-link__txt {
    padding-top: 3px;
    font-size: 18px;
  }
  .home .social .ig-link__txt span {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .home .social .ig-link__ico {
    width: 45px;
  }
  .home .social .ig__panels {
    margin-top: 40px;
    padding: 0 30px;
  }
  .home .social .ig-panel {
    width: calc((100% - 24px) / 4);
  }
  .home .social .ig-panel:nth-child(n+5) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 758px) {
  .home .social {
    padding: 100px 0;
  }
  .home .social .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .home .social .yt .item__head {
    padding-top: 0;
  }
  .home .social .yt__ico {
    width: 45px;
  }
  .home .social .yt__title {
    margin-top: 30px;
    font-size: 22px;
  }
  .home .social .yt__txt {
    margin-top: 24px;
  }
  .home .social .yt__btn {
    margin-top: 33px;
    width: 235px;
  }
  .home .social .yt__panels {
    padding: 0;
  }
  .home .social .yt-panel {
    width: calc((100% - 10px) / 2);
  }
  .home .social .yt-panel__link {
    padding-top: 123px;
    height: 276px;
  }
  .home .social .yt-panel__title {
    font-size: 16px;
  }
  .home .social .yt-panel__btn {
    margin-top: 15px;
    width: 85px;
    font-size: 12px;
    line-height: 17px;
  }
  .home .social .yt-panel__btn::after {
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
  }
  .home .social .ig {
    margin-top: 60px;
  }
  .home .social .ig__ico {
    width: 40px;
  }
  .home .social .ig__title {
    font-size: 24px;
  }
  .home .social .ig__txt {
    margin-top: 28px;
  }
  .home .social .ig__links {
    margin-top: 32px;
  }
  .home .social .ig-link {
    width: 240px;
  }
  .home .social .ig-link__txt {
    padding-top: 2px;
    font-size: 17px;
  }
  .home .social .ig-link__txt span {
    margin-bottom: 3px;
  }
  .home .social .ig-link__ico {
    width: 38px;
  }
  .home .social .ig__panels {
    padding: 0;
  }
  .home .social .ig-panel {
    width: calc((100% - 14px) / 3);
  }
  .home .social .ig-panel:nth-child(n+4) {
    margin-top: 7px;
  }
}
/* ===================================

  ブログ

====================================== */
.home .staff-blog {
  padding: 180px 0;
  background-color: #eeebe5;
}
.home .staff-blog .container {
  max-width: 1400px;
  width: 100%;
  padding: 0 30px;
}
.home .staff-blog__contents {
  margin-top: 70px;
}
.home .staff-blog__contents.sp {
  display: none;
}
.home .staff-blog .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .staff-blog .entries::after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}
.home .staff-blog .entry {
  width: calc((100% - 40px) / 3);
}
.home .staff-blog .entry:nth-child(n+4) {
  margin-top: 27px;
}
.home .staff-blog .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .staff-blog .entry__thumb-img {
  width: 100%;
  padding-top: 66.6%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .staff-blog .entry__link:hover {
  opacity: 0.6;
}
.home .staff-blog .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .staff-blog .entry__body {
  position: relative;
  padding-top: 16px;
  word-break: break-all;
}
.home .staff-blog .entry-ico {
  position: absolute;
  top: -48px;
  right: 10px;
  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: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 9999px;
  overflow: hidden;
}
.home .staff-blog .entry-ico__inner {
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .staff-blog .entry__date {
  font-size: 14px;
}
.home .staff-blog .entry__title {
  margin-top: 11px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.home .staff-blog .link-btn-wrap {
  margin-top: 65px;
}
.home .staff-blog .link-btn {
  width: 310px;
}

@media screen and (max-width: 1199px) {
  .home .staff-blog {
    padding: 100px 0;
  }
  .home .staff-blog .container {
    max-width: 100%;
  }
  .home .staff-blog__contents {
    margin-top: 50px;
  }
  .home .staff-blog .entries::after {
    width: calc((100% - 40px) / 3);
  }
  .home .staff-blog .entry {
    width: calc((100% - 40px) / 3);
  }
  .home .staff-blog .entry:nth-child(n+4) {
    margin-top: 20px;
  }
  .home .staff-blog .entry__link:hover {
    opacity: 1;
  }
  .home .staff-blog .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .staff-blog .entry__body {
    padding-top: 15px;
  }
  .home .staff-blog .entry-ico {
    top: -38px;
    right: 6px;
    width: 60px;
    height: 60px;
  }
  .home .staff-blog .entry-ico__inner {
    width: 52px;
    height: 52px;
  }
  .home .staff-blog .entry__date {
    font-size: 11px;
  }
  .home .staff-blog .entry__title {
    margin-top: 9px;
    padding-right: 0;
    font-size: 14px;
  }
  .home .staff-blog .link-btn-wrap {
    margin-top: 50px;
  }
  .home .staff-blog .link-btn {
    width: 250px;
  }
}
@media screen and (max-width: 758px) {
  .home .staff-blog .container {
    padding: 0;
  }
  .home .staff-blog__contents {
    margin-top: 34px;
  }
  .home .staff-blog__contents.pc {
    display: none;
  }
  .home .staff-blog__contents.sp {
    display: block;
  }
  .home .staff-blog .entries::after {
    display: none;
  }
  .home .staff-blog .entry {
    width: auto;
  }
  .home .staff-blog .entry:nth-child(n+4) {
    margin-top: 0;
  }
  .home .staff-blog .entry-ico {
    top: -45px;
    right: 10px;
    width: 75px;
    height: 75px;
  }
  .home .staff-blog .entry-ico__inner {
    width: 67px;
    height: 67px;
  }
  .home .staff-blog .link-btn-wrap {
    padding: 0 30px;
    margin-top: 37px;
  }
  .home .staff-blog .link-btn {
    width: 100%;
  }
}
/* ===================================

  新着情報

====================================== */
.home .info {
  padding-top: 180px;
}
.home .info .container {
  max-width: 1400px;
  width: 100%;
  padding: 0 30px;
}
.home .info__contents {
  margin-top: 45px;
}
.home .info .entry {
  width: 100%;
}
.home .info .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  background-image: url(img/ico/ico-arrow-right-light.png);
  background-repeat: no-repeat;
  background-size: 14px 20px;
  background-position: center right 18px;
}
.home .info .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .info .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .info .entry__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  width: 115px;
}
.home .info .entry__cates {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
}
.home .info .entry__cate {
  position: relative;
  display: inline-block;
  padding: 7px 18px;
  background-color: #c7c0ac;
  border-radius: 9999px;
}
.home .info .entry__badges {
  margin-right: 25px;
}
.home .info .entry__badge {
  color: #ed1c24;
}
.home .info .entry__body {
  word-break: break-all;
}
.home .info .entry__title {
  font-weight: 400;
  line-height: 1.5;
}
.home .info .link-btn-wrap {
  margin-top: 70px;
}
.home .info .link-btn {
  width: 310px;
}

@media screen and (max-width: 1199px) {
  .home .info {
    padding-top: 100px;
  }
  .home .info .container {
    max-width: 100%;
  }
  .home .info__contents {
    margin-top: 30px;
  }
  .home .info .entry__link {
    display: block;
    padding: 20px 0;
    background-size: 10px 15px;
    background-position: center right 15px;
  }
  .home .info .entry__date {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
  .home .info .entry__cates {
    margin-left: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
  .home .info .entry__cate {
    padding: 5px 12px;
  }
  .home .info .entry__badges {
    margin-right: 0;
    margin-left: 20px;
  }
  .home .info .entry__badge {
    font-size: 15px;
  }
  .home .info .entry__body {
    margin-top: 10px;
    padding-right: 50px;
  }
  .home .info .entry__title {
    font-size: 16px;
  }
  .home .info .link-btn-wrap {
    margin-top: 50px;
  }
  .home .info .link-btn {
    width: 250px;
  }
}
@media screen and (max-width: 758px) {
  .home .info .container {
    padding: 0 20px;
  }
  .home .info__contents {
    margin-top: 14px;
  }
  .home .info .entry__link {
    padding: 15px 0 10px;
    background-size: 8px 12px;
    background-position: center right 0;
  }
  .home .info .entry__cates {
    margin-left: 12px;
  }
  .home .info .entry__cate {
    padding: 5px 13px;
  }
  .home .info .entry__badges {
    margin-left: 10px;
  }
  .home .info .entry__badge {
    font-size: 12px;
  }
  .home .info .entry__body {
    padding-right: 30px;
  }
  .home .info .entry__title {
    font-size: 12px;
  }
  .home .info .link-btn-wrap {
    margin-top: 40px;
  }
  .home .info .link-btn {
    width: 100%;
  }
}
/* ===================================

  森本の家づくり

====================================== */
.page-house .main .col2-ttl-l.mv {
  position: relative;
  z-index: 1;
}
.page-house .main .col2-ttl-l.mv .col2-ttl-l__bar {
  background-color: transparent;
}
.page-house .main .col2-ttl-l.mv .col2-ttl-l__inner {
  background-image: url(img/page-house-mv-80.jpg);
}
.page-house .main .bcn-sp {
  display: none;
}
.page-house .c-contact {
  margin-top: 0;
}

@media screen and (max-width: 758px) {
  .page-house .bcn-pc {
    display: none;
  }
  .page-house .main .col2-ttl-l {
    padding-top: 40px;
  }
  .page-house .main .col2-ttl-l__contents {
    display: block;
  }
  .page-house .main .col2-ttl-l__bar {
    width: 100%;
    padding: 0 15px 0 20px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .page-house .main .col2-ttl-l__body {
    padding-top: 58%;
  }
  .page-house .main .col2-ttl-l__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-house .main .col2-ttl-l__title {
    font-size: 24px;
  }
  .page-house .main .col2-ttl-l__desc {
    margin-top: 18px;
  }
  .page-house .main .bcn-sp {
    display: block;
  }
  .page-house .main .bcn-sp .breadcrumb-wrap {
    margin-top: 30px;
  }
  .page-house .main .bcn-sp .breadcrumb {
    padding: 0 0 9px;
  }
}
/* ---------------------------------
  Concept
----------------------------------- */
.page-house .main .concept {
  margin-top: -240px;
  padding-top: 240px;
  padding-bottom: 124px;
  background-color: #eeebe5;
}
.page-house .main .concept .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 62px 0;
  margin: 0 auto;
  width: calc(100% - 160px);
  border-bottom: 1px solid #ccc;
}
.page-house .main .concept .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.page-house .main .concept .anchor::after {
  content: "";
  margin-left: 60px;
  width: 13px;
  height: 9px;
  background-image: url(img/ico/ico-anchor-btm.svg);
  background-repeat: no-repeat;
  background-size: 13px 9px;
  background-position: center;
}
.page-house .main .concept .anchor + .anchor {
  margin-left: 70px;
}
.page-house .main .concept .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 75px;
}
.page-house .main .concept .contents__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
}
.page-house .main .concept .contents__thumb {
  width: 100%;
  height: 600px;
  background-image: url(img/house-concept-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-house .main .concept .contents__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 57px;
  padding-right: calc((100vw - 1340px) / 2);
  padding-left: 30px;
}
.page-house .main .concept .contents__title {
  font-size: 34px;
  font-weight: 400;
  color: #b3a98c;
}
.page-house .main .concept .contents__copy {
  margin-top: 17px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-house .main .concept .contents__copy .sp {
  display: none;
}
.page-house .main .concept .contents__txt {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  line-height: 2;
}
.page-house .main .concept .contents__txt span {
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  .page-house .main .concept .contents__head {
    padding-right: 0;
  }
  .page-house .main .concept .contents__body {
    padding-left: 50px;
    padding-right: 40px;
  }
  .page-house .main .concept .contents__txt {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .page-house .main .concept .contents__head {
    padding-right: 0;
  }
  .page-house .main .concept .contents__body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-house .main .concept .contents__copy {
    font-size: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .page-house .main .concept {
    margin-top: -100px;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .page-house .main .concept .anchors {
    display: none;
  }
  .page-house .main .concept .anchor::after {
    margin-left: 30px;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
  }
  .page-house .main .concept .anchor + .anchor {
    margin-left: 80px;
  }
  .page-house .main .concept .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 83px;
  }
  .page-house .main .concept .contents__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 60px;
    margin-top: 40px;
  }
  .page-house .main .concept .contents__thumb {
    height: 400px;
  }
  .page-house .main .concept .contents__body {
    width: 100%;
    padding: 0 60px;
  }
  .page-house .main .concept .contents__title {
    font-size: 26px;
  }
  .page-house .main .concept .contents__copy {
    margin-top: 25px;
    font-size: 32px;
  }
  .page-house .main .concept .contents__txt {
    padding-right: 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 758px) {
  .page-house .main .concept {
    margin-top: 0;
    padding: 83px 20px 80px;
  }
  .page-house .main .concept .contents {
    padding-top: 0;
  }
  .page-house .main .concept .contents__head {
    padding-right: 0;
    margin-top: 34px;
  }
  .page-house .main .concept .contents__thumb {
    padding-top: 67%;
    height: auto;
  }
  .page-house .main .concept .contents__body {
    width: 100%;
    padding: 0;
  }
  .page-house .main .concept .contents__title {
    font-size: 15px;
  }
  .page-house .main .concept .contents__copy {
    margin-top: 22px;
    font-size: 22px;
  }
  .page-house .main .concept .contents__copy .pc {
    display: none;
  }
  .page-house .main .concept .contents__copy .sp {
    display: block;
  }
  .page-house .main .concept .contents__txt {
    margin-top: 19px;
  }
  .page-house .main .concept .contents__txt .pc {
    display: none;
  }
}
/* ===================================

  森本工務店の家づくりの特徴

====================================== */
.page-house .main .feature {
  padding: 168px 0 180px;
  background-color: #f1f3f0;
}
.page-house .main .feature__title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.page-house .main .feature__title br {
  display: none;
}
.page-house .main .feature__contents {
  margin-top: 127px;
}
.page-house .main .feature .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46px;
}
.page-house .main .feature .link__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-house .main .feature .link__btn span {
  padding-right: 2px;
  padding-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #313131;
}
.page-house .main .feature .link__btn::after {
  content: "";
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background-image: url(img/ico/ico-arrow-ccl-bk.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-size: center;
}
.page-house .main .feature .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
}
.page-house .main .feature .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
}
.page-house .main .feature .item__thumb {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-house .main .feature .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 60px;
  padding-right: calc((100vw - 1340px) / 2);
  padding-left: 30px;
}
.page-house .main .feature .item__title {
  font-size: 34px;
  font-weight: 400;
  color: #b3a98c;
}
.page-house .main .feature .item__copy {
  margin-top: 17px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-house .main .feature .item__copy .sp {
  display: none;
}
.page-house .main .feature .item__txt {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  line-height: 2;
}
.page-house .main .feature .item__txt p + p {
  margin-top: 30px;
}
.page-house .main .feature .item__txt span {
  font-weight: 700;
}
.page-house .main .feature .item .link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 58px;
}
.page-house .main .feature .item.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 80px;
}
.page-house .main .feature .item.rvs .item__head {
  padding-right: 0;
  padding-left: 70px;
}
.page-house .main .feature .item.rvs .item__body {
  padding-left: calc((100vw - 1340px) / 2);
  padding-right: 30px;
}
.page-house .main .feature .point {
  margin-top: 80px;
}
.page-house .main .feature .point__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-house .main .feature .point-item {
  width: 100%;
  padding: 85px 80px 75px;
  background-color: #fff;
}
.page-house .main .feature .point-item__title {
  font-size: 24px;
  font-weight: 600;
}
.page-house .main .feature .point-item__group {
  margin-top: 32px;
}
.page-house .main .feature .point-item__group + .point-item__group {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid #ccc;
}
.page-house .main .feature .point-item__group .title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
  border-left: 5px solid #423622;
}
.page-house .main .feature .point-item__group .txt {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-house .main .feature .point-item__group .txt span {
  font-weight: 700;
}
.page-house .main .feature .point-item__group .txt a {
  color: #1a0dab;
}
.page-house .main .feature .point-item__group .list {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 22px;
  line-height: 1.75;
}
.page-house .main .feature .point-item__group .list li {
  text-indent: calc(-1em - 9px);
  padding-left: calc(1em + 9px);
}
.page-house .main .feature .point-item__group .list li + li {
  margin-top: 10px;
}
.page-house .main .feature .point-item__group .list li::before {
  content: "";
  position: relative;
  top: 0.125em;
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background-color: #3C5A42;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .page-house .main .feature .item__head {
    padding-right: 0;
  }
  .page-house .main .feature .item__body {
    padding-left: 50px;
    padding-right: 40px;
  }
  .page-house .main .feature .item__txt {
    padding-right: 100px;
  }
  .page-house .main .feature .item.rvs .item__head {
    padding-left: 0;
  }
  .page-house .main .feature .item.rvs .item__body {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .page-house .main .feature .item__head {
    padding-right: 0;
  }
  .page-house .main .feature .item__copy {
    font-size: 34px;
  }
  .page-house .main .feature .item.rvs .item__head {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .page-house .main .feature {
    padding: 80px 0 100px;
  }
  .page-house .main .feature__title {
    font-size: 36px;
  }
  .page-house .main .feature__contents {
    margin-top: 80px;
  }
  .page-house .main .feature .link {
    margin-top: 40px;
  }
  .page-house .main .feature .link__btn span {
    padding-bottom: 5px;
    font-size: 16px;
  }
  .page-house .main .feature .link__btn::after {
    margin-left: 1em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2em;
            flex: 0 0 2em;
    width: 2em;
    height: 2em;
    background-size: 2em 2em;
  }
  .page-house .main .feature .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 80px;
  }
  .page-house .main .feature .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 60px;
    margin-top: 40px;
  }
  .page-house .main .feature .item__thumb {
    height: 400px;
  }
  .page-house .main .feature .item__body {
    width: 100%;
    padding: 0 60px;
  }
  .page-house .main .feature .item__title {
    font-size: 26px;
  }
  .page-house .main .feature .item__copy {
    margin-top: 25px;
    font-size: 32px;
  }
  .page-house .main .feature .item__txt {
    padding-right: 0;
    margin-top: 35px;
  }
  .page-house .main .feature .item__txt p + p {
    margin-top: 2em;
  }
  .page-house .main .feature .item .link {
    margin-top: 30px;
  }
  .page-house .main .feature .item .link__btn span {
    font-size: 15px;
  }
  .page-house .main .feature .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-house .main .feature .item.rvs .item__head {
    padding-right: 60px;
    padding-left: 0;
  }
  .page-house .main .feature .item.rvs .item__body {
    padding: 0 60px;
  }
  .page-house .main .feature .point__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-house .main .feature .point-item {
    padding: 50px 30px;
  }
  .page-house .main .feature .point-item__title {
    font-size: 20px;
  }
  .page-house .main .feature .point-item__group {
    margin-top: 25px;
  }
  .page-house .main .feature .point-item__group + .point-item__group {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page-house .main .feature .point-item__group .title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 4px solid #423622;
  }
  .page-house .main .feature .point-item__group .txt {
    margin-top: 18px;
  }
  .page-house .main .feature .point-item__group .list {
    margin-top: 18px;
  }
  .page-house .main .feature .point-item__group .list li {
    text-indent: calc(-1em - 7px);
    padding-left: calc(1em + 7px);
  }
  .page-house .main .feature .point-item__group .list li + li {
    margin-top: 8px;
  }
  .page-house .main .feature .point-item__group .list li::before {
    top: 0.1em;
    margin-right: 8px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 758px) {
  .page-house .main .feature {
    padding: 73px 0 80px;
  }
  .page-house .main .feature__title {
    font-size: 26px;
    line-height: 1.5;
  }
  .page-house .main .feature__title br {
    display: block;
  }
  .page-house .main .feature__contents {
    margin-top: 52px;
  }
  .page-house .main .feature .link {
    margin-top: 35px;
  }
  .page-house .main .feature .link__btn span {
    font-size: 14px;
  }
  .page-house .main .feature .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
  .page-house .main .feature .item__head {
    padding: 0;
    margin-top: 0;
  }
  .page-house .main .feature .item__thumb {
    padding-top: 67%;
    height: auto;
  }
  .page-house .main .feature .item__body {
    width: 100%;
    margin-top: 27px;
    padding: 0 20px;
  }
  .page-house .main .feature .item__title {
    font-size: 22px;
  }
  .page-house .main .feature .item__copy {
    margin-top: 10px;
    font-size: 22px;
  }
  .page-house .main .feature .item__copy .pc {
    display: none;
  }
  .page-house .main .feature .item__copy .sp {
    display: block;
  }
  .page-house .main .feature .item__txt {
    margin-top: 22px;
  }
  .page-house .main .feature .item .link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .page-house .main .feature .item .link__btn span {
    font-size: 14px;
  }
  .page-house .main .feature .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 58px;
  }
  .page-house .main .feature .item.rvs .item__head {
    padding-right: 0;
  }
  .page-house .main .feature .item.rvs .item__body {
    padding: 0 20px;
  }
  .page-house .main .feature .point {
    margin-top: 60px;
  }
  .page-house .main .feature .point__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-house .main .feature .point-item {
    padding: 30px 20px;
  }
  .page-house .main .feature .point-item__title {
    font-size: 18px;
  }
  .page-house .main .feature .point-item__group {
    margin-top: 25px;
  }
  .page-house .main .feature .point-item__group + .point-item__group {
    margin-top: 15px;
    padding-top: 20px;
  }
  .page-house .main .feature .point-item__group .title {
    font-size: 14px;
  }
  .page-house .main .feature .point-item__group .txt {
    margin-top: 12px;
  }
  .page-house .main .feature .point-item__group .list {
    margin-top: 15px;
  }
  .page-house .main .feature .point-item__group .list li {
    text-indent: calc(-1em - 4px);
    padding-left: calc(1em + 4px);
  }
  .page-house .main .feature .point-item__group .list li + li {
    margin-top: 6px;
  }
  .page-house .main .feature .point-item__group .list li::before {
    top: 0.075em;
    margin-right: 6px;
    width: 10px;
    height: 10px;
  }
}
/* ===================================

  家づくりの流れ

====================================== */
.page-house .main .flow {
  padding: 168px 0 120px;
}
.page-house .main .flow .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-house .main .flow__contents {
  margin-top: 110px;
}
.page-house .main .flow .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-all;
}
.page-house .main .flow .step + .step {
  margin-top: 60px;
}
.page-house .main .flow .step__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
.page-house .main .flow .step__num {
  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: 65px;
  height: 65px;
  padding-bottom: 2px;
  background-color: #b3a98c;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
}
.page-house .main .flow .step__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-house .main .flow .step__title {
  padding-top: 8px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}
.page-house .main .flow .step__title span {
  font-size: 0.7em;
}
.page-house .main .flow .step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}
.page-house .main .flow .step__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 60px;
}
.page-house .main .flow .step__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-house .main .flow .step__text + .step__text {
  margin-top: 1.5em;
}
.page-house .main .flow .step__box {
  margin-top: 62px;
  padding: 30px;
  background-color: #eeebe5;
}
.page-house .main .flow .step__box + .step__box {
  margin-top: 30px;
}
.page-house .main .flow .step__box .title {
  padding: 2px 0 2px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  border-left: 5px solid #423622;
}
.page-house .main .flow .step__box .txt {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-house .main .flow .step__box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
.page-house .main .flow .step__box .link::after {
  content: "";
  margin-left: 23px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background-image: url(img/ico/ico-arrow-ccl-bk.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}
.page-house .main .flow .step__box .tel-link {
  display: block;
  margin-top: 21px;
  font-family: "futura", sans-serif;
  font-weight: 500;
}
.page-house .main .flow .step__thumb {
  width: 335px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 335px;
          flex: 0 0 335px;
}
.page-house .main .flow .step__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-house .main .flow {
    padding: 120px 0 100px;
  }
  .page-house .main .flow .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-house .main .flow__contents {
    margin-top: 80px;
  }
  .page-house .main .flow .step + .step {
    margin-top: 50px;
  }
  .page-house .main .flow .step__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
  }
  .page-house .main .flow .step__num {
    width: 45px;
    height: 45px;
    font-size: 26px;
  }
  .page-house .main .flow .step__title {
    padding-top: 5px;
    font-size: 24px;
  }
  .page-house .main .flow .step__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
  }
  .page-house .main .flow .step__text {
    margin-top: 25px;
  }
  .page-house .main .flow .step__box {
    margin-top: 30px;
    padding: 25px;
  }
  .page-house .main .flow .step__box + .step__box {
    margin-top: 20px;
  }
  .page-house .main .flow .step__box .title {
    padding: 0 0 0 15px;
    font-size: 16px;
    border-left: 4px solid #423622;
  }
  .page-house .main .flow .step__box .txt {
    margin-top: 15px;
  }
  .page-house .main .flow .step__box .link {
    margin-top: 18px;
  }
  .page-house .main .flow .step__box .link::after {
    margin-left: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .page-house .main .flow .step__box .tel-link {
    margin-top: 18px;
  }
  .page-house .main .flow .step__thumb {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 758px) {
  .page-house .main .flow {
    padding: 60px 0;
  }
  .page-house .main .flow .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-house .main .flow__contents {
    margin-top: 40px;
  }
  .page-house .main .flow .step + .step {
    margin-top: 50px;
  }
  .page-house .main .flow .step__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
  .page-house .main .flow .step__num {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .page-house .main .flow .step__inner {
    padding: 0;
  }
  .page-house .main .flow .step__title {
    padding-top: 3px;
    font-size: 20px;
  }
  .page-house .main .flow .step__title span {
    display: block;
    margin-top: 3px;
  }
  .page-house .main .flow .step__body {
    margin-top: 15px;
  }
  .page-house .main .flow .step__text {
    margin-top: 20px;
  }
  .page-house .main .flow .step__box {
    margin-top: 20px;
    padding: 25px 20px;
  }
  .page-house .main .flow .step__box + .step__box {
    margin-top: 12px;
  }
  .page-house .main .flow .step__box .title {
    padding: 0 0 0 15px;
    font-size: 14px;
  }
  .page-house .main .flow .step__box .txt {
    margin-top: 12px;
  }
  .page-house .main .flow .step__box .link {
    margin-top: 15px;
  }
  .page-house .main .flow .step__box .link::after {
    margin-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .page-house .main .flow .step__box .tel-link {
    margin-top: 15px;
  }
  .page-house .main .flow .step__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* ===================================

  施工事例

====================================== */
.page-house .main .works {
  padding: 120px 0;
  background-color: #eeebe5;
}
.page-house .main .works .col3-card2 {
  margin-top: 0;
}
.page-house .main .works .col3-card2__title {
  font-size: 48px;
  padding-bottom: 0;
  border-bottom: none;
}
.page-house .main .works .col3-card2__contents {
  margin-top: 70px;
}
.page-house .main .works .col3-card2__contents .card__title {
  font-weight: 400;
}
.page-house .main .works .col3-card2__contents .post-categories li a {
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-house .main .works {
    padding: 80px 0;
  }
  .page-house .main .works .col3-card2__title {
    font-size: 36px;
  }
  .page-house .main .works .col3-card2__contents {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-house .main .works {
    padding: 60px 0;
  }
  .page-house .main .works .col3-card2__title {
    font-size: 26px;
  }
  .page-house .main .works .col3-card2__contents {
    margin-top: 40px;
  }
}
/* ===================================

  お客様の声

====================================== */
.page-house .main .voice {
  padding: 120px 0;
}
.page-house .main .voice .col2-voice {
  margin-top: 0;
}
.page-house .main .voice .col2-voice__title {
  font-size: 48px;
  padding-bottom: 0;
  border-bottom: none;
}
.page-house .main .voice .col2-voice__contents {
  margin-top: 70px;
}

@media screen and (max-width: 1199px) {
  .page-house .main .voice {
    padding: 80px 0;
  }
  .page-house .main .voice .col2-voice__title {
    font-size: 36px;
  }
  .page-house .main .voice .col2-voice__contents {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-house .main .voice {
    padding: 60px 0;
  }
  .page-house .main .voice .col2-voice__title {
    font-size: 26px;
  }
  .page-house .main .voice .col2-voice__contents {
    margin-top: 40px;
  }
}
/* ===================================

  新着情報

====================================== */
.blog .main .container {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.blog .main .entry {
  width: 100%;
}
.blog .main .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  background-image: url(img/ico/ico-arrow-right-light.png);
  background-repeat: no-repeat;
  background-size: 14px 20px;
  background-position: center right 18px;
}
.blog .main .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .main .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .main .entry__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  width: 115px;
}
.blog .main .entry__cates {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
}
.blog .main .entry__cate {
  position: relative;
  display: inline-block;
  padding: 7px 18px;
  background-color: #c7c0ac;
  border-radius: 9999px;
}
.blog .main .entry__badges {
  margin-right: 25px;
}
.blog .main .entry__badge {
  color: #ed1c24;
}
.blog .main .entry__body {
  word-break: break-all;
}
.blog .main .entry__title {
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .blog .main .container {
    max-width: 100%;
  }
  .blog .main .entry__link {
    display: block;
    padding: 20px 0;
    background-size: 10px 15px;
    background-position: center right 15px;
  }
  .blog .main .entry__date {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
  .blog .main .entry__cates {
    margin-left: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
  .blog .main .entry__cate {
    padding: 5px 12px;
  }
  .blog .main .entry__badges {
    margin-right: 0;
    margin-left: 20px;
  }
  .blog .main .entry__badge {
    font-size: 15px;
  }
  .blog .main .entry__body {
    margin-top: 10px;
    padding-right: 50px;
  }
  .blog .main .entry__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .blog .main .container {
    padding: 0 20px;
  }
  .blog .main .entry__link {
    padding: 15px 0 10px;
    background-size: 8px 12px;
    background-position: center right 0;
  }
  .blog .main .entry__cates {
    margin-left: 12px;
  }
  .blog .main .entry__cate {
    padding: 5px 13px;
  }
  .blog .main .entry__badges {
    margin-left: 10px;
  }
  .blog .main .entry__badge {
    font-size: 12px;
  }
  .blog .main .entry__body {
    padding-right: 30px;
  }
  .blog .main .entry__title {
    font-size: 12px;
  }
}
/* ===================================

  ブログ一覧

====================================== */
.page-blogs .tabs,
.post-type-archive-president-blog .tabs,
.post-type-archive-staff-blog .tabs,
.tax-blog_cat1 .tabs,
.tax-blog_cat2 .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-blogs .tabs .tab,
.post-type-archive-president-blog .tabs .tab,
.post-type-archive-staff-blog .tabs .tab,
.tax-blog_cat1 .tabs .tab,
.tax-blog_cat2 .tabs .tab {
  position: relative;
  width: 320px;
}
.page-blogs .tabs .tab + .tab,
.post-type-archive-president-blog .tabs .tab + .tab,
.post-type-archive-staff-blog .tabs .tab + .tab,
.tax-blog_cat1 .tabs .tab + .tab,
.tax-blog_cat2 .tabs .tab + .tab {
  margin-left: 30px;
}
.page-blogs .tabs .tab__btn,
.post-type-archive-president-blog .tabs .tab__btn,
.post-type-archive-staff-blog .tabs .tab__btn,
.tax-blog_cat1 .tabs .tab__btn,
.tax-blog_cat2 .tabs .tab__btn {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  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: 320px;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #ccc;
  background-image: url(img/ico/ico-arrow-btm.png);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: center right 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-blogs .tabs .tab__btn.active,
.post-type-archive-president-blog .tabs .tab__btn.active,
.post-type-archive-staff-blog .tabs .tab__btn.active,
.tax-blog_cat1 .tabs .tab__btn.active,
.tax-blog_cat2 .tabs .tab__btn.active {
  background-color: #3C5A42;
  background-image: url(img/ico/ico-arrow-top-wh.png);
  color: #fff;
}
.page-blogs .tabs .tab__btn.active::after,
.post-type-archive-president-blog .tabs .tab__btn.active::after,
.post-type-archive-staff-blog .tabs .tab__btn.active::after,
.tax-blog_cat1 .tabs .tab__btn.active::after,
.tax-blog_cat2 .tabs .tab__btn.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 20px;
  height: 12px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 12px solid #3C5A42;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.page-blogs .tabs .tab__cates,
.post-type-archive-president-blog .tabs .tab__cates,
.post-type-archive-staff-blog .tabs .tab__cates,
.tax-blog_cat1 .tabs .tab__cates,
.tax-blog_cat2 .tabs .tab__cates {
  display: none;
  position: absolute;
  top: calc(100% + 18px);
  width: 100%;
  border: 1px solid #3C5A42;
  border-radius: 3px;
  word-break: break-all;
  background-color: #fff;
  z-index: 5;
}
.page-blogs .tabs .tab__cate,
.post-type-archive-president-blog .tabs .tab__cate,
.post-type-archive-staff-blog .tabs .tab__cate,
.tax-blog_cat1 .tabs .tab__cate,
.tax-blog_cat2 .tabs .tab__cate {
  display: block;
  padding: 18px 20px;
  border-bottom: 1px solid #ccc;
  font-family: "Noto Sans JP", sans-serif;
}
.page-blogs .tabs .tab__cate::before,
.post-type-archive-president-blog .tabs .tab__cate::before,
.post-type-archive-staff-blog .tabs .tab__cate::before,
.tax-blog_cat1 .tabs .tab__cate::before,
.tax-blog_cat2 .tabs .tab__cate::before {
  content: "#";
  margin-right: 3px;
}
.page-blogs .main,
.post-type-archive-president-blog .main,
.post-type-archive-staff-blog .main,
.tax-blog_cat1 .main,
.tax-blog_cat2 .main {
  padding-top: 80px;
}
.page-blogs .main .container,
.post-type-archive-president-blog .main .container,
.post-type-archive-staff-blog .main .container,
.tax-blog_cat1 .main .container,
.tax-blog_cat2 .main .container {
  max-width: 1400px;
  width: 100%;
  padding: 0 30px;
}
.page-blogs .main .entries,
.post-type-archive-president-blog .main .entries,
.post-type-archive-staff-blog .main .entries,
.tax-blog_cat1 .main .entries,
.tax-blog_cat2 .main .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-blogs .main .entries::after,
.post-type-archive-president-blog .main .entries::after,
.post-type-archive-staff-blog .main .entries::after,
.tax-blog_cat1 .main .entries::after,
.tax-blog_cat2 .main .entries::after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}
.page-blogs .main .entry,
.post-type-archive-president-blog .main .entry,
.post-type-archive-staff-blog .main .entry,
.tax-blog_cat1 .main .entry,
.tax-blog_cat2 .main .entry {
  width: calc((100% - 40px) / 3);
}
.page-blogs .main .entry:nth-child(n+4),
.post-type-archive-president-blog .main .entry:nth-child(n+4),
.post-type-archive-staff-blog .main .entry:nth-child(n+4),
.tax-blog_cat1 .main .entry:nth-child(n+4),
.tax-blog_cat2 .main .entry:nth-child(n+4) {
  margin-top: 27px;
}
.page-blogs .main .entry__thumb,
.post-type-archive-president-blog .main .entry__thumb,
.post-type-archive-staff-blog .main .entry__thumb,
.tax-blog_cat1 .main .entry__thumb,
.tax-blog_cat2 .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.page-blogs .main .entry__thumb-img,
.post-type-archive-president-blog .main .entry__thumb-img,
.post-type-archive-staff-blog .main .entry__thumb-img,
.tax-blog_cat1 .main .entry__thumb-img,
.tax-blog_cat2 .main .entry__thumb-img {
  width: 100%;
  padding-top: 66.6%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-blogs .main .entry__link:hover,
.post-type-archive-president-blog .main .entry__link:hover,
.post-type-archive-staff-blog .main .entry__link:hover,
.tax-blog_cat1 .main .entry__link:hover,
.tax-blog_cat2 .main .entry__link:hover {
  opacity: 0.6;
}
.page-blogs .main .entry__link:hover .entry__thumb-img,
.post-type-archive-president-blog .main .entry__link:hover .entry__thumb-img,
.post-type-archive-staff-blog .main .entry__link:hover .entry__thumb-img,
.tax-blog_cat1 .main .entry__link:hover .entry__thumb-img,
.tax-blog_cat2 .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-blogs .main .entry__body,
.post-type-archive-president-blog .main .entry__body,
.post-type-archive-staff-blog .main .entry__body,
.tax-blog_cat1 .main .entry__body,
.tax-blog_cat2 .main .entry__body {
  position: relative;
  padding-top: 16px;
  word-break: break-all;
}
.page-blogs .main .entry-ico,
.post-type-archive-president-blog .main .entry-ico,
.post-type-archive-staff-blog .main .entry-ico,
.tax-blog_cat1 .main .entry-ico,
.tax-blog_cat2 .main .entry-ico {
  position: absolute;
  top: -48px;
  right: 10px;
  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: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 9999px;
  overflow: hidden;
}
.page-blogs .main .entry-ico__inner,
.post-type-archive-president-blog .main .entry-ico__inner,
.post-type-archive-staff-blog .main .entry-ico__inner,
.tax-blog_cat1 .main .entry-ico__inner,
.tax-blog_cat2 .main .entry-ico__inner {
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-blogs .main .entry__date,
.post-type-archive-president-blog .main .entry__date,
.post-type-archive-staff-blog .main .entry__date,
.tax-blog_cat1 .main .entry__date,
.tax-blog_cat2 .main .entry__date {
  font-size: 14px;
}
.page-blogs .main .entry__title,
.post-type-archive-president-blog .main .entry__title,
.post-type-archive-staff-blog .main .entry__title,
.tax-blog_cat1 .main .entry__title,
.tax-blog_cat2 .main .entry__title {
  margin-top: 11px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .page-blogs .tabs,
  .post-type-archive-president-blog .tabs,
  .post-type-archive-staff-blog .tabs,
  .tax-blog_cat1 .tabs,
  .tax-blog_cat2 .tabs {
    padding: 0 30px;
  }
  .page-blogs .tabs .tab,
  .post-type-archive-president-blog .tabs .tab,
  .post-type-archive-staff-blog .tabs .tab,
  .tax-blog_cat1 .tabs .tab,
  .tax-blog_cat2 .tabs .tab {
    width: calc((100% - 40px) / 2);
  }
  .page-blogs .tabs .tab + .tab,
  .post-type-archive-president-blog .tabs .tab + .tab,
  .post-type-archive-staff-blog .tabs .tab + .tab,
  .tax-blog_cat1 .tabs .tab + .tab,
  .tax-blog_cat2 .tabs .tab + .tab {
    margin-left: 40px;
  }
  .page-blogs .tabs .tab__btn,
  .post-type-archive-president-blog .tabs .tab__btn,
  .post-type-archive-staff-blog .tabs .tab__btn,
  .tax-blog_cat1 .tabs .tab__btn,
  .tax-blog_cat2 .tabs .tab__btn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    background-size: 10px 6px;
    background-position: center right 12px;
  }
  .page-blogs .tabs .tab__btn:hover,
  .post-type-archive-president-blog .tabs .tab__btn:hover,
  .post-type-archive-staff-blog .tabs .tab__btn:hover,
  .tax-blog_cat1 .tabs .tab__btn:hover,
  .tax-blog_cat2 .tabs .tab__btn:hover {
    opacity: 1;
  }
  .page-blogs .tabs .tab__btn.active::after,
  .post-type-archive-president-blog .tabs .tab__btn.active::after,
  .post-type-archive-staff-blog .tabs .tab__btn.active::after,
  .tax-blog_cat1 .tabs .tab__btn.active::after,
  .tax-blog_cat2 .tabs .tab__btn.active::after {
    bottom: -10px;
    width: 18px;
    height: 10px;
    border-top: 10px solid #313131;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
  }
  .page-blogs .tabs .tab__cates,
  .post-type-archive-president-blog .tabs .tab__cates,
  .post-type-archive-staff-blog .tabs .tab__cates,
  .tax-blog_cat1 .tabs .tab__cates,
  .tax-blog_cat2 .tabs .tab__cates {
    top: calc(100% + 13px);
  }
  .page-blogs .tabs .tab__cate,
  .post-type-archive-president-blog .tabs .tab__cate,
  .post-type-archive-staff-blog .tabs .tab__cate,
  .tax-blog_cat1 .tabs .tab__cate,
  .tax-blog_cat2 .tabs .tab__cate {
    padding: 15px 18px;
  }
  .page-blogs .main,
  .post-type-archive-president-blog .main,
  .post-type-archive-staff-blog .main,
  .tax-blog_cat1 .main,
  .tax-blog_cat2 .main {
    padding-top: 40px;
  }
  .page-blogs .main .container,
  .post-type-archive-president-blog .main .container,
  .post-type-archive-staff-blog .main .container,
  .tax-blog_cat1 .main .container,
  .tax-blog_cat2 .main .container {
    max-width: 100%;
  }
  .page-blogs .main .entries::after,
  .post-type-archive-president-blog .main .entries::after,
  .post-type-archive-staff-blog .main .entries::after,
  .tax-blog_cat1 .main .entries::after,
  .tax-blog_cat2 .main .entries::after {
    width: calc((100% - 40px) / 3);
  }
  .page-blogs .main .entry,
  .post-type-archive-president-blog .main .entry,
  .post-type-archive-staff-blog .main .entry,
  .tax-blog_cat1 .main .entry,
  .tax-blog_cat2 .main .entry {
    width: calc((100% - 40px) / 3);
  }
  .page-blogs .main .entry:nth-child(n+4),
  .post-type-archive-president-blog .main .entry:nth-child(n+4),
  .post-type-archive-staff-blog .main .entry:nth-child(n+4),
  .tax-blog_cat1 .main .entry:nth-child(n+4),
  .tax-blog_cat2 .main .entry:nth-child(n+4) {
    margin-top: 20px;
  }
  .page-blogs .main .entry__link:hover,
  .post-type-archive-president-blog .main .entry__link:hover,
  .post-type-archive-staff-blog .main .entry__link:hover,
  .tax-blog_cat1 .main .entry__link:hover,
  .tax-blog_cat2 .main .entry__link:hover {
    opacity: 1;
  }
  .page-blogs .main .entry__link:hover .entry__thumb-img,
  .post-type-archive-president-blog .main .entry__link:hover .entry__thumb-img,
  .post-type-archive-staff-blog .main .entry__link:hover .entry__thumb-img,
  .tax-blog_cat1 .main .entry__link:hover .entry__thumb-img,
  .tax-blog_cat2 .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page-blogs .main .entry__body,
  .post-type-archive-president-blog .main .entry__body,
  .post-type-archive-staff-blog .main .entry__body,
  .tax-blog_cat1 .main .entry__body,
  .tax-blog_cat2 .main .entry__body {
    padding-top: 15px;
  }
  .page-blogs .main .entry-ico,
  .post-type-archive-president-blog .main .entry-ico,
  .post-type-archive-staff-blog .main .entry-ico,
  .tax-blog_cat1 .main .entry-ico,
  .tax-blog_cat2 .main .entry-ico {
    top: -38px;
    right: 6px;
    width: 60px;
    height: 60px;
  }
  .page-blogs .main .entry-ico__inner,
  .post-type-archive-president-blog .main .entry-ico__inner,
  .post-type-archive-staff-blog .main .entry-ico__inner,
  .tax-blog_cat1 .main .entry-ico__inner,
  .tax-blog_cat2 .main .entry-ico__inner {
    width: 52px;
    height: 52px;
  }
  .page-blogs .main .entry__date,
  .post-type-archive-president-blog .main .entry__date,
  .post-type-archive-staff-blog .main .entry__date,
  .tax-blog_cat1 .main .entry__date,
  .tax-blog_cat2 .main .entry__date {
    font-size: 11px;
  }
  .page-blogs .main .entry__title,
  .post-type-archive-president-blog .main .entry__title,
  .post-type-archive-staff-blog .main .entry__title,
  .tax-blog_cat1 .main .entry__title,
  .tax-blog_cat2 .main .entry__title {
    margin-top: 9px;
    padding-right: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .page-blogs .tabs,
  .post-type-archive-president-blog .tabs,
  .post-type-archive-staff-blog .tabs,
  .tax-blog_cat1 .tabs,
  .tax-blog_cat2 .tabs {
    display: block;
    padding: 0 20px;
  }
  .page-blogs .tabs .tab,
  .post-type-archive-president-blog .tabs .tab,
  .post-type-archive-staff-blog .tabs .tab,
  .tax-blog_cat1 .tabs .tab,
  .tax-blog_cat2 .tabs .tab {
    width: 100%;
  }
  .page-blogs .tabs .tab + .tab,
  .post-type-archive-president-blog .tabs .tab + .tab,
  .post-type-archive-staff-blog .tabs .tab + .tab,
  .tax-blog_cat1 .tabs .tab + .tab,
  .tax-blog_cat2 .tabs .tab + .tab {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-blogs .tabs .tab__btn,
  .post-type-archive-president-blog .tabs .tab__btn,
  .post-type-archive-staff-blog .tabs .tab__btn,
  .tax-blog_cat1 .tabs .tab__btn,
  .tax-blog_cat2 .tabs .tab__btn {
    height: 45px;
    font-size: 14px;
    background-size: 10px 6px;
    background-position: center right 10px;
  }
  .page-blogs .tabs .tab__btn.active::after,
  .post-type-archive-president-blog .tabs .tab__btn.active::after,
  .post-type-archive-staff-blog .tabs .tab__btn.active::after,
  .tax-blog_cat1 .tabs .tab__btn.active::after,
  .tax-blog_cat2 .tabs .tab__btn.active::after {
    bottom: -8px;
    width: 16px;
    height: 8px;
    border-top: 8px solid #313131;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .page-blogs .tabs .tab__cates,
  .post-type-archive-president-blog .tabs .tab__cates,
  .post-type-archive-staff-blog .tabs .tab__cates,
  .tax-blog_cat1 .tabs .tab__cates,
  .tax-blog_cat2 .tabs .tab__cates {
    position: relative;
    margin-top: 12px;
    top: calc(100% + 10px);
  }
  .page-blogs .tabs .tab__cate,
  .post-type-archive-president-blog .tabs .tab__cate,
  .post-type-archive-staff-blog .tabs .tab__cate,
  .tax-blog_cat1 .tabs .tab__cate,
  .tax-blog_cat2 .tabs .tab__cate {
    padding: 16px 15px;
    font-size: 13px;
  }
  .page-blogs .main,
  .post-type-archive-president-blog .main,
  .post-type-archive-staff-blog .main,
  .tax-blog_cat1 .main,
  .tax-blog_cat2 .main {
    padding-top: 30px;
  }
  .page-blogs .main .container,
  .post-type-archive-president-blog .main .container,
  .post-type-archive-staff-blog .main .container,
  .tax-blog_cat1 .main .container,
  .tax-blog_cat2 .main .container {
    padding: 0 20px;
  }
  .page-blogs .main .entries,
  .post-type-archive-president-blog .main .entries,
  .post-type-archive-staff-blog .main .entries,
  .tax-blog_cat1 .main .entries,
  .tax-blog_cat2 .main .entries {
    display: block;
  }
  .page-blogs .main .entries::after,
  .post-type-archive-president-blog .main .entries::after,
  .post-type-archive-staff-blog .main .entries::after,
  .tax-blog_cat1 .main .entries::after,
  .tax-blog_cat2 .main .entries::after {
    display: none;
  }
  .page-blogs .main .entry,
  .post-type-archive-president-blog .main .entry,
  .post-type-archive-staff-blog .main .entry,
  .tax-blog_cat1 .main .entry,
  .tax-blog_cat2 .main .entry {
    width: 100%;
  }
  .page-blogs .main .entry + .entry,
  .post-type-archive-president-blog .main .entry + .entry,
  .post-type-archive-staff-blog .main .entry + .entry,
  .tax-blog_cat1 .main .entry + .entry,
  .tax-blog_cat2 .main .entry + .entry {
    margin-top: 25px;
  }
  .page-blogs .main .entry-ico,
  .post-type-archive-president-blog .main .entry-ico,
  .post-type-archive-staff-blog .main .entry-ico,
  .tax-blog_cat1 .main .entry-ico,
  .tax-blog_cat2 .main .entry-ico {
    top: -45px;
    right: 10px;
    width: 75px;
    height: 75px;
  }
  .page-blogs .main .entry-ico__inner,
  .post-type-archive-president-blog .main .entry-ico__inner,
  .post-type-archive-staff-blog .main .entry-ico__inner,
  .tax-blog_cat1 .main .entry-ico__inner,
  .tax-blog_cat2 .main .entry-ico__inner {
    width: 67px;
    height: 67px;
  }
}
/* ===================================

  イベント一覧

====================================== */
.post-type-archive-event .tabs__inner,
.tax-event_cat .tabs__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.post-type-archive-event .tabs ul,
.tax-event_cat .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-event .tabs ul li,
.tax-event_cat .tabs ul li {
  width: calc((100% - 80px) / 5);
}
.post-type-archive-event .tabs ul li + li,
.tax-event_cat .tabs ul li + li {
  margin-left: 20px;
}
.post-type-archive-event .tabs ul li:nth-child(5n+1),
.tax-event_cat .tabs ul li:nth-child(5n+1) {
  margin-left: 0;
}
.post-type-archive-event .tab,
.tax-event_cat .tab {
  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;
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-all;
}
.post-type-archive-event .tab.active, .post-type-archive-event .tab:hover,
.tax-event_cat .tab.active,
.tax-event_cat .tab:hover {
  opacity: 1;
  background-color: #3C5A42;
  color: #fff;
  border: 1px solid #3C5A42;
}
.post-type-archive-event .main,
.tax-event_cat .main {
  padding-top: 40px;
}
.post-type-archive-event .main .container,
.tax-event_cat .main .container {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.post-type-archive-event .entries,
.tax-event_cat .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-event .entries::after,
.tax-event_cat .entries::after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}
.post-type-archive-event .entry,
.tax-event_cat .entry {
  width: calc((100% - 40px) / 3);
}
.post-type-archive-event .entry:nth-child(n+4),
.tax-event_cat .entry:nth-child(n+4) {
  margin-top: 40px;
}
.post-type-archive-event .entry__link,
.tax-event_cat .entry__link {
  display: block;
}
.post-type-archive-event .entry__head,
.tax-event_cat .entry__head {
  width: 100%;
  position: relative;
}
.post-type-archive-event .entry__panel,
.tax-event_cat .entry__panel {
  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;
  position: absolute;
  top: 0;
  left: -1px;
  width: 80px;
  height: 40px;
  background-color: #3C5A42;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 18px;
  color: #fff;
  z-index: 1;
}
.post-type-archive-event .entry__thumb,
.tax-event_cat .entry__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-type-archive-event .entry__thumb-img,
.tax-event_cat .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-event .entry-filter,
.tax-event_cat .entry-filter {
  word-break: break-all;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.post-type-archive-event .entry-filter__text,
.tax-event_cat .entry-filter__text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  text-align: center;
  z-index: 11;
}
.post-type-archive-event .entry__link:hover,
.tax-event_cat .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-event .entry__link:hover .entry__thumb-img,
.tax-event_cat .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-event .entry__body,
.tax-event_cat .entry__body {
  padding-top: 15px;
  word-break: break-all;
}
.post-type-archive-event .entry__head,
.tax-event_cat .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-type-archive-event .entry__cate,
.tax-event_cat .entry__cate {
  padding: 5px 7px;
  background-color: #313131;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 14px;
  color: #fff;
}
.post-type-archive-event .entry__title,
.tax-event_cat .entry__title {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
}
.post-type-archive-event .entry__foot,
.tax-event_cat .entry__foot {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1500px) {
  .post-type-archive-event .tab,
  .tax-event_cat .tab {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .post-type-archive-event .tabs__inner,
  .tax-event_cat .tabs__inner {
    max-width: 100%;
  }
  .post-type-archive-event .tabs ul li,
  .tax-event_cat .tabs ul li {
    width: calc((100% - 30px) / 3);
  }
  .post-type-archive-event .tabs ul li + li,
  .tax-event_cat .tabs ul li + li {
    margin-left: 15px;
  }
  .post-type-archive-event .tabs ul li:nth-child(3n+1),
  .tax-event_cat .tabs ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .post-type-archive-event .tabs ul li:nth-child(6n),
  .tax-event_cat .tabs ul li:nth-child(6n) {
    margin-left: 15px;
  }
  .post-type-archive-event .tab,
  .tax-event_cat .tab {
    margin-bottom: 12px;
    height: 55px;
    font-size: 15px;
  }
  .post-type-archive-event .main,
  .tax-event_cat .main {
    padding-top: 30px;
  }
  .post-type-archive-event .main .container,
  .tax-event_cat .main .container {
    max-width: 100%;
  }
  .post-type-archive-event .entry__panel,
  .tax-event_cat .entry__panel {
    width: 45px;
    height: 30px;
    font-size: 12px;
  }
  .post-type-archive-event .entry:nth-child(n+4),
  .tax-event_cat .entry:nth-child(n+4) {
    margin-top: 40px;
  }
  .post-type-archive-event .entry__link:hover,
  .tax-event_cat .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-event .entry__link:hover .entry__thumb-img,
  .tax-event_cat .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-event .entry-filter__text,
  .tax-event_cat .entry-filter__text {
    font-size: 16px;
  }
  .post-type-archive-event .entry__cate,
  .tax-event_cat .entry__cate {
    padding: 4px 6px;
    font-size: 12px;
  }
  .post-type-archive-event .entry__badges,
  .tax-event_cat .entry__badges {
    padding-top: 2px;
    margin-left: 12px;
  }
  .post-type-archive-event .entry__badge,
  .tax-event_cat .entry__badge {
    font-size: 13px;
  }
  .post-type-archive-event .entry__title,
  .tax-event_cat .entry__title {
    margin-top: 12px;
    font-size: 16px;
  }
  .post-type-archive-event .entry__foot,
  .tax-event_cat .entry__foot {
    margin-top: 12px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-event .tabs__inner,
  .tax-event_cat .tabs__inner {
    padding: 0 20px;
  }
  .post-type-archive-event .tabs ul,
  .tax-event_cat .tabs ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post-type-archive-event .tabs ul li,
  .tax-event_cat .tabs ul li {
    width: calc((100% - 10px) / 2);
  }
  .post-type-archive-event .tabs ul li + li,
  .tax-event_cat .tabs ul li + li {
    margin-left: 0;
  }
  .post-type-archive-event .tabs ul li:nth-child(3n+1),
  .tax-event_cat .tabs ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .post-type-archive-event .tabs ul li:nth-child(6n),
  .tax-event_cat .tabs ul li:nth-child(6n) {
    margin-left: 0;
  }
  .post-type-archive-event .tab,
  .tax-event_cat .tab {
    margin-bottom: 10px;
    height: 40px;
    font-size: 12px;
  }
  .post-type-archive-event .main,
  .tax-event_cat .main {
    padding-top: 20px;
  }
  .post-type-archive-event .main .container,
  .tax-event_cat .main .container {
    padding: 0 20px;
  }
  .post-type-archive-event .entries,
  .tax-event_cat .entries {
    display: block;
  }
  .post-type-archive-event .entry,
  .tax-event_cat .entry {
    width: 100%;
  }
  .post-type-archive-event .entry + .entry,
  .tax-event_cat .entry + .entry {
    margin-top: 40px;
  }
  .post-type-archive-event .entry__cate,
  .tax-event_cat .entry__cate {
    padding: 4px 5px;
    font-size: 11px;
  }
  .post-type-archive-event .entry__badges,
  .tax-event_cat .entry__badges {
    margin-left: 15px;
  }
  .post-type-archive-event .entry__badge,
  .tax-event_cat .entry__badge {
    font-size: 12px;
  }
  .post-type-archive-event .entry__title,
  .tax-event_cat .entry__title {
    font-size: 14px;
  }
}
/* ===================================

  施工事例一覧

====================================== */
.post-type-archive-works .open-btn,
.tax-works_cat .open-btn,
.tax-works_tax .open-btn {
  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;
  margin: 0 auto;
  width: 320px;
  height: 60px;
  background-color: #3C5A42;
  background-image: url(img/ico/ico-glass.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center right 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.post-type-archive-works .main .container,
.tax-works_cat .main .container,
.tax-works_tax .main .container {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.post-type-archive-works .main .entries,
.tax-works_cat .main .entries,
.tax-works_tax .main .entries {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-works .main .entries::after,
.tax-works_cat .main .entries::after,
.tax-works_tax .main .entries::after {
  content: "";
  display: block;
  width: calc((100% - 37px) / 3);
}
.post-type-archive-works .main .entry,
.tax-works_cat .main .entry,
.tax-works_tax .main .entry {
  width: calc((100% - 37px) / 3);
}
.post-type-archive-works .main .entry:nth-child(n+4),
.tax-works_cat .main .entry:nth-child(n+4),
.tax-works_tax .main .entry:nth-child(n+4) {
  margin-top: 40px;
}
.post-type-archive-works .main .entry__link,
.tax-works_cat .main .entry__link,
.tax-works_tax .main .entry__link {
  display: block;
}
.post-type-archive-works .main .entry__head,
.tax-works_cat .main .entry__head,
.tax-works_tax .main .entry__head {
  position: relative;
}
.post-type-archive-works .main .entry__panel,
.tax-works_cat .main .entry__panel,
.tax-works_tax .main .entry__panel {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  background-color: #3C5A42;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 18px;
  color: #fff;
  z-index: 1;
}
.post-type-archive-works .main .entry__thumb,
.tax-works_cat .main .entry__thumb,
.tax-works_tax .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-works .main .entry__thumb-img,
.tax-works_cat .main .entry__thumb-img,
.tax-works_tax .main .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-works .main .entry__link:hover,
.tax-works_cat .main .entry__link:hover,
.tax-works_tax .main .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-works .main .entry__link:hover .entry__thumb-img,
.tax-works_cat .main .entry__link:hover .entry__thumb-img,
.tax-works_tax .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-works .main .entry__body,
.tax-works_cat .main .entry__body,
.tax-works_tax .main .entry__body {
  padding-top: 20px;
  word-break: break-all;
}
.post-type-archive-works .main .entry__title,
.tax-works_cat .main .entry__title,
.tax-works_tax .main .entry__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.post-type-archive-works .main .entry__cates,
.tax-works_cat .main .entry__cates,
.tax-works_tax .main .entry__cates {
  margin-top: 15px;
}
.post-type-archive-works .main .entry .post-categories,
.tax-works_cat .main .entry .post-categories,
.tax-works_tax .main .entry .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-works .main .entry .post-categories li a,
.tax-works_cat .main .entry .post-categories li a,
.tax-works_tax .main .entry .post-categories li a {
  display: block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px 4px;
  border: 1px solid #808080;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-works .open-btn,
  .tax-works_cat .open-btn,
  .tax-works_tax .open-btn {
    width: 250px;
    height: 50px;
    background-size: 15px 15px;
    background-position: center right 15px;
    font-size: 15px;
  }
  .post-type-archive-works .main .container,
  .tax-works_cat .main .container,
  .tax-works_tax .main .container {
    max-width: 100%;
  }
  .post-type-archive-works .main .entries,
  .tax-works_cat .main .entries,
  .tax-works_tax .main .entries {
    margin-top: 30px;
  }
  .post-type-archive-works .main .entry:nth-child(n+4),
  .tax-works_cat .main .entry:nth-child(n+4),
  .tax-works_tax .main .entry:nth-child(n+4) {
    margin-top: 30px;
  }
  .post-type-archive-works .main .entry__panel,
  .tax-works_cat .main .entry__panel,
  .tax-works_tax .main .entry__panel {
    width: 45px;
    height: 30px;
    font-size: 12px;
  }
  .post-type-archive-works .main .entry__link:hover,
  .tax-works_cat .main .entry__link:hover,
  .tax-works_tax .main .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-works .main .entry__link:hover .entry__thumb-img,
  .tax-works_cat .main .entry__link:hover .entry__thumb-img,
  .tax-works_tax .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-works .main .entry__body,
  .tax-works_cat .main .entry__body,
  .tax-works_tax .main .entry__body {
    padding-top: 20px;
    word-break: break-all;
  }
  .post-type-archive-works .main .entry__title,
  .tax-works_cat .main .entry__title,
  .tax-works_tax .main .entry__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
  }
  .post-type-archive-works .main .entry__cates,
  .tax-works_cat .main .entry__cates,
  .tax-works_tax .main .entry__cates {
    margin-top: 15px;
  }
  .post-type-archive-works .main .entry .post-categories,
  .tax-works_cat .main .entry .post-categories,
  .tax-works_tax .main .entry .post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post-type-archive-works .main .entry .post-categories li a,
  .tax-works_cat .main .entry .post-categories li a,
  .tax-works_tax .main .entry .post-categories li a {
    display: block;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px 4px;
    border: 1px solid #808080;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #808080;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-works .open-btn,
  .tax-works_cat .open-btn,
  .tax-works_tax .open-btn {
    width: 200px;
    height: 40px;
    background-size: 12px 12px;
    background-position: center right 12px;
    font-size: 14px;
  }
  .post-type-archive-works .main .container,
  .tax-works_cat .main .container,
  .tax-works_tax .main .container {
    padding: 0 20px;
  }
  .post-type-archive-works .main .entries,
  .tax-works_cat .main .entries,
  .tax-works_tax .main .entries {
    display: block;
  }
  .post-type-archive-works .main .entry,
  .tax-works_cat .main .entry,
  .tax-works_tax .main .entry {
    width: 100%;
  }
  .post-type-archive-works .main .entry + .entry,
  .tax-works_cat .main .entry + .entry,
  .tax-works_tax .main .entry + .entry {
    margin-top: 30px;
  }
  .post-type-archive-works .main .entry__body,
  .tax-works_cat .main .entry__body,
  .tax-works_tax .main .entry__body {
    padding-top: 12px;
  }
  .post-type-archive-works .main .entry__title,
  .tax-works_cat .main .entry__title,
  .tax-works_tax .main .entry__title {
    font-size: 15px;
  }
  .post-type-archive-works .main .entry__cates,
  .tax-works_cat .main .entry__cates,
  .tax-works_tax .main .entry__cates {
    margin-top: 10px;
  }
  .post-type-archive-works .main .entry .post-categories li a,
  .tax-works_cat .main .entry .post-categories li a,
  .tax-works_tax .main .entry .post-categories li a {
    margin-right: 5px;
    margin-bottom: 4px;
    font-size: 12px;
  }
}
/* ===================================

  モーダル

====================================== */
.works-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}
.works-modal.show {
  opacity: 1;
  z-index: 100;
}
.works-modal__inner {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: scroll;
  padding-top: 80px;
  padding-bottom: 120px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.works-modal__inner::-webkit-scrollbar {
  display: none;
}
.works-modal__contents {
  position: relative;
  margin: 0 auto;
  width: 600px;
  padding-top: 60px;
  margin-bottom: 20px;
  background-color: #fff;
}
.works-modal .close-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
}
.works-modal .close-btn span {
  position: absolute;
  width: 40px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
}
.works-modal .close-btn span:first-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.works-modal .close-btn span:last-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.works-modal__group {
  padding: 0 100px;
  font-family: "Noto Sans JP", sans-serif;
}
.works-modal__group + .works-modal__group {
  margin-top: 60px;
}
.works-modal__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.works-modal .cates {
  margin-top: 22px;
}
.works-modal .cates ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works-modal .cates li {
  margin: 0 7px 10px 0;
}
.works-modal .cates li a {
  display: block;
  padding: 3px 6px 4px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 4px;
}
.works-modal .cates li a::before {
  content: "#";
  margin-right: 2px;
}
.works-modal__alls {
  margin-top: 100px;
}
.works-modal__all {
  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;
  background-color: #3C5A42;
  color: #fff;
  width: 100%;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .works-modal__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .works-modal__contents {
    max-width: 600px;
    width: 75%;
    padding-top: 50px;
    margin-bottom: 20px;
  }
  .works-modal .close-btn {
    top: -38px;
    width: 38px;
    height: 38px;
  }
  .works-modal .close-btn span {
    width: 38px;
  }
  .works-modal__group {
    padding: 0 50px;
  }
  .works-modal__group + .works-modal__group {
    margin-top: 40px;
  }
  .works-modal__title {
    font-size: 16px;
  }
  .works-modal .cates {
    margin-top: 18px;
  }
  .works-modal .cates li {
    margin: 0 6px 8px 0;
  }
  .works-modal .cates li a {
    padding: 3px 6px 4px;
  }
  .works-modal__alls {
    margin-top: 60px;
  }
  .works-modal__all {
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .works-modal__inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .works-modal__contents {
    max-width: 100%;
    width: calc(100% - 40px);
    padding-top: 40px;
    margin-bottom: 10px;
  }
  .works-modal .close-btn {
    top: -36px;
    width: 36px;
    height: 36px;
  }
  .works-modal .close-btn span {
    width: 36px;
  }
  .works-modal__group {
    padding: 0 20px;
  }
  .works-modal__group + .works-modal__group {
    margin-top: 30px;
  }
  .works-modal__title {
    font-size: 14px;
  }
  .works-modal .cates {
    margin-top: 15px;
  }
  .works-modal .cates li {
    margin: 0 5px 7px 0;
  }
  .works-modal .cates li a {
    padding: 2px 6px 3px;
  }
  .works-modal__alls {
    margin-top: 40px;
  }
  .works-modal__all {
    height: 45px;
    font-size: 14px;
  }
}
/* ===================================

  お客様の声一覧

====================================== */
.post-type-archive-voice .tabs__inner,
.tax-voice_cat .tabs__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.post-type-archive-voice .tabs ul,
.tax-voice_cat .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-voice .tabs ul li,
.tax-voice_cat .tabs ul li {
  width: calc((100% - 80px) / 5);
}
.post-type-archive-voice .tabs ul li + li,
.tax-voice_cat .tabs ul li + li {
  margin-left: 20px;
}
.post-type-archive-voice .tabs ul li:nth-child(5n+1),
.tax-voice_cat .tabs ul li:nth-child(5n+1) {
  margin-left: 0;
}
.post-type-archive-voice .tab,
.tax-voice_cat .tab {
  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;
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-all;
}
.post-type-archive-voice .tab.active, .post-type-archive-voice .tab:hover,
.tax-voice_cat .tab.active,
.tax-voice_cat .tab:hover {
  opacity: 1;
  background-color: #3C5A42;
  color: #fff;
  border: 1px solid #3C5A42;
}
.post-type-archive-voice .main,
.tax-voice_cat .main {
  padding-top: 40px;
}
.post-type-archive-voice .main .container,
.tax-voice_cat .main .container {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.post-type-archive-voice .entries,
.tax-voice_cat .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-voice .entries::after,
.tax-voice_cat .entries::after {
  content: "";
  display: block;
  width: calc((100% - 80px) / 3);
}
.post-type-archive-voice .entry,
.tax-voice_cat .entry {
  width: calc((100% - 80px) / 3);
}
.post-type-archive-voice .entry:nth-child(n+4),
.tax-voice_cat .entry:nth-child(n+4) {
  margin-top: 70px;
}
.post-type-archive-voice .entry__thumb,
.tax-voice_cat .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-voice .entry__thumb-img,
.tax-voice_cat .entry__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-voice .entry__link:hover,
.tax-voice_cat .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-voice .entry__link:hover .entry__thumb-img,
.tax-voice_cat .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-voice .entry__body,
.tax-voice_cat .entry__body {
  padding-top: 20px;
  word-break: break-all;
}
.post-type-archive-voice .entry__cates,
.tax-voice_cat .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-voice .entry__cate,
.tax-voice_cat .entry__cate {
  position: relative;
  margin-right: 0.5em;
  padding: 3px 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 4px;
  z-index: 1;
}
.post-type-archive-voice .entry__title,
.tax-voice_cat .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1500px) {
  .post-type-archive-voice .tab,
  .tax-voice_cat .tab {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .post-type-archive-voice .tabs__inner,
  .tax-voice_cat .tabs__inner {
    max-width: 100%;
  }
  .post-type-archive-voice .tabs ul li,
  .tax-voice_cat .tabs ul li {
    width: calc((100% - 30px) / 3);
  }
  .post-type-archive-voice .tabs ul li + li,
  .tax-voice_cat .tabs ul li + li {
    margin-left: 15px;
  }
  .post-type-archive-voice .tabs ul li:nth-child(3n+1),
  .tax-voice_cat .tabs ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .post-type-archive-voice .tabs ul li:nth-child(6n),
  .tax-voice_cat .tabs ul li:nth-child(6n) {
    margin-left: 15px;
  }
  .post-type-archive-voice .tab,
  .tax-voice_cat .tab {
    margin-bottom: 12px;
    height: 55px;
    font-size: 15px;
  }
  .post-type-archive-voice .main,
  .tax-voice_cat .main {
    padding-top: 30px;
  }
  .post-type-archive-voice .main .container,
  .tax-voice_cat .main .container {
    max-width: 100%;
  }
  .post-type-archive-voice .entries,
  .tax-voice_cat .entries {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post-type-archive-voice .entries::after,
  .tax-voice_cat .entries::after {
    width: calc((100% - 30px) / 3);
  }
  .post-type-archive-voice .entry,
  .tax-voice_cat .entry {
    width: calc((100% - 30px) / 3);
  }
  .post-type-archive-voice .entry:nth-child(n+4),
  .tax-voice_cat .entry:nth-child(n+4) {
    margin-top: 50px;
  }
  .post-type-archive-voice .entry__thumb,
  .tax-voice_cat .entry__thumb {
    width: 100%;
  }
  .post-type-archive-voice .entry__link:hover,
  .tax-voice_cat .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-voice .entry__link:hover .entry__thumb-img,
  .tax-voice_cat .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-voice .entry__body,
  .tax-voice_cat .entry__body {
    padding-top: 18px;
  }
  .post-type-archive-voice .entry__cate,
  .tax-voice_cat .entry__cate {
    padding: 3px 5px;
    font-size: 12px;
  }
  .post-type-archive-voice .entry__title,
  .tax-voice_cat .entry__title {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-voice .tabs__inner,
  .tax-voice_cat .tabs__inner {
    padding: 0 20px;
  }
  .post-type-archive-voice .tabs ul,
  .tax-voice_cat .tabs ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post-type-archive-voice .tabs ul li,
  .tax-voice_cat .tabs ul li {
    width: calc((100% - 10px) / 2);
  }
  .post-type-archive-voice .tabs ul li + li,
  .tax-voice_cat .tabs ul li + li {
    margin-left: 0;
  }
  .post-type-archive-voice .tabs ul li:nth-child(3n+1),
  .tax-voice_cat .tabs ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .post-type-archive-voice .tabs ul li:nth-child(6n),
  .tax-voice_cat .tabs ul li:nth-child(6n) {
    margin-left: 0;
  }
  .post-type-archive-voice .tab,
  .tax-voice_cat .tab {
    margin-bottom: 10px;
    height: 40px;
    font-size: 12px;
  }
  .post-type-archive-voice .main,
  .tax-voice_cat .main {
    padding-top: 20px;
  }
  .post-type-archive-voice .main .container,
  .tax-voice_cat .main .container {
    padding: 0 20px;
  }
  .post-type-archive-voice .entries,
  .tax-voice_cat .entries {
    display: block;
  }
  .post-type-archive-voice .entry,
  .tax-voice_cat .entry {
    width: 100%;
  }
  .post-type-archive-voice .entry:nth-child(n+2),
  .tax-voice_cat .entry:nth-child(n+2) {
    margin-top: 35px;
  }
  .post-type-archive-voice .entry__body,
  .tax-voice_cat .entry__body {
    padding-top: 16px;
  }
  .post-type-archive-voice .entry__cate,
  .tax-voice_cat .entry__cate {
    padding: 3px 6px 4px;
    font-size: 12px;
  }
  .post-type-archive-voice .entry__title,
  .tax-voice_cat .entry__title {
    margin-top: 8px;
    font-size: 16px;
  }
}
/* ===================================

  各パーツ

====================================== */
.each-parts .main {
  padding: 100px 0;
}
.each-parts .main .container {
  max-width: 1400px;
  width: 100%;
  padding: 0 30px;
}
.each-parts .main .parts-title {
  font-size: 2rem;
  margin-bottom: 1em;
}
.each-parts .main section + section {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  .each-parts .main .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 758px) {
  .each-parts .main .container {
    padding: 0 15px;
  }
}
/* ===================================

  ブログ

====================================== */
.each-parts .blog .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.each-parts .blog .entries::after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}
.each-parts .blog .entry {
  width: calc((100% - 40px) / 3);
}
.each-parts .blog .entry:nth-child(n+4) {
  margin-top: 27px;
}
.each-parts .blog .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.each-parts .blog .entry__thumb-img {
  width: 100%;
  padding-top: 66.6%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.each-parts .blog .entry__link:hover {
  opacity: 0.6;
}
.each-parts .blog .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.each-parts .blog .entry__body {
  position: relative;
  padding-top: 16px;
  word-break: break-all;
}
.each-parts .blog .entry-ico {
  position: absolute;
  top: -30px;
  right: 10px;
  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: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 9999px;
  overflow: hidden;
}
.each-parts .blog .entry-ico__inner {
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.each-parts .blog .entry__date {
  font-size: 14px;
}
.each-parts .blog .entry__title {
  margin-top: 11px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .each-parts .blog .entries::after {
    width: calc((100% - 40px) / 3);
  }
  .each-parts .blog .entry {
    width: calc((100% - 40px) / 3);
  }
  .each-parts .blog .entry:nth-child(n+4) {
    margin-top: 20px;
  }
  .each-parts .blog .entry__link:hover {
    opacity: 1;
  }
  .each-parts .blog .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .each-parts .blog .entry__body {
    padding-top: 15px;
  }
  .each-parts .blog .entry-ico {
    top: -23px;
    width: 45px;
    height: 45px;
  }
  .each-parts .blog .entry-ico__inner {
    width: 35px;
    height: 35px;
  }
  .each-parts .blog .entry__date {
    font-size: 11px;
  }
  .each-parts .blog .entry__title {
    margin-top: 9px;
    padding-right: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .each-parts .blog .entries::after {
    display: none;
  }
  .each-parts .blog .entry {
    width: 100%;
  }
  .each-parts .blog .entry + .entry {
    margin-top: 30px;
  }
}
/* ===================================

  イベント

====================================== */
.each-parts .event .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.each-parts .event .entries:after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}
.each-parts .event .entry {
  width: calc((100% - 40px) / 3);
}
.each-parts .event .entry:nth-child(n+4) {
  margin-top: 30px;
}
.each-parts .event .entry__link {
  display: block;
}
.each-parts .event .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.each-parts .event .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.each-parts .event .entry__link:hover {
  opacity: 0.6;
}
.each-parts .event .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.each-parts .event .entry__body {
  padding-top: 15px;
  word-break: break-all;
}
.each-parts .event .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.each-parts .event .entry__cate {
  padding: 5px 7px;
  background-color: #313131;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 14px;
  color: #fff;
}
.each-parts .event .entry__badges {
  padding-top: 3px;
  margin-left: 15px;
}
.each-parts .event .entry__badge {
  color: #ed1c24;
}
.each-parts .event .entry__title {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
}
.each-parts .event .entry__foot {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1199px) {
  .each-parts .event .entries:after {
    content: "";
    display: block;
    width: calc((100% - 40px) / 3);
  }
  .each-parts .event .entry__link:hover {
    opacity: 1;
  }
  .each-parts .event .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .each-parts .event .entry__cate {
    padding: 4px 6px;
    font-size: 12px;
  }
  .each-parts .event .entry__badges {
    padding-top: 2px;
    margin-left: 12px;
  }
  .each-parts .event .entry__badge {
    font-size: 13px;
  }
  .each-parts .event .entry__title {
    margin-top: 12px;
    font-size: 14px;
  }
  .each-parts .event .entry__foot {
    margin-top: 12px;
  }
  .each-parts .event .entry__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .each-parts .event .entries {
    display: block;
  }
  .each-parts .event .entries:after {
    display: none;
  }
  .each-parts .event .entry {
    width: 100%;
  }
  .each-parts .event .entry + .entry {
    margin-top: 30px;
  }
  .each-parts .event .entry__cate {
    padding: 4px 5px;
    font-size: 11px;
  }
  .each-parts .event .entry__badges {
    margin-left: 15px;
  }
  .each-parts .event .entry__badge {
    font-size: 12px;
  }
  .each-parts .event .entry__title {
    font-size: 14px;
  }
}
/* ===================================

  新着情報

====================================== */
.each-parts .info .entry {
  width: 100%;
}
.each-parts .info .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  background-image: url(img/ico/ico-arrow-right-light.png);
  background-repeat: no-repeat;
  background-size: 14px 20px;
  background-position: center right 18px;
}
.each-parts .info .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.each-parts .info .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.each-parts .info .entry__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  width: 115px;
}
.each-parts .info .entry__cates {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
  width: 145px;
}
.each-parts .info .entry__cate {
  position: relative;
  display: inline-block;
  padding: 7px 18px;
  background-color: #c7c0ac;
  border-radius: 9999px;
}
.each-parts .info .entry__badges {
  margin-right: 25px;
}
.each-parts .info .entry__badge {
  color: #ed1c24;
}
.each-parts .info .entry__body {
  word-break: break-all;
}
.each-parts .info .entry__title {
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .each-parts .info .entry__link {
    display: block;
    padding: 20px 0;
    background-size: 10px 15px;
    background-position: center right 15px;
  }
  .each-parts .info .entry__date {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
  .each-parts .info .entry__cates {
    margin-left: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
  .each-parts .info .entry__cate {
    padding: 5px 12px;
  }
  .each-parts .info .entry__badges {
    margin-right: 0;
    margin-left: 20px;
  }
  .each-parts .info .entry__badge {
    font-size: 15px;
  }
  .each-parts .info .entry__body {
    margin-top: 10px;
    padding-right: 50px;
  }
  .each-parts .info .entry__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .each-parts .info .entry__link {
    padding: 15px 0 10px;
    background-size: 8px 12px;
    background-position: center right 0;
  }
  .each-parts .info .entry__cates {
    margin-left: 12px;
  }
  .each-parts .info .entry__cate {
    padding: 5px 13px;
  }
  .each-parts .info .entry__badges {
    margin-left: 10px;
  }
  .each-parts .info .entry__badge {
    font-size: 12px;
  }
  .each-parts .info .entry__body {
    padding-right: 30px;
  }
  .each-parts .info .entry__title {
    font-size: 12px;
  }
}
/* ===================================

  固定ページ: 各コンポーネント

====================================== */
.page .main > *:first-child {
  margin-top: 0;
}

/* ===================================

    ２カラム(大）左タイトル

====================================== */
.page .col2-ttl-l,
.archive .col2-ttl-l {
  margin-top: 180px;
}
.page .col2-ttl-l__contents,
.archive .col2-ttl-l__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .col2-ttl-l__bar,
.archive .col2-ttl-l__bar {
  width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  padding-right: 60px;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.page .col2-ttl-l__desc,
.archive .col2-ttl-l__desc {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 22px;
  color: #b3a98c;
}
.page .col2-ttl-l__title,
.archive .col2-ttl-l__title {
  margin-right: 18px;
  font-size: 48px;
  font-weight: 600;
}
.page .col2-ttl-l__body,
.archive .col2-ttl-l__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding-top: 47.92%;
  overflow: hidden;
}
.page .col2-ttl-l__inner,
.archive .col2-ttl-l__inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/top-hosue-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1480px) {
  .page .col2-ttl-l__bar,
  .archive .col2-ttl-l__bar {
    width: 240px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .page .col2-ttl-l__bar,
  .archive .col2-ttl-l__bar {
    width: 210px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .page .col2-ttl-l,
  .archive .col2-ttl-l {
    margin-top: 120px;
  }
  .page .col2-ttl-l__bar,
  .archive .col2-ttl-l__bar {
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding-right: 30px;
  }
  .page .col2-ttl-l__desc,
  .archive .col2-ttl-l__desc {
    font-size: 18px;
  }
  .page .col2-ttl-l__title,
  .archive .col2-ttl-l__title {
    margin-right: 12px;
    font-size: 38px;
  }
}
@media screen and (max-width: 758px) {
  .page .col2-ttl-l,
  .archive .col2-ttl-l {
    margin-top: 80px;
  }
  .page .col2-ttl-l__bar,
  .archive .col2-ttl-l__bar {
    width: 75px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    padding-right: 14px;
  }
  .page .col2-ttl-l__desc,
  .archive .col2-ttl-l__desc {
    font-size: 15px;
  }
  .page .col2-ttl-l__title,
  .archive .col2-ttl-l__title {
    margin-right: 6px;
    font-size: 22px;
  }
  .page .col2-ttl-l__body,
  .archive .col2-ttl-l__body {
    padding-top: 50%;
  }
  .page .col2-ttl-l__inner,
  .archive .col2-ttl-l__inner {
    background-image: url(img/top-hosue-bg-80.jpg);
  }
}
/* ===================================

    ２カラム(大）右タイトル

====================================== */
.page .col2-ttl-r {
  margin-top: 180px;
}
.page .col2-ttl-r__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .col2-ttl-r__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 60px;
  width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.page .col2-ttl-r__desc {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 22px;
  color: #b3a98c;
}
.page .col2-ttl-r__title {
  margin-right: 18px;
  font-size: 48px;
  font-weight: 600;
}
.page .col2-ttl-r__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding-top: 47.92%;
  overflow: hidden;
}
.page .col2-ttl-r__inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/top-hosue-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1480px) {
  .page .col2-ttl-r__bar {
    width: 240px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .page .col2-ttl-r__bar {
    width: 210px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .page .col2-ttl-r {
    margin-top: 120px;
  }
  .page .col2-ttl-r__bar {
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding-left: 30px;
  }
  .page .col2-ttl-r__desc {
    font-size: 18px;
  }
  .page .col2-ttl-r__title {
    margin-right: 12px;
    font-size: 38px;
  }
}
@media screen and (max-width: 758px) {
  .page .col2-ttl-r {
    margin-top: 80px;
  }
  .page .col2-ttl-r__bar {
    width: 75px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    padding-left: 14px;
  }
  .page .col2-ttl-r__desc {
    font-size: 15px;
  }
  .page .col2-ttl-r__title {
    margin-right: 6px;
    font-size: 22px;
  }
  .page .col2-ttl-r__body {
    padding-top: 50%;
  }
  .page .col2-ttl-r__inner {
    background-image: url(img/top-hosue-bg-80.jpg);
  }
}
/* ===================================

  タイトル・テキスト センター

====================================== */
.page .ttl-txt-f {
  margin-top: 120px;
}
.page .ttl-txt-f .sp {
  display: none;
}
.page .ttl-txt-f .container {
  padding: 0 30px;
}
.page .ttl-txt-f__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  color: #423622;
  text-align: center;
}
.page .ttl-txt-f__text {
  margin-top: 42px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page .ttl-txt-f {
    margin-top: 80px;
  }
  .page .ttl-txt-f__title {
    font-size: 33px;
  }
  .page .ttl-txt-f__text {
    margin-top: 35px;
  }
}
@media screen and (max-width: 758px) {
  .page .ttl-txt-f {
    margin-top: 60px;
  }
  .page .ttl-txt-f .pc {
    display: none;
  }
  .page .ttl-txt-f .sp {
    display: block;
  }
  .page .ttl-txt-f__title {
    font-size: 18px;
  }
  .page .ttl-txt-f__text {
    margin-top: 25px;
  }
}
/* ===================================

  2カラム タイトル・サムネイル交互

====================================== */
.page .col2-alt {
  margin-top: 120px;
}
.page .col2-alt__contents .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page .col2-alt__contents .item + .item {
  margin-top: 80px;
}
.page .col2-alt__contents .item-thumb {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.35%;
          flex: 0 0 46.35%;
  width: 46.35%;
}
.page .col2-alt__contents .item-thumb__inner {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page .col2-alt__contents .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 740px;
  padding-right: 70px;
  margin-left: 70px;
}
.page .col2-alt__contents .item__num {
  font-size: 34px;
  font-weight: 600;
  color: #b3a98c;
}
.page .col2-alt__contents .item__title {
  margin-top: 22px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  color: #423622;
}
.page .col2-alt__contents .item__text {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 42px;
  line-height: 2;
}
.page .col2-alt__contents .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page .col2-alt__contents .item:nth-child(2n) .item__body {
  padding-right: 0;
  margin-left: 0;
  padding-left: 70px;
  margin-right: 70px;
}
.page .col2-alt__contents .item .link-btn-wrap {
  margin-top: 92px;
}
.page .col2-alt__contents .item .link-btn {
  width: 310px;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .page .col2-alt {
    margin-top: 80px;
  }
  .page .col2-alt__contents .item + .item {
    margin-top: 70px;
  }
  .page .col2-alt__contents .item-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .page .col2-alt__contents .item-thumb__inner {
    height: 280px;
  }
  .page .col2-alt__contents .item__body {
    max-width: 100%;
    padding-right: 30px;
    margin-left: 30px;
  }
  .page .col2-alt__contents .item__num {
    font-size: 28px;
  }
  .page .col2-alt__contents .item__title {
    margin-top: 15px;
    font-size: 26px;
    line-height: 1.5;
  }
  .page .col2-alt__contents .item__text {
    margin-top: 25px;
  }
  .page .col2-alt__contents .item:nth-child(2n) .item__body {
    padding-left: 30px;
    margin-right: 30px;
  }
  .page .col2-alt__contents .item .link-btn-wrap {
    margin-top: 30px;
  }
  .page .col2-alt__contents .item .link-btn {
    width: 250px;
  }
}
@media screen and (max-width: 758px) {
  .page .col2-alt {
    margin-top: 60px;
  }
  .page .col2-alt__contents .item {
    display: block;
  }
  .page .col2-alt__contents .item + .item {
    margin-top: 40px;
  }
  .page .col2-alt__contents .item-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 20px;
  }
  .page .col2-alt__contents .item-thumb__inner {
    height: 200px;
  }
  .page .col2-alt__contents .item__body {
    margin-top: 20px;
    margin-left: 0;
    padding: 0 20px;
  }
  .page .col2-alt__contents .item__num {
    font-size: 20px;
  }
  .page .col2-alt__contents .item__title {
    margin-top: 5px;
    font-size: 18px;
  }
  .page .col2-alt__contents .item__text {
    margin-top: 10px;
  }
  .page .col2-alt__contents .item:nth-child(2n) .item-thumb {
    padding-right: 0;
    padding-left: 20px;
  }
  .page .col2-alt__contents .item:nth-child(2n) .item__body {
    padding: 0 20px;
    margin-right: 0;
  }
  .page .col2-alt__contents .item .link-btn-wrap {
    margin-top: 20px;
  }
  .page .col2-alt__contents .item .link-btn {
    width: 100%;
  }
}
/* ===================================

  3カラム カード1

====================================== */
.page .col3-card1 {
  margin-top: 80px;
}
.page .col3-card1__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.page .col3-card1__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 600;
}
.page .col3-card1__title::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  margin-left: 30px;
  background-color: #313131;
}
.page .col3-card1__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
.page .col3-card1__contents .card {
  width: calc((100% - 37px) / 3);
}
.page .col3-card1__contents .card__thumb {
  width: 100%;
  overflow: hidden;
}
.page .col3-card1__contents .card__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page .col3-card1__contents .card__body {
  padding-top: 27px;
}
.page .col3-card1__contents .card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.page .col3-card1__contents .card__text {
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page .col3-card1 {
    margin-top: 50px;
  }
  .page .col3-card1__inner {
    max-width: 100%;
  }
  .page .col3-card1__title {
    font-size: 20px;
  }
  .page .col3-card1__title::after {
    margin-left: 20px;
  }
  .page .col3-card1__contents {
    margin-top: 18px;
  }
  .page .col3-card1__contents .card {
    width: calc((100% - 30px) / 3);
  }
  .page .col3-card1__contents .card__body {
    padding-top: 15px;
  }
  .page .col3-card1__contents .card__title {
    font-size: 16px;
  }
  .page .col3-card1__contents .card__text {
    font-size: 13px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 758px) {
  .page .col3-card1 {
    margin-top: 40px;
  }
  .page .col3-card1__inner {
    padding: 0 20px;
  }
  .page .col3-card1__title {
    font-size: 17px;
  }
  .page .col3-card1__title::after {
    margin-left: 15px;
  }
  .page .col3-card1__contents {
    display: block;
    margin-top: 15px;
  }
  .page .col3-card1__contents .card {
    width: 100%;
  }
  .page .col3-card1__contents .card + .card {
    margin-top: 30px;
  }
  .page .col3-card1__contents .card__body {
    padding-top: 12px;
  }
  .page .col3-card1__contents .card__title {
    font-size: 16px;
  }
  .page .col3-card1__contents .card__text {
    font-size: 12px;
    margin-top: 5px;
  }
}
/* ===================================

  3カラム カード2

====================================== */
.page .col3-card2 {
  margin-top: 120px;
}
.page .col3-card2__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.page .col3-card2__title {
  padding-bottom: 40px;
  font-size: 34px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.page .col3-card2__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.page .col3-card2__contents .card {
  width: calc((100% - 37px) / 3);
}
.page .col3-card2__contents .card:nth-child(n+4) {
  margin-top: 40px;
}
.page .col3-card2__contents .card__link {
  display: block;
}
.page .col3-card2__contents .card__head {
  position: relative;
}
.page .col3-card2__contents .card__panel {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  background-color: #3C5A42;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 18px;
  color: #fff;
  z-index: 1;
}
.page .col3-card2__contents .card__thumb {
  width: 100%;
  overflow: hidden;
}
.page .col3-card2__contents .card__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page .col3-card2__contents .card__link:hover {
  opacity: 0.6;
}
.page .col3-card2__contents .card__link:hover .card__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page .col3-card2__contents .card__body {
  padding-top: 20px;
  word-break: break-all;
}
.page .col3-card2__contents .card__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.page .col3-card2__contents .card__cates {
  margin-top: 15px;
}
.page .col3-card2__contents .card .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .col3-card2__contents .card .post-categories li a {
  display: block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px 4px;
  border: 1px solid #808080;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
}
.page .col3-card2 .link-btn-wrap {
  margin-top: 70px;
}
.page .col3-card2 .link-btn {
  width: 310px;
}

@media screen and (max-width: 1199px) {
  .page .col3-card2 {
    margin-top: 60px;
  }
  .page .col3-card2__inner {
    max-width: 100%;
  }
  .page .col3-card2__title {
    padding-bottom: 20px;
    font-size: 26px;
  }
  .page .col3-card2__contents {
    margin-top: 25px;
  }
  .page .col3-card2__contents .card {
    width: calc((100% - 30px) / 3);
  }
  .page .col3-card2__contents .card__link:hover {
    opacity: 1;
  }
  .page .col3-card2__contents .card__link:hover .card__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page .col3-card2__contents .card__panel {
    width: 45px;
    height: 30px;
    font-size: 12px;
  }
  .page .col3-card2__contents .card__body {
    padding-top: 15px;
  }
  .page .col3-card2__contents .card__title {
    font-size: 16px;
  }
  .page .col3-card2__contents .card__cates {
    margin-top: 12px;
  }
  .page .col3-card2__contents .card .post-categories li a {
    margin-bottom: 3px;
    font-size: 13px;
  }
  .page .col3-card2 .link-btn-wrap {
    margin-top: 50px;
  }
  .page .col3-card2 .link-btn {
    width: 250px;
  }
}
@media screen and (max-width: 758px) {
  .page .col3-card2 {
    margin-top: 40px;
  }
  .page .col3-card2__inner {
    padding: 0 20px;
  }
  .page .col3-card2__title {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .page .col3-card2__contents {
    display: block;
    margin-top: 15px;
  }
  .page .col3-card2__contents .card {
    width: 100%;
  }
  .page .col3-card2__contents .card + .card {
    margin-top: 30px;
  }
  .page .col3-card2__contents .card__body {
    padding-top: 12px;
  }
  .page .col3-card2__contents .card__cates {
    margin-top: 10px;
  }
  .page .col3-card2__contents .card .post-categories li a {
    margin-right: 5px;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .page .col3-card2 .link-btn-wrap {
    margin-top: 40px;
  }
  .page .col3-card2 .link-btn {
    width: 100%;
  }
}
/* ===================================

  2カラム パネルリンク

====================================== */
.page .col2-panel {
  margin-top: 120px;
}
.page .col2-panel__inner {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1710px;
}
.page .col2-panel__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .col2-panel__contents .item {
  position: relative;
  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: 0;
  width: calc((100% - 20px) / 2);
  height: 375px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  overflow: hidden;
}
.page .col2-panel__contents .item__title {
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 1300px) {
  .page .col2-panel__contents .item__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .page .col2-panel {
    margin-top: 80px;
  }
  .page .col2-panel__inner {
    max-width: 100%;
  }
  .page .col2-panel__contents {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .page .col2-panel__contents .item {
    padding-left: 0;
    width: 100%;
    height: 270px;
  }
  .page .col2-panel__contents .item + .item {
    margin-top: 5px;
  }
  .page .col2-panel__contents .item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page .col2-panel__contents .item__title {
    text-align: center;
    font-size: 24px;
  }
}
@media screen and (max-width: 758px) {
  .page .col2-panel {
    margin-top: 50px;
  }
  .page .col2-panel__inner {
    padding: 0;
  }
  .page .col2-panel__contents .item {
    padding: 0;
    height: 165px;
  }
  .page .col2-panel__contents .item + .item {
    margin-top: 0;
  }
  .page .col2-panel__contents .item__title {
    font-size: 14px;
  }
}
/* ===================================

  2カラム お客様の声

====================================== */
.page .col2-voice {
  margin-top: 90px;
}
.page .col2-voice__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.page .col2-voice__title {
  padding-bottom: 40px;
  font-size: 34px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.page .col2-voice__contents {
  margin-top: 40px;
}
.page .col2-voice__contents .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .col2-voice__contents .entries::after {
  content: "";
  display: block;
  width: calc((100% - 80px) / 3);
}
.page .col2-voice__contents .entry {
  width: calc((100% - 80px) / 3);
}
.page .col2-voice__contents .entry:nth-child(n+4) {
  margin-top: 70px;
}
.page .col2-voice__contents .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.page .col2-voice__contents .entry__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page .col2-voice__contents .entry__link:hover {
  opacity: 0.6;
}
.page .col2-voice__contents .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page .col2-voice__contents .entry__body {
  padding-top: 20px;
  word-break: break-all;
}
.page .col2-voice__contents .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .col2-voice__contents .entry__cate {
  position: relative;
  margin-right: 0.5em;
  padding: 3px 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 4px;
  z-index: 1;
}
.page .col2-voice__contents .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.page .col2-voice .link-btn-wrap {
  margin-top: 70px;
}
.page .col2-voice .link-btn {
  width: 310px;
}

@media screen and (max-width: 1199px) {
  .page .col2-voice {
    margin-top: 70px;
  }
  .page .col2-voice__inner {
    max-width: 100%;
  }
  .page .col2-voice__title {
    padding-bottom: 20px;
    font-size: 26px;
  }
  .page .col2-voice__contents {
    margin-top: 25px;
  }
  .page .col2-voice__contents .entries {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page .col2-voice__contents .entries::after {
    width: calc((100% - 30px) / 3);
  }
  .page .col2-voice__contents .entry {
    width: calc((100% - 30px) / 3);
  }
  .page .col2-voice__contents .entry:nth-child(n+4) {
    margin-top: 50px;
  }
  .page .col2-voice__contents .entry__thumb {
    width: 100%;
  }
  .page .col2-voice__contents .entry__link:hover {
    opacity: 1;
  }
  .page .col2-voice__contents .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page .col2-voice__contents .entry__body {
    padding-top: 18px;
  }
  .page .col2-voice__contents .entry__cate {
    padding: 3px 5px;
    font-size: 12px;
  }
  .page .col2-voice__contents .entry__title {
    margin-top: 8px;
    font-size: 16px;
  }
  .page .col2-voice .link-btn-wrap {
    margin-top: 50px;
  }
  .page .col2-voice .link-btn {
    width: 250px;
  }
}
@media screen and (max-width: 758px) {
  .page .col2-voice {
    margin-top: 50px;
  }
  .page .col2-voice__inner {
    padding: 0 20px;
  }
  .page .col2-voice__title {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .page .col2-voice__contents {
    margin-top: 15px;
  }
  .page .col2-voice__contents .entries {
    display: block;
  }
  .page .col2-voice__contents .entry {
    width: 100%;
  }
  .page .col2-voice__contents .entry:nth-child(n+2) {
    margin-top: 35px;
  }
  .page .col2-voice__contents .entry__body {
    padding-top: 16px;
  }
  .page .col2-voice__contents .entry__cate {
    padding: 3px 6px 4px;
    font-size: 12px;
  }
  .page .col2-voice__contents .entry__title {
    margin-top: 8px;
    font-size: 16px;
  }
  .page .col2-voice .link-btn-wrap {
    margin-top: 40px;
  }
  .page .col2-voice .link-btn {
    width: 100%;
  }
}
/* ===================================

  流れ: FLOW

====================================== */
.page .p-flow {
  margin-top: 180px;
}
.page .p-flow__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .p-flow__bar {
  width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  padding-right: 60px;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.page .p-flow__desc {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 22px;
  color: #b3a98c;
}
.page .p-flow__title {
  margin-right: 18px;
  font-size: 48px;
  font-weight: 600;
}
.page .p-flow__body {
  padding: 0;
  max-width: 1340px;
  width: 100%;
}
.page .p-flow .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-all;
}
.page .p-flow .item + .item {
  margin-top: 70px;
}
.page .p-flow .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
.page .p-flow .item__num {
  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: 65px;
  height: 65px;
  background-color: #b3a98c;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
}
.page .p-flow .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page .p-flow .item__title {
  padding-top: 8px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}
.page .p-flow .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 37px;
}
.page .p-flow .item__inner {
  width: 68%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
}
.page .p-flow .item__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page .p-flow .item__text + .item__text {
  margin-top: 1.5em;
}
.page .p-flow .item__banner {
  display: block;
  width: 100%;
  margin-top: 22px;
}
.page .p-flow .item__banner img {
  display: block;
  width: 100%;
}
.page .p-flow .item__link {
  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;
  margin-top: 22px;
  width: 310px;
  height: 65px;
  border: 1px solid #ccc;
}
.page .p-flow .item__thumb {
  width: 26.8%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.8%;
          flex: 0 0 26.8%;
}
.page .p-flow .item__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1480px) {
  .page .p-flow__bar {
    width: 240px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding-right: 50px;
  }
  .page .p-flow__body {
    padding-right: 30px;
    max-width: 100%;
  }
  .page .p-flow .item__inner {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .page .p-flow .item__thumb {
    width: 35.8%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.8%;
            flex: 0 0 35.8%;
  }
}
@media screen and (max-width: 1199px) {
  .page .p-flow {
    margin-top: 120px;
  }
  .page .p-flow__bar {
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding-right: 30px;
  }
  .page .p-flow__desc {
    font-size: 18px;
  }
  .page .p-flow__title {
    margin-right: 12px;
    font-size: 38px;
  }
  .page .p-flow .item + .item {
    margin-top: 50px;
  }
  .page .p-flow .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
  }
  .page .p-flow .item__num {
    width: 45px;
    height: 45px;
    font-size: 26px;
  }
  .page .p-flow .item__title {
    padding-top: 5px;
    font-size: 24px;
  }
  .page .p-flow .item__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
  }
  .page .p-flow .item__inner {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page .p-flow .item__text {
    margin-top: 18px;
  }
  .page .p-flow .item__link {
    margin-top: 18px;
    width: 250px;
    height: 50px;
  }
  .page .p-flow .item__banner {
    margin-top: 16px;
  }
  .page .p-flow .item__thumb {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 758px) {
  .page .p-flow {
    margin-top: 80px;
  }
  .page .p-flow__bar {
    width: 75px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    padding-right: 14px;
  }
  .page .p-flow__desc {
    font-size: 15px;
  }
  .page .p-flow__title {
    margin-right: 6px;
    font-size: 22px;
  }
  .page .p-flow__body {
    padding-right: 20px;
  }
  .page .p-flow .item + .item {
    margin-top: 40px;
  }
  .page .p-flow .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
  .page .p-flow .item__num {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .page .p-flow .item__title {
    padding-top: 3px;
    font-size: 18px;
  }
  .page .p-flow .item__body {
    margin-top: 12px;
  }
  .page .p-flow .item__text {
    margin-top: 0;
  }
  .page .p-flow .item__link {
    margin-top: 15px;
    width: 100%;
  }
  .page .p-flow .item__banner {
    margin-top: 15px;
  }
  .page .p-flow .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 12px;
  }
}
/* ===================================

  2カラム：左タイトル・右本文

====================================== */
.page .col2-tt {
  margin-top: 75px;
}
.page .col2-tt__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .col2-tt__head {
  width: calc((100% - 20px) / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
}
.page .col2-tt__title {
  margin-top: -0.2em;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.7;
}
.page .col2-tt__body {
  width: calc((100% - 20px) / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
}
.page .col2-tt__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page .col2-tt {
    margin-top: 50px;
  }
  .page .col2-tt__inner {
    max-width: 100%;
  }
  .page .col2-tt__head {
    width: 48.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  .page .col2-tt__title {
    margin-top: 0;
    font-size: 28px;
  }
  .page .col2-tt__body {
    width: 48.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
}
@media screen and (max-width: 758px) {
  .page .col2-tt {
    margin-top: 40px;
  }
  .page .col2-tt__inner {
    display: block;
    padding: 0 20px;
  }
  .page .col2-tt__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page .col2-tt__title {
    font-size: 20px;
  }
  .page .col2-tt__body {
    margin-top: 15px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* ===================================

  ２カラム: カード

====================================== */
.page .col2-card {
  margin-top: 70px;
}
.page .col2-card__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.page .col2-card .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .col2-card .item {
  width: calc((100% - 20px) / 2);
}
.page .col2-card .item__head {
  width: 100%;
}
.page .col2-card .item__img {
  display: block;
  width: 100%;
}
.page .col2-card .item__body {
  padding-top: 27px;
}
.page .col2-card .item__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  color: #423622;
}
.page .col2-card .item__text {
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page .col2-card {
    margin-top: 50px;
  }
  .page .col2-card__inner {
    max-width: 100%;
  }
  .page .col2-card .item {
    width: 48.5%;
  }
  .page .col2-card .item__body {
    padding-top: 15px;
  }
  .page .col2-card .item__title {
    font-size: 20px;
  }
  .page .col2-card .item__text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 758px) {
  .page .col2-card {
    margin-top: 40px;
  }
  .page .col2-card__inner {
    padding: 0 20px;
  }
  .page .col2-card .items {
    display: block;
  }
  .page .col2-card .item {
    width: 100%;
  }
  .page .col2-card .item + .item {
    margin-top: 30px;
  }
  .page .col2-card .item__body {
    padding-top: 12px;
  }
  .page .col2-card .item__title {
    font-size: 18px;
  }
  .page .col2-card .item__text {
    margin-top: 3px;
  }
}
/* ===================================

  お問い合わせ

====================================== */
.page-contact .main,
.page-request-catalog .main,
.page-modelhouse-contact .main {
  padding-bottom: 80px;
}
.page-contact .main .container,
.page-request-catalog .main .container,
.page-modelhouse-contact .main .container {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.page-contact .contact-head__title,
.page-request-catalog .contact-head__title,
.page-modelhouse-contact .contact-head__title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.page-contact .contact-head .box,
.page-request-catalog .contact-head .box,
.page-modelhouse-contact .contact-head .box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
}
.page-contact .contact-head .box-tel,
.page-request-catalog .contact-head .box-tel,
.page-modelhouse-contact .contact-head .box-tel {
  margin-top: 22px;
}
.page-contact .contact-head .box-tel__num,
.page-request-catalog .contact-head .box-tel__num,
.page-modelhouse-contact .contact-head .box-tel__num {
  display: block;
  font-size: 54px;
  font-weight: 600;
}
.page-contact .contact-head .box-tel__num span,
.page-request-catalog .contact-head .box-tel__num span,
.page-modelhouse-contact .contact-head .box-tel__num span {
  font-size: 30px;
}
.page-contact .contact-head .box-tel__text,
.page-request-catalog .contact-head .box-tel__text,
.page-modelhouse-contact .contact-head .box-tel__text {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.page-contact .contact-body,
.page-request-catalog .contact-body,
.page-modelhouse-contact .contact-body {
  margin-top: 90px;
}
.page-contact .contact-body__title,
.page-request-catalog .contact-body__title,
.page-modelhouse-contact .contact-body__title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.page-contact .form-contents,
.page-request-catalog .form-contents,
.page-modelhouse-contact .form-contents {
  margin-top: 26px;
  padding: 40px 0 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.page-contact .form__group,
.page-request-catalog .form__group,
.page-modelhouse-contact .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .form__group + .form__group,
.page-request-catalog .form__group + .form__group,
.page-modelhouse-contact .form__group + .form__group {
  margin-top: 30px;
}
.page-contact .form__group.checkbox .form__label, .page-contact .form__group.radio-btn .form__label,
.page-request-catalog .form__group.checkbox .form__label,
.page-request-catalog .form__group.radio-btn .form__label,
.page-modelhouse-contact .form__group.checkbox .form__label,
.page-modelhouse-contact .form__group.radio-btn .form__label {
  padding-top: 0;
}
.page-contact .form__group.checkbox .form__body, .page-contact .form__group.radio-btn .form__body,
.page-request-catalog .form__group.checkbox .form__body,
.page-request-catalog .form__group.radio-btn .form__body,
.page-modelhouse-contact .form__group.checkbox .form__body,
.page-modelhouse-contact .form__group.radio-btn .form__body {
  margin-top: 0.15em;
}
.page-contact .form__group.checkbox .wpcf7-list-item, .page-contact .form__group.radio-btn .wpcf7-list-item,
.page-request-catalog .form__group.checkbox .wpcf7-list-item,
.page-request-catalog .form__group.radio-btn .wpcf7-list-item,
.page-modelhouse-contact .form__group.checkbox .wpcf7-list-item,
.page-modelhouse-contact .form__group.radio-btn .wpcf7-list-item {
  display: block;
}
.page-contact .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item, .page-contact .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item,
.page-request-catalog .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item,
.page-request-catalog .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item,
.page-modelhouse-contact .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item,
.page-modelhouse-contact .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 25px;
}
.page-contact .form__group.checkbox .wpcf7-list-item-label, .page-contact .form__group.radio-btn .wpcf7-list-item-label,
.page-request-catalog .form__group.checkbox .wpcf7-list-item-label,
.page-request-catalog .form__group.radio-btn .wpcf7-list-item-label,
.page-modelhouse-contact .form__group.checkbox .wpcf7-list-item-label,
.page-modelhouse-contact .form__group.radio-btn .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 10px;
}
.page-contact .form__group.checkbox + .form__group, .page-contact .form__group.radio-btn + .form__group,
.page-request-catalog .form__group.checkbox + .form__group,
.page-request-catalog .form__group.radio-btn + .form__group,
.page-modelhouse-contact .form__group.checkbox + .form__group,
.page-modelhouse-contact .form__group.radio-btn + .form__group {
  margin-top: 60px;
}
.page-contact .form__label,
.page-request-catalog .form__label,
.page-modelhouse-contact .form__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 388px;
          flex: 0 0 388px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contact .form__label label,
.page-request-catalog .form__label label,
.page-modelhouse-contact .form__label label {
  font-size: 18px;
  font-weight: 500;
}
.page-contact .form__label span,
.page-request-catalog .form__label span,
.page-modelhouse-contact .form__label 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: 70px;
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.page-contact .form__label span.require,
.page-request-catalog .form__label span.require,
.page-modelhouse-contact .form__label span.require {
  background-color: #ff1d25;
}
.page-contact .form__label span.any,
.page-request-catalog .form__label span.any,
.page-modelhouse-contact .form__label span.any {
  background-color: #4d4d4d;
}
.page-contact .form__body,
.page-request-catalog .form__body,
.page-modelhouse-contact .form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 40px;
}
.page-contact .form__body input:not([type=radio]):not([type=checkbox]),
.page-request-catalog .form__body input:not([type=radio]):not([type=checkbox]),
.page-modelhouse-contact .form__body input:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
}
.page-contact .form__body input#datepicker,
.page-request-catalog .form__body input#datepicker,
.page-modelhouse-contact .form__body input#datepicker {
  width: 300px;
}
.page-contact .form__body .select-wrap,
.page-request-catalog .form__body .select-wrap,
.page-modelhouse-contact .form__body .select-wrap {
  width: 300px;
  position: relative;
}
.page-contact .form__body .select-wrap::after,
.page-request-catalog .form__body .select-wrap::after,
.page-modelhouse-contact .form__body .select-wrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 10px solid #666666;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}
.page-contact .form__body select,
.page-request-catalog .form__body select,
.page-modelhouse-contact .form__body select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  cursor: pointer;
  background-color: #f2f2f2;
  color: #313131;
}
.page-contact .form__body option,
.page-request-catalog .form__body option,
.page-modelhouse-contact .form__body option {
  color: #313131;
}
.page-contact .form__body textarea,
.page-request-catalog .form__body textarea,
.page-modelhouse-contact .form__body textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  padding: 16px 20px;
  width: 100%;
  height: 300px;
  background-color: #f2f2f2;
}
.page-contact .form__body input:not([type=radio]):not([type=checkbox]).zip,
.page-request-catalog .form__body input:not([type=radio]):not([type=checkbox]).zip,
.page-modelhouse-contact .form__body input:not([type=radio]):not([type=checkbox]).zip {
  width: 300px;
}
.page-contact .form__body input:not([type=radio]):not([type=checkbox]).addr,
.page-request-catalog .form__body input:not([type=radio]):not([type=checkbox]).addr,
.page-modelhouse-contact .form__body input:not([type=radio]):not([type=checkbox]).addr {
  margin-top: 0;
}
.page-contact .form__body input::-webkit-input-placeholder, .page-contact .form__body textarea::-webkit-input-placeholder, .page-request-catalog .form__body input::-webkit-input-placeholder, .page-request-catalog .form__body textarea::-webkit-input-placeholder, .page-modelhouse-contact .form__body input::-webkit-input-placeholder, .page-modelhouse-contact .form__body textarea::-webkit-input-placeholder {
  color: #666666;
}
.page-contact .form__body input::-moz-placeholder, .page-contact .form__body textarea::-moz-placeholder, .page-request-catalog .form__body input::-moz-placeholder, .page-request-catalog .form__body textarea::-moz-placeholder, .page-modelhouse-contact .form__body input::-moz-placeholder, .page-modelhouse-contact .form__body textarea::-moz-placeholder {
  color: #666666;
}
.page-contact .form__body input:-ms-input-placeholder, .page-contact .form__body textarea:-ms-input-placeholder, .page-request-catalog .form__body input:-ms-input-placeholder, .page-request-catalog .form__body textarea:-ms-input-placeholder, .page-modelhouse-contact .form__body input:-ms-input-placeholder, .page-modelhouse-contact .form__body textarea:-ms-input-placeholder {
  color: #666666;
}
.page-contact .form__body input::-ms-input-placeholder, .page-contact .form__body textarea::-ms-input-placeholder, .page-request-catalog .form__body input::-ms-input-placeholder, .page-request-catalog .form__body textarea::-ms-input-placeholder, .page-modelhouse-contact .form__body input::-ms-input-placeholder, .page-modelhouse-contact .form__body textarea::-ms-input-placeholder {
  color: #666666;
}
.page-contact .form__body input::placeholder,
.page-contact .form__body textarea::placeholder,
.page-request-catalog .form__body input::placeholder,
.page-request-catalog .form__body textarea::placeholder,
.page-modelhouse-contact .form__body input::placeholder,
.page-modelhouse-contact .form__body textarea::placeholder {
  color: #666666;
}
.page-contact .form__text,
.page-request-catalog .form__text,
.page-modelhouse-contact .form__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-contact .form__text.red,
.page-request-catalog .form__text.red,
.page-modelhouse-contact .form__text.red {
  color: #ff1d25;
}
.page-contact .form__lists,
.page-request-catalog .form__lists,
.page-modelhouse-contact .form__lists {
  margin-top: 14px;
  line-height: 2;
}
.page-contact .form__lists li,
.page-request-catalog .form__lists li,
.page-modelhouse-contact .form__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .form__lists li::before,
.page-request-catalog .form__lists li::before,
.page-modelhouse-contact .form__lists li::before {
  content: "・";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
}
.page-contact .form__lists li a,
.page-request-catalog .form__lists li a,
.page-modelhouse-contact .form__lists li a {
  font-family: "Noto Sans JP", sans-serif;
}
.page-contact .form-pp,
.page-request-catalog .form-pp,
.page-modelhouse-contact .form-pp {
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.page-contact .form-pp__title,
.page-request-catalog .form-pp__title,
.page-modelhouse-contact .form-pp__title {
  font-weight: 500;
}
.page-contact .form-pp__text,
.page-request-catalog .form-pp__text,
.page-modelhouse-contact .form-pp__text {
  margin-top: 10px;
  line-height: 2;
}
.page-contact .form input[type=submit],
.page-request-catalog .form input[type=submit],
.page-modelhouse-contact .form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  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;
  margin: 118px auto 0;
  width: 530px;
  height: 80px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #3C5A42;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-contact .form input[type=submit]:hover,
.page-request-catalog .form input[type=submit]:hover,
.page-modelhouse-contact .form input[type=submit]:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  .page-contact .main .container,
  .page-request-catalog .main .container,
  .page-modelhouse-contact .main .container {
    max-width: 100%;
  }
  .page-contact .contact-head__title,
  .page-request-catalog .contact-head__title,
  .page-modelhouse-contact .contact-head__title {
    font-size: 22px;
  }
  .page-contact .contact-head .box,
  .page-request-catalog .contact-head .box,
  .page-modelhouse-contact .contact-head .box {
    margin-top: 20px;
    height: 135px;
  }
  .page-contact .contact-head .box-tel,
  .page-request-catalog .contact-head .box-tel,
  .page-modelhouse-contact .contact-head .box-tel {
    margin-top: 10px;
  }
  .page-contact .contact-head .box-tel__num,
  .page-request-catalog .contact-head .box-tel__num,
  .page-modelhouse-contact .contact-head .box-tel__num {
    font-size: 36px;
  }
  .page-contact .contact-head .box-tel__num span,
  .page-request-catalog .contact-head .box-tel__num span,
  .page-modelhouse-contact .contact-head .box-tel__num span {
    font-size: 20px;
  }
  .page-contact .contact-head .box-tel__text,
  .page-request-catalog .contact-head .box-tel__text,
  .page-modelhouse-contact .contact-head .box-tel__text {
    margin-top: 10px;
    font-size: 15px;
  }
  .page-contact .contact-body,
  .page-request-catalog .contact-body,
  .page-modelhouse-contact .contact-body {
    margin-top: 50px;
  }
  .page-contact .contact-body__title,
  .page-request-catalog .contact-body__title,
  .page-modelhouse-contact .contact-body__title {
    font-size: 22px;
  }
  .page-contact .form-contents,
  .page-request-catalog .form-contents,
  .page-modelhouse-contact .form-contents {
    margin-top: 15px;
    padding: 30px 0 40px;
  }
  .page-contact .form__group + .form__group,
  .page-request-catalog .form__group + .form__group,
  .page-modelhouse-contact .form__group + .form__group {
    margin-top: 25px;
  }
  .page-contact .form__group.checkbox .form__body, .page-contact .form__group.radio-btn .form__body,
  .page-request-catalog .form__group.checkbox .form__body,
  .page-request-catalog .form__group.radio-btn .form__body,
  .page-modelhouse-contact .form__group.checkbox .form__body,
  .page-modelhouse-contact .form__group.radio-btn .form__body {
    margin-top: 0.2em;
  }
  .page-contact .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item, .page-contact .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item,
  .page-request-catalog .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item,
  .page-request-catalog .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item,
  .page-modelhouse-contact .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item,
  .page-modelhouse-contact .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 20px;
  }
  .page-contact .form__group.checkbox .wpcf7-list-item-label, .page-contact .form__group.radio-btn .wpcf7-list-item-label,
  .page-request-catalog .form__group.checkbox .wpcf7-list-item-label,
  .page-request-catalog .form__group.radio-btn .wpcf7-list-item-label,
  .page-modelhouse-contact .form__group.checkbox .wpcf7-list-item-label,
  .page-modelhouse-contact .form__group.radio-btn .wpcf7-list-item-label {
    margin-left: 8px;
  }
  .page-contact .form__group.checkbox + .form__group, .page-contact .form__group.radio-btn + .form__group,
  .page-request-catalog .form__group.checkbox + .form__group,
  .page-request-catalog .form__group.radio-btn + .form__group,
  .page-modelhouse-contact .form__group.checkbox + .form__group,
  .page-modelhouse-contact .form__group.radio-btn + .form__group {
    margin-top: 40px;
  }
  .page-contact .form__label,
  .page-request-catalog .form__label,
  .page-modelhouse-contact .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    padding-top: 14px;
  }
  .page-contact .form__label label,
  .page-request-catalog .form__label label,
  .page-modelhouse-contact .form__label label {
    font-size: 15px;
  }
  .page-contact .form__label span,
  .page-request-catalog .form__label span,
  .page-modelhouse-contact .form__label span {
    width: 50px;
    height: 22px;
    font-size: 12px;
  }
  .page-contact .form__body,
  .page-request-catalog .form__body,
  .page-modelhouse-contact .form__body {
    margin-left: 30px;
  }
  .page-contact .form__body input:not([type=radio]):not([type=checkbox]),
  .page-request-catalog .form__body input:not([type=radio]):not([type=checkbox]),
  .page-modelhouse-contact .form__body input:not([type=radio]):not([type=checkbox]) {
    padding: 0 15px;
    height: 40px;
  }
  .page-contact .form__body input#datepicker,
  .page-request-catalog .form__body input#datepicker,
  .page-modelhouse-contact .form__body input#datepicker {
    width: 250px;
  }
  .page-contact .form__body .select-wrap,
  .page-request-catalog .form__body .select-wrap,
  .page-modelhouse-contact .form__body .select-wrap {
    width: 250px;
  }
  .page-contact .form__body .select-wrap::after,
  .page-request-catalog .form__body .select-wrap::after,
  .page-modelhouse-contact .form__body .select-wrap::after {
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 8px solid #666666;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .page-contact .form__body select,
  .page-request-catalog .form__body select,
  .page-modelhouse-contact .form__body select {
    padding: 0 20px;
    height: 40px;
  }
  .page-contact .form__body textarea,
  .page-request-catalog .form__body textarea,
  .page-modelhouse-contact .form__body textarea {
    padding: 15px;
    height: 200px;
  }
  .page-contact .form__body input:not([type=radio]):not([type=checkbox]).zip,
  .page-request-catalog .form__body input:not([type=radio]):not([type=checkbox]).zip,
  .page-modelhouse-contact .form__body input:not([type=radio]):not([type=checkbox]).zip {
    width: 180px;
  }
  .page-contact .form__lists,
  .page-request-catalog .form__lists,
  .page-modelhouse-contact .form__lists {
    margin-top: 6px;
  }
  .page-contact .form__lists li::before,
  .page-request-catalog .form__lists li::before,
  .page-modelhouse-contact .form__lists li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
  }
  .page-contact .form-pp,
  .page-request-catalog .form-pp,
  .page-modelhouse-contact .form-pp {
    margin-top: 30px;
  }
  .page-contact .form-pp__title,
  .page-request-catalog .form-pp__title,
  .page-modelhouse-contact .form-pp__title {
    font-size: 15px;
  }
  .page-contact .form-pp__text,
  .page-request-catalog .form-pp__text,
  .page-modelhouse-contact .form-pp__text {
    margin-top: 8px;
  }
  .page-contact .form input[type=submit],
  .page-request-catalog .form input[type=submit],
  .page-modelhouse-contact .form input[type=submit] {
    margin: 60px auto 0;
    width: 400px;
    height: 70px;
    font-size: 16px;
  }
  .page-contact .form input[type=submit]:hover,
  .page-request-catalog .form input[type=submit]:hover,
  .page-modelhouse-contact .form input[type=submit]:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 758px) {
  .page-contact .main .container,
  .page-request-catalog .main .container,
  .page-modelhouse-contact .main .container {
    padding: 0 20px;
  }
  .page-contact .contact-head__title,
  .page-request-catalog .contact-head__title,
  .page-modelhouse-contact .contact-head__title {
    font-size: 17px;
  }
  .page-contact .contact-head .box,
  .page-request-catalog .contact-head .box,
  .page-modelhouse-contact .contact-head .box {
    margin-top: 15px;
    height: 120px;
  }
  .page-contact .contact-head .box-tel__num,
  .page-request-catalog .contact-head .box-tel__num,
  .page-modelhouse-contact .contact-head .box-tel__num {
    font-size: 30px;
  }
  .page-contact .contact-head .box-tel__num span,
  .page-request-catalog .contact-head .box-tel__num span,
  .page-modelhouse-contact .contact-head .box-tel__num span {
    font-size: 16px;
  }
  .page-contact .contact-head .box-tel__text,
  .page-request-catalog .contact-head .box-tel__text,
  .page-modelhouse-contact .contact-head .box-tel__text {
    margin-top: 3px;
    font-size: 12px;
  }
  .page-contact .contact-body,
  .page-request-catalog .contact-body,
  .page-modelhouse-contact .contact-body {
    margin-top: 50px;
  }
  .page-contact .contact-body__title,
  .page-request-catalog .contact-body__title,
  .page-modelhouse-contact .contact-body__title {
    font-size: 17px;
  }
  .page-contact .form-contents,
  .page-request-catalog .form-contents,
  .page-modelhouse-contact .form-contents {
    margin-top: 10px;
    padding: 22px 0 30px;
  }
  .page-contact .form__group,
  .page-request-catalog .form__group,
  .page-modelhouse-contact .form__group {
    display: block;
  }
  .page-contact .form__group + .form__group,
  .page-request-catalog .form__group + .form__group,
  .page-modelhouse-contact .form__group + .form__group {
    margin-top: 30px;
  }
  .page-contact .form__group.checkbox .form__body, .page-contact .form__group.radio-btn .form__body,
  .page-request-catalog .form__group.checkbox .form__body,
  .page-request-catalog .form__group.radio-btn .form__body,
  .page-modelhouse-contact .form__group.checkbox .form__body,
  .page-modelhouse-contact .form__group.radio-btn .form__body {
    margin-top: 10px;
  }
  .page-contact .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item, .page-contact .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item,
  .page-request-catalog .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item,
  .page-request-catalog .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item,
  .page-modelhouse-contact .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item,
  .page-modelhouse-contact .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 18px;
  }
  .page-contact .form__group.checkbox input[type=checkbox],
  .page-contact .form__group.checkbox input[type=radio], .page-contact .form__group.radio-btn input[type=checkbox],
  .page-contact .form__group.radio-btn input[type=radio],
  .page-request-catalog .form__group.checkbox input[type=checkbox],
  .page-request-catalog .form__group.checkbox input[type=radio],
  .page-request-catalog .form__group.radio-btn input[type=checkbox],
  .page-request-catalog .form__group.radio-btn input[type=radio],
  .page-modelhouse-contact .form__group.checkbox input[type=checkbox],
  .page-modelhouse-contact .form__group.checkbox input[type=radio],
  .page-modelhouse-contact .form__group.radio-btn input[type=checkbox],
  .page-modelhouse-contact .form__group.radio-btn input[type=radio] {
    position: relative;
    top: 2px;
  }
  .page-contact .form__group.checkbox .wpcf7-list-item-label, .page-contact .form__group.radio-btn .wpcf7-list-item-label,
  .page-request-catalog .form__group.checkbox .wpcf7-list-item-label,
  .page-request-catalog .form__group.radio-btn .wpcf7-list-item-label,
  .page-modelhouse-contact .form__group.checkbox .wpcf7-list-item-label,
  .page-modelhouse-contact .form__group.radio-btn .wpcf7-list-item-label {
    margin-left: 6px;
  }
  .page-contact .form__group.checkbox + .form__group, .page-contact .form__group.radio-btn + .form__group,
  .page-request-catalog .form__group.checkbox + .form__group,
  .page-request-catalog .form__group.radio-btn + .form__group,
  .page-modelhouse-contact .form__group.checkbox + .form__group,
  .page-modelhouse-contact .form__group.radio-btn + .form__group {
    margin-top: 35px;
  }
  .page-contact .form__label,
  .page-request-catalog .form__label,
  .page-modelhouse-contact .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-contact .form__label label,
  .page-request-catalog .form__label label,
  .page-modelhouse-contact .form__label label {
    font-size: 13px;
  }
  .page-contact .form__label span,
  .page-request-catalog .form__label span,
  .page-modelhouse-contact .form__label span {
    width: 33px;
    height: 18px;
    font-size: 11px;
    margin-left: 2em;
  }
  .page-contact .form__body,
  .page-request-catalog .form__body,
  .page-modelhouse-contact .form__body {
    margin-left: 0;
    margin-top: 8px;
  }
  .page-contact .form__body input:not([type=radio]):not([type=checkbox]),
  .page-request-catalog .form__body input:not([type=radio]):not([type=checkbox]),
  .page-modelhouse-contact .form__body input:not([type=radio]):not([type=checkbox]) {
    padding: 0 12px;
    height: 35px;
  }
  .page-contact .form__body input#datepicker,
  .page-request-catalog .form__body input#datepicker,
  .page-modelhouse-contact .form__body input#datepicker {
    width: 200px;
  }
  .page-contact .form__body .select-wrap,
  .page-request-catalog .form__body .select-wrap,
  .page-modelhouse-contact .form__body .select-wrap {
    width: 200px;
  }
  .page-contact .form__body .select-wrap::after,
  .page-request-catalog .form__body .select-wrap::after,
  .page-modelhouse-contact .form__body .select-wrap::after {
    right: 8px;
    width: 6px;
    height: 6px;
    border-top: 6px solid #666666;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
  }
  .page-contact .form__body select,
  .page-request-catalog .form__body select,
  .page-modelhouse-contact .form__body select {
    padding: 0 12px;
    height: 35px;
  }
  .page-contact .form__body textarea,
  .page-request-catalog .form__body textarea,
  .page-modelhouse-contact .form__body textarea {
    padding: 12px;
    height: 150px;
  }
  .page-contact .form__body input:not([type=radio]):not([type=checkbox]).zip,
  .page-request-catalog .form__body input:not([type=radio]):not([type=checkbox]).zip,
  .page-modelhouse-contact .form__body input:not([type=radio]):not([type=checkbox]).zip {
    width: 180px;
  }
  .page-contact .form__lists,
  .page-request-catalog .form__lists,
  .page-modelhouse-contact .form__lists {
    margin-top: 5px;
  }
  .page-contact .form__lists li::before,
  .page-request-catalog .form__lists li::before,
  .page-modelhouse-contact .form__lists li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    width: 12px;
  }
  .page-contact .form-pp,
  .page-request-catalog .form-pp,
  .page-modelhouse-contact .form-pp {
    margin-top: 22px;
  }
  .page-contact .form-pp__title,
  .page-request-catalog .form-pp__title,
  .page-modelhouse-contact .form-pp__title {
    font-size: 14px;
  }
  .page-contact .form input[type=submit],
  .page-request-catalog .form input[type=submit],
  .page-modelhouse-contact .form input[type=submit] {
    margin: 50px auto 0;
    width: 100%;
    height: 50px;
    font-size: 15px;
  }
}
/* ===================================

  会社案内

====================================== */
.page-company .col2-ttl-l.mv {
  position: relative;
  z-index: 1;
}
.page-company .col2-ttl-l.mv .col2-ttl-l__bar {
  background-color: transparent;
}
.page-company .col2-ttl-l.mv .col2-ttl-l__inner {
  background-image: url(img/page-company-mv-80.jpg);
}
.page-company .bcn-sp {
  display: none;
}
.page-company .c-contact {
  margin-top: 0;
}

@media screen and (max-width: 758px) {
  .page-company .col2-ttl-l {
    padding-top: 40px;
  }
  .page-company .col2-ttl-l__contents {
    display: block;
  }
  .page-company .col2-ttl-l__bar {
    width: 100%;
    padding: 0 15px 0 20px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .page-company .col2-ttl-l__body {
    padding-top: 58%;
  }
  .page-company .col2-ttl-l__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-company .col2-ttl-l__title {
    font-size: 24px;
  }
  .page-company .col2-ttl-l__desc {
    margin-top: 18px;
  }
  .page-company .bcn-pc {
    display: none;
  }
  .page-company .bcn-sp {
    display: block;
  }
  .page-company .bcn-sp .breadcrumb-wrap {
    margin-top: 30px;
  }
  .page-company .bcn-sp .breadcrumb {
    padding: 0 0 9px;
  }
}
/* ---------------------------------
  Message
----------------------------------- */
.page-company .main .msg {
  margin-top: -240px;
  padding-top: 240px;
  padding-bottom: 124px;
  background-color: #eeebe5;
}
.page-company .main .msg .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 62px 0;
  margin: 0 auto;
  width: calc(100% - 160px);
  border-bottom: 1px solid #ccc;
}
.page-company .main .msg .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.page-company .main .msg .anchor::after {
  content: "";
  margin-left: 60px;
  width: 13px;
  height: 9px;
  background-image: url(img/ico/ico-anchor-btm.svg);
  background-repeat: no-repeat;
  background-size: 13px 9px;
  background-position: center;
}
.page-company .main .msg .anchor + .anchor {
  margin-left: 70px;
}
.page-company .main .msg .contents {
  padding-top: 75px;
}
.page-company .main .msg .contents__title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.page-company .main .msg .contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 87px auto 0;
  width: 1080px;
  max-width: 100%;
}
.page-company .main .msg .contents__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 490px;
          flex: 0 0 490px;
  width: 490px;
}
.page-company .main .msg .contents__img {
  display: block;
  width: 100%;
}
.page-company .main .msg .contents__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 100px;
}
.page-company .main .msg .contents__entitle {
  font-size: 34px;
  font-weight: 400;
  color: #b3a98c;
}
.page-company .main .msg .contents__copy {
  margin-top: 15px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-company .main .msg .contents__copy .sp {
  display: none;
}
.page-company .main .msg .contents__txt {
  margin-top: 40px;
}
.page-company .main .msg .contents__txt p {
  line-height: 2;
}
.page-company .main .msg .contents__txt p + p {
  margin-top: 2em;
}
.page-company .main .msg .contents__txt span {
  font-weight: 700;
}
.page-company .main .msg .contents__name {
  margin-top: 47px;
}
.page-company .main .msg .contents__name span {
  font-size: 24px;
  margin-left: 16px;
}

@media screen and (max-width: 1199px) {
  .page-company .main .msg {
    margin-top: -100px;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .page-company .main .msg .anchors {
    display: none;
  }
  .page-company .main .msg .anchor::after {
    margin-left: 30px;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
  }
  .page-company .main .msg .anchor + .anchor {
    margin-left: 80px;
  }
  .page-company .main .msg .contents {
    padding-top: 75px;
  }
  .page-company .main .msg .contents__title {
    font-size: 36px;
  }
  .page-company .main .msg .contents__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
    margin: 52px auto 0;
  }
  .page-company .main .msg .contents__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
    padding-right: 0;
  }
  .page-company .main .msg .contents__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 30px;
  }
  .page-company .main .msg .contents__entitle {
    font-size: 26px;
  }
  .page-company .main .msg .contents__copy {
    margin-top: 25px;
    font-size: 32px;
  }
  .page-company .main .msg .contents__txt {
    padding-right: 0;
    margin-top: 35px;
  }
  .page-company .main .msg .contents__name span {
    font-size: 1.5em;
    margin-left: 1em;
  }
}
@media screen and (max-width: 758px) {
  .page-company .main .msg {
    margin-top: 0;
    padding: 80px 0;
  }
  .page-company .main .msg .contents {
    padding-top: 0;
  }
  .page-company .main .msg .contents__title {
    font-size: 26px;
  }
  .page-company .main .msg .contents__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
    padding: 0 20px;
  }
  .page-company .main .msg .contents__head {
    width: 100%;
    padding-right: 0;
    margin-top: 34px;
  }
  .page-company .main .msg .contents__body {
    width: 100%;
    padding: 0;
  }
  .page-company .main .msg .contents__entitle {
    font-size: 15px;
  }
  .page-company .main .msg .contents__copy {
    margin-top: 22px;
    font-size: 22px;
  }
  .page-company .main .msg .contents__copy .pc {
    display: none;
  }
  .page-company .main .msg .contents__copy .sp {
    display: block;
  }
  .page-company .main .msg .contents__txt {
    margin-top: 19px;
  }
  .page-company .main .msg .contents__name {
    margin-top: 2em;
  }
}
/* ===================================

  会社概要

====================================== */
.page-company .outline {
  padding-top: 115px;
}
.page-company .outline .container {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.page-company .outline__title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.page-company .outline__contents {
  margin-top: 100px;
}
.page-company .outline__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}
.page-company .outline__contents dl:last-child {
  border-bottom: none;
}
.page-company .outline__contents dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}
.page-company .outline__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-company .outline__contents dd .sp {
  display: none;
}
.page-company .outline__contents dd .map {
  display: inline-block;
  margin-left: 38px;
  padding: 7px 20px;
  border: 1px solid #ccc;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .page-company .outline {
    padding-top: 100px;
  }
  .page-company .outline .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-company .outline__title {
    font-size: 36px;
  }
  .page-company .outline__contents {
    margin-top: 50px;
  }
  .page-company .outline__contents dl {
    padding: 18px 0;
  }
  .page-company .outline__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  .page-company .outline__contents dd .map {
    margin-left: 20px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-company .outline {
    padding-top: 80px;
  }
  .page-company .outline .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-company .outline__title {
    font-size: 26px;
  }
  .page-company .outline__contents {
    margin-top: 40px;
  }
  .page-company .outline__contents dl {
    display: block;
    padding: 12px 0;
  }
  .page-company .outline__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 13px;
  }
  .page-company .outline__contents dd {
    margin-top: 10px;
  }
  .page-company .outline__contents dd .sp {
    display: block;
  }
  .page-company .outline__contents dd .map {
    margin-left: 0;
    padding: 3px 10px;
  }
}
/* ===================================

  沿革

====================================== */
.page-company .history {
  padding: 160px 0;
  background-color: #f1f3f0;
}
.page-company .history .container {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.page-company .history__contents {
  margin-top: 67px;
  padding: 100px 120px;
  background-color: #fff;
}
.page-company .history__contents .item {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
}
.page-company .history__contents .item + .item {
  margin-top: -22px;
}
.page-company .history__contents .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
.page-company .history__contents .item__num {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #423622;
}
.page-company .history__contents .item__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 0.3em;
  padding-bottom: 125px;
  padding-left: 58px;
  border-left: 5px solid #e6e6e6;
}
.page-company .history__contents .item__body::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -10px;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #3C5A42;
  border-radius: 9999px;
}
.page-company .history__contents .item__txt {
  margin-top: -0.8em;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.page-company .history__contents .item__img {
  display: block;
  margin-top: 20px;
}
.page-company .history__contents .item__img.hor {
  width: 360px;
}
.page-company .history__contents .item:last-child .item__body {
  border-color: transparent;
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .page-company .history {
    padding: 100px 0;
  }
  .page-company .history .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-company .history__contents {
    margin-top: 50px;
    padding: 50px 30px;
  }
  .page-company .history__contents .item + .item {
    margin-top: -20px;
  }
  .page-company .history__contents .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  .page-company .history__contents .item__num {
    font-size: 14px;
  }
  .page-company .history__contents .item__body {
    padding-top: 0;
    padding-bottom: 80px;
    padding-left: 27px;
    border-left: 4px solid #e6e6e6;
  }
  .page-company .history__contents .item__body::before {
    top: 0;
    left: -8px;
    width: 12px;
    height: 12px;
  }
  .page-company .history__contents .item__txt {
    margin-top: -0.75em;
    font-size: 14px;
  }
  .page-company .history__contents .item__img {
    margin-top: 18px;
    width: 300px;
  }
  .page-company .history__contents .item__img.hor {
    width: 300px;
  }
}
@media screen and (max-width: 758px) {
  .page-company .history {
    padding: 60px 0;
  }
  .page-company .history .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-company .history .section-title .title {
    font-size: 26px;
  }
  .page-company .history__contents {
    margin-top: 35px;
    padding: 30px 20px 50px;
  }
  .page-company .history__contents .item {
    position: relative;
    display: block;
    padding-top: 0;
    padding-left: 25px;
    border-left: 4px solid #e6e6e6;
  }
  .page-company .history__contents .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 12px;
    height: 12px;
    background-color: #423622;
    border-radius: 9999px;
  }
  .page-company .history__contents .item:last-child {
    border-color: transparent;
  }
  .page-company .history__contents .item + .item {
    margin-top: 0;
  }
  .page-company .history__contents .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 3px;
  }
  .page-company .history__contents .item__num {
    position: relative;
    top: -3px;
    font-size: 12px;
  }
  .page-company .history__contents .item__body {
    margin-top: 5px;
    padding-bottom: 70px;
    padding-left: 0;
    border-left: none;
  }
  .page-company .history__contents .item__body::before {
    display: none;
  }
  .page-company .history__contents .item__txt {
    margin-top: 0;
    font-size: 12px;
  }
  .page-company .history__contents .item__img {
    margin-top: 30px;
    width: auto;
  }
  .page-company .history__contents .item__img.hor {
    width: 100%;
  }
  .page-company .history__contents .item__img.ver {
    width: 75%;
  }
}
/* ===================================

  社屋は学びの舎

====================================== */
.page-company .main .faci {
  padding-top: 120px;
}
.page-company .main .faci__contents {
  margin-top: 87px;
}
.page-company .main .faci .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-company .main .faci .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
}
.page-company .main .faci .item__thumb {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-company .main .faci .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 100px;
  padding-right: calc((100vw - 1340px) / 2);
  padding-left: 30px;
}
.page-company .main .faci .item__title {
  font-size: 34px;
  font-weight: 400;
  color: #b3a98c;
}
.page-company .main .faci .item__copy {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-company .main .faci .item__copy .sp {
  display: none;
}
.page-company .main .faci .item__txt {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  line-height: 2;
}
.page-company .main .faci .item__txt p + p {
  margin-top: 30px;
}
.page-company .main .faci .item__txt span {
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  .page-company .main .faci .item__head {
    padding-right: 0;
  }
  .page-company .main .faci .item__body {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-company .main .faci .item__txt {
    padding-right: 100px;
  }
  .page-company .main .faci .item.rvs .item__head {
    padding-left: 0;
  }
  .page-company .main .faci .item.rvs .item__body {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .page-company .main .faci .item__head {
    padding-right: 0;
  }
  .page-company .main .faci .item__copy {
    font-size: 34px;
  }
  .page-company .main .faci .item.rvs .item__head {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .page-company .main .faci {
    padding-top: 100px;
  }
  .page-company .main .faci__contents {
    margin-top: 50px;
  }
  .page-company .main .faci .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-company .main .faci .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 60px;
    margin-top: 40px;
  }
  .page-company .main .faci .item__thumb {
    height: 400px;
  }
  .page-company .main .faci .item__body {
    width: 100%;
    padding: 0 60px;
  }
  .page-company .main .faci .item__title {
    font-size: 26px;
  }
  .page-company .main .faci .item__copy {
    margin-top: 25px;
    font-size: 32px;
  }
  .page-company .main .faci .item__txt {
    padding-right: 0;
    margin-top: 35px;
  }
  .page-company .main .faci .item__txt p + p {
    margin-top: 2em;
  }
}
@media screen and (max-width: 758px) {
  .page-company .main .faci {
    padding-top: 60px;
  }
  .page-company .main .faci .section-title .title {
    font-size: 26px;
  }
  .page-company .main .faci__contents {
    margin-top: 40px;
  }
  .page-company .main .faci .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-company .main .faci .item__head {
    padding: 0;
    margin-top: 0;
  }
  .page-company .main .faci .item__thumb {
    padding-top: 67%;
    height: auto;
  }
  .page-company .main .faci .item__body {
    width: 100%;
    margin-top: 27px;
    padding: 0 20px;
  }
  .page-company .main .faci .item__title {
    font-size: 22px;
  }
  .page-company .main .faci .item__copy {
    margin-top: 10px;
    font-size: 22px;
  }
  .page-company .main .faci .item__copy .pc {
    display: none;
  }
  .page-company .main .faci .item__copy .sp {
    display: block;
  }
  .page-company .main .faci .item__txt {
    margin-top: 22px;
  }
}
/* ===================================

  パネル

====================================== */
.page-company .main .col3-card1 {
  margin-top: 80px;
}
.page-company .main .col3-card1__inner {
  width: 1200px;
  max-width: 100%;
  padding: 0;
}
.page-company .main .col3-card1__contents {
  margin-top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-company .main .col3-card1 .card:nth-child(n+4) {
  margin-top: 35px;
}
.page-company .main .col3-card1 .card__body {
  padding-top: 15px;
}
.page-company .main .col3-card1 .card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page-company .main .col3-card1 {
    margin-top: 50px;
  }
  .page-company .main .col3-card1__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-company .main .col3-card1 .card:nth-child(n+4) {
    margin-top: 25px;
  }
  .page-company .main .col3-card1 .card__body {
    padding-top: 8px;
  }
}
@media screen and (max-width: 758px) {
  .page-company .main .col3-card1 {
    margin-top: 50px;
  }
  .page-company .main .col3-card1__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-company .main .col3-card1 .card:nth-child(n+4) {
    margin-top: 16px;
  }
  .page-company .main .col3-card1 .card__body {
    padding-top: 8px;
  }
  .page-company .main .col3-card1 .card__title {
    font-size: 15px;
  }
}
/* ===================================

  Googleインドアビュー

====================================== */
.page-company .giv {
  margin-top: 100px;
  padding-bottom: 120px;
}
.page-company .giv__inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 100%;
}
.page-company .giv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 600;
}
.page-company .giv__title::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  margin-left: 30px;
  background-color: #313131;
}
.page-company .giv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
.page-company .giv__contents .card {
  width: calc((100% - 25px) / 2);
}
.page-company .giv__contents .card__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page-company .giv__contents .card__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .page-company .giv {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .page-company .giv__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-company .giv__title {
    font-size: 20px;
  }
  .page-company .giv__title::after {
    margin-left: 20px;
  }
  .page-company .giv__contents {
    margin-top: 20px;
  }
}
@media screen and (max-width: 758px) {
  .page-company .giv {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .page-company .giv__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-company .giv__title {
    font-size: 17px;
  }
  .page-company .giv__title::after {
    margin-left: 15px;
  }
  .page-company .giv__contents {
    display: block;
    margin-top: 15px;
  }
  .page-company .giv__contents .card {
    width: 100%;
  }
  .page-company .giv__contents .card + .card {
    margin-top: 20px;
  }
}
/* ===================================

  スタッフ紹介

====================================== */
.post-type-archive-staff .main > *:first-child {
  margin-top: 0;
}
.post-type-archive-staff .col2-ttl-l__inner {
  background-image: url(img/page-staff-thumb-80.jpg);
}
.post-type-archive-staff .staff__contents {
  margin-top: 135px;
}
.post-type-archive-staff .staff__contents .items {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.post-type-archive-staff .staff__contents .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-type-archive-staff .staff__contents .item + .item {
  margin-top: 60px;
}
.post-type-archive-staff .staff__contents .item__thumb {
  width: 640px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 640px;
          flex: 0 0 640px;
  overflow: hidden;
}
.post-type-archive-staff .staff__contents .item__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-staff .staff__contents .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 7px;
  padding-left: 60px;
}
.post-type-archive-staff .staff__contents .item__msg {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}
.post-type-archive-staff .staff__contents .item__info {
  margin-top: 30px;
}
.post-type-archive-staff .staff__contents .item__posi {
  font-size: 16px;
  font-weight: 600;
}
.post-type-archive-staff .staff__contents .item__name {
  margin-top: 12px;
  font-size: 30px;
  font-weight: 600;
}
.post-type-archive-staff .staff__contents .item__name .item__enname {
  margin-left: 60px;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 16px;
}
.post-type-archive-staff .staff__contents .item__cer {
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}
.post-type-archive-staff .staff__contents .item__cer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-type-archive-staff .staff__contents .item__cer dl + dl {
  margin-top: 13px;
}
.post-type-archive-staff .staff__contents .item__cer dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  font-weight: 600;
  line-height: 2;
}
.post-type-archive-staff .staff__contents .item__cer dd {
  margin-top: -2px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.post-type-archive-staff .staff__contents .item-foot {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
.post-type-archive-staff .staff__contents .item-foot__head {
  font-size: 18px;
  font-weight: 600;
}
.post-type-archive-staff .staff__contents .item-foot__perso {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 1480px) {
  .post-type-archive-staff .staff__contents .items {
    padding: 0 110px 0 30px;
  }
}
@media screen and (max-width: 1300px) {
  .post-type-archive-staff .staff__contents .items {
    padding: 0 95px 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .post-type-archive-staff .staff__contents {
    margin-top: 80px;
  }
  .post-type-archive-staff .staff__contents .items {
    max-width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-staff .staff__contents .item + .item {
    margin-top: 60px;
  }
  .post-type-archive-staff .staff__contents .item__thumb {
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .post-type-archive-staff .staff__contents .item__body {
    padding-top: 3px;
    padding-left: 40px;
  }
  .post-type-archive-staff .staff__contents .item__msg {
    font-size: 22px;
  }
  .post-type-archive-staff .staff__contents .item__info {
    margin-top: 22px;
  }
  .post-type-archive-staff .staff__contents .item__posi {
    font-size: 13px;
  }
  .post-type-archive-staff .staff__contents .item__name {
    margin-top: 10px;
    font-size: 22px;
  }
  .post-type-archive-staff .staff__contents .item__name .item__enname {
    margin-left: 30px;
    font-size: 14px;
  }
  .post-type-archive-staff .staff__contents .item__cer {
    margin-top: 15px;
    padding-top: 15px;
  }
  .post-type-archive-staff .staff__contents .item__cer dl + dl {
    margin-top: 10px;
  }
  .post-type-archive-staff .staff__contents .item__cer dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
  }
  .post-type-archive-staff .staff__contents .item__cer dd {
    margin-top: -2px;
  }
  .post-type-archive-staff .staff__contents .item-foot {
    margin-top: 12px;
    padding-top: 18px;
  }
  .post-type-archive-staff .staff__contents .item-foot__head {
    font-size: 15px;
  }
  .post-type-archive-staff .staff__contents .item-foot__perso {
    margin-top: 10px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-staff .pc {
    display: none;
  }
  .post-type-archive-staff .sp {
    display: block;
  }
  .post-type-archive-staff .staff__contents {
    margin-top: 50px;
  }
  .post-type-archive-staff .staff__contents .items {
    padding: 0 40px;
  }
  .post-type-archive-staff .staff__contents .item {
    display: block;
  }
  .post-type-archive-staff .staff__contents .item + .item {
    margin-top: 60px;
  }
  .post-type-archive-staff .staff__contents .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .post-type-archive-staff .staff__contents .item__body {
    padding-top: 0;
    padding-left: 0;
    margin-top: 15px;
  }
  .post-type-archive-staff .staff__contents .item__msg {
    font-size: 18px;
  }
  .post-type-archive-staff .staff__contents .item__info {
    margin-top: 18px;
  }
  .post-type-archive-staff .staff__contents .item__posi {
    font-size: 12px;
  }
  .post-type-archive-staff .staff__contents .item__name {
    font-size: 20px;
  }
  .post-type-archive-staff .staff__contents .item__name .item__enname {
    margin-left: 2em;
    font-size: 12px;
  }
  .post-type-archive-staff .staff__contents .item__cer {
    margin-top: 15px;
    padding-top: 15px;
  }
  .post-type-archive-staff .staff__contents .item__cer dl + dl {
    margin-top: 8px;
  }
  .post-type-archive-staff .staff__contents .item__cer dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  .post-type-archive-staff .staff__contents .item__cer dd {
    margin-top: -1px;
  }
  .post-type-archive-staff .staff__contents .item-foot {
    margin-top: 15px;
    padding-top: 18px;
  }
  .post-type-archive-staff .staff__contents .item-foot__head {
    font-size: 15px;
  }
  .post-type-archive-staff .staff__contents .item-foot__perso {
    font-size: 13px;
    margin-top: 8px;
  }
}
/* ===================================

  リフォーム

====================================== */
.page-reform .col2-ttl-l__inner {
  background-image: url(img/page-reform-mv-80.jpg);
}
.page-reform .sp {
  display: none;
}
.page-reform .col2-alt .item__body {
  padding-top: 58px;
}
.page-reform .r-plan {
  margin-top: 180px;
}
.page-reform .r-plan__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-reform .r-plan__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 60px;
  width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.page-reform .r-plan__desc {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 22px;
  color: #b3a98c;
}
.page-reform .r-plan__title {
  margin-right: 18px;
  font-size: 48px;
  font-weight: 600;
}
.page-reform .r-plan__body {
  padding: 0;
  max-width: 1340px;
  width: 100%;
}
.page-reform .r-plan .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-reform .r-plan .item {
  width: calc((100% - 38px) / 3);
}
.page-reform .r-plan .item:nth-child(n+4) {
  margin-top: 32px;
}
.page-reform .r-plan .item__head {
  width: 100%;
}
.page-reform .r-plan .item__thumb {
  display: block;
  width: 100%;
}
.page-reform .r-plan .item__body {
  padding-top: 22px;
}
.page-reform .r-plan .item__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.page-reform .r-plan .item__text {
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 1480px) {
  .page-reform .col2-alt .item__body {
    padding-right: 110px;
  }
  .page-reform .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 110px;
  }
  .page-reform .r-plan__bar {
    width: 240px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding-left: 50px;
  }
  .page-reform .r-plan__body {
    max-width: 100%;
    overflow: 0;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .page-reform .col2-alt .item__body {
    padding-right: 95px;
  }
  .page-reform .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 95px;
  }
}
@media screen and (max-width: 1199px) {
  .page-reform .col2-alt .item__body {
    padding-top: 20px;
    padding-right: 30px;
  }
  .page-reform .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 30px;
  }
  .page-reform .r-plan {
    margin-top: 120px;
  }
  .page-reform .r-plan__bar {
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding-left: 30px;
  }
  .page-reform .r-plan__desc {
    font-size: 18px;
  }
  .page-reform .r-plan__title {
    margin-right: 12px;
    font-size: 38px;
  }
  .page-reform .r-plan .item {
    width: calc((100% - 20px) / 2);
  }
  .page-reform .r-plan .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .page-reform .r-plan .item__body {
    padding-top: 15px;
  }
  .page-reform .r-plan .item__title {
    font-size: 16px;
  }
  .page-reform .r-plan .item__text {
    margin-top: 6px;
  }
}
@media screen and (max-width: 758px) {
  .page-reform .sp {
    display: block;
  }
  .page-reform .col2-alt .item__body {
    padding-top: 0;
    padding-right: 20px;
  }
  .page-reform .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 20px;
  }
  .page-reform .r-plan {
    margin-top: 80px;
  }
  .page-reform .r-plan__bar {
    width: 75px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    padding-left: 14px;
  }
  .page-reform .r-plan__desc {
    font-size: 15px;
  }
  .page-reform .r-plan__title {
    margin-right: 6px;
    font-size: 22px;
  }
  .page-reform .r-plan__body {
    padding-left: 20px;
  }
  .page-reform .r-plan .items {
    display: block;
  }
  .page-reform .r-plan .item {
    width: 100%;
  }
  .page-reform .r-plan .item + .item {
    margin-top: 25px;
  }
  .page-reform .r-plan .item__body {
    padding-top: 12px;
  }
  .page-reform .r-plan .item__title {
    font-size: 15px;
  }
  .page-reform .r-plan .item__text {
    margin-top: 3px;
  }
}
/* ===================================

  古民家再生

====================================== */
.page-kominka .sp {
  display: none;
}
.page-kominka .col2-ttl-l__inner {
  background-image: url(img/page-kominka-mv-80.jpg);
}
.page-kominka .col2-alt .item__body {
  padding-top: 58px;
}
.page-kominka .ttl-txt-f__title .sp {
  display: none;
}
.page-kominka .r-plan {
  margin-top: 180px;
}
.page-kominka .r-plan__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-kominka .r-plan__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 60px;
  width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.page-kominka .r-plan__desc {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 22px;
  color: #b3a98c;
}
.page-kominka .r-plan__title {
  margin-right: 18px;
  font-size: 48px;
  font-weight: 600;
}
.page-kominka .r-plan__body {
  padding: 0;
  max-width: 1340px;
  width: 100%;
}
.page-kominka .r-plan .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-kominka .r-plan .item {
  width: calc((100% - 38px) / 3);
}
.page-kominka .r-plan .item:nth-child(n+4) {
  margin-top: 32px;
}
.page-kominka .r-plan .item__head {
  width: 100%;
}
.page-kominka .r-plan .item__thumb {
  display: block;
  width: 100%;
}
.page-kominka .r-plan .item__body {
  padding-top: 22px;
}
.page-kominka .r-plan .item__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.page-kominka .r-plan .item__text {
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 1480px) {
  .page-kominka .col2-alt .item__body {
    padding-right: 110px;
  }
  .page-kominka .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 110px;
  }
  .page-kominka .r-plan__bar {
    width: 240px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding-left: 50px;
  }
  .page-kominka .r-plan__body {
    max-width: 100%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .page-kominka .col2-alt .item__body {
    padding-right: 95px;
  }
  .page-kominka .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 95px;
  }
}
@media screen and (max-width: 1199px) {
  .page-kominka .col2-alt .item__body {
    padding-top: 20px;
    padding-right: 30px;
  }
  .page-kominka .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 30px;
  }
  .page-kominka .r-plan {
    margin-top: 120px;
  }
  .page-kominka .r-plan__bar {
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding-left: 30px;
  }
  .page-kominka .r-plan__desc {
    font-size: 18px;
  }
  .page-kominka .r-plan__title {
    margin-right: 12px;
    font-size: 38px;
  }
  .page-kominka .r-plan .item {
    width: calc((100% - 20px) / 2);
  }
  .page-kominka .r-plan .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .page-kominka .r-plan .item__body {
    padding-top: 15px;
  }
  .page-kominka .r-plan .item__title {
    font-size: 16px;
  }
  .page-kominka .r-plan .item__text {
    margin-top: 6px;
  }
}
@media screen and (max-width: 758px) {
  .page-kominka .sp {
    display: block;
  }
  .page-kominka .col2-alt .item__body {
    padding-top: 0;
    padding-right: 20px;
  }
  .page-kominka .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 20px;
  }
  .page-kominka .ttl-txt-f__title .sp {
    display: block;
  }
  .page-kominka .r-plan {
    margin-top: 80px;
  }
  .page-kominka .r-plan__bar {
    width: 75px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    padding-left: 14px;
  }
  .page-kominka .r-plan__desc {
    font-size: 15px;
  }
  .page-kominka .r-plan__title {
    margin-right: 6px;
    font-size: 22px;
  }
  .page-kominka .r-plan__body {
    padding-left: 20px;
  }
  .page-kominka .r-plan .items {
    display: block;
  }
  .page-kominka .r-plan .item {
    width: 100%;
  }
  .page-kominka .r-plan .item + .item {
    margin-top: 25px;
  }
  .page-kominka .r-plan .item__body {
    padding-top: 12px;
  }
  .page-kominka .r-plan .item__title {
    font-size: 15px;
  }
  .page-kominka .r-plan .item__text {
    margin-top: 3px;
  }
}
/* ===================================

  森本のこだわり

====================================== */
.page-aboutus .col2-ttl-l.mv {
  position: relative;
  z-index: 1;
}
.page-aboutus .col2-ttl-l.mv .col2-ttl-l__bar {
  background-color: transparent;
}
.page-aboutus .col2-ttl-l.mv .col2-ttl-l__inner {
  background-image: url(img/page-aboutus-mv-80.jpg);
}
.page-aboutus .bcn-sp {
  display: none;
}

@media screen and (max-width: 758px) {
  .page-aboutus .col2-ttl-l {
    padding-top: 40px;
  }
  .page-aboutus .col2-ttl-l__contents {
    display: block;
  }
  .page-aboutus .col2-ttl-l__bar {
    width: 100%;
    padding: 0 15px 0 20px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .page-aboutus .col2-ttl-l__body {
    padding-top: 58%;
  }
  .page-aboutus .col2-ttl-l__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-aboutus .col2-ttl-l__title {
    font-size: 24px;
  }
  .page-aboutus .col2-ttl-l__desc {
    margin-top: 18px;
  }
  .page-aboutus .bcn-pc {
    display: none;
  }
  .page-aboutus .bcn-sp {
    display: block;
  }
  .page-aboutus .bcn-sp .breadcrumb-wrap {
    margin-top: 30px;
  }
  .page-aboutus .bcn-sp .breadcrumb {
    padding: 0 0 9px;
  }
}
/* ---------------------------------
  Concept
----------------------------------- */
.page-aboutus .main .concept {
  margin-top: -240px;
  padding-top: 240px;
  padding-bottom: 124px;
  background-color: #eeebe5;
}
.page-aboutus .main .concept .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 62px 0;
  margin: 0 auto;
  width: calc(100% - 160px);
  border-bottom: 1px solid #ccc;
}
.page-aboutus .main .concept .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.page-aboutus .main .concept .anchor::after {
  content: "";
  margin-left: 60px;
  width: 13px;
  height: 9px;
  background-image: url(img/ico/ico-anchor-btm.svg);
  background-repeat: no-repeat;
  background-size: 13px 9px;
  background-position: center;
}
.page-aboutus .main .concept .anchor + .anchor {
  margin-left: 70px;
}
.page-aboutus .main .concept .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 75px;
}
.page-aboutus .main .concept .contents__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
}
.page-aboutus .main .concept .contents__thumb {
  width: 100%;
  height: 600px;
  background-image: url(img/about-concept-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-aboutus .main .concept .contents__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 57px;
  padding-right: calc((100vw - 1340px) / 2);
  padding-left: 30px;
}
.page-aboutus .main .concept .contents__title {
  font-size: 34px;
  font-weight: 400;
  color: #b3a98c;
}
.page-aboutus .main .concept .contents__copy {
  margin-top: 17px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-aboutus .main .concept .contents__copy .sp {
  display: none;
}
.page-aboutus .main .concept .contents__txt {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  line-height: 2;
}
.page-aboutus .main .concept .contents__txt span {
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  .page-aboutus .main .concept .contents__head {
    padding-right: 0;
  }
  .page-aboutus .main .concept .contents__body {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-aboutus .main .concept .contents__txt {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .page-aboutus .main .concept .contents__head {
    padding-right: 0;
  }
  .page-aboutus .main .concept .contents__body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-aboutus .main .concept .contents__copy {
    font-size: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .page-aboutus .main .concept {
    margin-top: -100px;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .page-aboutus .main .concept .anchors {
    display: none;
  }
  .page-aboutus .main .concept .anchor::after {
    margin-left: 30px;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
  }
  .page-aboutus .main .concept .anchor + .anchor {
    margin-left: 80px;
  }
  .page-aboutus .main .concept .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 83px;
  }
  .page-aboutus .main .concept .contents__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 60px;
    margin-top: 40px;
  }
  .page-aboutus .main .concept .contents__thumb {
    height: 400px;
  }
  .page-aboutus .main .concept .contents__body {
    width: 100%;
    padding: 0 60px;
  }
  .page-aboutus .main .concept .contents__title {
    font-size: 26px;
  }
  .page-aboutus .main .concept .contents__copy {
    margin-top: 25px;
    font-size: 32px;
  }
  .page-aboutus .main .concept .contents__txt {
    padding-right: 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 758px) {
  .page-aboutus .main .concept {
    margin-top: 0;
    padding: 83px 20px 80px;
  }
  .page-aboutus .main .concept .contents {
    padding-top: 0;
  }
  .page-aboutus .main .concept .contents__head {
    padding-right: 0;
    margin-top: 34px;
  }
  .page-aboutus .main .concept .contents__thumb {
    padding-top: 67%;
    height: auto;
  }
  .page-aboutus .main .concept .contents__body {
    width: 100%;
    padding: 0;
  }
  .page-aboutus .main .concept .contents__title {
    font-size: 15px;
  }
  .page-aboutus .main .concept .contents__copy {
    margin-top: 22px;
    font-size: 22px;
  }
  .page-aboutus .main .concept .contents__copy .pc {
    display: none;
  }
  .page-aboutus .main .concept .contents__copy .sp {
    display: block;
  }
  .page-aboutus .main .concept .contents__txt {
    margin-top: 19px;
  }
}
/* ===================================

  森本工務店の家づくりの考え方

====================================== */
.page-aboutus .main .mindset {
  padding: 116px 0 184px;
  background-color: #f1f3f0;
}
.page-aboutus .main .mindset__title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.page-aboutus .main .mindset__title br {
  display: none;
}
.page-aboutus .main .mindset .items {
  margin-top: 133px;
}
.page-aboutus .main .mindset .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-aboutus .main .mindset .item + .item {
  margin-top: 80px;
}
.page-aboutus .main .mindset .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
}
.page-aboutus .main .mindset .item__thumb {
  width: 100%;
  height: 600px;
  background-image: url(img/about-mindset-img1-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-aboutus .main .mindset .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 60px;
  padding-right: calc((100vw - 1340px) / 2);
  padding-left: 30px;
}
.page-aboutus .main .mindset .item__title {
  font-size: 34px;
  font-weight: 400;
  color: #b3a98c;
}
.page-aboutus .main .mindset .item__copy {
  margin-top: 17px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-aboutus .main .mindset .item__copy .sp {
  display: none;
}
.page-aboutus .main .mindset .item__txt {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  line-height: 2;
}
.page-aboutus .main .mindset .item__txt p + p {
  margin-top: 30px;
}
.page-aboutus .main .mindset .item__txt span {
  font-weight: 700;
}
.page-aboutus .main .mindset .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-aboutus .main .mindset .item:nth-child(2n) .item__head {
  padding-right: 0;
  padding-left: 70px;
}
.page-aboutus .main .mindset .item:nth-child(2n) .item__body {
  padding-left: calc((100vw - 1340px) / 2);
  padding-right: 30px;
}
.page-aboutus .main .mindset .item:nth-child(2) .item__thumb {
  background-image: url(img/about-mindset-img2-80.jpg);
}
.page-aboutus .main .mindset .item:nth-child(3) .item__thumb {
  background-image: url(img/about-mindset-img3-80.jpg);
}
.page-aboutus .main .mindset .item:nth-child(4) .item__thumb {
  background-image: url(img/about-mindset-img4-80.jpg);
}
.page-aboutus .main .mindset .item:nth-child(5) .item__thumb {
  background-image: url(img/about-mindset-img5-80.jpg);
}
.page-aboutus .main .mindset .item:nth-child(6) .item__thumb {
  background-image: url(img/about-mindset-img6-80.jpg);
}

@media screen and (max-width: 1500px) {
  .page-aboutus .main .mindset .item__head {
    padding-right: 0;
  }
  .page-aboutus .main .mindset .item__body {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-aboutus .main .mindset .item__txt {
    padding-right: 100px;
  }
  .page-aboutus .main .mindset .item:nth-child(2n) .item__head {
    padding-left: 0;
  }
  .page-aboutus .main .mindset .item:nth-child(2n) .item__body {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .page-aboutus .main .mindset .item__head {
    padding-right: 0;
  }
  .page-aboutus .main .mindset .item__copy {
    font-size: 34px;
  }
  .page-aboutus .main .mindset .item:nth-child(2n) .item__head {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .page-aboutus .main .mindset {
    padding: 80px 0;
  }
  .page-aboutus .main .mindset__title {
    font-size: 36px;
  }
  .page-aboutus .main .mindset .items {
    margin-top: 80px;
  }
  .page-aboutus .main .mindset .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-aboutus .main .mindset .item + .item {
    margin-top: 80px;
  }
  .page-aboutus .main .mindset .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 60px;
    margin-top: 40px;
  }
  .page-aboutus .main .mindset .item__thumb {
    height: 400px;
  }
  .page-aboutus .main .mindset .item__body {
    width: 100%;
    padding: 0 60px;
  }
  .page-aboutus .main .mindset .item__title {
    font-size: 26px;
  }
  .page-aboutus .main .mindset .item__copy {
    margin-top: 25px;
    font-size: 32px;
  }
  .page-aboutus .main .mindset .item__txt {
    padding-right: 0;
    margin-top: 35px;
  }
  .page-aboutus .main .mindset .item__txt p + p {
    margin-top: 2em;
  }
  .page-aboutus .main .mindset .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-aboutus .main .mindset .item:nth-child(2n) .item__head {
    padding-right: 60px;
    padding-left: 0;
  }
  .page-aboutus .main .mindset .item:nth-child(2n) .item__body {
    padding: 0 60px;
  }
}
@media screen and (max-width: 758px) {
  .page-aboutus .main .mindset {
    padding: 73px 0 112px;
  }
  .page-aboutus .main .mindset__title {
    font-size: 26px;
    line-height: 1.5;
  }
  .page-aboutus .main .mindset__title br {
    display: block;
  }
  .page-aboutus .main .mindset .items {
    margin-top: 52px;
  }
  .page-aboutus .main .mindset .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-aboutus .main .mindset .item + .item {
    margin-top: 58px;
  }
  .page-aboutus .main .mindset .item__head {
    padding: 0;
    margin-top: 0;
  }
  .page-aboutus .main .mindset .item__thumb {
    padding-top: 67%;
    height: auto;
  }
  .page-aboutus .main .mindset .item__body {
    width: 100%;
    margin-top: 27px;
    padding: 0 20px;
  }
  .page-aboutus .main .mindset .item__title {
    font-size: 22px;
  }
  .page-aboutus .main .mindset .item__copy {
    margin-top: 10px;
    font-size: 22px;
  }
  .page-aboutus .main .mindset .item__copy .pc {
    display: none;
  }
  .page-aboutus .main .mindset .item__copy .sp {
    display: block;
  }
  .page-aboutus .main .mindset .item__txt {
    margin-top: 22px;
  }
  .page-aboutus .main .mindset .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-aboutus .main .mindset .item:nth-child(2n) .item__head {
    padding-right: 0;
  }
  .page-aboutus .main .mindset .item:nth-child(2n) .item__body {
    padding: 0 20px;
  }
}
/* ---------------------------------
  パネル型リンク
----------------------------------- */
.page-aboutus .main .p-links {
  padding-top: 120px;
}
.page-aboutus .main .p-links .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-aboutus .main .p-links .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-aboutus .main .p-links .item {
  overflow: hidden;
  width: calc((100% - 50px) / 2);
  height: 240px;
}
.page-aboutus .main .p-links .item:nth-child(n+3) {
  margin-top: 50px;
}
.page-aboutus .main .p-links .item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  background-image: url(img/plink-bg1-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.page-aboutus .main .p-links .item__link::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  height: 45px;
  background-image: url(img/ico/ico-plink-arrow.svg);
  background-repeat: no-repeat;
  background-size: 22px 45px;
  background-position: center;
}
.page-aboutus .main .p-links .item__link:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.page-aboutus .main .p-links .item:nth-child(2) .item__link {
  background-image: url(img/plink-bg2-80.jpg);
}
.page-aboutus .main .p-links .item:nth-child(3) .item__link {
  background-image: url(img/plink-bg3-80.jpg);
}
.page-aboutus .main .p-links .item:nth-child(4) .item__link {
  background-image: url(img/plink-bg4-80.jpg);
}

@media screen and (max-width: 1199px) {
  .page-aboutus .main .p-links {
    padding-top: 80px;
  }
  .page-aboutus .main .p-links .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-aboutus .main .p-links .item {
    width: calc((100% - 20px) / 2);
    height: 175px;
  }
  .page-aboutus .main .p-links .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .page-aboutus .main .p-links .item__link {
    padding: 0 25px;
    font-size: 22px;
  }
  .page-aboutus .main .p-links .item__link::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
    height: 30px;
    background-size: 15px 30px;
  }
  .page-aboutus .main .p-links .item__link:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 758px) {
  .page-aboutus .main .p-links {
    padding-top: 35px;
    padding-bottom: 32px;
  }
  .page-aboutus .main .p-links .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .page-aboutus .main .p-links .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-aboutus .main .p-links .item {
    width: 100%;
    max-width: 330px;
    height: 138px;
  }
  .page-aboutus .main .p-links .item:nth-child(n+2) {
    margin-top: 12px;
  }
  .page-aboutus .main .p-links .item__link {
    padding: 0 15px;
    font-size: 18px;
  }
  .page-aboutus .main .p-links .item__link::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
    height: 23px;
    background-size: 10px 23px;
  }
}
/* ===================================

  個人情報保護方針

====================================== */
.page-privacy .main .container {
  width: 1040px;
}
.page-privacy .main .entry__body {
  font-family: "Noto Sans JP", sans-serif;
}
.page-privacy .main .entry__body > *:first-child {
  margin-top: 0 !important;
}
.page-privacy .main .entry__body h2 {
  position: relative;
  font-size: 32px;
  margin-top: 40px;
  padding-bottom: 17px;
  border-bottom: 1px solid #cacaca;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
}
.page-privacy .main .entry__body p {
  margin-top: 16px;
  line-height: 2;
}
.page-privacy .main .entry__body p + p {
  margin-top: 1rem;
}

/* ===================================

  カタログ請求

====================================== */
.page-catalog .main .container {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.page-catalog .main .catalog__copy {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: center;
}
.page-catalog .main .items {
  margin-top: 100px;
}
.page-catalog .main .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-catalog .main .item + .item {
  margin-top: 80px;
}
.page-catalog .main .item-head {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 640px;
          flex: 0 0 640px;
  width: 640px;
  padding: 0 40px 40px 0;
}
.page-catalog .main .item-head__thumb {
  display: block;
  width: 100%;
}
.page-catalog .main .item-head__book {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.page-catalog .main .item-head__book.width {
  width: 280px;
}
.page-catalog .main .item-head__book.height {
  width: 200px;
}
.page-catalog .main .item-head__catalog {
  display: block;
  width: 100%;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.3);
}
.page-catalog .main .item-head__ico {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 30px;
}
.page-catalog .main .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 13px;
  margin-left: 60px;
}
.page-catalog .main .item__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.page-catalog .main .item__text {
  margin-top: 34px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-catalog .main .item__link {
  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;
  margin-top: 60px;
  width: 310px;
  height: 65px;
  border: 1px solid #ccc;
}
.page-catalog .catalog-modal {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -100;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-catalog .catalog-modal.show {
  opacity: 1;
  z-index: 9999;
}
.page-catalog .catalog-modal__inner {
  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: 100%;
  height: 100%;
}
.page-catalog .catalog-modal__contents {
  position: relative;
  width: 860px;
}
.page-catalog .catalog-modal__close {
  position: absolute;
  top: 24px;
  right: 23px;
  z-index: 10000;
  cursor: pointer;
}
.page-catalog .catalog-modal__close-ico {
  display: block;
  width: 40px;
}
.page-catalog .catalog-modal .catalog-slick-slider .slick-dots {
  bottom: -40px;
}
.page-catalog .catalog-modal .catalog-slick-slider .slick-dots li {
  margin: 0 3px;
}
.page-catalog .catalog-modal .catalog-slick-slider .slick-dots button::before {
  font-size: 15px;
  opacity: 1;
  color: #fff;
}
.page-catalog .catalog-modal .catalog-slick-slider .slick-dots li.slick-active button::before {
  color: #313131;
}

@media screen and (max-width: 1480px) {
  .page-catalog .main .container {
    padding: 0 90px 0 10px;
  }
}
@media screen and (max-width: 1300px) {
  .page-catalog .main .container {
    padding: 0 95px 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .page-catalog .main .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .page-catalog .main .items {
    margin-top: 40px;
  }
  .page-catalog .main .item + .item {
    margin-top: 60px;
  }
  .page-catalog .main .item-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
    padding: 0 20px 20px 0;
  }
  .page-catalog .main .item-head__book.width {
    width: 150px;
  }
  .page-catalog .main .item-head__book.height {
    width: 100px;
  }
  .page-catalog .main .item-head__catalog {
    -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
  }
  .page-catalog .main .item-head__ico {
    right: 8px;
    bottom: 8px;
    width: 18px;
  }
  .page-catalog .main .item__body {
    padding-top: 0;
    margin-left: 30px;
  }
  .page-catalog .main .item__title {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .page-catalog .main .item__text {
    margin-top: 15px;
  }
  .page-catalog .main .item__link {
    margin-top: 40px;
    width: 210px;
    height: 45px;
  }
  .page-catalog .catalog-modal {
    z-index: -100;
    opacity: 0;
  }
  .page-catalog .catalog-modal__contents {
    width: calc(100% - 100px);
    max-width: 75%;
  }
  .page-catalog .catalog-modal__close {
    top: 12px;
    right: 12px;
  }
  .page-catalog .catalog-modal__close-ico {
    width: 35px;
  }
  .page-catalog .catalog-modal .catalog-slick-slider .slick-dots {
    bottom: -40px;
  }
  .page-catalog .catalog-modal .catalog-slick-slider .slick-dots button::before {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-catalog .main .container {
    padding: 0 20px;
  }
  .page-catalog .main .items {
    margin-top: 40px;
  }
  .page-catalog .main .item {
    display: block;
  }
  .page-catalog .main .item + .item {
    margin-top: 50px;
  }
  .page-catalog .main .item-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0 15px 15px 0;
  }
  .page-catalog .main .item-head__ico {
    width: 24px;
  }
  .page-catalog .main .item__body {
    margin-top: 10px;
    margin-left: 0;
  }
  .page-catalog .main .item__title {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .page-catalog .main .item__text {
    margin-top: 10px;
  }
  .page-catalog .main .item__link {
    margin-top: 30px;
    width: 100%;
    height: 50px;
  }
  .page-catalog .catalog-modal__contents {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .page-catalog .catalog-modal__close {
    top: 12px;
    right: 12px;
  }
  .page-catalog .catalog-modal__close-ico {
    width: 30px;
  }
  .page-catalog .catalog-modal .catalog-slick-slider .slick-dots {
    bottom: -30px;
  }
  .page-catalog .catalog-modal .catalog-slick-slider .slick-dots li {
    margin: 0 1px;
  }
  .page-catalog .catalog-modal .catalog-slick-slider .slick-dots button::before {
    font-size: 12px;
  }
}
/* ===================================

  店舗・施設

====================================== */
.page-tenpo .sp {
  display: none;
}
.page-tenpo .col2-ttl-l__inner {
  background-image: url(img/page-tenpo-mv-80.jpg);
}
.page-tenpo .col2-alt .item__body {
  padding-top: 58px;
}

@media screen and (max-width: 1480px) {
  .page-tenpo .col2-alt .item__body {
    padding-right: 110px;
  }
  .page-tenpo .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 110px;
  }
}
@media screen and (max-width: 1300px) {
  .page-tenpo .col2-alt .item__body {
    padding-right: 95px;
  }
  .page-tenpo .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 95px;
  }
}
@media screen and (max-width: 1199px) {
  .page-tenpo .col2-alt .item__body {
    padding-top: 20px;
    padding-right: 30px;
  }
  .page-tenpo .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-tenpo .sp {
    display: block;
  }
  .page-tenpo .col2-alt .item__body {
    padding-top: 0;
    padding-right: 20px;
  }
  .page-tenpo .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 20px;
  }
}
/* ===================================

  採用情報

====================================== */
.page-recruit .sp {
  display: none;
}
.page-recruit .col2-ttl-l__inner {
  background-image: url(img/page-recruit-mv-80.jpg);
}
.page-recruit .col2-alt .item__body {
  padding-top: 18px;
}
.page-recruit .col2-alt .item-thumb__inner {
  background-position: left 0 center;
}
.page-recruit .faq {
  margin-top: 130px;
}
.page-recruit .faq__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.page-recruit .faq__title {
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 34px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.page-recruit .faq__contents .item {
  padding: 25px 30px 28px;
  border-bottom: 1px solid #ccc;
}
.page-recruit .faq__contents .item-question {
  cursor: pointer;
}
.page-recruit .faq__contents .item-question__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-recruit .faq__contents .item-question__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
}
.page-recruit .faq__contents .item-question__mark {
  font-size: 20px;
  font-weight: 600;
  color: #b3a98c;
}
.page-recruit .faq__contents .item-question__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 30px;
}
.page-recruit .faq__contents .item-question__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.page-recruit .faq__contents .item-question__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background-image: url(img/ico/ico-plus.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
}
.page-recruit .faq__contents .item-question.show .item-question__ico {
  background-image: url(img/ico/ico-minus.png);
  background-size: 15px 2px;
}
.page-recruit .faq__contents .item-answer {
  margin-top: 18px;
  display: none;
}
.page-recruit .faq__contents .item-answer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-recruit .faq__contents .item-answer__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
}
.page-recruit .faq__contents .item-answer__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 200px;
}
.page-recruit .faq__contents .item-answer__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 1480px) {
  .page-recruit .col2-alt__contents .item__body {
    padding-right: 110px;
  }
  .page-recruit .col2-alt__contents .item:nth-child(2n) .item__body {
    padding-left: 110px;
  }
}
@media screen and (max-width: 1300px) {
  .page-recruit .col2-alt__contents .item__body {
    padding-right: 95px;
  }
  .page-recruit .col2-alt__contents .item:nth-child(2n) .item__body {
    padding-left: 95px;
  }
}
@media screen and (max-width: 1199px) {
  .page-recruit .col2-alt .item__body {
    padding-top: 0;
    padding-right: 30px;
  }
  .page-recruit .col2-alt .item:nth-child(2n) .item__body {
    padding-left: 30px;
  }
  .page-recruit .faq {
    margin-top: 80px;
  }
  .page-recruit .faq__inner {
    max-width: 100%;
  }
  .page-recruit .faq__title {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .page-recruit .faq__contents .item {
    padding: 20px 20px 22px;
  }
  .page-recruit .faq__contents .item-question__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
  }
  .page-recruit .faq__contents .item-question__mark {
    font-size: 18px;
  }
  .page-recruit .faq__contents .item-question__body {
    padding-right: 25px;
  }
  .page-recruit .faq__contents .item-question__text {
    font-size: 17px;
  }
  .page-recruit .faq__contents .item-question__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
  .page-recruit .faq__contents .item-question.show .item-question__ico {
    background-size: 14px 1px;
  }
  .page-recruit .faq__contents .item-answer {
    margin-top: 12px;
  }
  .page-recruit .faq__contents .item-answer__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
  }
  .page-recruit .faq__contents .item-answer__body {
    padding-right: 100px;
  }
}
@media screen and (max-width: 758px) {
  .page-recruit .sp {
    display: block;
  }
  .page-recruit .col2-alt .item__body {
    padding: 0 20px;
  }
  .page-recruit .col2-alt .item:nth-child(2n) .item__body {
    padding: 0 20px;
  }
  .page-recruit .col2-alt .item-thumb__inner {
    height: 250px;
  }
  .page-recruit .faq {
    margin-top: 60px;
  }
  .page-recruit .faq__inner {
    padding: 0 20px;
  }
  .page-recruit .faq__title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .page-recruit .faq__contents .item {
    padding: 16px 5px 18px;
  }
  .page-recruit .faq__contents .item-question__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
  }
  .page-recruit .faq__contents .item-question__mark {
    position: relative;
    top: -1px;
    font-size: 15px;
  }
  .page-recruit .faq__contents .item-question__body {
    padding-right: 20px;
  }
  .page-recruit .faq__contents .item-question__text {
    font-size: 14px;
  }
  .page-recruit .faq__contents .item-question__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .page-recruit .faq__contents .item-question.show .item-question__ico {
    background-size: 12px 1px;
  }
  .page-recruit .faq__contents .item-answer {
    margin-top: 12px;
  }
  .page-recruit .faq__contents .item-answer__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
  }
  .page-recruit .faq__contents .item-answer__body {
    padding-right: 20px;
  }
}
/* ===================================

  家づくりの流れ

====================================== */
.page-flow .main {
  padding: 80px 0 120px;
}
.page-flow .main .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-flow .main .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-all;
}
.page-flow .main .step + .step {
  margin-top: 60px;
}
.page-flow .main .step__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
.page-flow .main .step__num {
  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: 65px;
  height: 65px;
  padding-bottom: 2px;
  background-color: #b3a98c;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
}
.page-flow .main .step__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-flow .main .step__title {
  padding-top: 8px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}
.page-flow .main .step__title span {
  font-size: 0.7em;
}
.page-flow .main .step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}
.page-flow .main .step__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 60px;
}
.page-flow .main .step__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-flow .main .step__text + .step__text {
  margin-top: 1.5em;
}
.page-flow .main .step__box {
  margin-top: 62px;
  padding: 30px;
  background-color: #eeebe5;
}
.page-flow .main .step__box + .step__box {
  margin-top: 30px;
}
.page-flow .main .step__box .title {
  padding: 2px 0 2px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  border-left: 5px solid #423622;
}
.page-flow .main .step__box .txt {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-flow .main .step__box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
.page-flow .main .step__box .link::after {
  content: "";
  margin-left: 23px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background-image: url(img/ico/ico-arrow-ccl-bk.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}
.page-flow .main .step__box .tel-link {
  display: block;
  margin-top: 21px;
  font-family: "futura", sans-serif;
  font-weight: 500;
}
.page-flow .main .step__thumb {
  width: 335px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 335px;
          flex: 0 0 335px;
}
.page-flow .main .step__img {
  display: block;
  width: 100%;
}
.page-flow .c-contact {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .page-flow .main {
    padding: 60px 0 100px;
  }
  .page-flow .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-flow .main .step + .step {
    margin-top: 50px;
  }
  .page-flow .main .step__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
  }
  .page-flow .main .step__num {
    width: 45px;
    height: 45px;
    font-size: 26px;
  }
  .page-flow .main .step__title {
    padding-top: 5px;
    font-size: 24px;
  }
  .page-flow .main .step__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
  }
  .page-flow .main .step__text {
    margin-top: 25px;
  }
  .page-flow .main .step__box {
    margin-top: 30px;
    padding: 25px;
  }
  .page-flow .main .step__box + .step__box {
    margin-top: 20px;
  }
  .page-flow .main .step__box .title {
    padding: 0 0 0 15px;
    font-size: 16px;
    border-left: 4px solid #423622;
  }
  .page-flow .main .step__box .txt {
    margin-top: 15px;
  }
  .page-flow .main .step__box .link {
    margin-top: 18px;
  }
  .page-flow .main .step__box .link::after {
    margin-left: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .page-flow .main .step__box .tel-link {
    margin-top: 18px;
  }
  .page-flow .main .step__thumb {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 758px) {
  .page-flow .main {
    padding: 40px 0 60px;
  }
  .page-flow .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-flow .main .step + .step {
    margin-top: 50px;
  }
  .page-flow .main .step__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
  .page-flow .main .step__num {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .page-flow .main .step__inner {
    padding: 0;
  }
  .page-flow .main .step__title {
    padding-top: 3px;
    font-size: 20px;
  }
  .page-flow .main .step__title span {
    display: block;
    margin-top: 3px;
  }
  .page-flow .main .step__body {
    margin-top: 15px;
  }
  .page-flow .main .step__text {
    margin-top: 20px;
  }
  .page-flow .main .step__box {
    margin-top: 20px;
    padding: 25px 20px;
  }
  .page-flow .main .step__box + .step__box {
    margin-top: 12px;
  }
  .page-flow .main .step__box .title {
    padding: 0 0 0 15px;
    font-size: 14px;
  }
  .page-flow .main .step__box .txt {
    margin-top: 12px;
  }
  .page-flow .main .step__box .link {
    margin-top: 15px;
  }
  .page-flow .main .step__box .link::after {
    margin-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .page-flow .main .step__box .tel-link {
    margin-top: 15px;
  }
  .page-flow .main .step__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* ===================================

  SDGsへの取り組み

====================================== */
.page-sdgs .main .container {
  width: 1040px;
}
.page-sdgs .main .sdgs-mv {
  padding: 75px 0 90px;
}
.page-sdgs .main .sdgs-mv__title {
  font-size: 38px;
  font-weight: 600;
}
.page-sdgs .main .sdgs__contents + .sdgs__contents {
  margin-top: 100px;
}
.page-sdgs .main .sdgs__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #cacaca;
}
.page-sdgs .main .sdgs__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 55px;
}
.page-sdgs .main .sdgs__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  width: 500px;
}
.page-sdgs .main .sdgs__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 20px;
  margin-left: 40px;
}
.page-sdgs .main .sdgs__body p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-sdgs .main .sdgs__text {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-sdgs .main .items {
  margin-top: 40px;
}
.page-sdgs .main .item + .item {
  margin-top: 30px;
}
.page-sdgs .main .item__thumb {
  width: 120px;
}
.page-sdgs .main .item__thumb img {
  display: block;
  width: 100%;
}
.page-sdgs .main .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -60px;
  padding: 25px 25px 25px 150px;
  width: 100%;
  height: 80px;
  background-color: #f2f2f2;
}
.page-sdgs .main .item__text {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .page-sdgs .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-sdgs .main .sdgs-mv {
    padding: 50px 0 65px;
  }
  .page-sdgs .main .sdgs-mv__title {
    font-size: 24px;
  }
  .page-sdgs .main .sdgs__contents + .sdgs__contents {
    margin-top: 60px;
  }
  .page-sdgs .main .sdgs__title {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .page-sdgs .main .sdgs__main {
    margin-top: 40px;
  }
  .page-sdgs .main .sdgs__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
  .page-sdgs .main .sdgs__body {
    padding-top: 10px;
    margin-left: 30px;
  }
  .page-sdgs .main .sdgs__text {
    margin-top: 16px;
  }
  .page-sdgs .main .items {
    margin-top: 30px;
  }
  .page-sdgs .main .item + .item {
    margin-top: 25px;
  }
  .page-sdgs .main .item__thumb {
    width: 100px;
  }
  .page-sdgs .main .item__body {
    display: block;
    margin-top: -40px;
    padding: 20px 20px 20px 120px;
    width: 100%;
    height: auto;
  }
  .page-sdgs .main .item__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-sdgs .main .container {
    padding: 0 20px;
  }
  .page-sdgs .main .sdgs-mv {
    padding: 30px 0 40px;
  }
  .page-sdgs .main .sdgs-mv__title {
    font-size: 20px;
  }
  .page-sdgs .main .sdgs__contents + .sdgs__contents {
    margin-top: 50px;
  }
  .page-sdgs .main .sdgs__title {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .page-sdgs .main .sdgs__main {
    display: block;
    margin-top: 30px;
  }
  .page-sdgs .main .sdgs__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-sdgs .main .sdgs__body {
    width: 100%;
    padding-top: 0;
    margin-left: 0;
    margin-top: 20px;
  }
  .page-sdgs .main .sdgs__text {
    margin-top: 12px;
  }
  .page-sdgs .main .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-sdgs .main .item + .item {
    margin-top: 40px;
  }
  .page-sdgs .main .item__thumb {
    width: 75px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }
  .page-sdgs .main .item__body {
    display: block;
    margin-top: 0;
    margin-left: 20px;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    background-color: #fff;
  }
  .page-sdgs .main .item__text {
    font-size: 15px;
    line-height: 2;
  }
}
/* ===================================

  キャリア採用

====================================== */
.page-carrer-recruit .main .container {
  width: 1040px;
}
.page-carrer-recruit .main .carrer-mv {
  padding: 75px 0 90px;
}
.page-carrer-recruit .main .carrer-mv__title {
  font-size: 38px;
  font-weight: 600;
}
.page-carrer-recruit .main .carrer__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  border-top: 1px solid #ccc;
}
.page-carrer-recruit .main .carrer__contents dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  padding: 24px 0;
}
.page-carrer-recruit .main .carrer__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 24px 0;
}
.page-carrer-recruit .main .carrer__contents dd 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;
  margin-top: 18px;
  width: 280px;
  height: 30px;
  line-height: 1;
  border: 1px solid #ccc;
}
.page-carrer-recruit .main .items {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-carrer-recruit .main .item {
  width: calc((100% - 20px) / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
}
.page-carrer-recruit .main .item img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-carrer-recruit .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-carrer-recruit .main .carrer-mv {
    padding: 50px 0 65px;
  }
  .page-carrer-recruit .main .carrer-mv__title {
    font-size: 24px;
  }
  .page-carrer-recruit .main .carrer__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding: 18px 0;
  }
  .page-carrer-recruit .main .carrer__contents dd {
    padding: 18px 0;
  }
  .page-carrer-recruit .main .carrer__contents dd a {
    margin-top: 14px;
    width: 250px;
    height: 28px;
  }
  .page-carrer-recruit .main .items {
    margin-top: 40px;
  }
  .page-carrer-recruit .main .item {
    width: calc((100% - 15px) / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px) / 2);
            flex: 0 0 calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 758px) {
  .page-carrer-recruit .main .container {
    padding: 0 15px;
  }
  .page-carrer-recruit .main .carrer-mv {
    padding: 30px 0 40px;
  }
  .page-carrer-recruit .main .carrer-mv__title {
    font-size: 20px;
  }
  .page-carrer-recruit .main .carrer__contents dl {
    display: block;
    padding: 12px 0;
  }
  .page-carrer-recruit .main .carrer__contents dt {
    padding: 0;
    font-size: 13px;
  }
  .page-carrer-recruit .main .carrer__contents dd {
    margin-top: 10px;
    padding: 0;
  }
  .page-carrer-recruit .main .carrer__contents dd a {
    margin-top: 10px;
    width: 220px;
    height: 25px;
  }
  .page-carrer-recruit .main .items {
    display: block;
    margin-top: 30px;
  }
  .page-carrer-recruit .main .item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-carrer-recruit .main .item + .item {
    margin-top: 10px;
  }
}
/* ===================================

  各サンクスページ
  404エラーページ

====================================== */
.page-thanks .l-mv__title .sp,
.page-event-thanks .l-mv__title .sp,
.page-catalog-thanks .l-mv__title .sp,
.page-modelhouse-thanks .l-mv__title .sp,
.error404 .l-mv__title .sp {
  display: none;
}
.page-thanks .main,
.page-event-thanks .main,
.page-catalog-thanks .main,
.page-modelhouse-thanks .main,
.error404 .main {
  padding-bottom: 60px;
}
.page-thanks .main .container,
.page-event-thanks .main .container,
.page-catalog-thanks .main .container,
.page-modelhouse-thanks .main .container,
.error404 .main .container {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.page-thanks .main .item,
.page-event-thanks .main .item,
.page-catalog-thanks .main .item,
.page-modelhouse-thanks .main .item,
.error404 .main .item {
  text-align: center;
}
.page-thanks .main .item__title,
.page-event-thanks .main .item__title,
.page-catalog-thanks .main .item__title,
.page-modelhouse-thanks .main .item__title,
.error404 .main .item__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
}
.page-thanks .main .item__title .sp,
.page-event-thanks .main .item__title .sp,
.page-catalog-thanks .main .item__title .sp,
.page-modelhouse-thanks .main .item__title .sp,
.error404 .main .item__title .sp {
  display: none;
}
.page-thanks .main .item__text,
.page-event-thanks .main .item__text,
.page-catalog-thanks .main .item__text,
.page-modelhouse-thanks .main .item__text,
.error404 .main .item__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  margin-top: 60px;
}
.page-thanks .main .item__link,
.page-event-thanks .main .item__link,
.page-catalog-thanks .main .item__link,
.page-modelhouse-thanks .main .item__link,
.error404 .main .item__link {
  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;
  margin: 80px auto 0;
  width: 530px;
  height: 80px;
  background-color: #3C5A42;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-thanks .main .container,
  .page-event-thanks .main .container,
  .page-catalog-thanks .main .container,
  .page-modelhouse-thanks .main .container,
  .error404 .main .container {
    max-width: 100%;
  }
  .page-thanks .main .item__title,
  .page-event-thanks .main .item__title,
  .page-catalog-thanks .main .item__title,
  .page-modelhouse-thanks .main .item__title,
  .error404 .main .item__title {
    font-size: 22px;
  }
  .page-thanks .main .item__text,
  .page-event-thanks .main .item__text,
  .page-catalog-thanks .main .item__text,
  .page-modelhouse-thanks .main .item__text,
  .error404 .main .item__text {
    margin-top: 40px;
  }
  .page-thanks .main .item__link,
  .page-event-thanks .main .item__link,
  .page-catalog-thanks .main .item__link,
  .page-modelhouse-thanks .main .item__link,
  .error404 .main .item__link {
    margin: 80px auto 0;
    width: 400px;
    height: 70px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-thanks .l-mv__title .sp,
  .page-event-thanks .l-mv__title .sp,
  .page-catalog-thanks .l-mv__title .sp,
  .page-modelhouse-thanks .l-mv__title .sp,
  .error404 .l-mv__title .sp {
    display: block;
  }
  .page-thanks .main .container,
  .page-event-thanks .main .container,
  .page-catalog-thanks .main .container,
  .page-modelhouse-thanks .main .container,
  .error404 .main .container {
    padding: 0 20px;
  }
  .page-thanks .main .item__title,
  .page-event-thanks .main .item__title,
  .page-catalog-thanks .main .item__title,
  .page-modelhouse-thanks .main .item__title,
  .error404 .main .item__title {
    font-size: 17px;
  }
  .page-thanks .main .item__title .sp,
  .page-event-thanks .main .item__title .sp,
  .page-catalog-thanks .main .item__title .sp,
  .page-modelhouse-thanks .main .item__title .sp,
  .error404 .main .item__title .sp {
    display: block;
  }
  .page-thanks .main .item__text,
  .page-event-thanks .main .item__text,
  .page-catalog-thanks .main .item__text,
  .page-modelhouse-thanks .main .item__text,
  .error404 .main .item__text {
    margin-top: 30px;
    text-align: left;
  }
  .page-thanks .main .item__link,
  .page-event-thanks .main .item__link,
  .page-catalog-thanks .main .item__link,
  .page-modelhouse-thanks .main .item__link,
  .error404 .main .item__link {
    margin: 70px auto 0;
    width: calc(100% - 40px);
    height: 50px;
    font-size: 15px;
  }
}
/* ===================================

  モデルハウス一覧

====================================== */
.page-modelhouse .col2-ttl-l.mv {
  position: relative;
  z-index: 1;
}
.page-modelhouse .col2-ttl-l.mv .col2-ttl-l__bar {
  background-color: transparent;
}
.page-modelhouse .col2-ttl-l.mv .col2-ttl-l__inner {
  background-image: url(img/page-modelhouse-mv-80.jpg);
}
.page-modelhouse .bcn-sp {
  display: none;
}
.page-modelhouse .c-contact {
  margin-top: 0;
}

@media screen and (max-width: 758px) {
  .page-modelhouse .col2-ttl-l {
    padding-top: 40px;
  }
  .page-modelhouse .col2-ttl-l__contents {
    display: block;
  }
  .page-modelhouse .col2-ttl-l__bar {
    width: 100%;
    padding: 0 15px 0 20px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .page-modelhouse .col2-ttl-l__body {
    padding-top: 58%;
  }
  .page-modelhouse .col2-ttl-l__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-modelhouse .col2-ttl-l__title {
    font-size: 24px;
  }
  .page-modelhouse .col2-ttl-l__desc {
    margin-top: 18px;
  }
  .page-modelhouse .bcn-pc {
    display: none;
  }
  .page-modelhouse .bcn-sp {
    display: block;
  }
  .page-modelhouse .bcn-sp .breadcrumb-wrap {
    margin-top: 30px;
  }
  .page-modelhouse .bcn-sp .breadcrumb {
    padding: 0 0 9px;
  }
}
/* ---------------------------------
  Concept
----------------------------------- */
.page-modelhouse .main .concept {
  margin-top: -240px;
  padding-top: 240px;
  padding-bottom: 124px;
  background-color: #eeebe5;
}
.page-modelhouse .main .concept .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 62px 0;
  margin: 0 auto;
  width: calc(100% - 160px);
  border-bottom: 1px solid #ccc;
}
.page-modelhouse .main .concept .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.page-modelhouse .main .concept .anchor::after {
  content: "";
  margin-left: 60px;
  width: 13px;
  height: 9px;
  background-image: url(img/ico/ico-anchor-btm.svg);
  background-repeat: no-repeat;
  background-size: 13px 9px;
  background-position: center;
}
.page-modelhouse .main .concept .anchor + .anchor {
  margin-left: 70px;
}
.page-modelhouse .main .concept .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 75px;
}
.page-modelhouse .main .concept .contents__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
}
.page-modelhouse .main .concept .contents__thumb {
  width: 100%;
  height: 600px;
  background-image: url(img/modelhouse-concept-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-modelhouse .main .concept .contents__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 57px;
  padding-right: calc((100vw - 1340px) / 2);
  padding-left: 30px;
}
.page-modelhouse .main .concept .contents__title {
  font-size: 34px;
  font-weight: 400;
  color: #b3a98c;
}
.page-modelhouse .main .concept .contents__copy {
  margin-top: 17px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-modelhouse .main .concept .contents__copy .sp {
  display: none;
}
.page-modelhouse .main .concept .contents__txt {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  line-height: 2;
}
.page-modelhouse .main .concept .contents__txt span {
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  .page-modelhouse .main .concept .contents__head {
    padding-right: 0;
  }
  .page-modelhouse .main .concept .contents__body {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-modelhouse .main .concept .contents__txt {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .page-modelhouse .main .concept .contents__head {
    padding-right: 0;
  }
  .page-modelhouse .main .concept .contents__body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-modelhouse .main .concept .contents__copy {
    font-size: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .page-modelhouse .main .concept {
    margin-top: -100px;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .page-modelhouse .main .concept .anchors {
    display: none;
  }
  .page-modelhouse .main .concept .anchor::after {
    margin-left: 30px;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
  }
  .page-modelhouse .main .concept .anchor + .anchor {
    margin-left: 80px;
  }
  .page-modelhouse .main .concept .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 83px;
  }
  .page-modelhouse .main .concept .contents__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 60px;
    margin-top: 40px;
  }
  .page-modelhouse .main .concept .contents__thumb {
    height: 400px;
  }
  .page-modelhouse .main .concept .contents__body {
    width: 100%;
    padding: 0 60px;
  }
  .page-modelhouse .main .concept .contents__title {
    font-size: 26px;
  }
  .page-modelhouse .main .concept .contents__copy {
    margin-top: 25px;
    font-size: 32px;
  }
  .page-modelhouse .main .concept .contents__txt {
    padding-right: 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 758px) {
  .page-modelhouse .main .concept {
    margin-top: 0;
    padding: 83px 20px 80px;
  }
  .page-modelhouse .main .concept .contents {
    padding-top: 0;
  }
  .page-modelhouse .main .concept .contents__head {
    padding-right: 0;
    margin-top: 34px;
  }
  .page-modelhouse .main .concept .contents__thumb {
    padding-top: 67%;
    height: auto;
  }
  .page-modelhouse .main .concept .contents__body {
    width: 100%;
    padding: 0;
  }
  .page-modelhouse .main .concept .contents__title {
    font-size: 15px;
  }
  .page-modelhouse .main .concept .contents__copy {
    margin-top: 22px;
    font-size: 22px;
  }
  .page-modelhouse .main .concept .contents__copy .pc {
    display: none;
  }
  .page-modelhouse .main .concept .contents__copy .sp {
    display: block;
  }
  .page-modelhouse .main .concept .contents__txt {
    margin-top: 19px;
  }
  .page-modelhouse .main .concept .contents__txt .pc {
    display: none;
  }
}
/* ===================================

  森本工務店のモデルハウスの魅力

====================================== */
.page-modelhouse .main .charm {
  padding: 116px 0 184px;
  background-color: #f1f3f0;
}
.page-modelhouse .main .charm__title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.page-modelhouse .main .charm__title br {
  display: none;
}
.page-modelhouse .main .charm .items {
  margin-top: 133px;
}
.page-modelhouse .main .charm .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
}
.page-modelhouse .main .charm .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
}
.page-modelhouse .main .charm .item__thumb {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-modelhouse .main .charm .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 60px;
  padding-right: calc((100vw - 1340px) / 2);
  padding-left: 30px;
}
.page-modelhouse .main .charm .item__title {
  font-size: 34px;
  font-weight: 400;
  color: #b3a98c;
}
.page-modelhouse .main .charm .item__copy {
  margin-top: 17px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-modelhouse .main .charm .item__copy .sp {
  display: none;
}
.page-modelhouse .main .charm .item__txt {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  line-height: 2;
}
.page-modelhouse .main .charm .item__txt p + p {
  margin-top: 30px;
}
.page-modelhouse .main .charm .item__txt span {
  font-weight: 700;
}
.page-modelhouse .main .charm .item.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 80px;
}
.page-modelhouse .main .charm .item.rvs .item__head {
  padding-right: 0;
  padding-left: 70px;
}
.page-modelhouse .main .charm .item.rvs .item__body {
  padding-left: calc((100vw - 1340px) / 2);
  padding-right: 30px;
}
.page-modelhouse .main .charm .col2 {
  margin-top: 80px;
}
.page-modelhouse .main .charm .col2__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-modelhouse .main .charm .col2 .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-modelhouse .main .charm .col2 .card {
  width: calc((100% - 50px) / 2);
}
.page-modelhouse .main .charm .col2 .card__thumb {
  display: block;
}
.page-modelhouse .main .charm .col2 .card__img {
  display: block;
  width: 100%;
}
.page-modelhouse .main .charm .col2 .card__body {
  padding: 30px;
  background-color: #fff;
  word-break: break-all;
}
.page-modelhouse .main .charm .col2 .card__title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  border-left: 5px solid #423622;
}
.page-modelhouse .main .charm .col3 {
  margin-top: 80px;
}
.page-modelhouse .main .charm .col3__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-modelhouse .main .charm .col3 .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-modelhouse .main .charm .col3 .card {
  width: calc((100% - 75px) / 3);
}
.page-modelhouse .main .charm .col3 .card__head {
  width: 100%;
}
.page-modelhouse .main .charm .col3 .card__img {
  display: block;
  width: 100%;
}
.page-modelhouse .main .charm .col3 .card__body {
  word-break: break-all;
  padding: 20px 20px 15px;
  min-height: 170px;
  background-color: #fff;
}
.page-modelhouse .main .charm .col3 .card__title {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  border-left: 5px solid #423622;
}
.page-modelhouse .main .charm .col3 .card__txt {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-modelhouse .main .charm .col1-figure {
  margin-top: 75px;
}
.page-modelhouse .main .charm .col1-figure__inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.page-modelhouse .main .charm .col1-figure__inner img {
  display: block;
  width: 100%;
}
.page-modelhouse .main .charm .point {
  margin-top: 80px;
}
.page-modelhouse .main .charm .point__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-modelhouse .main .charm .point-item {
  width: 100%;
  padding: 85px 80px 75px;
  background-color: #fff;
}
.page-modelhouse .main .charm .point-item__title {
  font-size: 24px;
  font-weight: 600;
}
.page-modelhouse .main .charm .point-item__group {
  margin-top: 32px;
}
.page-modelhouse .main .charm .point-item__group + .point-item__group {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid #ccc;
}
.page-modelhouse .main .charm .point-item__group .title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
  border-left: 5px solid #423622;
}
.page-modelhouse .main .charm .point-item__group .txt {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-modelhouse .main .charm .cpt-movie {
  margin-top: 100px;
}
.page-modelhouse .main .charm .cpt-movie__inner {
  width: 900px;
  margin: 0 auto;
}
.page-modelhouse .main .charm .cpt-movie__title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.page-modelhouse .main .charm .cpt-movie .iframe-wrap {
  overflow: hidden;
  position: relative;
  margin-top: 75px;
  padding-top: 56.25%;
  width: 100%;
}
.page-modelhouse .main .charm .cpt-movie .iframe-wrap iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1500px) {
  .page-modelhouse .main .charm .item__head {
    padding-right: 0;
  }
  .page-modelhouse .main .charm .item__body {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-modelhouse .main .charm .item__txt {
    padding-right: 100px;
  }
  .page-modelhouse .main .charm .item.rvs .item__head {
    padding-left: 0;
  }
  .page-modelhouse .main .charm .item.rvs .item__body {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .page-modelhouse .main .charm .item__head {
    padding-right: 0;
  }
  .page-modelhouse .main .charm .item__copy {
    font-size: 34px;
  }
  .page-modelhouse .main .charm .item.rvs .item__head {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .page-modelhouse .main .charm {
    padding: 80px 0;
  }
  .page-modelhouse .main .charm__title {
    font-size: 36px;
  }
  .page-modelhouse .main .charm .items {
    margin-top: 80px;
  }
  .page-modelhouse .main .charm .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-modelhouse .main .charm .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 60px;
    margin-top: 40px;
  }
  .page-modelhouse .main .charm .item__thumb {
    height: 400px;
  }
  .page-modelhouse .main .charm .item__body {
    width: 100%;
    padding: 0 60px;
  }
  .page-modelhouse .main .charm .item__title {
    font-size: 26px;
  }
  .page-modelhouse .main .charm .item__copy {
    margin-top: 25px;
    font-size: 32px;
  }
  .page-modelhouse .main .charm .item__txt {
    padding-right: 0;
    margin-top: 35px;
  }
  .page-modelhouse .main .charm .item__txt p + p {
    margin-top: 2em;
  }
  .page-modelhouse .main .charm .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-modelhouse .main .charm .item.rvs .item__head {
    padding-right: 60px;
    padding-left: 0;
  }
  .page-modelhouse .main .charm .item.rvs .item__body {
    padding: 0 60px;
  }
  .page-modelhouse .main .charm .col2__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-modelhouse .main .charm .col2 .card {
    width: calc((100% - 30px) / 2);
  }
  .page-modelhouse .main .charm .col2 .card__body {
    padding: 20px;
  }
  .page-modelhouse .main .charm .col2 .card__title {
    padding-left: 15px;
    font-size: 16px;
    border-left: 4px solid #423622;
  }
  .page-modelhouse .main .charm .col3__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-modelhouse .main .charm .col3 .card {
    width: calc((100% - 30px) / 3);
  }
  .page-modelhouse .main .charm .col3 .card__body {
    padding: 20px;
    min-height: 0;
  }
  .page-modelhouse .main .charm .col3 .card__title {
    padding-left: 8px;
    font-size: 16px;
    border-left: 4px solid #423622;
  }
  .page-modelhouse .main .charm .col3 .card__txt {
    font-size: 13px;
    margin-top: 10px;
  }
  .page-modelhouse .main .charm .col1-figure {
    margin-top: 60px;
  }
  .page-modelhouse .main .charm .col1-figure__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-modelhouse .main .charm .point__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-modelhouse .main .charm .point-item {
    padding: 50px 30px;
  }
  .page-modelhouse .main .charm .point-item__title {
    font-size: 20px;
  }
  .page-modelhouse .main .charm .point-item__group {
    margin-top: 25px;
  }
  .page-modelhouse .main .charm .point-item__group + .point-item__group {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page-modelhouse .main .charm .point-item__group .title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 4px solid #423622;
  }
  .page-modelhouse .main .charm .point-item__group .txt {
    margin-top: 18px;
  }
  .page-modelhouse .main .charm .cpt-movie {
    margin-top: 80px;
  }
  .page-modelhouse .main .charm .cpt-movie__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 60px;
  }
  .page-modelhouse .main .charm .cpt-movie__title {
    font-size: 32px;
  }
  .page-modelhouse .main .charm .cpt-movie .iframe-wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-modelhouse .main .charm {
    padding: 73px 0 60px;
  }
  .page-modelhouse .main .charm__title {
    font-size: 26px;
    line-height: 1.5;
  }
  .page-modelhouse .main .charm__title br {
    display: block;
  }
  .page-modelhouse .main .charm .items {
    margin-top: 52px;
  }
  .page-modelhouse .main .charm .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
  .page-modelhouse .main .charm .item__head {
    padding: 0;
    margin-top: 0;
  }
  .page-modelhouse .main .charm .item__thumb {
    padding-top: 67%;
    height: auto;
  }
  .page-modelhouse .main .charm .item__body {
    width: 100%;
    margin-top: 27px;
    padding: 0 20px;
  }
  .page-modelhouse .main .charm .item__title {
    font-size: 22px;
  }
  .page-modelhouse .main .charm .item__copy {
    margin-top: 10px;
    font-size: 22px;
  }
  .page-modelhouse .main .charm .item__copy .pc {
    display: none;
  }
  .page-modelhouse .main .charm .item__copy .sp {
    display: block;
  }
  .page-modelhouse .main .charm .item__txt {
    margin-top: 22px;
  }
  .page-modelhouse .main .charm .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 58px;
  }
  .page-modelhouse .main .charm .item.rvs .item__head {
    padding-right: 0;
  }
  .page-modelhouse .main .charm .item.rvs .item__body {
    padding: 0 20px;
  }
  .page-modelhouse .main .charm .col2 {
    margin-top: 60px;
  }
  .page-modelhouse .main .charm .col2__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-modelhouse .main .charm .col2 .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-modelhouse .main .charm .col2 .card {
    width: 100%;
    max-width: 330px;
  }
  .page-modelhouse .main .charm .col2 .card + .card {
    margin-top: 20px;
  }
  .page-modelhouse .main .charm .col2 .card__title {
    font-size: 14px;
  }
  .page-modelhouse .main .charm .col3 {
    margin-top: 60px;
  }
  .page-modelhouse .main .charm .col3__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-modelhouse .main .charm .col3 .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-modelhouse .main .charm .col3 .card {
    width: 100%;
    max-width: 330px;
  }
  .page-modelhouse .main .charm .col3 .card + .card {
    margin-top: 20px;
  }
  .page-modelhouse .main .charm .col3 .card__title {
    font-size: 14px;
  }
  .page-modelhouse .main .charm .col3 .card__title {
    padding-left: 15px;
    font-size: 14px;
  }
  .page-modelhouse .main .charm .col3 .card__txt {
    margin-top: 12px;
    font-size: 12px;
  }
  .page-modelhouse .main .charm .col1-figure {
    margin-top: 60px;
  }
  .page-modelhouse .main .charm .col1-figure__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-modelhouse .main .charm .point {
    margin-top: 60px;
  }
  .page-modelhouse .main .charm .point__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-modelhouse .main .charm .point-item {
    padding: 30px 20px;
  }
  .page-modelhouse .main .charm .point-item__title {
    font-size: 18px;
  }
  .page-modelhouse .main .charm .point-item__group {
    margin-top: 25px;
  }
  .page-modelhouse .main .charm .point-item__group + .point-item__group {
    margin-top: 15px;
    padding-top: 20px;
  }
  .page-modelhouse .main .charm .point-item__group .title {
    font-size: 14px;
  }
  .page-modelhouse .main .charm .point-item__group .txt {
    margin-top: 12px;
  }
  .page-modelhouse .main .charm .cpt-movie {
    margin-top: 60px;
  }
  .page-modelhouse .main .charm .cpt-movie__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-modelhouse .main .charm .cpt-movie__title {
    font-size: 22px;
  }
  .page-modelhouse .main .charm .cpt-movie .iframe-wrap {
    margin-top: 35px;
  }
}
/* ---------------------------------
  基本情報
----------------------------------- */
.page-modelhouse .main .info {
  padding: 80px 0;
  background-color: #eeebe5;
}
.page-modelhouse .main .info .container {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.page-modelhouse .main .info__title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.page-modelhouse .main .info__contents {
  margin-top: 77px;
}
.page-modelhouse .main .info__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}
.page-modelhouse .main .info__contents dl:first-child {
  border-top: 1px solid #ccc;
}
.page-modelhouse .main .info__contents dt {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  width: 200px;
  padding: 14px 0;
  background-color: #333;
  font-weight: 500;
  color: #fff;
}
.page-modelhouse .main .info__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 14px 30px;
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-modelhouse .main .info .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-modelhouse .main .info__title {
    font-size: 32px;
  }
  .page-modelhouse .main .info__contents {
    margin-top: 50px;
  }
  .page-modelhouse .main .info__contents dl {
    font-size: 15px;
  }
  .page-modelhouse .main .info__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
    padding: 15px 0;
  }
  .page-modelhouse .main .info__contents dd {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 758px) {
  .page-modelhouse .main .info {
    padding: 60px 0;
  }
  .page-modelhouse .main .info .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-modelhouse .main .info__title {
    font-size: 22px;
  }
  .page-modelhouse .main .info__contents {
    margin-top: 35px;
  }
  .page-modelhouse .main .info__contents dl {
    display: block;
    font-size: 14px;
  }
  .page-modelhouse .main .info__contents dt {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 15px 20px;
  }
  .page-modelhouse .main .info__contents dd {
    padding: 18px 20px;
  }
}
/* ---------------------------------
  アクセス
----------------------------------- */
.page-modelhouse .main .access {
  padding: 80px 0;
}
.page-modelhouse .main .access .container {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.page-modelhouse .main .access__title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.page-modelhouse .main .access__contents {
  margin-top: 77px;
}
.page-modelhouse .main .access .iframe-wrap {
  overflow: hidden;
  position: relative;
  padding-top: 53.3%;
  width: 100%;
}
.page-modelhouse .main .access .iframe-wrap iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .page-modelhouse .main .access .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-modelhouse .main .access__title {
    font-size: 32px;
  }
  .page-modelhouse .main .access__contents {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-modelhouse .main .access {
    padding: 60px 0;
  }
  .page-modelhouse .main .access .container {
    max-width: 100%;
    padding: 0;
  }
  .page-modelhouse .main .access__title {
    font-size: 22px;
  }
  .page-modelhouse .main .access__contents {
    margin-top: 35px;
  }
  .page-modelhouse .main .access .iframe-wrap {
    padding-top: 67%;
  }
}
/* ---------------------------------
  よくある質問
----------------------------------- */
.page-modelhouse .main .faq {
  padding: 80px 0;
  background-color: #f1f3f0;
}
.page-modelhouse .main .faq .container {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.page-modelhouse .main .faq__title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.page-modelhouse .main .faq__contents {
  margin-top: 77px;
}
.page-modelhouse .main .faq .item {
  width: 100%;
}
.page-modelhouse .main .faq .item + .item {
  margin-top: 30px;
}
.page-modelhouse .main .faq .item__q, .page-modelhouse .main .faq .item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-modelhouse .main .faq .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  font-size: 24px;
  font-weight: 600;
}
.page-modelhouse .main .faq .item__q {
  padding: 18px 30px;
  background-color: #313131;
  color: #fff;
}
.page-modelhouse .main .faq .item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -0.05em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.page-modelhouse .main .faq .item__a {
  padding: 18px 30px;
  background-color: #fff;
  border: 1px solid #313131;
}
.page-modelhouse .main .faq .item__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -0.25em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-modelhouse .main .faq .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-modelhouse .main .faq__title {
    font-size: 32px;
  }
  .page-modelhouse .main .faq__contents {
    margin-top: 50px;
  }
  .page-modelhouse .main .faq .item + .item {
    margin-top: 20px;
  }
  .page-modelhouse .main .faq .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    width: 32px;
    font-size: 20px;
  }
  .page-modelhouse .main .faq .item__q {
    padding: 16px 25px;
  }
  .page-modelhouse .main .faq .item__title {
    font-size: 16px;
  }
  .page-modelhouse .main .faq .item__a {
    padding: 16px 25px;
  }
}
@media screen and (max-width: 758px) {
  .page-modelhouse .main .faq {
    padding: 60px 0;
  }
  .page-modelhouse .main .faq .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-modelhouse .main .faq__title {
    font-size: 22px;
  }
  .page-modelhouse .main .faq__contents {
    margin-top: 35px;
  }
  .page-modelhouse .main .faq .item + .item {
    margin-top: 15px;
  }
  .page-modelhouse .main .faq .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
    font-size: 16px;
  }
  .page-modelhouse .main .faq .item__q {
    padding: 12px 15px;
  }
  .page-modelhouse .main .faq .item__title {
    font-size: 14px;
  }
  .page-modelhouse .main .faq .item__a {
    padding: 12px 15px;
  }
}
/* ---------------------------------
  見学予約
----------------------------------- */
.page-modelhouse .main .tour {
  padding-top: 80px;
}
.page-modelhouse .main .tour .container {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}
.page-modelhouse .main .tour__title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.page-modelhouse .main .tour__contents {
  margin-top: 77px;
}

@media screen and (max-width: 1199px) {
  .page-modelhouse .main .tour .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-modelhouse .main .tour__title {
    font-size: 32px;
  }
  .page-modelhouse .main .tour__contents {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-modelhouse .main .tour .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-modelhouse .main .tour__title {
    font-size: 22px;
  }
  .page-modelhouse .main .tour__contents {
    margin-top: 35px;
  }
}
/* ===================================

  おかえりなさい木の家

====================================== */
.post-type-archive-okaeri .main .container {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
}
.post-type-archive-okaeri .main .container .okaeri__mv img {
  display: block;
  width: 100%;
}
.post-type-archive-okaeri .main .container .okaeri__mv img.sp {
  display: none;
}
.post-type-archive-okaeri .main .container .okaeri__contents {
  margin-top: 75px;
}
.post-type-archive-okaeri .main .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-type-archive-okaeri .main .entries::after {
  content: "";
  display: block;
  width: calc((100% - 50px) / 3);
}
.post-type-archive-okaeri .main .entry {
  position: relative;
  width: calc((100% - 50px) / 3);
}
.post-type-archive-okaeri .main .entry:nth-child(n+4) {
  margin-top: 30px;
}
.post-type-archive-okaeri .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-okaeri .main .entry__thumb-img {
  width: 100%;
  padding-top: 62.8%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-okaeri .main .entry__overlay {
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-okaeri .main .entry__title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.75;
}
.post-type-archive-okaeri .main .entry__link:hover {
  opacity: 1;
}
.post-type-archive-okaeri .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-okaeri .main .entry__link:hover .entry__overlay {
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-okaeri .main .container {
    max-width: 100%;
  }
  .post-type-archive-okaeri .main .container .okaeri__contents {
    margin-top: 40px;
  }
  .post-type-archive-okaeri .main .entries::after {
    width: calc((100% - 30px) / 3);
  }
  .post-type-archive-okaeri .main .entry {
    width: calc((100% - 30px) / 3);
  }
  .post-type-archive-okaeri .main .entry:nth-child(n+4) {
    margin-top: 15px;
  }
  .post-type-archive-okaeri .main .entry__thumb-img {
    padding-top: 62.8%;
  }
  .post-type-archive-okaeri .main .entry__overlay {
    padding: 0 15px;
    opacity: 1;
  }
  .post-type-archive-okaeri .main .entry__title {
    font-size: 13px;
  }
  .post-type-archive-okaeri .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-okaeri .main .container {
    padding: 0;
  }
  .post-type-archive-okaeri .main .container .okaeri__mv img.pc {
    display: none;
  }
  .post-type-archive-okaeri .main .container .okaeri__mv img.sp {
    display: block;
  }
  .post-type-archive-okaeri .main .container .okaeri__contents {
    margin-top: 25px;
  }
  .post-type-archive-okaeri .main .entries {
    padding: 0 20px;
  }
  .post-type-archive-okaeri .main .entries::after {
    display: none;
  }
  .post-type-archive-okaeri .main .entry {
    width: 100%;
  }
  .post-type-archive-okaeri .main .entry + .entry {
    margin-top: 15px;
  }
  .post-type-archive-okaeri .main .entry__overlay {
    padding: 0 20px;
  }
  .post-type-archive-okaeri .main .entry__title {
    font-size: 14px;
  }
}
/* ===================================

  ショート動画集

====================================== */
.post-type-archive-short-movie .main .container,
.tax-short-movie_cate .main .container {
  padding: 0 30px;
  max-width: 1140px;
  width: 100%;
}
.post-type-archive-short-movie .main .sm-cates ul,
.tax-short-movie_cate .main .sm-cates ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-short-movie .main .sm-cate,
.tax-short-movie_cate .main .sm-cate {
  margin-right: 20px;
  margin-bottom: 10px;
}
.post-type-archive-short-movie .main .sm-cate a,
.tax-short-movie_cate .main .sm-cate a {
  position: relative;
  display: block;
  padding: 10px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 8px;
}
.post-type-archive-short-movie .main .sm-cate a:hover,
.tax-short-movie_cate .main .sm-cate a:hover {
  background-color: #3C5A42;
  color: #fff;
  border: 1px solid #3C5A42;
  opacity: 1;
}
.post-type-archive-short-movie .main .sm-cate.current a,
.tax-short-movie_cate .main .sm-cate.current a {
  background-color: #3C5A42;
  color: #fff;
  border: 1px solid #3C5A42;
}
.post-type-archive-short-movie .main .entries,
.tax-short-movie_cate .main .entries {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-short-movie .main .entry,
.tax-short-movie_cate .main .entry {
  width: calc((100% - 40px) / 5);
}
.post-type-archive-short-movie .main .entry + .entry,
.tax-short-movie_cate .main .entry + .entry {
  margin-left: 10px;
}
.post-type-archive-short-movie .main .entry:nth-child(5n+1),
.tax-short-movie_cate .main .entry:nth-child(5n+1) {
  margin-left: 0;
}
.post-type-archive-short-movie .main .entry:nth-child(n+6),
.tax-short-movie_cate .main .entry:nth-child(n+6) {
  margin-top: 20px;
}
.post-type-archive-short-movie .main .entry__thumb,
.tax-short-movie_cate .main .entry__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.post-type-archive-short-movie .main .entry__thumb-img,
.tax-short-movie_cate .main .entry__thumb-img {
  width: 100%;
  padding-top: 177.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.post-type-archive-short-movie .main .entry__thumb::before, .post-type-archive-short-movie .main .entry__thumb::after,
.tax-short-movie_cate .main .entry__thumb::before,
.tax-short-movie_cate .main .entry__thumb::after {
  content: "";
}
.post-type-archive-short-movie .main .entry__thumb::before,
.tax-short-movie_cate .main .entry__thumb::before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-short-movie .main .entry__thumb::after,
.tax-short-movie_cate .main .entry__thumb::after {
  z-index: 1;
}
.post-type-archive-short-movie .main .entry__thumb:hover,
.tax-short-movie_cate .main .entry__thumb:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-short-movie .main .entry__thumb:hover::before,
.tax-short-movie_cate .main .entry__thumb:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.post-type-archive-short-movie .main .entry__thumb:hover::after,
.tax-short-movie_cate .main .entry__thumb:hover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url(img/ico/ico-play.png);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center center;
}
.post-type-archive-short-movie .main .entry__body,
.tax-short-movie_cate .main .entry__body {
  padding-top: 10px;
  word-break: break-all;
}
.post-type-archive-short-movie .main .entry__title,
.tax-short-movie_cate .main .entry__title {
  font-size: 18px;
  line-height: 1.5;
}
.post-type-archive-short-movie .main .entry__cates,
.tax-short-movie_cate .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.post-type-archive-short-movie .main .entry__cate,
.tax-short-movie_cate .main .entry__cate {
  margin-right: 5px;
  margin-bottom: 5px;
}
.post-type-archive-short-movie .main .entry__cate a,
.tax-short-movie_cate .main .entry__cate a {
  position: relative;
  display: block;
  padding: 3px 6px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 4px;
}
.post-type-archive-short-movie .sm-modal,
.tax-short-movie_cate .sm-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}
.post-type-archive-short-movie .sm-modal.show,
.tax-short-movie_cate .sm-modal.show {
  display: block;
}
.post-type-archive-short-movie .sm-modal__inner,
.tax-short-movie_cate .sm-modal__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.post-type-archive-short-movie .sm-modal__contents,
.tax-short-movie_cate .sm-modal__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 39.375vh;
  height: 70vh;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.06), 0 15px 25px rgba(0, 0, 0, 0.22);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.06), 0 15px 25px rgba(0, 0, 0, 0.22);
}
.post-type-archive-short-movie .sm-modal__body,
.tax-short-movie_cate .sm-modal__body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.post-type-archive-short-movie .sm-modal__video,
.tax-short-movie_cate .sm-modal__video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.post-type-archive-short-movie .sm-modal__btn,
.tax-short-movie_cate .sm-modal__btn {
  position: absolute;
  top: -40px;
  right: -40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.post-type-archive-short-movie .sm-modal__ico,
.tax-short-movie_cate .sm-modal__ico {
  display: block;
  width: 30px;
  height: 30px;
}

/* モーダル開いている間、背景をスクロール不可に */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-short-movie .main .container,
  .tax-short-movie_cate .main .container {
    max-width: 100%;
  }
  .post-type-archive-short-movie .main .sm-cate,
  .tax-short-movie_cate .main .sm-cate {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .post-type-archive-short-movie .main .sm-cate a,
  .tax-short-movie_cate .main .sm-cate a {
    padding: 8px;
    font-size: 16px;
    border-radius: 6px;
  }
  .post-type-archive-short-movie .main .sm-cate a:hover,
  .tax-short-movie_cate .main .sm-cate a:hover {
    background-color: #fff;
    color: #808080;
    border: 1px solid #808080;
  }
  .post-type-archive-short-movie .main .entries,
  .tax-short-movie_cate .main .entries {
    margin-top: 50px;
  }
  .post-type-archive-short-movie .main .entry,
  .tax-short-movie_cate .main .entry {
    width: calc((100% - 32px) / 4);
  }
  .post-type-archive-short-movie .main .entry + .entry,
  .tax-short-movie_cate .main .entry + .entry {
    margin-left: 8px;
  }
  .post-type-archive-short-movie .main .entry:nth-child(4n+1),
  .tax-short-movie_cate .main .entry:nth-child(4n+1) {
    margin-left: 0;
  }
  .post-type-archive-short-movie .main .entry:nth-child(n+5),
  .tax-short-movie_cate .main .entry:nth-child(n+5) {
    margin-top: 20px;
  }
  .post-type-archive-short-movie .main .entry__body,
  .tax-short-movie_cate .main .entry__body {
    padding-top: 8px;
  }
  .post-type-archive-short-movie .main .entry__title,
  .tax-short-movie_cate .main .entry__title {
    font-size: 16px;
  }
  .post-type-archive-short-movie .main .entry__cates,
  .tax-short-movie_cate .main .entry__cates {
    margin-top: 8px;
  }
  .post-type-archive-short-movie .main .entry__cate a,
  .tax-short-movie_cate .main .entry__cate a {
    padding: 3px 6px 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-short-movie .main .container,
  .tax-short-movie_cate .main .container {
    padding: 0 20px;
  }
  .post-type-archive-short-movie .main .sm-cate,
  .tax-short-movie_cate .main .sm-cate {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .post-type-archive-short-movie .main .sm-cate a,
  .tax-short-movie_cate .main .sm-cate a {
    padding: 6px 8px;
    font-size: 14px;
  }
  .post-type-archive-short-movie .main .entries,
  .tax-short-movie_cate .main .entries {
    margin-top: 30px;
  }
  .post-type-archive-short-movie .main .entry,
  .tax-short-movie_cate .main .entry {
    width: calc((100% - 10px) / 2);
  }
  .post-type-archive-short-movie .main .entry + .entry,
  .tax-short-movie_cate .main .entry + .entry {
    margin-left: 10px;
  }
  .post-type-archive-short-movie .main .entry:nth-child(2n+1),
  .tax-short-movie_cate .main .entry:nth-child(2n+1) {
    margin-left: 0;
  }
  .post-type-archive-short-movie .main .entry:nth-child(n+3),
  .tax-short-movie_cate .main .entry:nth-child(n+3) {
    margin-top: 18px;
  }
  .post-type-archive-short-movie .main .entry__title,
  .tax-short-movie_cate .main .entry__title {
    font-size: 14px;
  }
  .post-type-archive-short-movie .main .entry__cate a,
  .tax-short-movie_cate .main .entry__cate a {
    padding: 3px 5px;
    font-size: 11px;
  }
  .post-type-archive-short-movie .sm-modal__contents,
  .tax-short-movie_cate .sm-modal__contents {
    width: 36.5625vh;
    height: 65vh;
  }
  .post-type-archive-short-movie .sm-modal__btn,
  .tax-short-movie_cate .sm-modal__btn {
    top: -35px;
    right: 0;
  }
  .post-type-archive-short-movie .sm-modal__ico,
  .tax-short-movie_cate .sm-modal__ico {
    width: 25px;
    height: 25px;
  }
}
/* ===================================

  各種シングルページ

====================================== */
.single .main {
  padding: 70px 0;
}
.single .main .container {
  width: 1040px;
}
.single .main .entry__head {
  word-break: break-all;
}
.single .main .entry__date {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 18px;
  color: #b3a98c;
}
.single .main .entry__title {
  margin-top: 20px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}
.single .main .entry .post-categories {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .main .entry .post-categories li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.single .main .entry .post-categories li a {
  display: block;
  padding: 7px 18px;
  background-color: #b3a98c;
  font-size: 16px;
  border-radius: 9999px;
}
.single .main .entry__thumb {
  margin-top: 5px;
  width: 100%;
}
.single .main .entry__thumb img {
  display: block;
  width: 100%;
}
.single .main .entry__body {
  padding-top: 50px;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
}
.single .main .entry__body > *:first-child {
  margin-top: 0 !important;
}
.single .main .entry__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.single .main .entry__body h2,
.single .main .entry__body h3,
.single .main .entry__body h4,
.single .main .entry__body h5,
.single .main .entry__body h6 {
  font-weight: 600;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
}
.single .main .entry__body h2 {
  position: relative;
  font-size: 32px;
  margin-top: 40px;
  padding-bottom: 17px;
  border-bottom: 1px solid #cacaca;
}
.single .main .entry__body h3 {
  margin-top: 40px;
  font-size: 26px;
}
.single .main .entry__body h4 {
  margin-top: 40px;
  padding-left: 13px;
  font-size: 20px;
  border-left: 3px solid #3C5A42;
}
.single .main .entry__body h5 {
  margin-top: 1.5em;
  font-size: 1.15em;
}
.single .main .entry__body h6 {
  margin-top: 1.2em;
  font-size: 1.1em;
}
.single .main .entry__body p {
  margin-top: 16px;
  line-height: 2;
}
.single .main .entry__body p + p {
  margin-top: 1rem;
}
.single .main .entry__body .wp-block-image {
  margin-top: 40px;
}
.single .main .entry__body .wp-block-image img {
  margin: 0;
}
.single .main .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single .main .entry__body .aligncenter {
  margin: 40px auto 0;
}
.single .main .entry__body .alignright {
  margin-left: auto;
}
.single .main .entry__body .wp-caption {
  max-width: 100%;
}
.single .main .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single .main .entry__body pre {
  overflow-x: auto;
}
.single .main .entry__body table {
  margin-top: 40px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single .main .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-weight: 400;
}
.single .main .entry__body table th a {
  color: inherit;
}
.single .main .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.single .main .entry__body table td a {
  color: inherit;
}
.single .main .entry__body > ol, .single .main .entry__body > ul {
  margin-top: 40px;
}
.single .main .entry__body > ol li, .single .main .entry__body > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}
.single .main .entry__body > ol li + li, .single .main .entry__body > ul li + li {
  margin-top: 0.75em;
}
.single .main .entry__body > ul li::before {
  content: "";
  position: relative;
  top: 5px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background-color: #3C5A42;
  border-radius: 50%;
}
.single .main .entry__body > ol {
  counter-reset: num;
  list-style-type: none;
}
.single .main .entry__body > ol li {
  line-height: 1.5;
}
.single .main .entry__body > ol li::before {
  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;
  content: counter(num);
  counter-increment: num;
  position: relative;
  top: 3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 10px;
  padding-bottom: 0;
  -ms-flex: 0 0 25px;
      flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background-color: #3C5A42;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50%;
}
.single .main .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single .main .entry__body .wp-block-buttons {
  margin-top: 40px;
}
.single .main .entry__body .wp-block-buttons .wp-block-button 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;
  max-width: 310px;
  height: 65px;
  font-size: 16px;
  font-weight: 500;
}
.single .main .entry__body details {
  margin-top: 2em;
}
.single .main .entry__body .wp-calendar-table caption {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.single .main .entry__body blockquote {
  position: relative;
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  padding: 43px 35px;
  border: 1px solid #ccc;
  border-left: 3px solid #3C5A42;
}
.single .main .entry__body blockquote p {
  margin-top: 0;
}
.single .main .entry__body blockquote p + p {
  margin-top: 1em;
}
.single .main .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  font-style: normal;
}
.single .main .entry__body blockquote a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #3C5A42;
}
.single .main .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single .main .entry__body .wp-block-liquid-speech-balloon {
  margin-top: 40px;
}
.single .main .entry__body hr.wp-block-separator {
  margin: 40px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid #3C5A42;
  border-top: none;
}
.single .main .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed #3C5A42;
}
.single .main .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single .main .entry__body iframe {
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
}
.single .main .entry__body figure.wp-block-embed-youtube {
  margin-top: 40px;
}
.single .main .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 0;
  padding-top: 56.25%;
  width: 100%;
}
.single .main .entry__body figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.single .main .entry__body .toc-mokuji-content {
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  .single .main {
    padding: 50px 0;
  }
  .single .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .single .main .entry__date {
    font-size: 16px;
  }
  .single .main .entry__title {
    margin-top: 18px;
    font-size: 30px;
  }
  .single .main .entry .post-categories {
    margin-top: 18px;
  }
  .single .main .entry .post-categories li {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .single .main .entry .post-categories li a {
    padding: 5px 12px;
    font-size: 14px;
  }
  .single .main .entry__thumb {
    margin-top: 6px;
  }
  .single .main .entry__body {
    padding-top: 40px;
  }
  .single .main .entry__body .toc-mokuji-content {
    margin-top: 30px;
  }
  .single .main .entry__body h2 {
    margin-top: 30px;
    font-size: 24px;
    padding-bottom: 8px;
  }
  .single .main .entry__body h3 {
    margin-top: 30px;
    font-size: 21px;
  }
  .single .main .entry__body h4 {
    margin-top: 30px;
    padding-left: 12px;
    font-size: 18px;
    border-left: 2px solid #3C5A42;
  }
  .single .main .entry__body p {
    margin-top: 20px;
  }
  .single .main .entry__body p + p {
    margin-top: 1rem;
  }
  .single .main .entry__body .wp-block-image {
    margin-top: 30px;
  }
  .single .main .entry__body x .aligncenter {
    margin: 30px auto 0;
  }
  .single .main .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .single .main .entry__body table {
    margin-top: 30px;
  }
  .single .main .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .single .main .entry__body table td {
    height: 58px;
  }
  .single .main .entry__body > ol, .single .main .entry__body > ul {
    margin-top: 30px;
  }
  .single .main .entry__body > ul li::before {
    top: 4px;
    margin-right: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
  .single .main .entry__body > ol li::before {
    top: 1px;
    margin-right: 8px;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .single .main .entry__body .wp-block-buttons {
    margin-top: 35px;
  }
  .single .main .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 250px;
    height: 50px;
    font-size: 15px;
  }
  .single .main .entry__body blockquote {
    margin-top: 30px;
    padding: 35px 30px;
  }
  .single .main .entry__body blockquote cite {
    margin-top: 30px;
    font-size: 12px;
  }
  .single .main .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 30px;
  }
  .single .main .entry__body hr.wp-block-separator {
    margin: 30px auto;
    width: 30%;
    height: 2px;
  }
  .single .main .entry__body iframe {
    margin-top: 30px;
  }
  .single .main .entry__body figure.wp-block-embed-youtube {
    margin-top: 30px;
  }
}
@media screen and (max-width: 758px) {
  .single .main {
    padding: 30px 0;
  }
  .single .main .container {
    padding: 0 20px;
  }
  .single .main .entry__date {
    font-size: 14px;
  }
  .single .main .entry__title {
    margin-top: 10px;
    font-size: 20px;
  }
  .single .main .entry .post-categories {
    margin-top: 10px;
  }
  .single .main .entry .post-categories li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .single .main .entry .post-categories li a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .single .main .entry__thumb {
    margin-top: 5px;
  }
  .single .main .entry__body {
    padding-top: 30px;
  }
  .single .main .entry__body .toc-mokuji-content {
    margin-top: 25px;
  }
  .single .main .entry__body h2 {
    font-size: 18px;
  }
  .single .main .entry__body h3 {
    font-size: 16px;
  }
  .single .main .entry__body h4 {
    font-size: 14px;
  }
  .single .main .entry__body h5 {
    font-size: 1.15em;
  }
  .single .main .entry__body h6 {
    font-size: 1.1em;
  }
  .single .main .entry__body p {
    margin-top: 15px;
  }
  .single .main .entry__body .wp-block-image {
    margin-top: 25px;
  }
  .single .main .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .single .main .entry__body table {
    margin-top: 25px;
  }
  .single .main .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .single .main .entry__body table td {
    height: 45px;
  }
  .single .main .entry__body > ol, .single .main .entry__body > ul {
    margin-top: 25px;
  }
  .single .main .entry__body > ul li::before {
    top: 2px;
    margin-right: 10px;
  }
  .single .main .entry__body > ol li::before {
    top: -1px;
    margin-right: 8px;
    padding-bottom: 1px;
    font-size: 10px;
  }
  .single .main .entry__body blockquote {
    margin-top: 25px;
    padding: 30px 20px;
  }
  .single .main .entry__body .wp-block-buttons {
    margin-top: 25px;
  }
  .single .main .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 100%;
    font-size: 12px;
  }
  .single .main .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 25px;
  }
  .single .main .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .single .main .entry__body iframe {
    margin-top: 25px;
  }
  .single .main .entry__body figure.wp-block-embed-youtube {
    margin-top: 25px;
  }
}
/* ===================================

  社長ブログ
  スタッフブログ

====================================== */
.single-president-blog .main .entry__head,
.single-staff-blog .main .entry__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}
.single-president-blog .main .entry .post-categories li a,
.single-staff-blog .main .entry .post-categories 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;
  min-width: 85px;
  height: 20px;
  padding: 0 8px;
  background-color: #3C5A42;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
}
.single-president-blog .main .entry__tags,
.single-staff-blog .main .entry__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 23px;
}
.single-president-blog .main .entry__tag,
.single-staff-blog .main .entry__tag {
  margin-right: 12px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
}
.single-president-blog .main .entry__thumb,
.single-staff-blog .main .entry__thumb {
  margin-top: 13px;
}
.single-president-blog .related-blog,
.single-staff-blog .related-blog {
  margin-top: 56px;
}
.single-president-blog .related-blog__inner,
.single-staff-blog .related-blog__inner {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.single-president-blog .related-blog__title,
.single-staff-blog .related-blog__title {
  padding-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.single-president-blog .related-blog .entries,
.single-staff-blog .related-blog .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 37px;
}
.single-president-blog .related-blog .entries::after,
.single-staff-blog .related-blog .entries::after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}
.single-president-blog .related-blog .entry,
.single-staff-blog .related-blog .entry {
  width: calc((100% - 40px) / 3);
}
.single-president-blog .related-blog .entry:nth-child(n+4),
.single-staff-blog .related-blog .entry:nth-child(n+4) {
  margin-top: 27px;
}
.single-president-blog .related-blog .entry__thumb,
.single-staff-blog .related-blog .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.single-president-blog .related-blog .entry__thumb-img,
.single-staff-blog .related-blog .entry__thumb-img {
  width: 100%;
  padding-top: 66.6%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-president-blog .related-blog .entry__link:hover,
.single-staff-blog .related-blog .entry__link:hover {
  opacity: 0.6;
}
.single-president-blog .related-blog .entry__link:hover .entry__thumb-img,
.single-staff-blog .related-blog .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.single-president-blog .related-blog .entry__body,
.single-staff-blog .related-blog .entry__body {
  position: relative;
  padding-top: 16px;
  word-break: break-all;
}
.single-president-blog .related-blog .entry-ico,
.single-staff-blog .related-blog .entry-ico {
  position: absolute;
  top: -48px;
  right: 10px;
  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: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 9999px;
  overflow: hidden;
}
.single-president-blog .related-blog .entry-ico__inner,
.single-staff-blog .related-blog .entry-ico__inner {
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.single-president-blog .related-blog .entry__date,
.single-staff-blog .related-blog .entry__date {
  font-size: 14px;
}
.single-president-blog .related-blog .entry__title,
.single-staff-blog .related-blog .entry__title {
  margin-top: 11px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.single-president-blog .related-blog .tags,
.single-staff-blog .related-blog .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 775px;
  margin: 90px auto 0;
}
.single-president-blog .related-blog .tag,
.single-staff-blog .related-blog .tag {
  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;
  margin: 0 7px 14px;
  min-width: 140px;
  height: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
  border: 1px solid #808080;
}

@media screen and (max-width: 1199px) {
  .single-president-blog .main .entry__head,
  .single-staff-blog .main .entry__head {
    padding-bottom: 8px;
  }
  .single-president-blog .main .entry .post-categories li a,
  .single-staff-blog .main .entry .post-categories li a {
    min-width: 75px;
    padding: 0 4px;
    font-size: 13px;
  }
  .single-president-blog .main .entry__tags,
  .single-staff-blog .main .entry__tags {
    padding-top: 15px;
  }
  .single-president-blog .main .entry__tag,
  .single-staff-blog .main .entry__tag {
    margin-right: 11px;
    margin-bottom: 8px;
    font-size: 13px;
  }
  .single-president-blog .main .entry__thumb,
  .single-staff-blog .main .entry__thumb {
    margin-top: 10px;
  }
  .single-president-blog .related-blog,
  .single-staff-blog .related-blog {
    margin-top: 20px;
  }
  .single-president-blog .related-blog__inner,
  .single-staff-blog .related-blog__inner {
    max-width: 100%;
  }
  .single-president-blog .related-blog__title,
  .single-staff-blog .related-blog__title {
    padding-bottom: 15px;
    font-size: 22px;
  }
  .single-president-blog .related-blog .entries,
  .single-staff-blog .related-blog .entries {
    margin-top: 20px;
  }
  .single-president-blog .related-blog .entries::after,
  .single-staff-blog .related-blog .entries::after {
    width: calc((100% - 40px) / 3);
  }
  .single-president-blog .related-blog .entry,
  .single-staff-blog .related-blog .entry {
    width: calc((100% - 40px) / 3);
  }
  .single-president-blog .related-blog .entry:nth-child(n+4),
  .single-staff-blog .related-blog .entry:nth-child(n+4) {
    margin-top: 20px;
  }
  .single-president-blog .related-blog .entry__link:hover,
  .single-staff-blog .related-blog .entry__link:hover {
    opacity: 1;
  }
  .single-president-blog .related-blog .entry__link:hover .entry__thumb-img,
  .single-staff-blog .related-blog .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .single-president-blog .related-blog .entry__body,
  .single-staff-blog .related-blog .entry__body {
    padding-top: 15px;
  }
  .single-president-blog .related-blog .entry-ico,
  .single-staff-blog .related-blog .entry-ico {
    top: -38px;
    right: 6px;
    width: 60px;
    height: 60px;
  }
  .single-president-blog .related-blog .entry-ico__inner,
  .single-staff-blog .related-blog .entry-ico__inner {
    width: 52px;
    height: 52px;
  }
  .single-president-blog .related-blog .entry__date,
  .single-staff-blog .related-blog .entry__date {
    font-size: 11px;
  }
  .single-president-blog .related-blog .entry__title,
  .single-staff-blog .related-blog .entry__title {
    margin-top: 9px;
    padding-right: 0;
    font-size: 14px;
  }
  .single-president-blog .related-blog .tags,
  .single-staff-blog .related-blog .tags {
    width: 100%;
    margin: 50px auto 0;
  }
  .single-president-blog .related-blog .tag,
  .single-staff-blog .related-blog .tag {
    margin: 0 4px 8px;
    min-width: 120px;
    padding: 0 6px;
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .single-president-blog .main .entry__head,
  .single-staff-blog .main .entry__head {
    padding-bottom: 15px;
  }
  .single-president-blog .main .entry .post-categories,
  .single-staff-blog .main .entry .post-categories {
    margin-top: 15px;
  }
  .single-president-blog .main .entry .post-categories li a,
  .single-staff-blog .main .entry .post-categories li a {
    min-width: 60px;
    font-size: 12px;
  }
  .single-president-blog .main .entry__tags,
  .single-staff-blog .main .entry__tags {
    padding-top: 15px;
  }
  .single-president-blog .main .entry__tag,
  .single-staff-blog .main .entry__tag {
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .single-president-blog .main .entry__thumb,
  .single-staff-blog .main .entry__thumb {
    margin-top: 12px;
  }
  .single-president-blog .related-blog__inner,
  .single-staff-blog .related-blog__inner {
    padding: 0 20px;
  }
  .single-president-blog .related-blog__title,
  .single-staff-blog .related-blog__title {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .single-president-blog .related-blog .entries,
  .single-staff-blog .related-blog .entries {
    margin-top: 15px;
    display: block;
  }
  .single-president-blog .related-blog .entries::after,
  .single-staff-blog .related-blog .entries::after {
    display: none;
  }
  .single-president-blog .related-blog .entry,
  .single-staff-blog .related-blog .entry {
    width: 100%;
  }
  .single-president-blog .related-blog .entry + .entry,
  .single-staff-blog .related-blog .entry + .entry {
    margin-top: 25px;
  }
  .single-president-blog .related-blog .entry-ico,
  .single-staff-blog .related-blog .entry-ico {
    top: -45px;
    right: 10px;
    width: 75px;
    height: 75px;
  }
  .single-president-blog .related-blog .entry-ico__inner,
  .single-staff-blog .related-blog .entry-ico__inner {
    width: 67px;
    height: 67px;
  }
  .single-president-blog .related-blog .tags,
  .single-staff-blog .related-blog .tags {
    margin: 35px auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-president-blog .related-blog .tag,
  .single-staff-blog .related-blog .tag {
    margin: 0 0 8px 0;
    min-width: calc((100% - 8px) / 2);
    padding: 0 5px;
    font-size: 12px;
  }
}
/* ===================================

  お客様の声シングルページ

====================================== */
.single-voice .main .entry .post-categories 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;
  min-width: 85px;
  height: 20px;
  padding: 0 8px;
  background-color: #3C5A42;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
}
.single-voice .main .entry__thumb {
  margin-top: 25px;
}
.single-voice .related-blog {
  margin-top: 56px;
}
.single-voice .related-blog__inner {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.single-voice .related-blog__title {
  padding-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.single-voice .related-blog .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 37px;
}
.single-voice .related-blog .entries::after {
  content: "";
  display: block;
  width: calc((100% - 80px) / 3);
}
.single-voice .related-blog .entry {
  width: calc((100% - 80px) / 3);
}
.single-voice .related-blog .entry:nth-child(n+4) {
  margin-top: 70px;
}
.single-voice .related-blog .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.single-voice .related-blog .entry__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-voice .related-blog .entry__link:hover {
  opacity: 0.6;
}
.single-voice .related-blog .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.single-voice .related-blog .entry__body {
  padding-top: 20px;
  word-break: break-all;
}
.single-voice .related-blog .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-voice .related-blog .entry__cate {
  position: relative;
  margin-right: 0.5em;
  padding: 3px 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 4px;
  z-index: 1;
}
.single-voice .related-blog .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.single-voice .related-blog .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 775px;
  margin: 90px auto 0;
}
.single-voice .related-blog .tag {
  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;
  margin: 0 7px 14px;
  min-width: 140px;
  height: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
  border: 1px solid #808080;
}

@media screen and (max-width: 1199px) {
  .single-voice .main .entry .post-categories li a {
    min-width: 75px;
    padding: 0 4px;
    font-size: 13px;
  }
  .single-voice .main .entry__tags {
    padding-top: 15px;
  }
  .single-voice .main .entry__tag {
    margin-right: 11px;
    margin-bottom: 8px;
    font-size: 13px;
  }
  .single-voice .main .entry__thumb {
    margin-top: 10px;
  }
  .single-voice .related-blog {
    margin-top: 20px;
  }
  .single-voice .related-blog__inner {
    max-width: 100%;
  }
  .single-voice .related-blog__title {
    padding-bottom: 15px;
    font-size: 22px;
  }
  .single-voice .related-blog .entries {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-voice .related-blog .entries::after {
    width: calc((100% - 30px) / 3);
  }
  .single-voice .related-blog .entry {
    width: calc((100% - 30px) / 3);
  }
  .single-voice .related-blog .entry:nth-child(n+4) {
    margin-top: 50px;
  }
  .single-voice .related-blog .entry__thumb {
    width: 100%;
  }
  .single-voice .related-blog .entry__link:hover {
    opacity: 1;
  }
  .single-voice .related-blog .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .single-voice .related-blog .entry__body {
    padding-top: 18px;
  }
  .single-voice .related-blog .entry__cate {
    padding: 3px 5px;
    font-size: 12px;
  }
  .single-voice .related-blog .entry__title {
    margin-top: 8px;
    font-size: 16px;
  }
  .single-voice .related-blog .tags {
    width: 100%;
    margin: 50px auto 0;
  }
  .single-voice .related-blog .tag {
    margin: 0 4px 8px;
    min-width: 120px;
    padding: 0 6px;
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .single-voice .main .entry .post-categories {
    margin-top: 15px;
  }
  .single-voice .main .entry .post-categories li a {
    min-width: 65px;
    font-size: 12px;
  }
  .single-voice .main .entry__tags {
    padding-top: 15px;
  }
  .single-voice .main .entry__tag {
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .single-voice .main .entry__thumb {
    margin-top: 10px;
  }
  .single-voice .related-blog__inner {
    padding: 0 20px;
  }
  .single-voice .related-blog__title {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .single-voice .related-blog .entries {
    margin-top: 15px;
    display: block;
  }
  .single-voice .related-blog .entry {
    width: 100%;
  }
  .single-voice .related-blog .entry:nth-child(n+2) {
    margin-top: 35px;
  }
  .single-voice .related-blog .entry__body {
    padding-top: 16px;
  }
  .single-voice .related-blog .entry__cate {
    padding: 3px 6px 4px;
    font-size: 12px;
  }
  .single-voice .related-blog .entry__title {
    margin-top: 8px;
    font-size: 16px;
  }
  .single-voice .related-blog .tags {
    margin: 35px auto 0;
  }
  .single-voice .related-blog .tag {
    margin: 0 5px 8px 0;
    min-width: calc((100% - 8px) / 2);
    padding: 0 5px;
    font-size: 12px;
  }
}
/* ===================================

  Worksシングルページ

====================================== */
.single-works .main .entry__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.single-works .main .entry__tags li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.single-works .main .entry__tags li a {
  position: relative;
  display: block;
  padding: 3px 6px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 4px;
}
.single-works .main .entry__thumb {
  margin-top: 20px;
}
.single-works .related-blog {
  margin-top: 56px;
}
.single-works .related-blog__inner {
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.single-works .related-blog__title {
  padding-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.single-works .related-blog .entries {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-works .related-blog .entries::after {
  content: "";
  display: block;
  width: calc((100% - 37px) / 3);
}
.single-works .related-blog .entry {
  width: calc((100% - 37px) / 3);
}
.single-works .related-blog .entry:nth-child(n+4) {
  margin-top: 40px;
}
.single-works .related-blog .entry__link {
  display: block;
}
.single-works .related-blog .entry__head {
  position: relative;
}
.single-works .related-blog .entry__panel {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  background-color: #3C5A42;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 18px;
  color: #fff;
  z-index: 1;
}
.single-works .related-blog .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.single-works .related-blog .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-works .related-blog .entry__link:hover {
  opacity: 0.6;
}
.single-works .related-blog .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.single-works .related-blog .entry__body {
  padding-top: 20px;
  word-break: break-all;
}
.single-works .related-blog .entry__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.single-works .related-blog .entry__cates {
  margin-top: 15px;
}
.single-works .related-blog .entry .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-works .related-blog .entry .post-categories li a {
  display: block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px 4px;
  border: 1px solid #808080;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #808080;
}

@media screen and (max-width: 1199px) {
  .single-works .main .entry__tags {
    margin-top: 15px;
  }
  .single-works .main .entry__tags li a {
    padding: 3px 6px 4px;
    font-size: 12px;
  }
  .single-works .main .entry__thumb {
    margin-top: 15px;
  }
  .single-works .related-blog {
    margin-top: 20px;
  }
  .single-works .related-blog__inner {
    max-width: 100%;
  }
  .single-works .related-blog__title {
    padding-bottom: 15px;
    font-size: 22px;
  }
  .single-works .related-blog .entries {
    margin-top: 20px;
  }
  .single-works .related-blog .entry:nth-child(n+4) {
    margin-top: 30px;
  }
  .single-works .related-blog .entry__panel {
    width: 45px;
    height: 30px;
    font-size: 12px;
  }
  .single-works .related-blog .entry__link:hover {
    opacity: 1;
  }
  .single-works .related-blog .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .single-works .related-blog .entry__body {
    padding-top: 20px;
    word-break: break-all;
  }
  .single-works .related-blog .entry__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
  }
  .single-works .related-blog .entry__cates {
    margin-top: 15px;
  }
  .single-works .related-blog .entry .post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-works .related-blog .entry .post-categories li a {
    display: block;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px 4px;
    border: 1px solid #808080;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #808080;
  }
}
@media screen and (max-width: 758px) {
  .single-works .main .entry__tags {
    margin-top: 12px;
  }
  .single-works .main .entry__thumb {
    margin-top: 12px;
  }
  .single-works .related-blog__inner {
    padding: 0 20px;
  }
  .single-works .related-blog__title {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .single-works .related-blog .entries {
    margin-top: 15px;
    display: block;
  }
  .single-works .related-blog .entry {
    width: 100%;
  }
  .single-works .related-blog .entry + .entry {
    margin-top: 30px;
  }
  .single-works .related-blog .entry__body {
    padding-top: 12px;
  }
  .single-works .related-blog .entry__title {
    font-size: 15px;
  }
  .single-works .related-blog .entry__cates {
    margin-top: 10px;
  }
  .single-works .related-blog .entry .post-categories li a {
    margin-right: 5px;
    margin-bottom: 4px;
    font-size: 12px;
  }
}
/* ===================================

  イベントシングルページ

====================================== */
.single-event .main .entry .post-categories 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;
  min-width: 85px;
  height: 20px;
  padding: 0 8px;
  background-color: #313131;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
}
.single-event .main .entry__thumb {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.single-event .main .entry-filter {
  word-break: break-all;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.single-event .main .entry-filter__text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  text-align: center;
  z-index: 11;
}
.single-event .main .entry__info {
  margin-top: 70px;
}
.single-event .main .entry__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
}
.single-event .main .entry__info dl:last-child {
  border-bottom: 1px solid #ccc;
}
.single-event .main .entry__info dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  width: 200px;
  padding: 17px 10px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  background-color: #ccd8ce;
}
.single-event .main .entry__info dd {
  padding: 15px 30px 15px 50px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  word-break: break-all;
}
.single-event .main .entry__info dd .hosoku {
  display: block;
}
.single-event .main .entry__info dd .map {
  display: inline-block;
  margin-top: 8px;
  padding: 7px 20px;
  border: 1px solid #ccc;
  line-height: 1;
}
.single-event .main .entry__body {
  padding-top: 100px;
}

@media screen and (max-width: 1199px) {
  .single-event .main .entry .post-categories li a {
    min-width: 75px;
    padding: 0 4px;
    font-size: 13px;
  }
  .single-event .main .entry__thumb {
    margin-top: 18px;
  }
  .single-event .main .entry-filter__text {
    font-size: 16px;
  }
  .single-event .main .entry__info {
    margin-top: 40px;
  }
  .single-event .main .entry__info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    width: 140px;
    padding: 17px 10px;
  }
  .single-event .main .entry__info dd {
    padding: 15px 25px 15px 30px;
  }
  .single-event .main .entry__info dd .map {
    margin-top: 5px;
    padding: 5px 15px;
  }
  .single-event .main .entry__body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .single-event .main .entry .post-categories {
    margin-top: 15px;
  }
  .single-event .main .entry .post-categories li a {
    min-width: 65px;
    font-size: 12px;
  }
  .single-event .main .entry__thumb {
    margin-top: 15px;
  }
  .single-event .main .entry__info {
    margin-top: 30px;
  }
  .single-event .main .entry__info dl {
    display: block;
  }
  .single-event .main .entry__info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 12px 15px;
    text-align: left;
  }
  .single-event .main .entry__info dd {
    padding: 15px;
  }
  .single-event .main .entry__info dd .map {
    margin-left: 0;
    padding: 3px 10px;
  }
}
/* ===================================

  フォーム

====================================== */
.event-contact {
  margin-top: 80px;
}
.event-contact__inner {
  width: 1040px;
  margin: 0 auto;
}
.event-contact__title {
  text-align: center;
}
.event-contact__title .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}
.event-contact__title .subtitle {
  margin-top: 12px;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 22px;
  color: #b3a98c;
}
.event-contact .contact-head {
  margin-top: 80px;
}
.event-contact .contact-head__title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.event-contact .contact-head .box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
}
.event-contact .contact-head .box-tel {
  margin-top: 22px;
}
.event-contact .contact-head .box-tel__num {
  display: block;
  font-size: 54px;
  font-weight: 600;
}
.event-contact .contact-head .box-tel__num span {
  font-size: 30px;
}
.event-contact .contact-head .box-tel__text {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.event-contact .contact-body {
  margin-top: 90px;
}
.event-contact .contact-body__title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.event-contact .form-contents {
  margin-top: 26px;
  padding: 40px 0 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.event-contact .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event-contact .form__group + .form__group {
  margin-top: 30px;
}
.event-contact .form__group.checkbox .form__label, .event-contact .form__group.radio-btn .form__label {
  padding-top: 0;
}
.event-contact .form__group.checkbox .form__body, .event-contact .form__group.radio-btn .form__body {
  margin-top: 0.15em;
}
.event-contact .form__group.checkbox .wpcf7-list-item, .event-contact .form__group.radio-btn .wpcf7-list-item {
  display: block;
}
.event-contact .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item, .event-contact .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 25px;
}
.event-contact .form__group.checkbox .wpcf7-list-item-label, .event-contact .form__group.radio-btn .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 10px;
}
.event-contact .form__group.checkbox + .form__group, .event-contact .form__group.radio-btn + .form__group {
  margin-top: 60px;
}
.event-contact .form__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event-contact .form__label label {
  font-size: 18px;
  font-weight: 500;
}
.event-contact .form__label 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: 70px;
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.event-contact .form__label span.require {
  background-color: #ff1d25;
}
.event-contact .form__label span.any {
  background-color: #4d4d4d;
}
.event-contact .form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 40px;
}
.event-contact .form__body span.malti {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  margin-bottom: 1em;
}
.event-contact .form__body span.notice {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.5em;
  font-size: 0.8em;
  line-height: 1.5;
  color: #ff1d25 !important;
}
.event-contact .form__body input:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
}
.event-contact .form__body input#datepicker,
.event-contact .form__body input[type=text].event-datepicker {
  width: 300px;
}
.event-contact .form__body .select-wrap {
  width: 300px;
  position: relative;
}
.event-contact .form__body .select-wrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 10px solid #666666;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}
.event-contact .form__body select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  cursor: pointer;
  background-color: #f2f2f2;
  color: #313131;
}
.event-contact .form__body option {
  color: #313131;
}
.event-contact .form__body textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  padding: 16px 20px;
  width: 100%;
  height: 300px;
  background-color: #f2f2f2;
}
.event-contact .form__body input:not([type=radio]):not([type=checkbox]).zip {
  width: 300px;
}
.event-contact .form__body input:not([type=radio]):not([type=checkbox]).addr {
  margin-top: 0;
}
.event-contact .form__body input::-webkit-input-placeholder, .event-contact .form__body textarea::-webkit-input-placeholder {
  color: #666666;
}
.event-contact .form__body input::-moz-placeholder, .event-contact .form__body textarea::-moz-placeholder {
  color: #666666;
}
.event-contact .form__body input:-ms-input-placeholder, .event-contact .form__body textarea:-ms-input-placeholder {
  color: #666666;
}
.event-contact .form__body input::-ms-input-placeholder, .event-contact .form__body textarea::-ms-input-placeholder {
  color: #666666;
}
.event-contact .form__body input::placeholder,
.event-contact .form__body textarea::placeholder {
  color: #666666;
}
.event-contact .form__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.event-contact .form__text.red {
  color: #ff1d25;
}
.event-contact .form__lists {
  margin-top: 14px;
  line-height: 2;
}
.event-contact .form__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event-contact .form__lists li::before {
  content: "・";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
}
.event-contact .form__lists li a {
  font-family: "Noto Sans JP", sans-serif;
}
.event-contact .form-pp {
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.event-contact .form-pp__title {
  font-weight: 500;
}
.event-contact .form-pp__text {
  margin-top: 10px;
  line-height: 2;
}
.event-contact .form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  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;
  margin: 118px auto 0;
  width: 530px;
  height: 80px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #3C5A42;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event-contact .form input[type=submit]:hover {
  opacity: 0.6;
}
.event-contact .form-google {
  margin-top: 26px;
  padding: 40px 0 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.event-contact .form-google__text {
  font-size: 18px;
  line-height: 2;
}
.event-contact .form-google__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  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;
  margin: 20px auto 0;
  width: 530px;
  height: 80px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #3C5A42;
}
.event-contact .form-google__notes {
  margin-top: 20px;
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .event-contact {
    margin-top: 60px;
  }
  .event-contact__inner {
    width: 100%;
    padding: 0 30px;
  }
  .event-contact__title .title {
    font-size: 36px;
  }
  .event-contact__title .subtitle {
    margin-top: 10px;
    font-size: 18px;
  }
  .event-contact .contact-head {
    margin-top: 40px;
  }
  .event-contact .contact-head__title {
    font-size: 22px;
  }
  .event-contact .contact-head .box {
    margin-top: 20px;
    height: 135px;
  }
  .event-contact .contact-head .box-tel {
    margin-top: 10px;
  }
  .event-contact .contact-head .box-tel__num {
    font-size: 36px;
  }
  .event-contact .contact-head .box-tel__num span {
    font-size: 20px;
  }
  .event-contact .contact-head .box-tel__text {
    margin-top: 10px;
    font-size: 15px;
  }
  .event-contact .contact-body {
    margin-top: 50px;
  }
  .event-contact .contact-body__title {
    font-size: 22px;
  }
  .event-contact .form-contents {
    margin-top: 15px;
    padding: 30px 0 40px;
  }
  .event-contact .form__group + .form__group {
    margin-top: 25px;
  }
  .event-contact .form__group.checkbox .form__body, .event-contact .form__group.radio-btn .form__body {
    margin-top: 0.2em;
  }
  .event-contact .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item, .event-contact .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 20px;
  }
  .event-contact .form__group.checkbox .wpcf7-list-item-label, .event-contact .form__group.radio-btn .wpcf7-list-item-label {
    margin-left: 8px;
  }
  .event-contact .form__group.checkbox + .form__group, .event-contact .form__group.radio-btn + .form__group {
    margin-top: 40px;
  }
  .event-contact .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    padding-top: 14px;
  }
  .event-contact .form__label label {
    font-size: 15px;
  }
  .event-contact .form__label span {
    width: 50px;
    height: 22px;
    font-size: 12px;
  }
  .event-contact .form__body {
    margin-left: 30px;
  }
  .event-contact .form__body input:not([type=radio]):not([type=checkbox]) {
    padding: 0 15px;
    height: 40px;
  }
  .event-contact .form__body input#datepicker,
  .event-contact .form__body input[type=text].event-datepicker {
    width: 250px;
  }
  .event-contact .form__body .select-wrap {
    width: 250px;
  }
  .event-contact .form__body .select-wrap::after {
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 8px solid #666666;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .event-contact .form__body select {
    padding: 0 20px;
    height: 40px;
  }
  .event-contact .form__body textarea {
    padding: 15px;
    height: 200px;
  }
  .event-contact .form__body input:not([type=radio]):not([type=checkbox]).zip {
    width: 180px;
  }
  .event-contact .form__lists {
    margin-top: 6px;
  }
  .event-contact .form__lists li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
  }
  .event-contact .form-pp {
    margin-top: 30px;
  }
  .event-contact .form-pp__title {
    font-size: 15px;
  }
  .event-contact .form-pp__text {
    margin-top: 8px;
  }
  .event-contact .form input[type=submit] {
    margin: 60px auto 0;
    width: 400px;
    height: 70px;
    font-size: 16px;
  }
  .event-contact .form input[type=submit]:hover {
    opacity: 1;
  }
  .event-contact .form-google {
    margin-top: 15px;
    padding: 30px 0 40px;
  }
  .event-contact .form-google__text {
    font-size: 16px;
  }
  .event-contact .form-google__link {
    margin: 15px auto 0;
    width: 400px;
    height: 70px;
    font-size: 16px;
  }
  .event-contact .form-google__notes {
    margin-top: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 758px) {
  .event-contact {
    margin-top: 30px;
  }
  .event-contact__inner {
    padding: 0 20px;
  }
  .event-contact__title .title {
    font-size: 22px;
  }
  .event-contact__title .subtitle {
    font-size: 15px;
  }
  .event-contact .contact-head {
    margin-top: 20px;
  }
  .event-contact .contact-head__title {
    font-size: 17px;
  }
  .event-contact .contact-head .box {
    margin-top: 15px;
    height: 120px;
  }
  .event-contact .contact-head .box-tel__num {
    font-size: 30px;
  }
  .event-contact .contact-head .box-tel__num span {
    font-size: 16px;
  }
  .event-contact .contact-head .box-tel__text {
    margin-top: 3px;
    font-size: 12px;
  }
  .event-contact .contact-body {
    margin-top: 50px;
  }
  .event-contact .contact-body__title {
    font-size: 17px;
  }
  .event-contact .form-contents {
    margin-top: 10px;
    padding: 22px 0 30px;
  }
  .event-contact .form__group {
    display: block;
  }
  .event-contact .form__group + .form__group {
    margin-top: 30px;
  }
  .event-contact .form__group.checkbox .form__body, .event-contact .form__group.radio-btn .form__body {
    margin-top: 10px;
  }
  .event-contact .form__group.checkbox .wpcf7-list-item + .wpcf7-list-item, .event-contact .form__group.radio-btn .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 18px;
  }
  .event-contact .form__group.checkbox input[type=checkbox],
  .event-contact .form__group.checkbox input[type=radio], .event-contact .form__group.radio-btn input[type=checkbox],
  .event-contact .form__group.radio-btn input[type=radio] {
    position: relative;
    top: 2px;
  }
  .event-contact .form__group.checkbox .wpcf7-list-item-label, .event-contact .form__group.radio-btn .wpcf7-list-item-label {
    margin-left: 6px;
  }
  .event-contact .form__group.checkbox + .form__group, .event-contact .form__group.radio-btn + .form__group {
    margin-top: 35px;
  }
  .event-contact .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .event-contact .form__label label {
    font-size: 13px;
  }
  .event-contact .form__label span {
    width: 33px;
    height: 18px;
    font-size: 11px;
    margin-left: 2em;
  }
  .event-contact .form__body {
    margin-left: 0;
    margin-top: 8px;
  }
  .event-contact .form__body input:not([type=radio]):not([type=checkbox]) {
    padding: 0 12px;
    height: 35px;
  }
  .event-contact .form__body input#datepicker,
  .event-contact .form__body input[type=text].event-datepicker {
    width: 200px;
  }
  .event-contact .form__body .select-wrap {
    width: 200px;
  }
  .event-contact .form__body .select-wrap::after {
    right: 8px;
    width: 6px;
    height: 6px;
    border-top: 6px solid #666666;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
  }
  .event-contact .form__body select {
    padding: 0 12px;
    height: 35px;
  }
  .event-contact .form__body textarea {
    padding: 12px;
    height: 150px;
  }
  .event-contact .form__body input:not([type=radio]):not([type=checkbox]).zip {
    width: 180px;
  }
  .event-contact .form__lists {
    margin-top: 5px;
  }
  .event-contact .form__lists li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    width: 12px;
  }
  .event-contact .form-pp {
    margin-top: 22px;
  }
  .event-contact .form-pp__title {
    font-size: 14px;
  }
  .event-contact .form input[type=submit] {
    margin: 50px auto 0;
    width: 100%;
    height: 50px;
    font-size: 15px;
  }
  .event-contact .form-google {
    margin-top: 10px;
    padding: 22px 0 30px;
  }
  .event-contact .form-google__text {
    font-size: 13px;
  }
  .event-contact .form-google__link {
    width: 100%;
    height: 50px;
    font-size: 15px;
  }
  .event-contact .form-google__notes {
    margin-top: 8px;
    font-size: 11px;
  }
}
/* ===================================

  日時指定のところのcss

====================================== */
.single-event .form__group.designation {
  margin-bottom: 60px;
}
.single-event .form__group.designation .form__label {
  padding-top: 0;
}
.single-event .form-prefe {
  font-family: "Noto Sans JP", sans-serif;
}
.single-event .form-prefe + .form-prefe {
  margin-top: 40px;
}
.single-event .form-prefe__date {
  font-size: 20px;
  font-weight: 500;
}
.single-event .form-prefe__list {
  margin-top: 15px;
}
.single-event .form-prefe__list li + li {
  margin-top: 10px;
}
.single-event .form-prefe__list li label {
  margin-left: 3px;
  font-size: 18px;
}
.single-event .form-prefe__list li span {
  margin-left: 10px;
  font-size: 12px;
  color: #ff1d25;
}

@media screen and (max-width: 1199px) {
  .single-event .form__group.designation {
    margin-bottom: 40px;
  }
  .single-event .form-prefe + .form-prefe {
    margin-top: 30px;
  }
  .single-event .form-prefe__date {
    font-size: 16px;
  }
  .single-event .form-prefe__list {
    margin-top: 15px;
  }
  .single-event .form-prefe__list li + li {
    margin-top: 8px;
  }
  .single-event .form-prefe__list li label {
    margin-left: 3px;
    font-size: 15px;
  }
  .single-event .form-prefe__list li span {
    margin-left: 8px;
    font-size: 11px;
  }
}
@media screen and (max-width: 758px) {
  .single-event .form__group.designation {
    margin-bottom: 35px;
  }
  .single-event .form-prefe + .form-prefe {
    margin-top: 25px;
  }
  .single-event .form-prefe__date {
    font-size: 15px;
  }
  .single-event .form-prefe__list {
    margin-top: 12px;
  }
  .single-event .form-prefe__list li label {
    position: relative;
    top: -1px;
    font-size: 14px;
  }
  .single-event .form-prefe__list li span {
    margin-left: 8px;
    font-size: 10px;
  }
}
/* ===================================

  フォーム周り追加要素

====================================== */
.single-event .completed-form {
  margin-top: 26px;
  padding: 40px 0 50px;
  border-top: 1px solid #ccc;
  word-break: break-all;
}
.single-event .completed-form__inner {
  text-align: center;
}
.single-event .completed-form__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}
.single-event .completed-form__text {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .single-event .completed-form {
    margin-top: 15px;
    padding: 30px 0 40px;
  }
  .single-event .completed-form__title {
    font-size: 24px;
  }
  .single-event .completed-form__text {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .single-event .completed-form {
    margin-top: 10px;
    padding: 22px 0 30px;
  }
  .single-event .completed-form__title {
    font-size: 20px;
  }
  .single-event .completed-form__text {
    margin-top: 12px;
    font-size: 12px;
  }
}
/* ===================================

  モデルハウス詳細ページ

====================================== */
.single-modelhouse .main .entry__thumb {
  margin-top: 2em;
}
.single-modelhouse .main .entry__title {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .single-modelhouse .main .entry__thumb {
    margin-top: 1.5em;
  }
}
/* ===================================

  お客様の声

====================================== */
.single-voice .main {
  padding-bottom: 100px;
}
.single-voice .entry__body .voice-g + .voice-g {
  margin-top: 80px;
}
.single-voice .entry__body .voice-g__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 35px;
}
.single-voice .entry__body .voice-g__thumb {
  width: 500px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
.single-voice .entry__body .voice-g__thumb img {
  display: block;
  width: 100%;
  margin: 0;
}
.single-voice .entry__body .voice-g__body {
  word-break: break-all;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
}
.single-voice .entry__body .voice-g__body.old {
  padding-left: 0;
}
.single-voice .entry__body .voice-g__body p {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .single-voice .main {
    padding-bottom: 60px;
  }
  .single-voice .entry__body .voice-g + .voice-g {
    margin-top: 60px;
  }
  .single-voice .entry__body .voice-g__column {
    margin-top: 20px;
  }
  .single-voice .entry__body .voice-g__thumb {
    width: 46%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
  }
  .single-voice .entry__body .voice-g__body {
    padding-left: 40px;
  }
  .single-voice .entry__body .voice-g__body.old {
    padding-left: 0;
  }
}
@media screen and (max-width: 758px) {
  .single-voice .entry__body .voice-g + .voice-g {
    margin-top: 40px;
  }
  .single-voice .entry__body .voice-g > h2 {
    margin-top: 0;
  }
  .single-voice .entry__body .voice-g__column {
    display: block;
    margin-top: 15px;
  }
  .single-voice .entry__body .voice-g__thumb {
    width: 100%;
  }
  .single-voice .entry__body .voice-g__body {
    padding-left: 0;
    margin-top: 10px;
  }
}
/* ===================================

  施工事例 詳細ページ

====================================== */
.single-works .main {
  padding-bottom: 120px;
}
.single-works .main .entry__contents {
  padding-bottom: 60px;
}
.single-works .main .entry__body .work-new__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-works .main .entry__body .work-new .n-item {
  width: calc((100% - 40px) / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 2);
          flex: 0 0 calc((100% - 40px) / 2);
}
.single-works .main .entry__body .work-new .n-item:nth-child(n+3) {
  margin-top: 50px;
}
.single-works .main .entry__body .work-new .n-item__head img {
  display: block;
  width: 100%;
}
.single-works .main .entry__body .work-new .n-item__body {
  margin-top: 15px;
}
.single-works .main .entry__body .work-new .n-item__body p {
  margin: 0;
}
.single-works .main .entry__body .work_ref + .work_ref {
  margin-top: 100px;
}
.single-works .main .entry__body .work_ref__title {
  margin: 0;
}
.single-works .main .entry__body .work_ref__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 34px;
}
.single-works .main .entry__body .work_ref__before, .single-works .main .entry__body .work_ref__after {
  width: calc((100% - 80px) / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 80px) / 2);
          flex: 0 0 calc((100% - 80px) / 2);
}
.single-works .main .entry__body .work_ref__before img, .single-works .main .entry__body .work_ref__after img {
  display: block;
  margin-top: 15px;
}
.single-works .main .entry__body .work_ref__before {
  position: relative;
}
.single-works .main .entry__body .work_ref__before::after {
  position: absolute;
  top: 50%;
  right: -55px;
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  border-left: 30px solid #ccd8ce;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.single-works .main .entry__body .work_ref__time {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-weight: 600;
}
.single-works .main .entry__body .work_ref__text {
  margin-top: 40px;
}
.single-works .main .entry__body .work_ref__text p {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .single-works .main {
    padding-bottom: 80px;
  }
  .single-works .main .entry__contents {
    padding-bottom: 40px;
  }
  .single-works .main .entry__body .work-new .n-item {
    width: calc((100% - 30px) / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
  }
  .single-works .main .entry__body .work-new .n-item:nth-child(n+3) {
    margin-top: 40px;
  }
  .single-works .main .entry__body .work-new .n-item__body {
    margin-top: 12px;
  }
  .single-works .main .entry__body .work_ref + .work_ref {
    margin-top: 60px;
  }
  .single-works .main .entry__body .work_ref__contents {
    margin-top: 20px;
  }
  .single-works .main .entry__body .work_ref__before, .single-works .main .entry__body .work_ref__after {
    width: calc((100% - 50px) / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 50px) / 2);
            flex: 0 0 calc((100% - 50px) / 2);
  }
  .single-works .main .entry__body .work_ref__before img, .single-works .main .entry__body .work_ref__after img {
    margin-top: 12px;
  }
  .single-works .main .entry__body .work_ref__before::after {
    right: -37px;
    width: 24px;
    height: 32px;
    border-left: 24px solid #ccd8ce;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }
  .single-works .main .entry__body .work_ref__time {
    font-size: 20px;
  }
  .single-works .main .entry__body .work_ref__text {
    margin-top: 25px;
  }
}
@media screen and (max-width: 758px) {
  .single-works .main {
    padding-bottom: 70px;
  }
  .single-works .main .entry__contents {
    padding-bottom: 30px;
  }
  .single-works .main .entry__body p {
    margin: 0;
  }
  .single-works .main .entry__body .work-new__inner {
    display: block;
  }
  .single-works .main .entry__body .work-new .n-item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .single-works .main .entry__body .work-new .n-item + .n-item {
    margin-top: 40px;
  }
  .single-works .main .entry__body .work-new .n-item__body {
    margin-top: 10px;
  }
  .single-works .main .entry__body .work_ref + .work_ref {
    margin-top: 50px;
  }
  .single-works .main .entry__body .work_ref__contents {
    display: block;
    margin-top: 25px;
  }
  .single-works .main .entry__body .work_ref__title {
    font-size: 20px;
  }
  .single-works .main .entry__body .work_ref__before, .single-works .main .entry__body .work_ref__after {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .single-works .main .entry__body .work_ref__before::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 22px;
    border-top: 22px solid #ccd8ce;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: none;
  }
  .single-works .main .entry__body .work_ref__after {
    margin-top: 58px;
  }
  .single-works .main .entry__body .work_ref__time {
    font-size: 19px;
  }
  .single-works .main .entry__body .work_ref__text {
    margin-top: 24px;
  }
}
/* ===================================

  保証・アフターサポート

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-after .main {
  padding-bottom: 200px;
  background-color: #f1f3f0;
}
.page-after .c-contact {
  margin-top: 0;
}
.page-after .after-title {
  padding-bottom: 17px;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #313131;
}
.page-after .after-title .sp {
  display: none;
}
.page-after .after-title .title {
  font-size: 48px;
  font-weight: 600;
  color: var(--cl-title);
}
.page-after .after-title .txt {
  margin-top: 64px;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .page-after .main {
    padding-bottom: 120px;
  }
  .page-after .after-title {
    padding-bottom: 15px;
  }
  .page-after .after-title .title {
    font-size: 40px;
  }
  .page-after .after-title .txt {
    margin-top: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 758px) {
  .page-after .main {
    padding-bottom: 74px;
  }
  .page-after .after-title {
    padding-bottom: 8px;
  }
  .page-after .after-title .sp {
    display: block;
  }
  .page-after .after-title .title {
    font-size: 26px;
  }
  .page-after .after-title .txt {
    margin-top: 30px;
    font-size: 18px;
  }
}
/* ---------------------------------
  コンセプト
----------------------------------- */
.page-after .main .concept {
  padding-top: 112px;
  padding-bottom: 120px;
  background-color: #f0ece5;
}
.page-after .main .concept .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-after .main .concept .contents__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
}
.page-after .main .concept .contents__thumb {
  width: 100%;
  height: 600px;
  background-image: url(img/after-concept-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-after .main .concept .contents__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 105px;
  padding-right: calc((100vw - 1340px) / 2);
  padding-left: 30px;
}
.page-after .main .concept .contents__copy {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-after .main .concept .contents__copy .sp {
  display: none;
}
.page-after .main .concept .contents__txt {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  line-height: 2;
}
.page-after .main .concept .contents__txt span {
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  .page-after .main .concept .contents__head {
    padding-right: 0;
  }
  .page-after .main .concept .contents__body {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-after .main .concept .contents__txt {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .page-after .main .concept .contents__head {
    padding-right: 0;
  }
  .page-after .main .concept .contents__body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-after .main .concept .contents__copy {
    font-size: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .page-after .main .concept {
    padding: 80px 0;
  }
  .page-after .main .concept .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-after .main .concept .contents__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 60px;
    margin-top: 40px;
  }
  .page-after .main .concept .contents__thumb {
    height: 400px;
  }
  .page-after .main .concept .contents__body {
    width: 100%;
    padding: 0 30px;
  }
  .page-after .main .concept .contents__copy {
    font-size: 32px;
  }
  .page-after .main .concept .contents__txt {
    padding-right: 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 758px) {
  .page-after .main .concept {
    padding: 77px 20px 80px;
  }
  .page-after .main .concept .contents {
    padding-top: 0;
  }
  .page-after .main .concept .contents__head {
    padding-right: 0;
    margin-top: 40px;
  }
  .page-after .main .concept .contents__thumb {
    padding-top: 67.5%;
    height: auto;
  }
  .page-after .main .concept .contents__body {
    width: 100%;
    padding: 0;
  }
  .page-after .main .concept .contents__title {
    font-size: 15px;
  }
  .page-after .main .concept .contents__copy {
    font-size: 22px;
  }
  .page-after .main .concept .contents__copy .pc {
    display: none;
  }
  .page-after .main .concept .contents__copy .sp {
    display: block;
  }
  .page-after .main .concept .contents__txt {
    margin-top: 18px;
  }
  .page-after .main .concept .contents__txt .pc {
    display: none;
  }
}
/* ---------------------------------
  Lifelong
----------------------------------- */
.page-after .main .lifelong {
  padding-top: 168px;
}
.page-after .main .lifelong .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-after .main .lifelong__contents {
  margin-top: 50px;
}
.page-after .main .lifelong .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-after .main .lifelong .item {
  width: calc((100% - 40px) / 2);
}
.page-after .main .lifelong .item__thumb, .page-after .main .lifelong .item__img {
  display: block;
  width: 100%;
}
.page-after .main .lifelong .item__body {
  padding-top: 24px;
}
.page-after .main .lifelong .item__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-after .main .lifelong .item__txt {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-after .main .lifelong .item__txt span {
  font-weight: 700;
}
.page-after .main .lifelong .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 72px;
  padding: 60px;
  background-color: #fff;
}
.page-after .main .lifelong .box__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 10px;
  padding-right: 100px;
}
.page-after .main .lifelong .box__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-after .main .lifelong .box__title .sp {
  display: none;
}
.page-after .main .lifelong .box__txt {
  margin-top: 27px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-after .main .lifelong .box__txt span {
  font-weight: 700;
}
.page-after .main .lifelong .box__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
}
.page-after .main .lifelong .box__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-after .main .lifelong {
    padding-top: 120px;
  }
  .page-after .main .lifelong .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-after .main .lifelong__contents {
    margin-top: 40px;
  }
  .page-after .main .lifelong .item {
    width: calc((100% - 30px) / 2);
  }
  .page-after .main .lifelong .item__body {
    padding-top: 20px;
  }
  .page-after .main .lifelong .item__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-after .main .lifelong .item__txt {
    margin-top: 15px;
  }
  .page-after .main .lifelong .box {
    margin-top: 50px;
    padding: 30px;
  }
  .page-after .main .lifelong .box__body {
    padding-top: 8px;
    padding-right: 30px;
  }
  .page-after .main .lifelong .box__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-after .main .lifelong .box__txt {
    margin-top: 20px;
  }
  .page-after .main .lifelong .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
}
@media screen and (max-width: 758px) {
  .page-after .main .lifelong {
    padding-top: 74px;
  }
  .page-after .main .lifelong .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-after .main .lifelong__contents {
    margin-top: 30px;
  }
  .page-after .main .lifelong .items {
    display: block;
  }
  .page-after .main .lifelong .item {
    width: 100%;
  }
  .page-after .main .lifelong .item + .item {
    margin-top: 54px;
  }
  .page-after .main .lifelong .item__body {
    padding-top: 30px;
  }
  .page-after .main .lifelong .item__title {
    font-size: 15px;
  }
  .page-after .main .lifelong .item__txt {
    margin-top: 22px;
  }
  .page-after .main .lifelong .box {
    display: block;
    margin-top: 54px;
    padding: 30px 20px;
  }
  .page-after .main .lifelong .box__body {
    padding-top: 0;
    padding-right: 0;
  }
  .page-after .main .lifelong .box__title {
    font-size: 15px;
  }
  .page-after .main .lifelong .box__title .sp {
    display: block;
  }
  .page-after .main .lifelong .box__txt {
    margin-top: 22px;
  }
  .page-after .main .lifelong .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 26px;
  }
}
/* ---------------------------------
  warranty
----------------------------------- */
.page-after .main .warranty {
  padding-top: 168px;
}
.page-after .main .warranty .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-after .main .warranty__contents {
  margin-top: 50px;
}
.page-after .main .warranty__figure {
  width: 100%;
}
.page-after .main .warranty__img {
  display: block;
  width: 100%;
}
.page-after .main .warranty__img.sp {
  display: none;
}
.page-after .main .warranty__note {
  margin-top: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.page-after .main .warranty .point {
  margin-top: 50px;
}
.page-after .main .warranty .point-item {
  width: 100%;
  padding: 85px 80px 75px;
  background-color: #fff;
}
.page-after .main .warranty .point-item__title {
  font-size: 24px;
  font-weight: 600;
}
.page-after .main .warranty .point-item__group {
  margin-top: 32px;
}
.page-after .main .warranty .point-item__group + .point-item__group {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid #ccc;
}
.page-after .main .warranty .point-item__group .title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
  border-left: 5px solid #423622;
}
.page-after .main .warranty .point-item__group .txt {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-after .main .warranty {
    padding-top: 120px;
  }
  .page-after .main .warranty .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-after .main .warranty .after-title .title .sp {
    display: block;
  }
  .page-after .main .warranty__contents {
    margin-top: 40px;
  }
  .page-after .main .warranty__note {
    margin-top: 18px;
    font-size: 12px;
  }
  .page-after .main .warranty .point {
    margin-top: 40px;
  }
  .page-after .main .warranty .point-item {
    padding: 50px 30px;
  }
  .page-after .main .warranty .point-item__title {
    font-size: 20px;
  }
  .page-after .main .warranty .point-item__group {
    margin-top: 25px;
  }
  .page-after .main .warranty .point-item__group + .point-item__group {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page-after .main .warranty .point-item__group .title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 4px solid #423622;
  }
  .page-after .main .warranty .point-item__group .txt {
    margin-top: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-after .main .warranty {
    padding-top: 74px;
  }
  .page-after .main .warranty .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-after .main .warranty__contents {
    margin-top: 30px;
  }
  .page-after .main .warranty__img.pc {
    display: none;
  }
  .page-after .main .warranty__img.sp {
    display: block;
  }
  .page-after .main .warranty__note {
    margin-top: 8px;
    font-size: 11px;
  }
  .page-after .main .warranty .point {
    margin-top: 38px;
  }
  .page-after .main .warranty .point-item {
    padding: 30px 20px;
  }
  .page-after .main .warranty .point-item__title {
    font-size: 18px;
  }
  .page-after .main .warranty .point-item__group {
    margin-top: 25px;
  }
  .page-after .main .warranty .point-item__group + .point-item__group {
    margin-top: 15px;
    padding-top: 20px;
  }
  .page-after .main .warranty .point-item__group .title {
    font-size: 14px;
  }
  .page-after .main .warranty .point-item__group .txt {
    margin-top: 12px;
  }
}
/* ---------------------------------
  suggest
----------------------------------- */
.page-after .main .suggest {
  padding-top: 168px;
}
.page-after .main .suggest .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-after .main .suggest__contents {
  margin-top: 50px;
}
.page-after .main .suggest__img {
  display: block;
  width: 100%;
}
.page-after .main .suggest__body {
  padding-top: 32px;
}
.page-after .main .suggest__txt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-after .main .suggest__txt span {
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .page-after .main .suggest {
    padding-top: 120px;
  }
  .page-after .main .suggest .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-after .main .suggest .after-title .title .sp {
    display: block;
  }
  .page-after .main .suggest__contents {
    margin-top: 40px;
  }
  .page-after .main .suggest__body {
    padding-top: 25px;
  }
}
@media screen and (max-width: 758px) {
  .page-after .main .suggest {
    padding-top: 74px;
  }
  .page-after .main .suggest .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-after .main .suggest .after-title .txt .sp {
    display: block;
  }
  .page-after .main .suggest__contents {
    margin-top: 30px;
  }
  .page-after .main .suggest__body {
    padding-top: 24px;
  }
}
/* ---------------------------------
  together
----------------------------------- */
.page-after .main .together {
  padding-top: 168px;
}
.page-after .main .together .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-after .main .together__contents {
  margin-top: 50px;
}
.page-after .main .together__img {
  display: block;
  width: 100%;
}
.page-after .main .together__body {
  padding-top: 32px;
}
.page-after .main .together__txt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-after .main .together__txt span {
  font-weight: 700;
}
.page-after .main .together__txt + .together__txt {
  margin-top: 2em;
}

@media screen and (max-width: 1199px) {
  .page-after .main .together {
    padding-top: 120px;
  }
  .page-after .main .together .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-after .main .together .after-title .title .sp {
    display: block;
  }
  .page-after .main .together__contents {
    margin-top: 40px;
  }
  .page-after .main .together__body {
    padding-top: 25px;
  }
}
@media screen and (max-width: 758px) {
  .page-after .main .together {
    padding-top: 74px;
  }
  .page-after .main .together .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-after .main .together .after-title .txt .sp {
    display: block;
  }
  .page-after .main .together__contents {
    margin-top: 30px;
  }
  .page-after .main .together__body {
    padding-top: 24px;
  }
  .page-after .main .together__txt + .together__txt {
    margin-top: 0;
  }
}
/* ===================================

  設計・デザイン

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-design .main {
  padding-bottom: 200px;
  background-color: #f1f3f0;
}
.page-design .c-contact {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .page-design .main {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 758px) {
  .page-design .main {
    padding-bottom: 74px;
  }
}
/* ---------------------------------
  コンセプト
----------------------------------- */
.page-design .main .concept {
  padding-top: 112px;
  padding-bottom: 120px;
  background-color: #f0ece5;
}
.page-design .main .concept .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-design .main .concept .contents__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
}
.page-design .main .concept .contents__thumb {
  width: 100%;
  height: 600px;
  background-image: url(img/design-concept-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-design .main .concept .contents__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 105px;
  padding-right: calc((100vw - 1340px) / 2);
  padding-left: 30px;
}
.page-design .main .concept .contents__copy {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-design .main .concept .contents__copy .sp {
  display: none;
}
.page-design .main .concept .contents__txt {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  line-height: 2;
}
.page-design .main .concept .contents__txt span {
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  .page-design .main .concept .contents__head {
    padding-right: 0;
  }
  .page-design .main .concept .contents__body {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-design .main .concept .contents__txt {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .page-design .main .concept .contents__head {
    padding-right: 0;
  }
  .page-design .main .concept .contents__body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-design .main .concept .contents__copy {
    font-size: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .page-design .main .concept {
    padding: 80px 0;
  }
  .page-design .main .concept .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-design .main .concept .contents__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 60px;
    margin-top: 40px;
  }
  .page-design .main .concept .contents__thumb {
    height: 400px;
  }
  .page-design .main .concept .contents__body {
    width: 100%;
    padding: 0 30px;
  }
  .page-design .main .concept .contents__copy {
    font-size: 32px;
  }
  .page-design .main .concept .contents__txt {
    padding-right: 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 758px) {
  .page-design .main .concept {
    padding: 77px 20px 80px;
  }
  .page-design .main .concept .contents {
    padding-top: 0;
  }
  .page-design .main .concept .contents__head {
    padding-right: 0;
    margin-top: 40px;
  }
  .page-design .main .concept .contents__thumb {
    padding-top: 67.5%;
    height: auto;
  }
  .page-design .main .concept .contents__body {
    width: 100%;
    padding: 0;
  }
  .page-design .main .concept .contents__title {
    font-size: 15px;
  }
  .page-design .main .concept .contents__copy {
    font-size: 22px;
  }
  .page-design .main .concept .contents__copy .pc {
    display: none;
  }
  .page-design .main .concept .contents__copy .sp {
    display: block;
  }
  .page-design .main .concept .contents__txt {
    margin-top: 18px;
  }
  .page-design .main .concept .contents__txt .pc {
    display: none;
  }
}
/* ---------------------------------
  fromnow
----------------------------------- */
.page-design .main .fromnow {
  padding-top: 168px;
}
.page-design .main .fromnow .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-design .main .fromnow__title .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.page-design .main .fromnow__title .title br {
  display: none;
}
.page-design .main .fromnow__contents {
  margin-top: 70px;
}
.page-design .main .fromnow__figure, .page-design .main .fromnow__img {
  display: block;
  width: 100%;
}
.page-design .main .fromnow .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
.page-design .main .fromnow .item {
  width: calc((100% - 40px) / 2);
}
.page-design .main .fromnow .item:nth-child(n+3) {
  margin-top: 52px;
}
.page-design .main .fromnow .item__head {
  position: relative;
}
.page-design .main .fromnow .item__step {
  position: absolute;
  top: 20px;
  left: 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
  height: 60px;
  background-color: #3C5A42;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.page-design .main .fromnow .item__step .point {
  font-size: 10px;
  font-weight: 500;
}
.page-design .main .fromnow .item__step .num {
  margin-top: -2px;
  font-size: 30px;
  font-weight: 500;
}
.page-design .main .fromnow .item__img {
  display: block;
  width: 100%;
}
.page-design .main .fromnow .item__body {
  padding-top: 24px;
}
.page-design .main .fromnow .item__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-design .main .fromnow .item__txt {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-design .main .fromnow .item__txt span {
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .page-design .main .fromnow {
    padding-top: 120px;
  }
  .page-design .main .fromnow .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-design .main .fromnow__title .title {
    font-size: 36px;
  }
  .page-design .main .fromnow__contents {
    margin-top: 50px;
  }
  .page-design .main .fromnow .items {
    margin-top: 40px;
  }
  .page-design .main .fromnow .item {
    width: calc((100% - 30px) / 2);
  }
  .page-design .main .fromnow .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-design .main .fromnow .item__step {
    top: 10px;
    left: 10px;
  }
  .page-design .main .fromnow .item__step .point {
    font-size: 10px;
  }
  .page-design .main .fromnow .item__step .num {
    margin-top: 0;
    font-size: 28px;
  }
  .page-design .main .fromnow .item__body {
    padding-top: 20px;
  }
  .page-design .main .fromnow .item__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-design .main .fromnow .item__txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-design .main .fromnow {
    padding-top: 74px;
  }
  .page-design .main .fromnow .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-design .main .fromnow__title .title {
    font-size: 26px;
  }
  .page-design .main .fromnow__title .title br {
    display: block;
  }
  .page-design .main .fromnow__contents {
    margin-top: 40px;
  }
  .page-design .main .fromnow .items {
    margin-top: 40px;
    display: block;
  }
  .page-design .main .fromnow .item {
    width: 100%;
  }
  .page-design .main .fromnow .item:nth-child(n+2) {
    margin-top: 54px;
  }
  .page-design .main .fromnow .item__step {
    top: 5px;
    left: 5px;
    width: 52px;
    height: 52px;
  }
  .page-design .main .fromnow .item__step .num {
    font-size: 20px;
  }
  .page-design .main .fromnow .item__body {
    padding-top: 30px;
  }
  .page-design .main .fromnow .item__title {
    font-size: 15px;
  }
  .page-design .main .fromnow .item__txt {
    margin-top: 22px;
  }
}
/* ===================================

  性能・仕様

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-specifications .main {
  padding-bottom: 200px;
  background-color: #f1f3f0;
}
.page-specifications .c-contact {
  margin-top: 0;
}
.page-specifications .spec-title {
  padding-bottom: 17px;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #313131;
}
.page-specifications .spec-title .sp {
  display: none;
}
.page-specifications .spec-title .title {
  font-size: 48px;
  font-weight: 600;
  color: var(--cl-title);
}
.page-specifications .spec-title .txt {
  margin-top: 64px;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .page-specifications .main {
    padding-bottom: 120px;
  }
  .page-specifications .spec-title {
    padding-bottom: 15px;
  }
  .page-specifications .spec-title .title {
    font-size: 40px;
  }
  .page-specifications .spec-title .txt {
    margin-top: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 758px) {
  .page-specifications .main {
    padding-bottom: 74px;
  }
  .page-specifications .spec-title {
    padding-bottom: 8px;
  }
  .page-specifications .spec-title .sp {
    display: block;
  }
  .page-specifications .spec-title .title {
    font-size: 26px;
  }
  .page-specifications .spec-title .txt {
    margin-top: 30px;
    font-size: 18px;
  }
}
/* ---------------------------------
  コンセプト
----------------------------------- */
.page-specifications .main .concept {
  padding-top: 112px;
  padding-bottom: 120px;
  background-color: #f0ece5;
}
.page-specifications .main .concept .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-specifications .main .concept .contents__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
}
.page-specifications .main .concept .contents__thumb {
  width: 100%;
  height: 600px;
  background-image: url(img/spec-concept-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-specifications .main .concept .contents__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 105px;
  padding-right: calc((100vw - 1340px) / 2);
  padding-left: 30px;
}
.page-specifications .main .concept .contents__copy {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-specifications .main .concept .contents__copy .sp {
  display: none;
}
.page-specifications .main .concept .contents__txt {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  line-height: 2;
}
.page-specifications .main .concept .contents__txt span {
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  .page-specifications .main .concept .contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-specifications .main .concept .contents__head {
    padding-right: 0;
  }
  .page-specifications .main .concept .contents__body {
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-specifications .main .concept .contents__txt {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .page-specifications .main .concept .contents__head {
    padding-right: 0;
  }
  .page-specifications .main .concept .contents__body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-specifications .main .concept .contents__copy {
    font-size: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .page-specifications .main .concept {
    padding: 80px 0;
  }
  .page-specifications .main .concept .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-specifications .main .concept .contents__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 60px;
    margin-top: 40px;
  }
  .page-specifications .main .concept .contents__thumb {
    height: 400px;
  }
  .page-specifications .main .concept .contents__body {
    width: 100%;
    padding: 0 30px;
  }
  .page-specifications .main .concept .contents__copy {
    font-size: 32px;
  }
  .page-specifications .main .concept .contents__txt {
    padding-right: 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 758px) {
  .page-specifications .main .concept {
    padding: 77px 20px 80px;
  }
  .page-specifications .main .concept .contents {
    padding-top: 0;
  }
  .page-specifications .main .concept .contents__head {
    padding-right: 0;
    margin-top: 40px;
  }
  .page-specifications .main .concept .contents__thumb {
    padding-top: 67.5%;
    height: auto;
  }
  .page-specifications .main .concept .contents__body {
    width: 100%;
    padding: 0;
  }
  .page-specifications .main .concept .contents__title {
    font-size: 15px;
  }
  .page-specifications .main .concept .contents__copy {
    font-size: 22px;
  }
  .page-specifications .main .concept .contents__copy .pc {
    display: none;
  }
  .page-specifications .main .concept .contents__copy .sp {
    display: block;
  }
  .page-specifications .main .concept .contents__txt {
    margin-top: 18px;
  }
  .page-specifications .main .concept .contents__txt .pc {
    display: none;
  }
}
/* ===================================

  構造

====================================== */
.page-specifications .main .structure {
  padding-top: 168px;
}
.page-specifications .main .structure .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-specifications .main .structure__contents {
  margin-top: 50px;
}
.page-specifications .main .structure .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-specifications .main .structure .item {
  width: calc((100% - 40px) / 2);
}
.page-specifications .main .structure .item__thumb, .page-specifications .main .structure .item__img {
  display: block;
  width: 100%;
}
.page-specifications .main .structure .item__body {
  padding-top: 24px;
}
.page-specifications .main .structure .item__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-specifications .main .structure .item__txt {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .structure .item__txt span {
  font-weight: 700;
}
.page-specifications .main .structure .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 72px;
  padding: 60px;
  background-color: #fff;
}
.page-specifications .main .structure .box__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 10px;
  padding-right: 95px;
}
.page-specifications .main .structure .box__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-specifications .main .structure .box__title .sp {
  display: none;
}
.page-specifications .main .structure .box__txt {
  margin-top: 27px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .structure .box__txt span {
  font-weight: 700;
}
.page-specifications .main .structure .box__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
}
.page-specifications .main .structure .box__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-specifications .main .structure {
    padding-top: 120px;
  }
  .page-specifications .main .structure .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-specifications .main .structure__contents {
    margin-top: 40px;
  }
  .page-specifications .main .structure .item {
    width: calc((100% - 30px) / 2);
  }
  .page-specifications .main .structure .item__body {
    padding-top: 20px;
  }
  .page-specifications .main .structure .item__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-specifications .main .structure .item__txt {
    margin-top: 15px;
  }
  .page-specifications .main .structure .box {
    margin-top: 50px;
    padding: 30px;
  }
  .page-specifications .main .structure .box__body {
    padding-top: 8px;
    padding-right: 30px;
  }
  .page-specifications .main .structure .box__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-specifications .main .structure .box__txt {
    margin-top: 20px;
  }
  .page-specifications .main .structure .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
}
@media screen and (max-width: 758px) {
  .page-specifications .main .structure {
    padding-top: 74px;
  }
  .page-specifications .main .structure .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-specifications .main .structure__contents {
    margin-top: 30px;
  }
  .page-specifications .main .structure .items {
    display: block;
  }
  .page-specifications .main .structure .item {
    width: 100%;
  }
  .page-specifications .main .structure .item + .item {
    margin-top: 54px;
  }
  .page-specifications .main .structure .item__body {
    padding-top: 30px;
  }
  .page-specifications .main .structure .item__title {
    font-size: 15px;
  }
  .page-specifications .main .structure .item__txt {
    margin-top: 22px;
  }
  .page-specifications .main .structure .box {
    display: block;
    margin-top: 54px;
    padding: 30px 20px;
  }
  .page-specifications .main .structure .box__body {
    padding-top: 0;
    padding-right: 0;
  }
  .page-specifications .main .structure .box__title {
    font-size: 15px;
  }
  .page-specifications .main .structure .box__title .sp {
    display: block;
  }
  .page-specifications .main .structure .box__txt {
    margin-top: 22px;
  }
  .page-specifications .main .structure .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 26px;
  }
}
/* ---------------------------------
  深い軒は、雨風や紫外線から住まいを守る
----------------------------------- */
.page-specifications .main .save {
  padding-top: 85px;
}
.page-specifications .main .save .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-specifications .main .save .spec-title .txt {
  margin-top: 0;
}
.page-specifications .main .save__contents {
  margin-top: 50px;
}
.page-specifications .main .save__img {
  display: block;
  width: 100%;
}
.page-specifications .main .save__body {
  padding-top: 32px;
}
.page-specifications .main .save__txt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .save__txt span {
  font-weight: 700;
}
.page-specifications .main .save .point {
  margin-top: 85px;
}
.page-specifications .main .save .point-item {
  width: 100%;
  padding: 85px 80px 75px;
  background-color: #fff;
}
.page-specifications .main .save .point-item__title {
  font-size: 24px;
  font-weight: 600;
}
.page-specifications .main .save .point-item__group {
  margin-top: 32px;
}
.page-specifications .main .save .point-item__group + .point-item__group {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid #ccc;
}
.page-specifications .main .save .point-item__group .title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
  border-left: 5px solid #423622;
}
.page-specifications .main .save .point-item__group .txt {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .save .point-item__group .txt span {
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .page-specifications .main .save {
    padding-top: 80px;
  }
  .page-specifications .main .save .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-specifications .main .save .after-title .title .sp {
    display: block;
  }
  .page-specifications .main .save__contents {
    margin-top: 40px;
  }
  .page-specifications .main .save__body {
    padding-top: 25px;
  }
  .page-specifications .main .save .point {
    margin-top: 50px;
  }
  .page-specifications .main .save .point-item {
    padding: 50px 30px;
  }
  .page-specifications .main .save .point-item__title {
    font-size: 20px;
  }
  .page-specifications .main .save .point-item__group {
    margin-top: 25px;
  }
  .page-specifications .main .save .point-item__group + .point-item__group {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page-specifications .main .save .point-item__group .title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 4px solid #423622;
  }
  .page-specifications .main .save .point-item__group .txt {
    margin-top: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-specifications .main .save {
    padding-top: 60px;
  }
  .page-specifications .main .save .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-specifications .main .save .after-title .txt .sp {
    display: block;
  }
  .page-specifications .main .save__contents {
    margin-top: 30px;
  }
  .page-specifications .main .save__body {
    padding-top: 25px;
  }
  .page-specifications .main .save .point {
    margin-top: 50px;
  }
  .page-specifications .main .save .point-item {
    padding: 30px 20px;
  }
  .page-specifications .main .save .point-item__title {
    font-size: 18px;
  }
  .page-specifications .main .save .point-item__group {
    margin-top: 25px;
  }
  .page-specifications .main .save .point-item__group + .point-item__group {
    margin-top: 15px;
    padding-top: 20px;
  }
  .page-specifications .main .save .point-item__group .title {
    font-size: 14px;
  }
  .page-specifications .main .save .point-item__group .txt {
    margin-top: 12px;
  }
}
/* ===================================

  長期有料住宅

====================================== */
.page-specifications .main .superior {
  padding-top: 168px;
}
.page-specifications .main .superior .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-specifications .main .superior__contents {
  margin-top: 38px;
}
.page-specifications .main .superior__txt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .superior__txt span {
  font-weight: 700;
}
.page-specifications .main .superior__figure {
  margin: 62px auto 0;
  padding: 0 30px;
  width: 960px;
  max-width: 100%;
}
.page-specifications .main .superior__img {
  display: block;
  width: 100%;
}
.page-specifications .main .superior__note {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: right;
}
.page-specifications .main .superior .point {
  margin-top: 70px;
}
.page-specifications .main .superior .point-item {
  width: 100%;
  padding: 85px 80px 75px;
  background-color: #fff;
}
.page-specifications .main .superior .point-item__title {
  font-size: 24px;
  font-weight: 600;
}
.page-specifications .main .superior .point-item__group {
  margin-top: 32px;
}
.page-specifications .main .superior .point-item__group + .point-item__group {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid #ccc;
}
.page-specifications .main .superior .point-item__group .title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
  border-left: 5px solid #423622;
}
.page-specifications .main .superior .point-item__group .txt {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .superior .point-item__group .txt span {
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .page-specifications .main .superior {
    padding-top: 120px;
  }
  .page-specifications .main .superior .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-specifications .main .superior__contents {
    margin-top: 30px;
  }
  .page-specifications .main .superior__figure {
    margin: 40px auto 0;
    width: 100%;
  }
  .page-specifications .main .superior__note {
    margin-top: 18px;
    font-size: 12px;
  }
  .page-specifications .main .superior .point {
    margin-top: 50px;
  }
  .page-specifications .main .superior .point-item {
    padding: 50px 30px;
  }
  .page-specifications .main .superior .point-item__title {
    font-size: 20px;
  }
  .page-specifications .main .superior .point-item__group {
    margin-top: 25px;
  }
  .page-specifications .main .superior .point-item__group + .point-item__group {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page-specifications .main .superior .point-item__group .title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 4px solid #423622;
  }
  .page-specifications .main .superior .point-item__group .txt {
    margin-top: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-specifications .main .superior {
    padding-top: 74px;
  }
  .page-specifications .main .superior .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-specifications .main .superior__contents {
    margin-top: 25px;
  }
  .page-specifications .main .superior__figure {
    margin: 35px auto 0;
    padding: 0;
  }
  .page-specifications .main .superior__note {
    margin-top: 16px;
    font-size: 11px;
  }
  .page-specifications .main .superior .point {
    margin-top: 50px;
  }
  .page-specifications .main .superior .point-item {
    padding: 30px 20px;
  }
  .page-specifications .main .superior .point-item__title {
    font-size: 18px;
  }
  .page-specifications .main .superior .point-item__group {
    margin-top: 25px;
  }
  .page-specifications .main .superior .point-item__group + .point-item__group {
    margin-top: 15px;
    padding-top: 20px;
  }
  .page-specifications .main .superior .point-item__group .title {
    font-size: 14px;
  }
  .page-specifications .main .superior .point-item__group .txt {
    margin-top: 12px;
  }
}
/* ===================================

  耐震性

====================================== */
.page-specifications .main .eqr {
  padding-top: 168px;
}
.page-specifications .main .eqr .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-specifications .main .eqr__contents {
  margin-top: 50px;
}
.page-specifications .main .eqr__img {
  display: block;
  width: 100%;
}
.page-specifications .main .eqr__img.sp {
  display: none;
}
.page-specifications .main .eqr__txt {
  margin-top: 35px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .eqr__txt span {
  font-weight: 700;
}
.page-specifications .main .eqr__boxes {
  margin-top: 40px;
}
.page-specifications .main .eqr .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px;
  background-color: #fff;
}
.page-specifications .main .eqr .box__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 10px;
  padding-right: 77px;
}
.page-specifications .main .eqr .box__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-specifications .main .eqr .box__title .sp {
  display: none;
}
.page-specifications .main .eqr .box__txt {
  margin-top: 27px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .eqr .box__txt span {
  font-weight: 700;
}
.page-specifications .main .eqr .box__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
  width: 580px;
}
.page-specifications .main .eqr .box__img {
  display: block;
  width: 100%;
}
.page-specifications .main .eqr .box:nth-child(2) {
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-specifications .main .eqr .box:nth-child(2) .box__body {
  padding-right: 20px;
  padding-left: 105px;
}
.page-specifications .main .eqr .box:nth-child(2) .box__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 394px;
          flex: 0 0 394px;
  width: 394px;
}

@media screen and (max-width: 1199px) {
  .page-specifications .main .eqr {
    padding-top: 120px;
  }
  .page-specifications .main .eqr .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-specifications .main .eqr__contents {
    margin-top: 40px;
  }
  .page-specifications .main .eqr__txt {
    margin-top: 25px;
  }
  .page-specifications .main .eqr__boxes {
    margin-top: 30px;
  }
  .page-specifications .main .eqr .box {
    padding: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-specifications .main .eqr .box__body {
    padding-top: 0;
    padding-right: 30px;
  }
  .page-specifications .main .eqr .box__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-specifications .main .eqr .box__txt {
    margin-top: 20px;
  }
  .page-specifications .main .eqr .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
  .page-specifications .main .eqr .box:nth-child(2) {
    margin-top: 20px;
  }
  .page-specifications .main .eqr .box:nth-child(2) .box__body {
    padding-right: 0;
    padding-left: 30px;
  }
  .page-specifications .main .eqr .box:nth-child(2) .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
}
@media screen and (max-width: 758px) {
  .page-specifications .main .eqr {
    padding-top: 74px;
  }
  .page-specifications .main .eqr .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-specifications .main .eqr__contents {
    margin-top: 30px;
  }
  .page-specifications .main .eqr__img.pc {
    display: none;
  }
  .page-specifications .main .eqr__img.sp {
    display: block;
  }
  .page-specifications .main .eqr__txt {
    margin-top: 24px;
  }
  .page-specifications .main .eqr__boxes {
    margin-top: 50px;
  }
  .page-specifications .main .eqr .box {
    display: block;
    padding: 30px 20px;
  }
  .page-specifications .main .eqr .box__body {
    padding-top: 0;
    padding-right: 0;
  }
  .page-specifications .main .eqr .box__title {
    font-size: 15px;
  }
  .page-specifications .main .eqr .box__title .sp {
    display: block;
  }
  .page-specifications .main .eqr .box__txt {
    margin-top: 22px;
  }
  .page-specifications .main .eqr .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 26px;
  }
  .page-specifications .main .eqr .box:nth-child(2) {
    margin-top: 20px;
  }
  .page-specifications .main .eqr .box:nth-child(2) .box__body {
    padding-left: 0;
  }
  .page-specifications .main .eqr .box:nth-child(2) .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 30px;
  }
}
/* ===================================

  耐熱性

====================================== */
.page-specifications .main .heat {
  padding-top: 168px;
}
.page-specifications .main .heat .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-specifications .main .heat__contents {
  margin-top: 50px;
}
.page-specifications .main .heat__img {
  display: block;
  width: 100%;
}
.page-specifications .main .heat__txt {
  margin-top: 35px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .heat__txt span {
  font-weight: 700;
}
.page-specifications .main .heat .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 47px;
}
.page-specifications .main .heat .item {
  width: calc((100% - 40px) / 2);
}
.page-specifications .main .heat .item__thumb, .page-specifications .main .heat .item__img {
  display: block;
  width: 100%;
}
.page-specifications .main .heat .item__body {
  padding-top: 24px;
}
.page-specifications .main .heat .item__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-specifications .main .heat .item__txt {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .heat .item__txt span {
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .page-specifications .main .heat {
    padding-top: 120px;
  }
  .page-specifications .main .heat .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-specifications .main .heat__contents {
    margin-top: 40px;
  }
  .page-specifications .main .heat__txt {
    margin-top: 25px;
  }
  .page-specifications .main .heat .items {
    margin-top: 30px;
  }
  .page-specifications .main .heat .item {
    width: calc((100% - 30px) / 2);
  }
  .page-specifications .main .heat .item__body {
    padding-top: 20px;
  }
  .page-specifications .main .heat .item__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-specifications .main .heat .item__txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-specifications .main .heat {
    padding-top: 74px;
  }
  .page-specifications .main .heat .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-specifications .main .heat__contents {
    margin-top: 30px;
  }
  .page-specifications .main .heat__txt {
    margin-top: 24px;
  }
  .page-specifications .main .heat .items {
    display: block;
    margin-top: 50px;
  }
  .page-specifications .main .heat .item {
    width: 100%;
  }
  .page-specifications .main .heat .item + .item {
    margin-top: 54px;
  }
  .page-specifications .main .heat .item__body {
    padding-top: 30px;
  }
  .page-specifications .main .heat .item__title {
    font-size: 15px;
  }
  .page-specifications .main .heat .item__txt {
    margin-top: 22px;
  }
}
/* ===================================

  耐久性

====================================== */
.page-specifications .main .dura {
  padding-top: 168px;
}
.page-specifications .main .dura .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-specifications .main .dura__contents {
  margin-top: 50px;
}
.page-specifications .main .dura .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-specifications .main .dura .item {
  width: calc((100% - 40px) / 2);
}
.page-specifications .main .dura .item__thumb, .page-specifications .main .dura .item__img {
  display: block;
  width: 100%;
}
.page-specifications .main .dura .item__body {
  padding-top: 24px;
}
.page-specifications .main .dura .item__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-specifications .main .dura .item__txt {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .dura .item__txt span {
  font-weight: 700;
}
.page-specifications .main .dura .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 72px;
  padding: 60px;
  background-color: #fff;
}
.page-specifications .main .dura .box__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 10px;
  padding-right: 100px;
}
.page-specifications .main .dura .box__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-specifications .main .dura .box__title .sp {
  display: none;
}
.page-specifications .main .dura .box__txt {
  margin-top: 27px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .dura .box__txt span {
  font-weight: 700;
}
.page-specifications .main .dura .box__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
}
.page-specifications .main .dura .box__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-specifications .main .dura {
    padding-top: 120px;
  }
  .page-specifications .main .dura .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-specifications .main .dura__contents {
    margin-top: 40px;
  }
  .page-specifications .main .dura .item {
    width: calc((100% - 30px) / 2);
  }
  .page-specifications .main .dura .item__body {
    padding-top: 20px;
  }
  .page-specifications .main .dura .item__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-specifications .main .dura .item__txt {
    margin-top: 15px;
  }
  .page-specifications .main .dura .box {
    margin-top: 50px;
    padding: 30px;
  }
  .page-specifications .main .dura .box__body {
    padding-top: 8px;
    padding-right: 30px;
  }
  .page-specifications .main .dura .box__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-specifications .main .dura .box__txt {
    margin-top: 20px;
  }
  .page-specifications .main .dura .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
}
@media screen and (max-width: 758px) {
  .page-specifications .main .dura {
    padding-top: 74px;
  }
  .page-specifications .main .dura .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-specifications .main .dura__contents {
    margin-top: 30px;
  }
  .page-specifications .main .dura .items {
    display: block;
  }
  .page-specifications .main .dura .item {
    width: 100%;
  }
  .page-specifications .main .dura .item + .item {
    margin-top: 54px;
  }
  .page-specifications .main .dura .item__body {
    padding-top: 30px;
  }
  .page-specifications .main .dura .item__title {
    font-size: 15px;
  }
  .page-specifications .main .dura .item__txt {
    margin-top: 22px;
  }
  .page-specifications .main .dura .box {
    display: block;
    margin-top: 54px;
    padding: 30px 20px;
  }
  .page-specifications .main .dura .box__body {
    padding-top: 0;
    padding-right: 0;
  }
  .page-specifications .main .dura .box__title {
    font-size: 15px;
  }
  .page-specifications .main .dura .box__title .sp {
    display: block;
  }
  .page-specifications .main .dura .box__txt {
    margin-top: 22px;
  }
  .page-specifications .main .dura .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 26px;
  }
}
/* ===================================

  見えない空気の流れが、家族の快適を支える

====================================== */
.page-specifications .main .support {
  padding-top: 68px;
}
.page-specifications .main .support .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-specifications .main .support .spec-title .txt {
  margin-top: 0;
}
.page-specifications .main .support__contents {
  margin-top: 30px;
}
.page-specifications .main .support .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px;
  background-color: #fff;
}
.page-specifications .main .support .box__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 10px;
  padding-right: 80px;
}
.page-specifications .main .support .box__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-specifications .main .support .box__title .sp {
  display: none;
}
.page-specifications .main .support .box__txt {
  margin-top: 27px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-specifications .main .support .box__txt span {
  font-weight: 700;
}
.page-specifications .main .support .box__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
  width: 580px;
}
.page-specifications .main .support .box__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-specifications .main .support {
    padding-top: 80px;
  }
  .page-specifications .main .support .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-specifications .main .support__contents {
    margin-top: 40px;
  }
  .page-specifications .main .support .box {
    padding: 30px;
  }
  .page-specifications .main .support .box__body {
    padding-top: 8px;
    padding-right: 30px;
  }
  .page-specifications .main .support .box__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-specifications .main .support .box__txt {
    margin-top: 20px;
  }
  .page-specifications .main .support .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
}
@media screen and (max-width: 758px) {
  .page-specifications .main .support {
    padding-top: 60px;
  }
  .page-specifications .main .support .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-specifications .main .support__contents {
    margin-top: 30px;
  }
  .page-specifications .main .support .box {
    display: block;
    padding: 30px 20px;
  }
  .page-specifications .main .support .box__body {
    padding-top: 0;
    padding-right: 0;
  }
  .page-specifications .main .support .box__title {
    font-size: 15px;
  }
  .page-specifications .main .support .box__title .sp {
    display: block;
  }
  .page-specifications .main .support .box__txt {
    margin-top: 22px;
  }
  .page-specifications .main .support .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 26px;
  }
}
/* ===================================

  素材

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-sozai .main {
  padding-bottom: 200px;
  background-color: #f1f3f0;
}
.page-sozai .c-contact {
  margin-top: 0;
}
.page-sozai .spec-title {
  padding-bottom: 17px;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #313131;
}
.page-sozai .spec-title .sp {
  display: none;
}
.page-sozai .spec-title .title {
  font-size: 48px;
  font-weight: 600;
  color: var(--cl-title);
}
.page-sozai .spec-title .txt {
  margin-top: 64px;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .page-sozai .main {
    padding-bottom: 120px;
  }
  .page-sozai .spec-title {
    padding-bottom: 15px;
  }
  .page-sozai .spec-title .title {
    font-size: 40px;
  }
  .page-sozai .spec-title .txt {
    margin-top: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 758px) {
  .page-sozai .main {
    padding-bottom: 74px;
  }
  .page-sozai .spec-title {
    padding-bottom: 8px;
  }
  .page-sozai .spec-title .sp {
    display: block;
  }
  .page-sozai .spec-title .title {
    font-size: 26px;
  }
  .page-sozai .spec-title .txt {
    margin-top: 30px;
    font-size: 18px;
  }
}
/* ---------------------------------
  コンセプト
----------------------------------- */
.page-sozai .main .concept {
  padding-top: 112px;
  padding-bottom: 120px;
  background-color: #f0ece5;
}
.page-sozai .main .concept .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-sozai .main .concept .contents__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
}
.page-sozai .main .concept .contents__thumb {
  width: 100%;
  height: 600px;
  background-image: url(img/sozai-concept-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-sozai .main .concept .contents__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 105px;
  padding-right: calc((100vw - 1340px) / 2);
  padding-left: 30px;
}
.page-sozai .main .concept .contents__copy {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #423622;
}
.page-sozai .main .concept .contents__copy .sp {
  display: none;
}
.page-sozai .main .concept .contents__txt {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  line-height: 2;
}
.page-sozai .main .concept .contents__txt span {
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  .page-sozai .main .concept .contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-sozai .main .concept .contents__head {
    padding-right: 0;
  }
  .page-sozai .main .concept .contents__body {
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-sozai .main .concept .contents__txt {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .page-sozai .main .concept .contents__head {
    padding-right: 0;
  }
  .page-sozai .main .concept .contents__body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-sozai .main .concept .contents__copy {
    font-size: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .page-sozai .main .concept {
    padding: 80px 0;
  }
  .page-sozai .main .concept .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-sozai .main .concept .contents__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 60px;
    margin-top: 40px;
  }
  .page-sozai .main .concept .contents__thumb {
    height: 400px;
  }
  .page-sozai .main .concept .contents__body {
    width: 100%;
    padding: 0 30px;
  }
  .page-sozai .main .concept .contents__copy {
    font-size: 32px;
  }
  .page-sozai .main .concept .contents__txt {
    padding-right: 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 758px) {
  .page-sozai .main .concept {
    padding: 77px 20px 80px;
  }
  .page-sozai .main .concept .contents {
    padding-top: 0;
  }
  .page-sozai .main .concept .contents__head {
    padding-right: 0;
    margin-top: 40px;
  }
  .page-sozai .main .concept .contents__thumb {
    padding-top: 67.5%;
    height: auto;
  }
  .page-sozai .main .concept .contents__body {
    width: 100%;
    padding: 0;
  }
  .page-sozai .main .concept .contents__title {
    font-size: 15px;
  }
  .page-sozai .main .concept .contents__copy {
    font-size: 22px;
  }
  .page-sozai .main .concept .contents__copy .pc {
    display: none;
  }
  .page-sozai .main .concept .contents__copy .sp {
    display: block;
  }
  .page-sozai .main .concept .contents__txt {
    margin-top: 18px;
  }
  .page-sozai .main .concept .contents__txt .pc {
    display: none;
  }
}
/* ===================================

  自然素材の魅力：attract

====================================== */
.page-sozai .main .attract {
  padding-top: 168px;
}
.page-sozai .main .attract .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-sozai .main .attract__contents {
  margin-top: 50px;
}
.page-sozai .main .attract .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-sozai .main .attract .item {
  width: calc((100% - 40px) / 2);
}
.page-sozai .main .attract .item:nth-child(n+3) {
  margin-top: 52px;
}
.page-sozai .main .attract .item__thumb, .page-sozai .main .attract .item__img {
  display: block;
  width: 100%;
}
.page-sozai .main .attract .item__body {
  padding-top: 24px;
}
.page-sozai .main .attract .item__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-sozai .main .attract .item__txt {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-sozai .main .attract .item__txt span {
  font-weight: 700;
}
.page-sozai .main .attract .point {
  margin-top: 85px;
}
.page-sozai .main .attract .point-item {
  width: 100%;
  padding: 85px 80px 75px;
  background-color: #fff;
}
.page-sozai .main .attract .point-item__title {
  font-size: 24px;
  font-weight: 600;
}
.page-sozai .main .attract .point-item__group {
  margin-top: 32px;
}
.page-sozai .main .attract .point-item__group + .point-item__group {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid #ccc;
}
.page-sozai .main .attract .point-item__group .title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
  border-left: 5px solid #423622;
}
.page-sozai .main .attract .point-item__group .txt {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-sozai .main .attract .point-item__group .txt span {
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .page-sozai .main .attract {
    padding-top: 120px;
  }
  .page-sozai .main .attract .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-sozai .main .attract__contents {
    margin-top: 40px;
  }
  .page-sozai .main .attract .item {
    width: calc((100% - 30px) / 2);
  }
  .page-sozai .main .attract .item__body {
    padding-top: 20px;
  }
  .page-sozai .main .attract .item__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-sozai .main .attract .item__txt {
    margin-top: 15px;
  }
  .page-sozai .main .attract .point {
    margin-top: 50px;
  }
  .page-sozai .main .attract .point-item {
    padding: 50px 30px;
  }
  .page-sozai .main .attract .point-item__title {
    font-size: 20px;
  }
  .page-sozai .main .attract .point-item__group {
    margin-top: 25px;
  }
  .page-sozai .main .attract .point-item__group + .point-item__group {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page-sozai .main .attract .point-item__group .title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 4px solid #423622;
  }
  .page-sozai .main .attract .point-item__group .txt {
    margin-top: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-sozai .main .attract {
    padding-top: 74px;
  }
  .page-sozai .main .attract .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-sozai .main .attract__contents {
    margin-top: 30px;
  }
  .page-sozai .main .attract .items {
    display: block;
  }
  .page-sozai .main .attract .item {
    width: 100%;
  }
  .page-sozai .main .attract .item + .item {
    margin-top: 54px;
  }
  .page-sozai .main .attract .item__body {
    padding-top: 30px;
  }
  .page-sozai .main .attract .item__title {
    font-size: 15px;
  }
  .page-sozai .main .attract .item__txt {
    margin-top: 22px;
  }
  .page-sozai .main .attract .point {
    margin-top: 50px;
  }
  .page-sozai .main .attract .point-item {
    padding: 30px 20px;
  }
  .page-sozai .main .attract .point-item__title {
    font-size: 18px;
  }
  .page-sozai .main .attract .point-item__group {
    margin-top: 25px;
  }
  .page-sozai .main .attract .point-item__group + .point-item__group {
    margin-top: 15px;
    padding-top: 20px;
  }
  .page-sozai .main .attract .point-item__group .title {
    font-size: 14px;
  }
  .page-sozai .main .attract .point-item__group .txt {
    margin-top: 12px;
  }
}
/* ===================================

  自然素材の魅力：attract

====================================== */
.page-sozai .main .feature {
  padding-top: 168px;
}
.page-sozai .main .feature .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-sozai .main .feature__contents {
  margin-top: 50px;
}
.page-sozai .main .feature .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-sozai .main .feature .item {
  width: calc((100% - 40px) / 2);
}
.page-sozai .main .feature .item:nth-child(n+3) {
  margin-top: 52px;
}
.page-sozai .main .feature .item__thumb, .page-sozai .main .feature .item__img {
  display: block;
  width: 100%;
}
.page-sozai .main .feature .item__body {
  padding-top: 24px;
}
.page-sozai .main .feature .item__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 5px solid var(--cl-bd);
}
.page-sozai .main .feature .item__txt {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-sozai .main .feature .item__txt span {
  font-weight: 700;
}
.page-sozai .main .feature .point {
  margin-top: 85px;
}
.page-sozai .main .feature .point-item {
  width: 100%;
  padding: 85px 80px 75px;
  background-color: #fff;
}
.page-sozai .main .feature .point-item__title {
  font-size: 24px;
  font-weight: 600;
}
.page-sozai .main .feature .point-item__group {
  margin-top: 32px;
}
.page-sozai .main .feature .point-item__group + .point-item__group {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid #ccc;
}
.page-sozai .main .feature .point-item__group .title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
  border-left: 5px solid #423622;
}
.page-sozai .main .feature .point-item__group .txt {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-sozai .main .feature .point-item__group .txt span {
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .page-sozai .main .feature {
    padding-top: 120px;
  }
  .page-sozai .main .feature .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-sozai .main .feature__contents {
    margin-top: 40px;
  }
  .page-sozai .main .feature .item {
    width: calc((100% - 30px) / 2);
  }
  .page-sozai .main .feature .item__body {
    padding-top: 20px;
  }
  .page-sozai .main .feature .item__title {
    padding-left: 12px;
    font-size: 18px;
    border-left: 4px solid var(--cl-bd);
  }
  .page-sozai .main .feature .item__txt {
    margin-top: 15px;
  }
  .page-sozai .main .feature .point {
    margin-top: 50px;
  }
  .page-sozai .main .feature .point-item {
    padding: 50px 30px;
  }
  .page-sozai .main .feature .point-item__title {
    font-size: 20px;
  }
  .page-sozai .main .feature .point-item__group {
    margin-top: 25px;
  }
  .page-sozai .main .feature .point-item__group + .point-item__group {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page-sozai .main .feature .point-item__group .title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 4px solid #423622;
  }
  .page-sozai .main .feature .point-item__group .txt {
    margin-top: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-sozai .main .feature {
    padding-top: 74px;
  }
  .page-sozai .main .feature .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-sozai .main .feature__contents {
    margin-top: 30px;
  }
  .page-sozai .main .feature .items {
    display: block;
  }
  .page-sozai .main .feature .item {
    width: 100%;
  }
  .page-sozai .main .feature .item + .item {
    margin-top: 54px;
  }
  .page-sozai .main .feature .item__body {
    padding-top: 30px;
  }
  .page-sozai .main .feature .item__title {
    font-size: 15px;
  }
  .page-sozai .main .feature .item__txt {
    margin-top: 22px;
  }
  .page-sozai .main .feature .point {
    margin-top: 50px;
  }
  .page-sozai .main .feature .point-item {
    padding: 30px 20px;
  }
  .page-sozai .main .feature .point-item__title {
    font-size: 18px;
  }
  .page-sozai .main .feature .point-item__group {
    margin-top: 25px;
  }
  .page-sozai .main .feature .point-item__group + .point-item__group {
    margin-top: 15px;
    padding-top: 20px;
  }
  .page-sozai .main .feature .point-item__group .title {
    font-size: 14px;
  }
  .page-sozai .main .feature .point-item__group .txt {
    margin-top: 12px;
  }
}
/* ===================================

  自然素材 と 人工素材の比較

====================================== */
.page-sozai .main .compe {
  padding-top: 168px;
}
.page-sozai .main .compe .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-sozai .main .compe .spec-title {
  padding-bottom: 0;
  border-bottom: none;
}
.page-sozai .main .compe__contents {
  margin-top: 70px;
}
.page-sozai .main .compe .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.page-sozai .main .compe table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.page-sozai .main .compe col:first-child {
  width: 190px;
}
.page-sozai .main .compe col:nth-child(2) {
  width: calc((100% - 190px - 10px) / 2);
}
.page-sozai .main .compe col:nth-child(3) {
  width: calc((100% - 190px - 10px) / 2);
}
.page-sozai .main .compe th,
.page-sozai .main .compe td {
  border: none;
  padding: 8px 12px;
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  border: none;
}
.page-sozai .main .compe th:nth-child(n+2),
.page-sozai .main .compe td:nth-child(n+2) {
  border-left: 5px solid #f1f3f0;
}
.page-sozai .main .compe th {
  padding: 18px 10px;
  background-color: #c7c0ac;
  font-weight: 500;
}
.page-sozai .main .compe tbody tr {
  border-top: 5px solid #f1f3f0;
}
.page-sozai .main .compe tbody td {
  vertical-align: middle;
  padding: 15px 25px;
  font-size: 14px;
  background-color: #fff;
}
.page-sozai .main .compe tbody td:first-child {
  padding: 18px 10px;
  background-color: #8ea391;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.page-sozai .main .compe tbody td .df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-sozai .main .compe tbody td span {
  vertical-align: middle;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-sozai .main .compe tbody td span.dbl {
  background-image: url(img/ico/ico-dbl.svg);
}
.page-sozai .main .compe tbody td span.cir {
  background-image: url(img/ico/ico-circle.svg);
}
.page-sozai .main .compe tbody td span.tri {
  background-image: url(img/ico/ico-triangle.svg);
}

@media screen and (max-width: 1199px) {
  .page-sozai .main .compe {
    padding-top: 120px;
  }
  .page-sozai .main .compe .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-sozai .main .compe__contents {
    margin-top: 40px;
  }
  .page-sozai .main .compe col:first-child {
    width: 150px;
  }
  .page-sozai .main .compe col:nth-child(2) {
    width: calc((100% - 150px - 10px) / 2);
  }
  .page-sozai .main .compe col:nth-child(3) {
    width: calc((100% - 150px - 10px) / 2);
  }
  .page-sozai .main .compe th,
  .page-sozai .main .compe td {
    padding: 6px 10px;
  }
  .page-sozai .main .compe th:nth-child(n+2),
  .page-sozai .main .compe td:nth-child(n+2) {
    border-left: 3px solid #f1f3f0;
  }
  .page-sozai .main .compe th {
    padding: 12px 10px;
  }
  .page-sozai .main .compe tbody tr {
    border-top: 3px solid #f1f3f0;
  }
  .page-sozai .main .compe tbody td {
    padding: 12px 15px;
    font-size: 12px;
  }
  .page-sozai .main .compe tbody td:first-child {
    padding: 12px 10px;
    font-size: 14px;
  }
  .page-sozai .main .compe tbody td span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 758px) {
  .page-sozai .main .compe {
    padding-top: 74px;
  }
  .page-sozai .main .compe .container {
    max-width: 100%;
    padding: 0 5px;
  }
  .page-sozai .main .compe__contents {
    margin-top: 30px;
  }
  .page-sozai .main .compe col:first-child {
    width: 80px;
  }
  .page-sozai .main .compe col:nth-child(2) {
    width: calc((100% - 80px - 10px) / 2);
  }
  .page-sozai .main .compe col:nth-child(3) {
    width: calc((100% - 80px - 10px) / 2);
  }
  .page-sozai .main .compe th,
  .page-sozai .main .compe td {
    padding: 10px 5px;
  }
  .page-sozai .main .compe th:nth-child(n+2),
  .page-sozai .main .compe td:nth-child(n+2) {
    border-left: 5px solid #f1f3f0;
  }
  .page-sozai .main .compe th {
    padding: 16px 5px;
  }
  .page-sozai .main .compe tbody tr {
    border-top: 5px solid #f1f3f0;
  }
  .page-sozai .main .compe tbody td {
    padding: 10px 5px 8px;
    font-size: 10px;
    text-align: center;
  }
  .page-sozai .main .compe tbody td .df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-sozai .main .compe tbody td:first-child {
    padding: 10px 2px;
    font-size: 12px;
  }
  .page-sozai .main .compe tbody td span {
    margin-right: 0;
    margin-bottom: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23px;
            flex: 0 0 23px;
    width: 23px;
    height: 23px;
  }
}
/* ===================================

  よくある質問

====================================== */
.page-faq .main {
  padding: 80px 0 120px;
  background-color: #f1f3f0;
}
.page-faq .main .container {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.page-faq .main .item {
  width: 100%;
}
.page-faq .main .item + .item {
  margin-top: 30px;
}
.page-faq .main .item__q, .page-faq .main .item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-faq .main .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  font-size: 24px;
  font-weight: 600;
}
.page-faq .main .item__q {
  padding: 18px 30px;
  background-color: #313131;
  color: #fff;
}
.page-faq .main .item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -0.05em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.page-faq .main .item__a {
  padding: 18px 30px;
  background-color: #fff;
  border: 1px solid #313131;
}
.page-faq .main .item__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -0.25em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.page-faq .c-contact {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .page-faq .main {
    padding: 60px 0 100px;
  }
  .page-faq .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-faq .main .item + .item {
    margin-top: 20px;
  }
  .page-faq .main .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    width: 32px;
    font-size: 20px;
  }
  .page-faq .main .item__q {
    padding: 16px 25px;
  }
  .page-faq .main .item__title {
    font-size: 16px;
  }
  .page-faq .main .item__a {
    padding: 16px 25px;
  }
}
@media screen and (max-width: 758px) {
  .page-faq .main {
    padding: 40px 0 60px;
  }
  .page-faq .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-faq .main .item + .item {
    margin-top: 15px;
  }
  .page-faq .main .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
    font-size: 16px;
  }
  .page-faq .main .item__q {
    padding: 12px 15px;
  }
  .page-faq .main .item__title {
    font-size: 14px;
  }
  .page-faq .main .item__a {
    padding: 12px 15px;
  }
}