@charset "UTF-8";
/*
Theme Name: kawauchikenchiku
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div, ul, ol, dl {
  zoom: 1;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- ページネーション */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 1.4em;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination span, .pagination a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  margin: 0 1em;
  color: #c2beae;
  text-decoration: none !important;
  cursor: pointer;
}

.pagination span.current, .pagination a.current {
  color: #000 !important;
}

.pagination a:link, .pagination a:visited {
  color: #c2beae;
}

.pagination a:hover {
  color: #000;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

.pagination a.next, .pagination a.prev {
  color: #000;
  padding-right: 8px;
  padding-left: 8px;
}

.pagination a.next:hover, .pagination a.prev:hover {
  color: #444;
}

/* ----------------------------- 全体 */
body {
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  color: #444;
  font-family: "小塚ゴシック Pr6N", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #f9faf8;
  position: relative;
}

a:link, a:visited {
  color: #444;
  text-decoration: underline;
}

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

a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

a:hover img {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inline_pc {
  display: inline;
}

.inline_sp {
  display: none;
}

img, .bx-wrapper img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* ----------------------------- 共通 */
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrap900 {
  width: 900px;
  margin: 0 auto;
}

.wrap800 {
  width: 800px;
  margin: 0 auto;
}

.wrap700 {
  width: 700px;
  margin: 0 auto;
}

/* ----------------------------- タイトル */
.c_tit1 {
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  line-height: 1.4em;
}

.c_tit1 small {
  display: block;
  font-size: 50%;
  letter-spacing: 0.2em;
}

.c_tit2 {
  font-size: clamp(1.8rem, 2vw, 3rem);
  line-height: 1.4em;
}

/* ----------------------------- ボタン */
.btn1 a {
  text-decoration: none;
}

.btn1 a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  background: url(images/common/icon1.svg) no-repeat;
  background-size: contain;
  margin-left: 20px;
}

.btn1 a:hover {
  opacity: 0.65;
}

.btn2 {
  width: 420px;
}

.btn2 a {
  display: block;
  background: #c2beae;
  border-radius: 10px;
  padding: 30px 0;
  position: relative;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.btn2 a:after {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background: url(images/common/icon3.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.btn2 a:hover {
  opacity: 0.65;
}

/* ----------------------------- 投稿詳細共通 */
.control {
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.control a {
  text-decoration: none;
}

.control a:hover {
  opacity: 0.65;
}

/* ----------------------------- フォーム共通 */
.form_box table {
  width: 100%;
}

.form_box table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  width: 180px;
  padding: 25px 0 15px;
}

.form_box table th .required {
  color: #ff4444;
}

.form_box table td {
  padding: 15px 0;
}

.form_box table td input[type="text"],
.form_box table td input[type="email"],
.form_box table td input[type="tel"],
.form_box table td select,
.form_box table td textarea {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
}

.form_box table td input[type="text"]::-webkit-input-placeholder,
.form_box table td input[type="email"]::-webkit-input-placeholder,
.form_box table td input[type="tel"]::-webkit-input-placeholder,
.form_box table td select::-webkit-input-placeholder,
.form_box table td textarea::-webkit-input-placeholder {
  color: #c2beae;
  letter-spacing: 0.2em;
}

.form_box table td input[type="text"]:-ms-input-placeholder,
.form_box table td input[type="email"]:-ms-input-placeholder,
.form_box table td input[type="tel"]:-ms-input-placeholder,
.form_box table td select:-ms-input-placeholder,
.form_box table td textarea:-ms-input-placeholder {
  color: #c2beae;
  letter-spacing: 0.2em;
}

.form_box table td input[type="text"]::-ms-input-placeholder,
.form_box table td input[type="email"]::-ms-input-placeholder,
.form_box table td input[type="tel"]::-ms-input-placeholder,
.form_box table td select::-ms-input-placeholder,
.form_box table td textarea::-ms-input-placeholder {
  color: #c2beae;
  letter-spacing: 0.2em;
}

.form_box table td input[type="text"]::placeholder,
.form_box table td input[type="email"]::placeholder,
.form_box table td input[type="tel"]::placeholder,
.form_box table td select::placeholder,
.form_box table td textarea::placeholder {
  color: #c2beae;
  letter-spacing: 0.2em;
}

.form_box table td .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}

.form_box table td .wpcf7-list-item:last-child {
  margin-right: 0;
}

.form_box .privacy_txt {
  margin-top: clamp(40px, 5vw, 80px);
  padding-left: 10%;
  font-size: 1.2rem;
}

.form_box .contact_btn {
  text-align: center;
  margin-top: clamp(40px, 6vw, 100px);
}

.form_box .contact_btn input {
  width: 420px;
  background: #c2beae url(images/common/icon3.svg) center right 3% no-repeat;
  background-size: 30px;
  border-radius: 10px;
  padding: 30px 0;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form_box .contact_btn input:hover {
  opacity: 0.65;
}

.form_box .contact_btn .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

/* ----------------------------- ヘッダー */
.header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 1%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f9faf8;
}

.header .logo {
  width: 18%;
}

.header.fixed, .header.under {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* ----------------------------- ナビ */
.nav {
  width: 1000px;
  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;
}

.nav .gnav {
  width: 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav .gnav li {
  position: relative;
}

.nav .gnav li:last-child {
  margin-right: 0;
}

.nav .gnav li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
}

.nav .gnav li a {
  font-size: 1.5rem;
  text-decoration: none;
}

.nav .gnav li a:hover {
  opacity: 0.65;
}

.nav .gnav li .noclick {
  pointer-events: none;
  cursor: pointer;
}

.nav .gnav li .sub_menu {
  width: 205px;
  padding: 4px 8px;
  background: #f9faf8;
  position: absolute;
  top: 100%;
  left: -10%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}

.nav .gnav li .sub_menu span {
  display: block;
}

.nav .gnav li .sub_menu span a {
  font-size: 1.3rem;
}

.nav .gnav li .sub_menu span a:hover {
  opacity: 0.65;
}

.nav .sns {
  width: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav .sns li {
  width: 28%;
}

.nav .sns li:last-child {
  margin-right: 0;
}

/* ----------------------------- パンくずリスト */
.pan {
  padding: 30px 0;
  margin-top: 100px;
}

.pan a:after, .pan span:after {
  content: ">";
  margin-left: 0.4em;
}

.pan a:last-child:after, .pan span:last-child:after {
  display: none;
}

.pan a {
  text-decoration: none;
}

.pan a:hover {
  opacity: 0.65;
}

/* ----------------------------- メインビジュアル */
.mv {
  padding-top: clamp(30px, 4vw, 60px);
}

.mv h2 {
  font-size: clamp(2rem, 2vw, 3rem);
  line-height: 2em;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 3%;
}

.mv .img {
  width: 100%;
  height: clamp(300px, 30vw, 500px);
  background: url(images/common/mv.jpg) center no-repeat;
  background-size: cover;
}

.mv .mv_slider li {
  height: clamp(300px, 30vw, 500px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ----------------------------- トップ */
.top_block1 {
  padding: clamp(60px, 10vw, 140px) 0;
}

.top_block1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_block1 .box .inner {
  width: 70%;
  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;
}

.top_block1 .box .inner .img {
  width: 35%;
}

.top_block1 .box .inner .txt {
  width: 51%;
}

.top_block1 .box .inner .txt p {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.4em;
}

.top_block1 .box .inner .txt .btn1 {
  margin-top: 40px;
}

.top_block2 {
  padding: clamp(60px, 10vw, 140px) 0;
  background: #e2e0d8;
}

.top_block2 ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_block2 ul li {
  width: 33.33%;
  border-right: 1px solid #e2e0d8;
}

.top_block2 ul li:last-child {
  border-right: 0;
}

.top_block2 ul li .img img {
  width: 100%;
}

.top_block2 ul li .txt {
  width: 100%;
  height: 100%;
  background: rgba(226, 224, 216, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_block2 ul li .txt span {
  display: block;
}

.top_block2 ul li .txt .title {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}

.top_block2 ul li .txt .place {
  margin-top: 10px;
}

.top_block2 ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}

.top_block2 ul li a:hover .txt {
  opacity: 1;
}

.top_block2 .btn1 {
  margin-top: 60px;
  text-align: center;
}

.top_block3 {
  padding: clamp(60px, 10vw, 140px) 0;
}

.top_block3 .voice_list {
  margin-top: 60px;
}

.top_block3 .btn1 {
  margin-top: 60px;
  text-align: center;
}

.top_block4 {
  padding: clamp(60px, 10vw, 140px) 0;
  background: #e2e0d8;
}

.top_block4 ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_block4 ul li {
  width: 32%;
  margin-right: 2%;
}

.top_block4 ul li:last-child {
  margin-right: 0;
}

.top_block4 ul li a {
  text-decoration: none;
}

.top_block4 ul li a:hover {
  opacity: 0.65;
}

.top_block4 ul li a:hover img {
  opacity: 1;
}

.top_block4 ul li .img img {
  width: 100%;
}

.top_block4 ul li .txt {
  padding: 5%;
}

.top_block4 ul li .txt .title {
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.top_block4 .btn1 {
  margin-top: 60px;
  text-align: center;
}

.top_block5 {
  padding: clamp(60px, 10vw, 140px) 0;
}

.top_block5 ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_block5 ul li {
  width: 22%;
  margin-right: 4%;
}

.top_block5 ul li:last-child {
  margin-right: 0;
}

.top_block5 ul li a {
  text-decoration: none;
}

.top_block5 ul li .txt {
  margin-top: 20px;
}

.top_block5 ul li .txt .title {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.top_block5 ul li .txt .date {
  margin-top: 5px;
}

.top_block5 .btn1 {
  margin-top: 60px;
  text-align: center;
}

.top_block6 {
  padding: clamp(60px, 10vw, 140px) 0;
  background: #e2e0d8;
}

.top_block6 ul {
  max-width: 800px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_block6 ul li {
  width: 48%;
}

.top_block6 ul li a {
  display: block;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.2);
  padding: 40px 5%;
  text-align: center;
  text-decoration: none;
}

.top_block6 ul li a:hover {
  opacity: 0.65;
}

.top_block6 ul li a:hover img {
  opacity: 1;
}

.top_block6 ul li h4 {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  color: #c2beae;
  min-height: 3em;
  margin: 40px 0 60px;
}

.top_block6 ul li .icon {
  width: clamp(40px, 6vw, 80px);
  margin: 0 auto;
}

.top_block7 {
  padding: clamp(60px, 10vw, 140px) 0;
}

.top_block7 .box {
  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;
  margin-top: 60px;
}

.top_block7 .box .img {
  width: 55%;
  /*display: flex;
			justify-content: space-between;
			align-items: end;
			img{
				&:nth-child(1){
					width: 66%;
				}
				&:nth-child(2){
					width: 30%;
				}
			}*/
}

.top_block7 .box .txt p {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 2.4em;
}

.top_block7 .box .txt .btn1 {
  margin-top: 60px;
}

.top_block8 {
  padding: clamp(60px, 10vw, 140px) 0;
  background: #e2e0d8;
}

.top_block8 .information_list {
  margin-top: 60px;
}

.top_block8 .btn1 {
  margin-top: 60px;
  text-align: center;
}

.top_block9 {
  padding: 0 0 clamp(60px, 10vw, 140px);
}

.top_block9 .box {
  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;
  margin-top: 60px;
}

.top_block9 .box .icon {
  width: 55%;
  text-align: center;
}

.top_block9 .box .icon img {
  max-width: clamp(130px, 18vw, 230px);
}

.top_block9 .box .txt p {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 2.4em;
}

.top_block9 .box .txt .btn1 {
  margin-top: 60px;
}

/* ----------------------------- 家づくりの想い */
.concept_block1 {
  padding: clamp(40px, 4vw, 100px) 0;
}

.concept_block1 .box {
  position: relative;
  padding: clamp(40px, 4vw, 100px) 0;
}

.concept_block1 .box .inner {
  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;
}

.concept_block1 .box .txt p {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.6em;
  margin-top: clamp(20px, 2.5vw, 40px);
}

.concept_block1 .box1 {
  padding-top: 0;
}

.concept_block1 .box1 .txt {
  width: 51%;
}

.concept_block1 .box1 .img {
  width: 38%;
}

.concept_block1 .box2 .txt {
  width: 48%;
  margin-left: auto;
}

.concept_block1 .box2 .txt p {
  margin-top: 0;
}

.concept_block1 .box2 .img {
  width: 45%;
  position: absolute;
  left: 0;
}

.concept_block1 .box3 {
  margin-top: clamp(40px, 4vw, 100px);
}

.concept_block1 .box3 .img {
  width: 45%;
  position: absolute;
  right: 0;
}

.concept_block1 .box3 .img img:nth-child(2) {
  margin: 20px 20px 0 0;
  width: 23%;
}

.concept_block1 .box3 .img img:nth-child(3) {
  margin-top: 20px;
  width: 48.6%;
}

.concept_block1 .box4 {
  margin-top: clamp(40px, 4vw, 100px);
}

.concept_block1 .box4 .txt {
  width: 59%;
  margin-left: auto;
}

.concept_block1 .box4 .img {
  width: 40%;
  position: absolute;
  left: 0;
}

.concept_block1 .box5 .img {
  width: 40%;
}

/* ----------------------------- リフォーム・リノベーション */
.reform_block1 {
  padding: clamp(40px, 4vw, 100px) 0;
}

.reform_block1 .box {
  position: relative;
  padding: clamp(40px, 5vw, 100px) 0;
}

.reform_block1 .box .inner {
  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;
}

.reform_block1 .box .txt .item {
  margin-bottom: clamp(40px, 4vw, 100px);
}

.reform_block1 .box .txt .item:last-child {
  margin-bottom: 0;
}

.reform_block1 .box .txt p {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.6em;
  margin-top: clamp(20px, 2.5vw, 40px);
}

.reform_block1 .box1 {
  padding-top: 0;
}

.reform_block1 .box1 .txt {
  width: 51%;
}

.reform_block1 .box1 .img {
  width: 35%;
}

.reform_block1 .box2 {
  height: clamp(168px, 25vw, 468px);
}

.reform_block1 .box2 .inner {
  display: block;
}

.reform_block1 .box2 .img {
  width: 52%;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reform_block1 .box2 .img .img1 {
  width: 78%;
}

.reform_block1 .box2 .img .img2 {
  width: 19%;
}

.reform_block1 .box3 .img {
  width: 45%;
  position: absolute;
  right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.reform_block1 .box3 .img .img1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.reform_block1 .box3 .img .img2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 3%;
}

.reform_block1 .box4 .txt {
  margin-left: auto;
}

.reform_block1 .box4 .img {
  width: 43%;
  position: absolute;
  left: 0;
}

.reform_block1 .box4 .img span {
  display: block;
}

.reform_block1 .box4 .img .img2 {
  width: 40%;
  margin-top: 3%;
  margin-left: auto;
}

.reform_block2 {
  padding: clamp(40px, 4vw, 100px) 0;
  background: #e2e0d8;
}

.reform_block2 ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}

.reform_block2 ul li {
  width: 30%;
  margin-bottom: 60px;
}

.reform_block2 ul li .txt {
  margin-top: 20px;
}

.reform_block2 ul li .txt h4 {
  font-size: clamp(1.6rem, 1.6vw, 1.9rem);
}

.reform_block2 ul li .txt p {
  margin-top: 10px;
}

.reform_block3 {
  padding: clamp(40px, 4vw, 100px) 0;
}

.reform_block3 .c_tit1 {
  text-align: center;
}

.reform_block3 ul {
  margin-top: 60px;
}

.reform_block3 ul li {
  padding: 45px 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reform_block3 ul li:nth-child(2n) {
  background: #edece5;
}

.reform_block3 ul li h4 {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  min-width: clamp(250px, 28vw, 330px);
  margin-right: 1em;
}

.reform_block3 ul li p {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
}

/* ----------------------------- 新築 */
.construction_block1 {
  padding: clamp(40px, 4vw, 100px) 0;
}

.construction_block1 .box {
  position: relative;
  padding: clamp(40px, 5vw, 100px) 0;
}

.construction_block1 .box .inner {
  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;
}

.construction_block1 .box .txt .item {
  margin-bottom: clamp(40px, 4vw, 100px);
}

.construction_block1 .box .txt .item:last-child {
  margin-bottom: 0;
}

.construction_block1 .box .txt p {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.6em;
  margin-top: clamp(20px, 2.5vw, 40px);
}

.construction_block1 .box1 {
  padding-top: 0;
}

.construction_block1 .box1 .txt {
  width: 51%;
}

.construction_block1 .box1 .img {
  width: 35%;
}

.construction_block1 .box2 {
  height: clamp(132px, 23vw, 432px);
}

.construction_block1 .box2 .inner {
  display: block;
}

.construction_block1 .box2 .img {
  width: 50%;
  position: absolute;
  left: 0;
}

.construction_block1 .box3 .txt {
  width: 53%;
}

.construction_block1 .box3 .img {
  width: 45%;
  position: absolute;
  right: 0;
}

.construction_block1 .box3 .img span {
  display: block;
}

.construction_block1 .box3 .img .img1 {
  width: 42%;
}

.construction_block1 .box3 .img .img2 {
  margin-top: 3%;
}

.construction_block1 .box4 .txt {
  margin-left: auto;
}

.construction_block1 .box4 .img {
  width: 43%;
  position: absolute;
  left: 0;
}

.construction_block2 {
  padding: clamp(40px, 4vw, 100px) 0;
  background: #e2e0d8;
}

.construction_block2 ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}

.construction_block2 ul li {
  width: 30%;
  margin-bottom: 60px;
}

.construction_block2 ul li .txt {
  margin-top: 20px;
}

.construction_block2 ul li .txt h4 {
  font-size: clamp(1.6rem, 1.6vw, 1.9rem);
}

.construction_block2 ul li .txt p {
  margin-top: 10px;
}

.construction_block3 {
  padding: clamp(40px, 4vw, 100px) 0;
}

.construction_block3 .c_tit1 {
  text-align: center;
}

.construction_block3 ul {
  margin-top: 60px;
}

.construction_block3 ul li {
  padding: 45px 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.construction_block3 ul li:nth-child(2n) {
  background: #edece5;
}

.construction_block3 ul li h4 {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  min-width: clamp(250px, 28vw, 330px);
  margin-right: 1em;
}

.construction_block3 ul li p {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
}

/* ----------------------------- 私たちについて */
.company_block1 {
  padding: clamp(60px, 9vw, 140px) 0;
}

.company_block1 .box {
  position: relative;
}

.company_block1 .box .inner {
  padding-bottom: clamp(80px, 16vw, 300px);
}

.company_block1 .box .inner .txt {
  width: 50%;
}

.company_block1 .box .inner .txt p {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.6em;
  margin-top: clamp(20px, 2.5vw, 40px);
}

.company_block1 .box .inner .img1 {
  width: clamp(370px, 45vw, 770px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.company_block1 .box .img2 {
  width: 19%;
}

.company_block1 .box .img3 {
  margin-top: -150px;
  width: 39%;
  margin-left: auto;
}

.company_block2 {
  padding: clamp(60px, 9vw, 140px) 0;
}

.company_block2 .c_tit1 {
  text-align: center;
}

.company_block2 .box {
  margin-top: clamp(40px, 6vw, 100px);
}

.company_block2 .box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: clamp(60px, 10vw, 140px);
}

.company_block2 .box .inner:last-child {
  margin-bottom: 0;
}

.company_block2 .box .inner:nth-child(2n) .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.company_block2 .box .inner:nth-child(2n) .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.company_block2 .box .inner h3 {
  font-size: clamp(2rem, 2vw, 2.2rem);
}

.company_block2 .box .inner h4 {
  font-size: clamp(1.6rem, 1.6vw, 1.9rem);
}

.company_block2 .box .inner .detail {
  width: 40%;
}

.company_block2 .box .inner .detail .intelligence {
  margin-top: 40px;
}

.company_block2 .box .inner .detail .intelligence .name {
  font-size: clamp(1.8rem, 2vw, 2.3rem);
}

.company_block2 .box .inner .detail .intelligence .name small {
  font-size: 65%;
  margin-left: 1em;
}

.company_block2 .box .inner .detail .intelligence .position {
  margin-bottom: 30px;
}

.company_block2 .box .inner .detail .sub_img {
  width: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(40px, 4vw, 100px);
  position: relative;
}

.company_block2 .box .inner .detail .sub_img.sp {
  display: none;
}

.company_block2 .box .inner .txt {
  width: 50%;
}

.company_block2 .box .inner .txt ul {
  margin-top: 40px;
}

.company_block2 .box .inner .txt ul li {
  margin-bottom: 40px;
}

.company_block2 .box .inner .txt ul li:last-child {
  margin-bottom: 0;
}

.company_block2 .box .inner .txt ul li p {
  margin-top: 10px;
}

.company_block2 .box .inner1 .detail .sub_img {
  right: 20%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.company_block2 .box .inner1 .detail .sub_img .img1 {
  width: 44%;
}

.company_block2 .box .inner1 .detail .sub_img .img2 {
  width: 50%;
}

.company_block2 .box .inner2 .detail .sub_img {
  left: 20%;
}

.company_block2 .box .inner2 .detail .sub_img .img1 {
  width: 37%;
  margin-top: 15%;
}

.company_block2 .box .inner2 .detail .sub_img .img2 {
  width: 58%;
}

.company_block2 .box .inner3 .detail .sub_img {
  right: 35%;
}

.company_block2 .box .inner3 .detail .sub_img .img1 {
  width: 58%;
}

.company_block2 .box .inner3 .detail .sub_img .img2 {
  width: 37%;
  margin-top: 15%;
}

.company_block2 .box .inner4 .detail .sub_img {
  width: 120%;
}

.company_block2 .box .inner4 .detail .sub_img .img1 {
  width: 58%;
  margin-top: 15%;
}

.company_block2 .box .inner4 .detail .sub_img .img2 {
  width: 37%;
}

.company_block3 {
  padding: clamp(40px, 6vw, 100px) 0;
}

.company_block3 h3 {
  font-size: clamp(2rem, 2vw, 2.5rem);
}

.company_block3 .box1 {
  position: relative;
}

.company_block3 .box1 .txt {
  width: 55%;
  margin-left: auto;
}

.company_block3 .box1 .txt table {
  width: 100%;
  margin-top: 40px;
}

.company_block3 .box1 .txt table tr {
  border-top: 1px solid #444;
}

.company_block3 .box1 .txt table tr:last-child {
  border-bottom: 1px solid #444;
}

.company_block3 .box1 .txt table tr th {
  width: 100px;
  padding: clamp(10px, 1.5vw, 30px) 0;
  font-weight: normal;
  text-align: justify;
}

.company_block3 .box1 .txt table tr td {
  padding: clamp(10px, 1.5vw, 30px) 0 clamp(10px, 1.5vw, 30px) clamp(15px, 2.5vw, 40px);
}

.company_block3 .box1 .img {
  width: clamp(340px, 36vw, 670px);
  position: absolute;
  top: 0;
  left: 3%;
}

.company_block3 .box2 {
  margin-top: 160px;
}

.company_block3 .box2 h3 {
  text-align: center;
}

.company_block3 .box2 .map {
  margin-top: 40px;
}

.company_block3 .box2 .map iframe {
  width: 100%;
  height: 500px;
}

/* ----------------------------- 施工事例 */
.case {
  padding: clamp(60px, 9vw, 140px) 0;
}

.case .read {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.6em;
  margin-top: clamp(20px, 2.5vw, 40px);
}

.case ul {
  margin-top: clamp(40px, 6vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}

.case ul li {
  width: 30%;
  margin-bottom: 5%;
}

.case ul li a {
  text-decoration: none;
}

.case ul li a:hover {
  opacity: 0.65;
}

.case ul li a:hover img {
  opacity: 1;
}

.case ul li .img {
  text-align: center;
  background: #c2beae;
}

.case ul li .img img {
  width: auto;
  max-height: 206px;
}

.case ul li .txt {
  margin-top: 20px;
}

.case ul li .txt .detail {
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
}

.case ul li .txt .title {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  margin-top: 5px;
}

/* ----------------------------- 施工事例詳細 */
.single_case {
  padding: clamp(40px, 6vw, 100px) 3%;
}

.single_case .main_img {
  text-align: center;
}

.single_case .txt {
  max-width: 1000px;
  margin: clamp(40px, 6vw, 100px) auto;
}

.single_case .txt .detail {
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
}

.single_case .txt .title {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  margin-top: 10px;
}

.single_case .txt .read {
  margin-top: clamp(20px, 2.5vw, 40px);
}

.single_case .img li {
  text-align: center;
  margin-bottom: clamp(20px, 2.5vw, 40px);
}

.single_case .img li:last-child {
  margin-bottom: 0;
}

.single_case .btn {
  max-width: 500px;
  margin: clamp(40px, 6vw, 100px) auto;
}

.single_case .btn a {
  display: block;
  background: #c2beae;
  border-radius: 15px;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.single_case .btn a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: clamp(40px, 8vw, 70px);
  height: clamp(40px, 8vw, 70px);
  background: url(images/common/icon5.svg) no-repeat;
  background-size: contain;
  margin-left: 5%;
}

.single_case .btn a:hover {
  opacity: 0.65;
}

.single_case .control {
  margin: clamp(40px, 6vw, 100px) auto 0;
}

/* ----------------------------- お客様の声 */
.voice_list li {
  border-top: 1px solid #444;
}

.voice_list li:last-child {
  border-bottom: 1px solid #444;
}

.voice_list li a {
  padding: 40px clamp(60px, 8vw, 100px) 40px 0;
  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;
  position: relative;
  text-decoration: none;
}

.voice_list li a:after {
  content: "";
  display: block;
  width: clamp(35px, 6vw, 80px);
  height: clamp(35px, 6vw, 80px);
  background: url(images/common/icon1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.voice_list li a:hover {
  opacity: 0.65;
}

.voice_list li a:hover img {
  opacity: 1;
}

.voice_list li .img {
  width: 35%;
}

.voice_list li .img img {
  width: 100%;
}

.voice_list li .txt {
  width: 57%;
}

.voice_list li .txt .title {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

.voice_list li .txt .date {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

.voice {
  padding: clamp(60px, 9vw, 140px) 0;
}

.voice .read {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.6em;
  margin-top: clamp(20px, 2.5vw, 40px);
}

.voice ul {
  margin: clamp(40px, 6vw, 100px) 0 clamp(30px, 4vw, 60px);
}

/* ----------------------------- お客様の声詳細 */
.single_voice {
  padding: clamp(40px, 6vw, 100px) 0;
}

.single_voice .detail {
  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;
}

.single_voice .detail .txt {
  width: 56%;
}

.single_voice .detail .txt .title {
  font-size: clamp(2rem, 2vw, 2.6rem);
  line-height: 1.4em;
  margin-top: 5px;
}

.single_voice .detail .txt .read {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.2em;
  margin-top: 20px;
}

.single_voice .detail .main_img {
  width: 40%;
}

.single_voice .detail.vertical .main_img {
  width: 30%;
}

.single_voice .content {
  max-width: 900px;
  margin: clamp(60px, 6vw, 100px) auto 0;
}

.single_voice .content h4 {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
  margin-bottom: clamp(20px, 2.5vw, 30px);
}

.single_voice .content .txt-sizeH4 {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

.single_voice .content .bold {
  font-weight: 500;
}

.single_voice .content .center {
  text-align: center;
}

.single_voice .content p {
  margin-bottom: 20px;
}

.single_voice .content .box_h4, .single_voice .content .box_list {
  margin-top: clamp(20px, 2.5vw, 30px);
}

.single_voice .control {
  margin: clamp(40px, 6vw, 100px) auto 0;
}

/* ----------------------------- イベント */
.event {
  padding: clamp(60px, 9vw, 140px) 0;
}

.event ul {
  margin-top: clamp(40px, 6vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}

.event ul li {
  width: 32%;
  margin-bottom: 6%;
}

.event ul li a {
  text-decoration: none;
}

.event ul li a:hover {
  opacity: 0.65;
}

.event ul li a:hover img {
  opacity: 1;
}

.event ul li .txt {
  margin-top: 20px;
}

.event ul li .txt .title {
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ----------------------------- イベント詳細 */
.single_event .control {
  margin: clamp(40px, 6vw, 100px) auto 0;
}

.single_event_block1 {
  padding: clamp(40px, 6vw, 100px) 0;
}

.single_event_block1 .title {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  line-height: 1.5em;
}

.single_event_block1 .tag {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single_event_block1 .tag span {
  margin-right: 1em;
}

.single_event_block1 .tag span:after {
  content: "|";
  margin-left: 1em;
}

.single_event_block1 .tag span:last-child {
  margin-right: 0;
}

.single_event_block1 .tag span:last-child:after {
  display: none;
}

.single_event_block1 .tag span a {
  text-decoration: none;
}

.single_event_block1 .tag span a:hover {
  opacity: 0.65;
}

.single_event_block1 .content {
  margin-top: clamp(40px, 6vw, 100px);
}

.single_event_block1 .content h4 {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
  margin-bottom: 30px;
}

.single_event_block1 .content .txt-sizeH4 {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

.single_event_block1 .content .bold, .single_event_block1 .content strong {
  font-weight: 500;
}

.single_event_block1 .content .center {
  text-align: center;
}

.single_event_block1 .content p {
  margin-bottom: 20px;
}

.single_event_block1 .content .box_h4, .single_event_block1 .content .box_list {
  margin-top: 30px;
}

.single_event_block2 {
  padding: clamp(40px, 6vw, 100px) 0;
  background: #e2e0d8;
}

.single_event_block2 .read {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.2em;
  margin-top: clamp(20px, 2.5vw, 40px);
}

.single_event_block2 .read span {
  color: #ff4444;
}

.single_event_block2 .form_box {
  margin-top: clamp(40px, 6vw, 100px);
}

.single_event_block2 .form_box table td .date_time {
  display: inline-block;
}

.single_event_block2 .form_box table td .month_day {
  margin-right: 1em;
}

.single_event_block2 .form_box table td select {
  width: clamp(80px, 11vw, 165px);
}

/* ----------------------------- お知らせ */
.information_list {
  border-top: 1px solid #444;
}

.information_list li {
  border-bottom: 1px solid #444;
}

.information_list li a {
  display: block;
  text-decoration: none;
  padding: 20px 3%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.information_list li a:hover {
  background: #c2beae;
}

.information_list li .title {
  margin-left: 3em;
}

.information {
  padding: clamp(60px, 9vw, 140px) 0;
}

.information ul {
  margin: clamp(40px, 6vw, 100px) 0;
}

/* ----------------------------- コラム */
.column {
  padding: clamp(60px, 9vw, 140px) 0;
}

.column .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: clamp(60px, 8vw, 100px);
}

.column .box .txt {
  width: 40%;
}

.column .box .txt .read {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.6em;
  margin-top: clamp(20px, 2.5vw, 40px);
}

.column .box .img {
  width: 55%;
}

.column .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  margin-bottom: clamp(60px, 8vw, 100px);
}

.column .tag_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 4em;
}

.column .tag_list ul li {
  margin-right: 1em;
}

.column .tag_list ul li:after {
  content: "|";
  margin-left: 1em;
}

.column .tag_list ul li:last-child {
  margin-right: 0;
}

.column .tag_list ul li:last-child:after {
  display: none;
}

.column .tag_list ul li a {
  text-decoration: none;
}

.column .tag_list ul li a:hover {
  opacity: 0.65;
}

.column .column_list {
  margin-bottom: clamp(60px, 8vw, 100px);
}

.column .column_list li {
  border-top: 1px solid #444;
}

.column .column_list li:last-child {
  border-bottom: 1px solid #444;
}

.column .column_list li a {
  padding: 40px clamp(60px, 8vw, 100px) 40px 0;
  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;
  position: relative;
  text-decoration: none;
}

.column .column_list li a:after {
  content: "";
  display: block;
  width: clamp(35px, 6vw, 80px);
  height: clamp(35px, 6vw, 80px);
  background: url(images/common/icon1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.column .column_list li a:hover {
  opacity: 0.65;
}

.column .column_list li a:hover img {
  opacity: 1;
}

.column .column_list li .img {
  width: 35%;
}

.column .column_list li .img img {
  width: 100%;
}

.column .column_list li .txt {
  width: 57%;
}

.column .column_list li .txt .title {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

.column .column_list li .txt .date {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

.column .column_list li .txt .tag {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}

.column .column_list li .txt .tag span {
  margin-right: 1em;
}

.column .column_list li .txt .tag span:after {
  content: "|";
  margin-left: 1em;
}

.column .column_list li .txt .tag span:last-child {
  margin-right: 0;
}

.column .column_list li .txt .tag span:last-child:after {
  display: none;
}

/* ----------------------------- よくある質問 */
.faq_block1 {
  padding: clamp(60px, 9vw, 140px) 0;
}

.faq_block1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: clamp(60px, 8vw, 100px);
}

.faq_block1 .box .txt {
  width: 40%;
}

.faq_block1 .box .txt .read {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.6em;
  margin-top: clamp(20px, 2.5vw, 40px);
}

.faq_block1 .box .img {
  width: 55%;
}

.faq_block1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: clamp(60px, 8vw, 100px);
}

.faq_block1 .list h4 {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  padding-right: 4em;
}

.faq_block1 .list ul li {
  margin-bottom: 0.6em;
}

.faq_block1 .list ul li:last-child {
  margin-bottom: 0;
}

.faq_block1 .list ul li a {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  text-decoration: none;
}

.faq_block1 .list ul li a:hover {
  opacity: 0.65;
}

.faq_block1 .list ul li .number:after {
  content: "|";
  margin: 0 0.5em;
}

.faq_block1 .qa .inner {
  padding-top: clamp(80px, 10vw, 120px);
}

.faq_block1 .qa .inner h4 {
  font-size: clamp(1.8rem, 1.8vw, 2rem);
}

.faq_block1 .qa .inner ul {
  border-top: 1px solid #444;
  margin-top: clamp(20px, 2.5vw, 40px);
}

.faq_block1 .qa .inner ul li {
  padding: clamp(15px, 2vw, 30px) 0;
  border-bottom: 1px solid #444;
}

.faq_block1 .qa .inner ul li .q {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  text-align: justify;
}

.faq_block1 .qa .inner ul li .q:before {
  content: "Q.";
}

.faq_block1 .qa .inner ul li .q .icon {
  width: clamp(15px, 1.5vw, 20px);
  height: clamp(15px, 1.5vw, 20px);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.faq_block1 .qa .inner ul li .q .icon:before, .faq_block1 .qa .inner ul li .q .icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #444;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.faq_block1 .qa .inner ul li .q .icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq_block1 .qa .inner ul li .q.close .icon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.faq_block1 .qa .inner ul li .q.close .icon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq_block1 .qa .inner ul li .a {
  display: none;
  padding: clamp(10px, 1vw, 20px) 30px 0 1.3em;
}

.faq_block1 .qa .inner ul li .a p {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  line-height: 1.6em;
  text-align: justify;
}

/* ----------------------------- お問い合わせ・資料請求 */
.contact_block1 {
  padding: clamp(60px, 9vw, 140px) 0;
}

.contact_block1 .box {
  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;
}

.contact_block1 .box .txt {
  width: 45%;
}

.contact_block1 .box .img {
  width: 50%;
}

.contact_block1 .read {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.6em;
  margin-top: clamp(20px, 2.5vw, 40px);
}

.contact_block2 {
  padding: clamp(60px, 9vw, 140px) 0;
  background: #e2e0d8;
}

.contact_block2 .form_box table td .inner {
  /*display: flex;
					justify-content: space-between;
					align-items: center;*/
  /*.img{
						width: 40%;
						height: clamp(180px,20vw,234px);
						background: url(images/contact/contact_img1.jpg) center no-repeat;
						background-size: contain;
					}*/
}

.contact_block2 .form_box table td .inner .txt p {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.6em;
  margin-bottom: 20px;
}

.contact_block2 .form_box table td input[name="post1"],
.contact_block2 .form_box table td input[name="post2"] {
  width: 140px;
}

.contact_block2 .form_box table td input[name="prefectures"] {
  width: 46%;
  margin-top: 20px;
}

.contact_block2 .form_box table td input[name="municipality"] {
  width: 46%;
  margin-left: 2%;
  margin-top: 20px;
}

.contact_block2 .form_box table td input[name="street"] {
  margin: 20px 0;
}

/* ----------------------------- 送信完了 */
.thanks_block1 {
  padding: clamp(60px, 9vw, 140px) 0;
}

.thanks_block1 .read {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 2.6em;
}

.thanks_block1 .tel {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  letter-spacing: 0.2em;
  line-height: 1em;
  margin-top: 40px;
}

.thanks_block1 .tel span {
  font-size: 180%;
}

/* ----------------------------- フッター */
.recommend {
  background: #e2e0d8;
  padding: clamp(40px, 4vw, 100px) 0;
}

.recommend .box {
  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;
}

.recommend .img {
  width: 60%;
}

.recommend .txt p {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  line-height: 2em;
}

.recommend .txt .icon {
  margin-top: 40px;
}

.recommend .txt .icon a {
  text-decoration: none;
}

.recommend .txt .icon a:hover {
  opacity: 0.65;
}

.recommend .txt .icon a:hover img {
  opacity: 1;
}

.recommend .txt .icon span {
  margin-right: 1em;
}

.recommend .txt .icon img {
  width: 70px;
  vertical-align: middle;
}

.induction_contact {
  padding: clamp(60px, 10vw, 140px) 0;
}

.induction_contact .read {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  line-height: 2em;
  text-align: center;
  margin-top: 60px;
}

.induction_contact .btn2 {
  margin: 60px auto 0;
}

.footer {
  padding: clamp(40px, 4vw, 100px) 0 clamp(100px, 10vw, 140px);
  background: #e2e0d8;
}

.footer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .box .inner {
  max-width: 320px;
}

.footer .box .inner p {
  margin-top: 15px;
}

.footer .box .inner .btn {
  margin-top: 20px;
}

.footer .box .inner .btn a {
  display: block;
  background: #c2beae;
  border-radius: 10px;
  padding: 20px 0;
  position: relative;
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.footer .box .inner .btn a:hover {
  opacity: 0.65;
}

.footer .box .inner .btn a:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(images/common/icon4.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.footer .box .inner .copy {
  font-size: 1.1rem;
  margin-top: 10px;
}

.footer .box .sns {
  width: 175px;
}

.footer .box .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .box .sns ul li {
  width: 28%;
}
/*# sourceMappingURL=style.css.map */