@charset "UTF-8";
/*
Theme Name: daikyokenko
*/
/* ----------------------------- リセット */
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:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after { content: ""; display: block; }
div:after, ul:after, ol:after, dl:after { clear: both; }*/
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: 1.4rem;
  line-height: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination li {
  display: inline-block;
}

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

.pagination span.current, .pagination a.current {
  color: #363636;
}

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

.pagination a:hover {
  color: #363636;
}

.pagination a.next, .pagination a.prev {
  width: 13px;
  height: 13px;
  background: url(images/common/icon1.svg) no-repeat;
  background-size: contain;
}

.pagination a.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* ----------------------------- 全体 */
body {
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #363636;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
}

a:link, a:visited {
  color: #363636;
  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: 500;
}

/*@include respond-to(small){

body { font-size: 1.4rem; -webkit-text-size-adjust: 100%; }

.pc{ display: none; }
.sp{ display: block; }

.inline_pc{ display: none; }
.inline_sp{ display: inline; }

}*/
.hide {
  display: none;
}

/* ----------------------------- 共通 */
.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;
}

/*@include respond-to(medium){

.wrap{
	width: 90%;
}

.wrap1000{
	width: 90%;
}

.wrap900{
	width: 90%;
}

.wrap800{
	width: 90%;
}

.wrap700{
	width: 90%;
}

}


@include respond-to(small){

.wrap{
	width: 95%;
}

.wrap1000{
	width: 95%;
}

.wrap900{
	width: 95%;
}

.wrap800{
	width: 95%;
}

.wrap700{
	width: 95%;
}

}*/
/* ----------------------------- タイトル */
.c_tit1 {
  font-size: 2.4rem;
  color: #787878;
  letter-spacing: 0.05em;
}

.c_tit1 small {
  font-size: 1.4rem;
  display: block;
}

/* ----------------------------- ボタン */
.btn1 {
  max-width: 240px;
}

.btn1 a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  text-decoration: none;
}

.btn1 a:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(images/common/icon1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn1 a:after {
  content: "";
  display: block;
  margin-top: 10px;
  background: #363636;
  width: 0;
  height: 1px;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn1 a:hover:before {
  right: 0;
}

.btn1.line a:after {
  width: 100%;
}

.btn2 {
  max-width: 320px;
}

.btn2 a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}

.btn2 a:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(images/common/icon2.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn2 a:after {
  content: "";
  display: block;
  margin-top: 10px;
  background: #fff;
  width: 0;
  height: 1px;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn2 a:hover:before {
  right: 0;
}

.btn2.line a:after {
  width: 100%;
}

.btn3 {
  width: 420px;
}

.btn3 a {
  display: block;
  border: 1px solid #787878;
  padding: 20px 0;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.btn3 a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 1em;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn3 a:hover {
  opacity: 0.65;
}

/* ----------------------------- ヘッダー */
.header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 5%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  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;
  -webkit-transition: 1s;
  transition: 1s;
}

.header .logo {
  width: 240px;
  position: relative;
  z-index: 9999;
}

.header .logo a {
  width: 100%;
  height: 19px;
  display: block;
  background: url(images/common/logo.svg) no-repeat;
  background-size: contain;
}

.header .logo a:hover {
  opacity: 0.65;
}

.header .logo.change a {
  background: url(images/common/logo2.svg) no-repeat;
  background-size: contain;
}

.header .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;
}

.header.deform, .header.under {
  background: #fff;
}

.header.deform a, .header.under a {
  color: #363636;
}

.header.deform .logo a, .header.under .logo a {
  background: url(images/common/logo2.svg) no-repeat;
  background-size: contain;
}

.header.deform .btn a, .header.under .btn a {
  color: #363636;
}

.header.deform .btn a:hover, .header.under .btn a:hover {
  background: #363636;
  color: #fff;
}

.header.deform .nav_btn span, .header.under .nav_btn span {
  background: #363636;
}

.header.deform .nav ul li .sub_menu, .header.under .nav ul li .sub_menu {
  background: #fff;
  padding: 5%;
  width: 110px;
}

/* ----------------------------- ナビ */
.nav {
  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 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav ul li {
  margin-right: 1.5em;
  margin-bottom: 0.4em;
  text-align: center;
  position: relative;
}

.nav ul li.list1 {
  width: 75px;
}

.nav ul li.list2 {
  width: 85px;
}

.nav ul li.list3 {
  width: 106px;
  cursor: pointer;
}

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

.nav ul li.list3:hover .jp {
  display: block;
}

.nav ul li.list3:hover .en {
  display: none;
}

.nav ul li.list4 {
  width: 50px;
}

.nav ul li.list5 {
  width: 60px;
}

.nav ul li.list6 {
  width: 80px;
}

.nav ul li.list7 {
  width: 60px;
}

.nav ul li .jp {
  display: none;
  font-size: 1.3rem;
  letter-spacing: -0.1em;
}

.nav ul li a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}

.nav ul li a:hover .jp {
  display: block;
}

.nav ul li a:hover .en {
  display: none;
}

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

.nav ul li .sub_menu {
  position: absolute;
  top: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}

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

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

.nav .btn {
  margin-right: 1em;
}

.nav .btn a {
  display: block;
  border: 1px solid;
  font-size: 1.3rem;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0 0.5em;
}

.nav .btn a:hover {
  background: #fff;
  color: #363636;
}

.nav_btn {
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 9999;
  margin-left: 1.5em;
  cursor: pointer;
}

.nav_btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav_btn .line1 {
  top: 0;
}

.nav_btn .line2 {
  top: 9px;
}

.nav_btn .line3 {
  bottom: 0;
}

.nav_btn.close_btn span {
  background: #363636;
}

.nav_btn.close_btn .line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}

.nav_btn.close_btn .line2 {
  opacity: 0;
}

.nav_btn.close_btn .line3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 10px;
}

.menu {
  display: none;
}

.sub_nav {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #fff;
  padding-top: 140px;
}

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

.sub_nav .btn_list li {
  width: 30%;
}

.sub_nav .btn_list li a {
  text-align: center;
  text-decoration: none;
  display: block;
  border: 1px solid #363636;
  padding: 20px 0;
}

.sub_nav .btn_list li a:hover {
  background: #363636;
  color: #fff;
}

.sub_nav .nav_list {
  margin-top: 40px;
}

.sub_nav .nav_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.sub_nav .nav_list li:last-child {
  margin-bottom: 0;
}

.sub_nav .nav_list li a {
  text-decoration: none;
}

.sub_nav .nav_list li a:hover {
  opacity: 0.65;
}

.sub_nav .nav_list li .main_menu {
  width: 170px;
}

.sub_nav .nav_list li .main_menu.bori {
  border-right: 1px solid #363636;
}

.sub_nav .nav_list li .main_menu:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #363636;
  border-right: 1px solid #363636;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.5em;
}

.sub_nav .nav_list li .sub {
  margin-left: 1.5em;
}

.sub_nav .nav_list li .sub span {
  margin-right: 1.5em;
}

.sub_nav .nav_list li .sub span:last-child {
  margin-right: 0;
}

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

.sub_nav .sns li {
  margin-right: 2em;
}

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

.sub_nav .sns li a {
  position: relative;
  display: block;
  padding-right: 18px;
  text-decoration: none;
}

.sub_nav .sns li a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(images/common/icon1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sub_nav .sns li a:hover:after {
  top: -5px;
  right: -5px;
}

/* ----------------------------- メインビジュアル */
.mv {
  position: relative;
  background: #eae2d9;
}

.mv .img {
  background: url(images/common/mv.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.mv .img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(20, 7, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.mv .video {
  height: 92vh;
  overflow: hidden;
}

.mv h2 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*bottom: 40px;
		left: 2%;*/
  z-index: 9;
  /*&:after{
			content: "";
			display: block;
			background: $wh;
			width: 0;
			height: 1px;
			margin-top: 20px;
			position: relative;
			left: 0;
			transition: 1s;
		}
		&.line{
			&:after{
				width: 1000px;
			}
		}*/
}

.mv .btn {
  width: 180px;
  position: absolute;
  right: 2%;
  bottom: 20px;
  z-index: 9;
  text-align: center;
}

.mv .btn a {
  display: block;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 5px 0;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
}

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

.building_house {
  padding: 20px 3%;
}

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

.building_house ul li {
  width: 30%;
  border-right: 1px solid #8d8d8d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* ----------------------------- 下層メインビジュアル */
.main1 {
  padding: 300px 5% 150px 10%;
  margin-top: 95px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main1:before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.main1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.main1 .box .inner {
  color: #fff;
  max-width: 580px;
}

.main1 .box .inner h2 {
  font-size: 2.4rem;
}

.main1 .box .inner h3 {
  font-size: 3.6rem;
  line-height: 1.2em;
  margin-top: 10px;
}

.main1 .box .inner p {
  margin-top: 20px;
}

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

.main1 .box .anchor_link ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.main1 .box .anchor_link ul li a:after {
  content: "";
  display: block;
  margin-top: 10px;
  background: #fff;
  width: 0;
  height: 1px;
  -webkit-transition: 1s;
  transition: 1s;
}

.main1 .box .anchor_link ul li a:hover {
  opacity: 0.65;
}

.main1 .box .anchor_link ul li.line a:after {
  width: 100%;
}

.main1 .box .anchor_link.column2 {
  width: 350px;
}

.main1 .box .anchor_link.column2 ul li {
  width: 48%;
}

.main1 .box .anchor_link.column3 {
  width: 610px;
}

.main1 .box .anchor_link.column3 ul li {
  width: 32%;
}

.main_flow:before {
  background-image: url(images/common/main_flow.jpg);
}

.main_essence:before {
  background-image: url(images/common/main_essence.jpg);
}

.main_electromagnetic:before {
  background-image: url(images/common/main_electromagnetic.jpg);
}

.main2 {
  padding: 300px 10%;
  margin-top: 95px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.main2:before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.main2 h2 {
  font-size: 3.6rem;
}

.main2 .read {
  margin-top: 30px;
}

.main_company:before {
  background-image: url(images/common/main_company.jpg);
}

.main_faq {
  padding: 230px 10%;
}

.main_faq:before {
  background-image: url(images/common/main_faq.jpg);
}

.main_contact:before, .main_thanks:before {
  background-image: url(images/common/main_contact.jpg);
}

.main_staff {
  padding: 230px 10%;
}

.main_staff:before {
  background-image: url(images/common/main_company.jpg);
}

.main_recruit {
  padding: 230px 10%;
}

.main_recruit:before {
  background-image: url(images/common/main_recruit.jpg);
}

.main_news:before {
  background-image: url(images/common/main_news.jpg);
}

.main_event:before,
.main_event_thanks:before {
  background-image: url(images/common/main_event.jpg);
}

.main_voice:before {
  background-image: url(images/common/main_voice.jpg);
}

.main_blog:before {
  background-image: url(images/common/main_blog.jpg);
}

.main_gallery:before {
  background-image: url(images/common/main_gallery.jpg);
}

.main_airtight:before {
  background-image: url(images/common/main_essence.jpg);
}

/* ----------------------------- トップ */
.pd_top {
  padding: 100px 3%;
}

.top_block1 {
  background: #faf7f4;
}

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

.top_block1 ul {
  margin-top: 40px;
}

.top_block1 ul li {
  margin-bottom: 10px;
}

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

.top_block1 ul li a {
  font-size: 1.4rem;
  display: block;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*&:after{
					content: "";
					width: 16px;
					height: 16px;
					background: url(images/common/icon1.svg) no-repeat;
					background-size: contain;
					position: absolute;
					right: 1%;
					top: 0;
					bottom: 0;
					margin: auto;
					z-index: 9;
					transition: 0.4s;
				}
				&:hover{
					&:after{
						right: 0;
					}
				}*/
}

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

.top_block1 ul li .date {
  color: #787878;
}

.top_block1 ul li .title {
  margin-left: 2em;
}

.top_block1 .btn1 {
  margin: 60px auto 0;
}

.top_block2 {
  background: url(images/top/top_img1.jpg) center no-repeat;
  background-size: cover;
  padding: 180px 5%;
  position: relative;
}

.top_block2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.top_block2 .btn2 {
  margin-left: auto;
  position: relative;
  z-index: 9;
}

.top_block2 .btn2 a {
  color: #fff;
}

.top_block3 {
  padding: 100px 0;
}

.top_block3 .box1 {
  padding: 0 3%;
}

.top_block3 .box1 .txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 40px auto 0;
}

.top_block3 .box1 .txt h4 {
  font-size: 2.8rem;
}

.top_block3 .box1 .txt p {
  font-size: 1.8rem;
  line-height: 2.6em;
  margin-top: 4em;
}

.top_block3 .box1 .txt p span {
  text-combine-upright: all;
}

.top_block3 .box1 .btn {
  margin-top: 240px;
}

.top_block3 .box1 .btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_block3 .box1 .btn ul li {
  width: 30%;
  text-align: center;
}

.top_block3 .box1 .btn ul li a {
  display: block;
  padding: 20px 0;
  border: 1px solid #b4b4b4;
  text-decoration: none;
}

.top_block3 .box1 .btn ul li a:hover {
  opacity: 0.65;
}

.top_block3 .box1 .btn ul li a:hover img {
  opacity: 1;
}

.top_block3 .box1 .btn ul li img {
  vertical-align: middle;
}

.top_block3 .box1 .btn ul li span {
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  margin-left: 1em;
}

.top_block3 .box1 .btn ul li span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.8em;
}

.top_block3 .box1 .btn ul li.list1 img {
  width: clamp(90px, 10vw, 130px);
}

.top_block3 .box1 .btn ul li.list2 img {
  width: clamp(30px, 4vw, 50px);
}

.top_block3 .box1 .btn ul li.list3 a {
  padding: 23px 0;
}

.top_block3 .box1 .btn ul li.list3 img {
  width: clamp(50px, 6.5vw, 85px);
}

.top_block3 .box2 {
  margin-top: 100px;
}

.top_block3 .box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 430px;
}

.top_block3 .box2 ul li {
  width: 32%;
  margin-right: 1%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /*&:hover{
					transform: scale(1.1);
					z-index: 99;
				}*/
}

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

.top_block3 .box2 ul li.reduction {
  width: 30%;
}

.top_block3 .box2 ul li a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 55% 3% 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.top_block3 .box2 ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.top_block3 .box2 ul li h4 {
  max-width: 280px;
  font-size: 2.4rem;
  position: relative;
  z-index: 9;
}

.top_block3 .box2 ul li h4:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(images/common/icon2.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -10px;
  bottom: 0;
  margin: auto;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.top_block3 .box2 ul li h4:after {
  content: "";
  display: block;
  margin-top: 10px;
  background: #fff;
  width: 0;
  height: 1px;
  -webkit-transition: 1s;
  transition: 1s;
}

.top_block3 .box2 ul li.link1 {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.top_block3 .box2 ul li.link1 a {
  background-image: url(images/top/top_img2.jpg);
}

.top_block3 .box2 ul li.link2 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.top_block3 .box2 ul li.link2 a {
  background-image: url(images/top/top_img3.jpg);
}

.top_block3 .box2 ul li.link3 {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.top_block3 .box2 ul li.link3 a {
  background-image: url(images/top/top_img4.jpg);
}

.top_block3 .box2 ul li.hover {
  width: 40%;
}

.top_block3 .box2 ul li.hover h4:before {
  opacity: 1;
}

.top_block3 .box2 ul li.hover h4:after {
  width: 100%;
}

.top_block4 {
  background: #faf7f4;
}

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

.top_block4 .box {
  margin-top: 60px;
}

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

.top_block4 .box ul li {
  width: 30%;
}

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

.top_block4 .box ul li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.top_block4 .box ul li .img {
  overflow: hidden;
}

.top_block4 .box ul li .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.top_block4 .box ul li .txt .date {
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  color: #787878;
}

.top_block4 .box ul li .txt .title {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  line-height: 1.4em;
}

.top_block4 .box ul li .txt .place {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
}

.top_block4 .box .btn1 {
  margin: 100px auto 0;
}

.top_block5 {
  padding: 100px 0;
}

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

.top_block5 .box {
  margin-top: 60px;
  /*.top_gallery_slider{
			max-width: 330px;
			overflow: visible;
			margin: 0;
		}*/
}

.top_block5 .box ul {
  /*display: flex;
			justify-content: space-between;*/
}

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

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

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

.top_block5 .box ul li .txt {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
}

.top_block5 .box ul li .txt .title {
  text-align: center;
  color: #fff;
}

.top_block5 .box .btn1 {
  margin: 60px auto 0;
}

.top_block6 {
  background: #e9e3d9;
}

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

.top_block6 .box {
  max-width: 1500px;
  margin: 60px auto 0;
}

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

.top_block6 .box ul li {
  width: 32%;
}

.top_block6 .box ul li iframe {
  width: 100%;
  height: clamp(160px, 18vw, 280px);
}

.top_block6 .box .btn2 {
  max-width: 240px;
  margin: 60px auto 0;
}

.top_block7 {
  background: #e9e3d9;
}

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

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

.top_block7 .box ul li {
  margin-bottom: 40px;
}

.top_block7 .box ul li:last-child {
  margin-bottom: 0;
}

.top_block7 .box ul li a {
  padding: 5%;
  background: #fff;
  position: relative;
  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;
  text-decoration: none;
}

.top_block7 .box ul li a:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #b19e00;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.top_block7 .box ul li a:hover {
  opacity: 0.65;
}

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

.top_block7 .box ul li .img {
  width: 46%;
}

.top_block7 .box ul li .txt {
  width: 48%;
}

.top_block7 .box ul li .txt .customer {
  font-size: 1.2rem;
}

.top_block7 .box ul li .txt .title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #787878;
}

.top_block7 .box ul li .txt p {
  font-size: 1.4rem;
  margin-top: 20px;
}

.top_block7 .box .btn1 {
  margin: 100px auto 0;
}

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

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

.top_block8 ul li a {
  display: block;
  padding: 30px 5% 30px 0;
  border-bottom: 1px solid #c4c4c4;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top_block8 ul li a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(images/common/icon1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 1%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top_block8 ul li a:hover:after {
  right: 0;
}

.top_block8 ul li .date {
  font-size: 1.4rem;
  color: #787878;
}

.top_block8 ul li .title {
  font-size: 2.2rem;
  margin-left: 2em;
}

.top_block8 .btn1 {
  margin: 60px auto 0;
}

.top_block9 {
  background: #e9e3d9;
}

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

.top_block9 .box {
  margin-top: 40px;
}

.top_block9 .box .txt {
  text-align: center;
}

.top_block9 .box .txt h4 {
  font-size: 2.2rem;
  color: #787878;
}

.top_block9 .box .txt p {
  margin-top: 20px;
}

.top_block9 .box .img {
  max-width: 1500px;
  margin: 80px auto 0;
}

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

.top_block9 .box .img ul li.insta_img1 {
  width: 20%;
  margin-top: 5%;
}

.top_block9 .box .img ul li.insta_img2 {
  width: 30%;
}

.top_block9 .box .img ul li.insta_img3 {
  width: 13%;
  margin-top: 20%;
}

.top_block9 .box .img ul li.insta_img4 {
  width: 20%;
  margin-top: 5%;
}

.top_block9 .box .img ul li img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top_block9 .box .img ul li a {
  display: block;
  overflow: hidden;
}

.top_block9 .box .img ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.top_block9 .box .btn1 {
  width: 240px;
  margin: 100px auto 0;
}

.top_block10 {
  background: #dedede;
  padding-bottom: 300px;
}

.top_block10 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.top_block10 .box .img {
  width: 50%;
  position: relative;
}

.top_block10 .box .img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.top_block10 .box .txt {
  max-width: 400px;
  padding-left: 10vw;
}

.top_block10 .box .txt h4 {
  font-size: 2rem;
}

.top_block10 .box .txt p {
  margin-top: 20px;
}

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

.top_block10 .box .txt ul li {
  max-width: 100%;
  margin-bottom: 20px;
}

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

.top_block10 .box .txt ul li a:before {
  right: 2%;
}

.top_block10 .box .txt ul li a:hover:before {
  right: 0;
}

.top_block11 {
  background: url(images/top/top_img10.jpg) center no-repeat;
  background-size: cover;
  padding: 300px 0 200px;
}

.top_block11 .c_tit1 {
  color: #fff;
  text-align: center;
}

.top_block11 ul {
  margin-top: 80px;
}

.top_block11 ul li {
  margin: 20px auto;
}

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

.top_block13 ul {
  margin-top: 80px;
}

.top_block13 ul li {
  max-width: 400px;
  margin: 20px auto;
}

.top_block13 ul li a:before {
  right: 2%;
}

.top_block13 ul li a:hover:before {
  right: 0;
}

.top_block14 {
  background: #faf7f4;
  background-size: cover;
}

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

.top_block14 .img {
  margin-top: 100px;
}

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

.top_block14 ul li {
  width: 30%;
}

.top_block14 ul li a:after {
  content: "";
  display: block;
  margin-top: 10px;
  background: #363636;
  width: 0;
  height: 1px;
  -webkit-transition: 1s;
  transition: 1s;
}

.top_block14 ul li.line a:after {
  width: 100%;
}

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

.top_block15 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.top_block15 .box a {
  display: block;
  border: 1px solid #b6b6b6;
  position: relative;
  text-decoration: none;
}

.top_block15 .box a:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #b19e00;
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 9;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.top_block15 .box a:hover {
  opacity: 0.65;
}

.top_block15 .box a:hover img {
  opacity: 1;
}

.top_block15 .box h4 {
  font-size: 1.8rem;
  text-align: center;
}

.top_block15 .box .inner {
  width: 46%;
}

.top_block15 .box .link_contct {
  width: 52%;
}

.top_block15 .box .link_contct a {
  padding: 30px 5% 15px;
}

.top_block15 .box .link_contct .img {
  margin-top: 30px;
  text-align: center;
}

.top_block15 .box .link_visit a {
  padding: 93px 0;
}

.top_block15 .box .link_line {
  margin-top: 25px;
}

.top_block15 .box .link_line a {
  padding: 79px 0;
}

.zeh {
  background: #e9e3d9;
}

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

.zeh table {
  width: 100%;
  font-size: 1.4rem;
  margin: 60px auto 0;
  max-width: 600px;
}

.zeh table tr {
  border-bottom: 1px solid #c4c4c4;
}

.zeh table tr:last-child {
  border-bottom: 0;
}

.zeh table th {
  padding: 10px 0;
  font-weight: 500;
  border-right: 1px solid #c4c4c4;
  vertical-align: middle;
}

.zeh table th:last-child {
  border-right: 0;
}

.zeh table td {
  padding: 10px 0;
  border-right: 1px solid #c4c4c4;
}

.zeh table td:last-child {
  border-right: 0;
}

.zeh table thead th {
  text-align: center;
}

.zeh table tbody td {
  text-align: center;
}

.line_account {
  width: 90%;
  margin: -130px auto;
  padding: 80px 0;
  background: #fff;
  border-radius: 200px;
  position: relative;
  z-index: 99;
}

.line_account h3 {
  font-size: 2rem;
  text-align: center;
}

.line_account .btn1 {
  max-width: 400px;
  margin: 30px auto 0;
}

.line_account .btn1 a:before {
  right: 2%;
}

.line_account .btn1 a:hover:before {
  right: 0;
}

/* ----------------------------- 家づくりの流れ */
.flow_block1 {
  padding: 100px 0;
  background: #fff;
}

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

.flow_block1 .read {
  margin-top: 20px;
  text-align: center;
}

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

.flow_block1 ul li {
  width: 30%;
  border-top: 1px solid #c4c4c4;
  padding: 0 2% 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.flow_block1 ul li .number {
  font-size: 2.4rem;
  font-weight: 500;
  color: #787878;
  display: inline-block;
  background: #fff;
  padding-right: 1em;
  position: relative;
  top: -0.6em;
}

.flow_block1 ul li h4 {
  font-size: 2rem;
  margin-top: 15px;
}

.flow_block1 ul li p {
  font-size: 1.4rem;
  margin-top: 10px;
}

.flow_block1 ul li:nth-child(3n):before, .flow_block1 ul li:last-child:before {
  content: "";
  display: block;
  width: 300%;
  height: 1px;
  background: #c4c4c4;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 9;
}

.flow_block1 ul li:nth-child(3n+1):before {
  content: "";
  display: block;
  width: 300%;
  height: 1px;
  background: #c4c4c4;
  position: absolute;
  top: -1px;
  right: 105%;
  z-index: 9;
}

.flow_block1 ul li:first-child:before {
  display: none;
}

.flow_block2 {
  padding: 100px 0;
  margin-top: 400px;
  background: #faf7f4;
}

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

.flow_block2 .read {
  margin-top: 20px;
  text-align: center;
}

.flow_block2 ul {
  margin-top: 80px;
}

.flow_block2 ul li {
  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;
  background: #fff;
  padding: 5%;
  position: relative;
  margin-bottom: 40px;
}

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

.flow_block2 ul li:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #b19e00;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.flow_block2 ul li .txt {
  width: 55%;
}

.flow_block2 ul li .txt h4 {
  font-size: 2rem;
}

.flow_block2 ul li .txt p {
  font-size: 1.4rem;
  margin-top: 10px;
}

.flow_block2 ul li .txt .figure {
  margin-top: 10px;
}

.flow_block2 ul li .txt .list {
  margin-top: 30px;
}

.flow_block2 ul li .txt .list span {
  display: inline-block;
  margin-right: 2em;
}

.flow_block2 ul li .txt .list span:before {
  content: "・";
}

.flow_block2 ul li .img {
  width: 40%;
}

.flow_block3 {
  padding: 100px 0;
  margin-top: 400px;
  background: #e9e3d9;
}

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

.flow_block3 .read {
  margin-top: 20px;
  text-align: center;
}

.flow_block3 ul {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow_block3 ul li {
  width: 30%;
  background: #fff;
  padding: clamp(2%, 2vw, 5%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
}

.flow_block3 ul li:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #b19e00;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.flow_block3 ul li h4 {
  font-size: 2rem;
  margin-top: 20px;
}

.flow_block3 ul li p {
  font-size: 1.5rem;
  text-align: left;
  display: inline-block;
  margin-top: 20px;
}

.flow_block4 {
  padding: 100px 3%;
  background: #faf7f4;
}

.flow_block4 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow_block4 .box p {
  font-size: 1.4rem;
  margin-right: 3em;
}

.know_more {
  padding: 100px 0;
  background: #fff;
}

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

.know_more ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.know_more ul li {
  width: 30%;
}

.know_more ul li a {
  display: block;
  border: 1px solid #787878;
  padding: clamp(15px, 2vw, 30px) 0;
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.know_more ul li a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 0.5em;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.know_more p {
  margin-top: 40px;
  font-size: 1.4rem;
  text-align: center;
}

/* ----------------------------- 住まいの本質 */
.essence_block1 {
  padding: 100px 0;
  background: #fff;
}

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

.essence_block1 .read {
  margin-top: 20px;
  text-align: center;
}

.essence_block1 ul {
  margin-top: 80px;
}

.essence_block1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  border-bottom: 1px solid #c4c4c4;
  padding: 60px 3%;
}

.essence_block1 ul li h4 {
  width: 30%;
  font-size: 2rem;
}

.essence_block1 ul li h4 span {
  font-size: 110%;
  margin-right: 1em;
}

.essence_block1 ul li p {
  width: 66%;
  font-size: 1.4rem;
}

.essence_block1 ul li .btn1 {
  width: 15%;
  margin-top: -18px;
}

.essence_block1 ul li .btn1 a {
  font-size: 1.4rem;
}

.essence_block1 ul li .btn1 a:before {
  bottom: 10px;
}

.essence_block1 ul li.column3 p {
  width: 48%;
}

.essence_block2 {
  padding-top: 100px;
  margin-top: 400px;
  background: #fff;
}

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

.essence_block2 .read {
  margin-top: 20px;
  text-align: center;
}

.essence_block2 .box {
  padding: 100px 0;
}

.essence_block2 .box h4 {
  font-size: 2rem;
  text-align: center;
}

.essence_block2 .box ul {
  margin-top: 40px;
  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;
}

.essence_block2 .box ul li {
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  line-height: 1.4em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.essence_block2 .box1 ul li {
  width: 18.4%;
  margin-bottom: 2%;
  border: 1px solid #c4c4c4;
  min-height: 60px;
}

.essence_block2 .box1 ul li small {
  width: 100%;
  font-size: 80%;
  margin-top: -20px;
}

.essence_block2 .box2 {
  background: #e9e3d9;
}

.essence_block2 .box2 ul li {
  width: 32%;
  margin-bottom: 2%;
  background: #fff;
  min-height: clamp(60px, 6vw, 80px);
}

.essence_block2 .box2 p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 40px;
}

.essence_block3 {
  margin-top: 400px;
  padding: 100px 0;
  background: #faf7f4;
}

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

.essence_block3 .read {
  margin-top: 20px;
  text-align: center;
}

.essence_block3 ul {
  margin-top: 80px;
  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;
}

.essence_block3 ul li {
  width: 30%;
  margin-bottom: 5%;
  border: 1px solid #c4c4c4;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.essence_block3 ul li:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #b19e00;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.essence_block3 ul li .number {
  font-size: 2.4rem;
  color: #787878;
}

.essence_block3 ul li h4 {
  font-size: 2.4rem;
  margin-top: 20px;
}

.essence_block3 ul li p {
  font-size: 1.4rem;
}

.essence_block3 ul li .list {
  margin-top: 20px;
}

.essence_block3 ul li .list span {
  display: block;
  font-size: 1.4rem;
}

/* ----------------------------- 電磁波 */
.electromagnetic_block1 {
  padding: 100px 0;
  background: #fff;
}

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

.electromagnetic_block1 .read {
  margin-top: 20px;
  text-align: center;
}

.electromagnetic_block1 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  margin: 100px 0 40px;
}

.electromagnetic_block1 .img {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
}

.electromagnetic_block2 {
  padding: 100px 0;
  margin-top: 400px;
  background: #e9e3d9;
}

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

.electromagnetic_block2 .read {
  margin-top: 20px;
  font-size: clamp(1.5rem, 1.5vw, 1.6rem);
  text-align: center;
}

.electromagnetic_block2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0;
}

.electromagnetic_block2 ul li {
  width: 30%;
  text-align: center;
}

.electromagnetic_block2 ul li h4 {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  border-bottom: 1px solid #787878;
  padding-bottom: 5px;
  position: relative;
}

.electromagnetic_block2 ul li h4:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #787878;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.electromagnetic_block2 ul li h5 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin-top: 40px;
}

.electromagnetic_block2 ul li p {
  font-size: 1.4rem;
  text-align: left;
  margin-top: 10px;
}

/* ----------------------------- 会社概要 */
.company_block1 {
  padding: 140px 0;
  background: #fff;
}

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

.company_block1 .box {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company_block1 .box .txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 65%;
}

.company_block1 .box .txt p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4em;
}

.company_block1 .box .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 22%;
  margin-top: 10px;
}

.company_block1 .box .img p {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 10px;
}

.company_block1 .box .img p small {
  display: block;
  font-size: 70%;
}

.company_block2 {
  padding: 140px 0;
  margin-top: 400px;
  background: #faf7f4;
}

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

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

.company_block2 ul li {
  margin-bottom: 100px;
}

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

.company_block2 ul li .read {
  font-size: 2rem;
  text-align: center;
  color: #787878;
}

.company_block2 ul li h5 {
  font-size: 2rem;
}

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

.company_block2 ul li .inner {
  background: #fff;
  padding: 4% 7%;
  margin-top: 60px;
  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;
}

.company_block2 ul li .inner .img {
  width: 40%;
}

.company_block2 ul li .inner .txt {
  width: 50%;
}

.company_block2 ul li .list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company_block2 ul li .list .item {
  width: 31%;
  background: #fff;
  padding: 5% 5% 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.company_block2 ul li .list .item:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #b19e00;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.company_block2 ul li .list .item h5 {
  text-align: center;
}

.company_block3 {
  padding: 140px 0;
  background: #fff;
  margin-top: 400px;
}

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

.company_block3 table {
  width: 100%;
  margin-top: 40px;
  font-size: 1.8rem;
}

.company_block3 table tr {
  border-top: 1px solid #c4c4c4;
}

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

.company_block3 table th {
  width: 240px;
  padding: 30px 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  text-align: left;
}

.company_block3 table td {
  padding: 30px 0;
}

.company_block4 {
  padding: 140px 0;
}

.company_block5 {
  padding: 140px 0;
  margin-bottom: 400px;
  background: #faf7f4;
  text-align: center;
}

.company_block5 p {
  font-size: 2rem;
  color: #787878;
  margin-top: 20px;
}

.company_block5 .map {
  margin-top: 40px;
}

.company_block5 .map iframe {
  width: 100%;
  height: 410px;
}

/* ----------------------------- よくある質問 */
.faq_block1 {
  padding: 140px 0;
  margin-bottom: 400px;
  background: #fff;
}

.faq_block1 .box {
  margin-bottom: 100px;
}

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

.faq_block1 .box .c_tit1 {
  text-align: center;
}

.faq_block1 .box ul {
  margin-top: 60px;
}

.faq_block1 .box ul li {
  border-top: 1px solid #c4c4c4;
}

.faq_block1 .box ul li:last-child {
  border-bottom: 1px solid #c4c4c4;
}

.faq_block1 .box ul li .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px 30px 0;
  position: relative;
  font-size: 2rem;
  cursor: pointer;
}

.faq_block1 .box ul li .q .number {
  margin-right: 2em;
}

.faq_block1 .box ul li .q .icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

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

.faq_block1 .box ul li .q.close .icon:after {
  opacity: 0;
}

.faq_block1 .box ul li .a {
  padding: 40px 4em;
  border-top: 1px solid #c4c4c4;
  display: none;
}

.faq_block1 .box ul li .a p {
  font-size: 1.4rem;
}

.faq_block1 .box ul li .a .btn {
  max-width: 280px;
  text-align: center;
  margin-top: 20px;
}

.faq_block1 .box ul li .a .btn a {
  display: block;
  padding: 15px 0;
  border: 1px solid #b4b4b4;
  text-decoration: none;
}

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

.faq_block1 .box ul li .a .btn a:hover img {
  opacity: 1;
}

.faq_block1 .box ul li .a .btn img {
  width: 40px;
  vertical-align: middle;
}

.faq_block1 .box ul li .a .btn span {
  font-size: 1.8rem;
  margin-left: 1em;
}

/* ----------------------------- 資料請求・お問い合わせ */
.contact_block1 {
  padding: 140px 0;
  background: #fff;
  text-align: center;
}

.contact_block1 .read {
  line-height: 2em;
}

.contact_block1 .img {
  margin-top: 100px;
}

.contact_block2 {
  padding: 40px 0 140px;
  background: #faf7f4;
}

.contact_block2 .box .wpcf7-form {
  padding-top: 95px;
}

.contact_block2 .box table {
  width: 100%;
  font-size: 2rem;
}

.contact_block2 .box table th {
  font-weight: normal;
  text-align: right;
  width: 280px;
  padding: 20px 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_block2 .box table th .required {
  color: #ff002c;
}

.contact_block2 .box table td {
  padding: 20px 0 20px 60px;
  position: relative;
}

.contact_block2 .box table td input[type="text"],
.contact_block2 .box table td input[type="email"],
.contact_block2 .box table td input[type="tel"],
.contact_block2 .box table td textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #787878;
  padding: 15px;
  font-size: 1.6rem;
  background: none;
}

.contact_block2 .box table td textarea {
  height: 380px;
}

.contact_block2 .box table td .wpcf7-list-item {
  margin-left: 0;
  margin-right: 2em;
}

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

.contact_block2 .box table td .others_input {
  width: 280px;
  position: absolute;
  bottom: 20px;
  left: 44%;
}

.contact_block2 .box table td .others_input .others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_block2 .box table td .others_input .others::before {
  content: "(";
}

.contact_block2 .box table td .others_input .others:after {
  content: ")";
}

.contact_block2 .box table td .others_input input {
  border: 0;
  padding: 5px;
}

.contact_block2 .box .contact_btn {
  text-align: center;
  margin-top: 80px;
}

.contact_block2 .box .contact_btn input {
  width: 400px;
  border: 1px solid #787878;
  background: none;
  padding: 20px 0;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 2rem;
  text-align: center;
  color: #363636;
}

.contact_block2 .box .contact_btn input:last-child {
  margin-right: 0;
}

.contact_block2 .box .contact_btn input:hover {
  opacity: 0.65;
}

.contact_block2 .read {
  margin-top: 100px;
  text-align: center;
}

/* ----------------------------- 送信完了 */
.thanks_block1 {
  padding: 140px 0;
  background: #faf7f4;
}

.thanks_block1 .read {
  font-size: 2rem;
  line-height: 2em;
}

/* ----------------------------- スタッフ紹介 */
.staff_block1 {
  padding: 140px 0 60px;
  background: #fff;
}

.staff_block1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}

.staff_block1 ul li {
  width: 30%;
  margin-bottom: 80px;
}

.staff_block1 ul li .txt {
  margin-top: 30px;
}

.staff_block1 ul li .txt h3 {
  font-size: 2.4rem;
}

.staff_block1 ul li .txt h3 small {
  display: block;
  font-size: 50%;
}

.staff_block1 ul li .txt .detail {
  margin-top: 25px;
}

.staff_block1 ul li .txt .detail h4 {
  font-size: 1.4rem;
  color: #787878;
}

.staff_block1 ul li .txt .detail p {
  font-size: 1.5rem;
  margin-top: 5px;
}

/* ----------------------------- お知らせ */
.news {
  padding: 140px 0;
  background: #fff;
}

.news ul {
  margin-bottom: 60px;
}

.news ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 30px 60px 30px 0;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}

.news ul li a:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(images/common/icon1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 1%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news ul li a:hover:before {
  right: 0;
}

.news ul li .date {
  font-size: 1.4rem;
  color: #787878;
}

.news ul li .title {
  font-size: 1.8rem;
  margin-left: 1em;
}

/* ----------------------------- お知らせ詳細 */
.single {
  padding: 140px 0;
  background: #fff;
}

.single .title {
  font-size: 1.8rem;
}

.single .date {
  font-size: 1.4rem;
  color: #787878;
}

.single .content {
  margin-top: 60px;
}

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

.single .control {
  margin-top: 100px;
}

.control {
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4em;
}

.control a {
  text-decoration: none;
}

.control .archive {
  text-align: center;
}

.control .archive a:hover {
  opacity: 0.65;
}

.control .next a,
.control .prev a {
  position: relative;
}

.control .next a:before,
.control .prev a:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(images/common/icon1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.control .next a {
  padding-left: 20px;
}

.control .next a:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 5%;
}

.control .next a:hover:before {
  left: 0;
}

.control .prev {
  text-align: right;
}

.control .prev a {
  padding-right: 20px;
}

.control .prev a:before {
  right: 5%;
}

.control .prev a:hover:before {
  right: 0;
}

/* ----------------------------- 採用情報 */
.recruit_block1 {
  padding: 140px 0;
  background: #fff;
}

.recruit_block1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit_block1 ul li {
  font-size: 2.4rem;
  font-weight: 500;
  color: #787878;
  cursor: pointer;
}

.recruit_block1 ul li:after {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
}

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

.recruit_block1 ul li.current {
  color: #363636;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.recruit_block1 .box {
  padding-top: 100px;
}

.recruit_block1 .box .detail {
  padding: 40px 0;
  border-top: 1px solid #c4c4c4;
}

.recruit_block1 .box .detail h4 {
  font-size: 2rem;
  color: #787878;
}

.recruit_block1 .box .detail .read {
  margin-top: 10px;
}

.recruit_block1 .box table {
  width: 100%;
  border-top: 1px solid #c4c4c4;
}

.recruit_block1 .box table tr {
  border-bottom: 1px solid #c4c4c4;
}

.recruit_block1 .box table tr th {
  width: clamp(150px, 10vw, 200px);
  padding: 30px 0;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
}

.recruit_block1 .box table tr td {
  padding: 30px 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}

.recruit_block2 {
  padding: 140px 0;
  background: #faf7f4;
  margin-top: 400px;
}

.recruit_block2 h3 {
  font-size: 2.4rem;
  color: #787878;
}

.recruit_block2 .box .wpcf7-form {
  padding-top: 95px;
}

.recruit_block2 .box table {
  width: 100%;
  font-size: 2rem;
}

.recruit_block2 .box table th {
  font-weight: normal;
  text-align: right;
  width: 150px;
  padding: 20px 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recruit_block2 .box table th .required {
  color: #ff002c;
}

.recruit_block2 .box table td {
  padding: 20px 0 20px 60px;
  position: relative;
}

.recruit_block2 .box table td input[type="text"],
.recruit_block2 .box table td input[type="email"],
.recruit_block2 .box table td input[type="tel"],
.recruit_block2 .box table td textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #787878;
  padding: 15px;
  font-size: 1.6rem;
  background: none;
}

.recruit_block2 .box table td textarea {
  height: 380px;
}

.recruit_block2 .box table td .wpcf7-list-item {
  margin-left: 0;
  margin-right: 2em;
}

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

.recruit_block2 .box table td .others_input {
  width: 280px;
  position: absolute;
  bottom: 20px;
  left: 44%;
}

.recruit_block2 .box table td .others_input .others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit_block2 .box table td .others_input .others::before {
  content: "(";
}

.recruit_block2 .box table td .others_input .others:after {
  content: ")";
}

.recruit_block2 .box table td .others_input input {
  border: 0;
  padding: 5px;
}

.recruit_block2 .box .contact_btn {
  text-align: center;
  margin-top: 80px;
}

.recruit_block2 .box .contact_btn input {
  width: 400px;
  border: 1px solid #787878;
  background: none;
  padding: 20px 0;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 2rem;
  text-align: center;
  color: #363636;
}

.recruit_block2 .box .contact_btn input:last-child {
  margin-right: 0;
}

.recruit_block2 .box .contact_btn input:hover {
  opacity: 0.65;
}

.recruit_block2 .read {
  margin-top: 100px;
  text-align: center;
}

/* ----------------------------- イベント情報 */
.event {
  padding: 140px 0;
  background: #fff;
}

.event ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}

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

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

.event ul li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.event ul li .img {
  overflow: hidden;
}

.event ul li .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.event ul li .txt .date {
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  color: #787878;
}

.event ul li .txt .title {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  line-height: 1.4em;
}

/* ----------------------------- イベント情報詳細 */
.single_event_block1 {
  padding: 140px 0;
  background: #fff;
}

.single_event_block1 .title {
  font-size: 2.4rem;
  text-align: center;
}

.single_event_block1 .date_place {
  font-size: 1.4rem;
  text-align: center;
  color: #787878;
  margin-top: 10px;
}

.single_event_block1 .content {
  margin: 60px 0;
}

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

.single_event_block1 .inner {
  padding: 30px 5%;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  font-size: 1.4rem;
}

.single_event_block1 .incharge {
  padding: 30px 0;
  border-bottom: 1px solid #c4c4c4;
}

.single_event_block1 .incharge .item {
  max-width: 310px;
  margin: 0 auto;
  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_event_block1 .incharge .img {
  width: 40%;
}

.single_event_block1 .incharge .txt {
  width: 60%;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single_event_block1 .incharge .txt .fullname {
  font-size: 2rem;
}

.single_event_block1 .incharge .txt .managerial {
  font-size: 1.4rem;
  line-height: 1.4em;
}

.single_event_block2 {
  padding: 140px 0;
  background: #faf7f4;
}

.single_event_block2 .read {
  text-align: center;
  margin-top: 80px;
}

.single_event_block2 .inner {
  margin-top: 100px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single_event_block2 .inner .item {
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single_event_block2 .inner .item .heading {
  width: 85px;
  text-align: right;
  color: #787878;
}

.single_event_block2 .inner .item .detail {
  width: calc(100% - 85px);
  text-align: left;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single_event_block2 .box .wpcf7-form {
  padding-top: 95px;
  margin-top: -65px;
}

.single_event_block2 .box table {
  width: 100%;
  font-size: 2rem;
}

.single_event_block2 .box table th {
  font-weight: normal;
  text-align: right;
  color: #787878;
  width: 150px;
  padding: 20px 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single_event_block2 .box table th .required {
  color: #ff002c;
}

.single_event_block2 .box table td {
  padding: 20px 0 20px 60px;
  position: relative;
}

.single_event_block2 .box table td p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.single_event_block2 .box table td input[type="text"],
.single_event_block2 .box table td input[type="email"],
.single_event_block2 .box table td input[type="tel"],
.single_event_block2 .box table td textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #787878;
  padding: 15px;
  font-size: 1.6rem;
  background: none;
}

.single_event_block2 .box table td textarea {
  height: 380px;
}

.single_event_block2 .box table td .wpcf7-list-item {
  margin-left: 0;
  margin-right: 2em;
}

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

.single_event_block2 .box table td .others_input {
  width: 280px;
  position: absolute;
  bottom: 20px;
  left: 44%;
}

.single_event_block2 .box table td .others_input .others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single_event_block2 .box table td .others_input .others::before {
  content: "(";
}

.single_event_block2 .box table td .others_input .others:after {
  content: ")";
}

.single_event_block2 .box table td .others_input input {
  border: 0;
  padding: 5px;
}

.single_event_block2 .box .privacy_txt {
  margin-top: 60px;
  line-height: 2em;
  text-align: center;
}

.single_event_block2 .box .contact_btn {
  text-align: center;
  margin-top: 80px;
}

.single_event_block2 .box .contact_btn input {
  width: 400px;
  border: 1px solid #787878;
  background: none;
  padding: 20px 0;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 2rem;
  text-align: center;
  color: #363636;
}

.single_event_block2 .box .contact_btn input:last-child {
  margin-right: 0;
}

.single_event_block2 .box .contact_btn input:hover {
  opacity: 0.65;
}

.single_event_block3 {
  background: #fff;
  padding: 100px 0;
}

/* ----------------------------- 住み手の声 */
.voice_block1 {
  padding: 140px 0;
  background: #faf7f4;
}

.voice_block1 .box1 {
  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;
}

.voice_block1 .box1 .txt {
  width: 40%;
  padding-left: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.voice_block1 .box1 .txt .detail {
  max-width: 330px;
  margin-left: auto;
}

.voice_block1 .box1 .txt h3 {
  font-size: 2rem;
}

.voice_block1 .box1 .txt p {
  font-size: 1.4rem;
  margin-top: 20px;
}

.voice_block1 .box1 .img {
  width: 50%;
}

.voice_block1 .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6vw;
}

.voice_block1 .box2 .img1 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice_block1 .box2 .img1 .img {
  width: 49%;
}

.voice_block1 .box2 .img2 {
  width: 50%;
  margin-top: 10vw;
}

.voice_block2 {
  padding: 140px 0;
  background: #fff;
}

.voice_block2 .voice_slider {
  max-width: 1360px;
  margin: 0 auto;
}

.voice_block2 .voice_slider li a {
  text-decoration: none;
}

.voice_block2 .voice_slider li .img img {
  width: 100%;
}

.voice_block2 .voice_slider li .txt .title {
  text-align: center;
  margin-top: 40px;
}

.voice_block2 .voice_slider .bx-wrapper .bx-viewport {
  overflow: visible !important;
}

.voice_block2 .voice_slider .bx-wrapper .bx-controls-direction {
  position: relative;
  top: -10px;
  max-width: 600px;
  margin: 0 auto;
}

.voice_block2 .voice_slider .bx-wrapper .bx-controls-direction a {
  width: 10px;
  height: 10px;
  border-right: 1px solid #8d8d8d;
  border-bottom: 1px solid #8d8d8d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: auto;
  bottom: 0;
}

.voice_block2 .voice_slider .bx-wrapper .bx-controls-direction .bx-prev {
  -webkit-transform: scale(-1, 1) rotate(-45deg);
          transform: scale(-1, 1) rotate(-45deg);
}

/* ----------------------------- 住み手の声詳細 */
.single_voice {
  padding: 140px 0;
  background: #fff;
}

.single_voice .fields {
  max-width: 1000px;
  margin: 0 auto;
}

.single_voice .number {
  font-size: 1.4rem;
  color: #787878;
}

.single_voice .customer {
  font-size: 1.4rem;
}

.single_voice .title {
  font-size: 2.4rem;
  line-height: 1.4em;
  margin-top: 40px;
}

.single_voice .read {
  font-size: 1.4rem;
  margin-top: 20px;
}

.single_voice .box {
  margin-top: 80px;
}

.single_voice .box img {
  width: 100%;
}

.single_voice .box h3 {
  font-size: 2rem;
  line-height: 1.4em;
}

.single_voice .box p {
  font-size: 1.4rem;
  text-align: justify;
  margin-top: 20px;
}

.single_voice .morelink {
  max-width: 370px;
  margin: 100px auto 0;
}

.single_voice .morelink a {
  display: block;
  padding: 30px 0;
  border: 1px solid #b4b4b4;
  text-decoration: none;
  text-align: center;
}

.single_voice .morelink a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  margin-left: 3px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.single_voice .morelink a:hover {
  background: #363636;
  color: #fff;
}

.single_voice .morelink a:hover:after {
  border-color: #fff;
}

.single_voice .btn1 {
  max-width: 260px;
  margin: 100px auto 0;
}

/* ----------------------------- 検索共通 */
.search_tab .cate {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search_tab .cate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_tab .cate ul li {
  font-size: 1.4rem;
  line-height: 1.2em;
  text-align: center;
  border-right: 1px solid #787878;
  padding: 0 clamp(1em, 3vw, 3em);
  cursor: pointer;
  /*&.current{
					background: $bl;
					color: $wh;
				}*/
}

.search_tab .cate ul li input {
  display: none;
}

.search_tab .cate ul li label {
  cursor: pointer;
}

.search_tab .cate .search_word {
  border-bottom: 1px solid #363636;
}

.search_tab .cate .search_word input[type="text"] {
  border: 0;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search_tab .cate .search_word input[type="submit"] {
  width: 10px;
  height: 16px;
  background: url(images/common/icon3.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.search_tab .search_tag {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 20px 5%;
  margin-top: 20px;
}

.search_tab .search_tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0;
}

.search_tab .search_tag ul li {
  font-size: 1.4rem;
  line-height: 1.2em;
  border-right: 1px solid #787878;
  padding: 0 1em;
}

.search_tab .search_tag ul li:nth-child(n+21) {
  display: none;
}

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

.search_tab .search_tag ul li a:hover {
  opacity: 0.65;
}

/* ----------------------------- ブログ */
.blog {
  padding: 140px 0;
  background: #fff;
}

.blog .search_tab {
  margin-bottom: 60px;
}

.blog .search_tab .cate {
  max-width: 900px;
}

.blog .blog_box {
  max-width: 900px;
  margin: 0 auto;
}

.blog .blog_box li {
  border-bottom: 1px solid #c4c4c4;
}

.blog .blog_box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  text-decoration: none;
}

.blog .blog_box li a:hover {
  opacity: 0.65;
}

.blog .blog_box li .inner1 {
  width: 170px;
  color: #787878;
}

.blog .blog_box li .inner1 .tag {
  line-height: 1.4em;
  margin-top: 10px;
}

.blog .blog_box li .inner1 .tag span {
  font-size: 1.4rem;
  line-height: 1.2em;
  display: inline-block;
  border-right: 1px solid #787878;
  padding-right: 5px;
}

.blog .blog_box li .inner1 .tag span:last-child {
  border-right: 0;
}

.blog .blog_box li .inner2 {
  width: calc(100% - 190px);
}

.blog .blog_box li .inner2 .title {
  font-size: 1.8rem;
}

.blog .blog_box li .inner2 .content {
  margin-top: 20px;
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog .blog_box .pagination {
  margin-top: 60px;
}

/* ----------------------------- ブログ詳細 */
.single_blog {
  padding: 140px 0;
  background: #fff;
}

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

.single_blog .inner .title {
  width: calc(100% - 100px);
  font-size: 2.4rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.single_blog .inner .date {
  width: 80px;
  font-size: 1.4rem;
  color: #787878;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.single_blog .tag1 {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #787878;
}

.single_blog .tag1 span {
  display: inline-block;
  margin-right: 0.5em;
}

.single_blog .tag1 span a {
  text-decoration: none;
}

.single_blog .tag1 span a:hover {
  opacity: 0.65;
}

.single_blog .content {
  margin: 60px 0 100px;
}

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

.single_blog .tag2 {
  padding: 20px 0;
  border-top: 1px solid #c4c4c4;
  font-size: 1.4rem;
  text-align: center;
}

.single_blog .tag2 span {
  display: inline-block;
  margin-right: 0.5em;
}

.single_blog .tag2 span a {
  text-decoration: none;
}

.single_blog .tag2 span a:hover {
  opacity: 0.65;
}

.single_blog .incharge {
  padding: 30px 0;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.single_blog .incharge .item {
  max-width: 310px;
  margin: 0 auto;
  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_blog .incharge .img {
  width: 40%;
}

.single_blog .incharge .txt {
  width: 60%;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single_blog .incharge .txt .fullname {
  font-size: 2rem;
}

.single_blog .incharge .txt .managerial {
  font-size: 1.4rem;
  line-height: 1.4em;
}

.single_blog .control {
  margin-top: 100px;
}

/* ----------------------------- 施工事例 */
.gallery {
  padding: 140px 0;
  background: #fff;
}

.gallery .search_tab {
  margin-bottom: 60px;
}

.gallery .search_tab .cate {
  max-width: 750px;
}

.gallery .gallery_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}

.gallery .gallery_box li {
  width: 32%;
  margin-bottom: 60px;
}

.gallery .gallery_box li a {
  text-decoration: none;
}

.gallery .gallery_box li a:hover {
  opacity: 0.65;
}

.gallery .gallery_box li a:hover img {
  opacity: 1;
}

.gallery .gallery_box li .txt {
  margin-top: 10px;
}

.gallery .gallery_box li .txt .owner {
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  color: #787878;
}

.gallery .gallery_box li .txt .title {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  line-height: 1.4em;
}

.gallery .gallery_box .pagination {
  margin-top: 60px;
}

/* ----------------------------- 施工事例詳細 */
.single_gallery {
  padding: 140px 0;
  background: #fff;
}

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

.single_gallery .inner .title {
  width: calc(100% - 280px);
  font-size: 2.4rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.single_gallery .inner .owner {
  width: 260px;
  font-size: 1.4rem;
  text-align: right;
  color: #787878;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.single_gallery .main_img {
  margin-top: 60px;
  text-align: center;
}

.single_gallery .main_img img {
  width: 100%;
}

.single_gallery .read {
  margin-top: 60px;
}

.single_gallery .gallery_slider {
  margin-top: 60px;
}

.single_gallery .gallery_slider .slick-list {
  overflow: visible;
}

.single_gallery .gallery_slider .slick-list .slick-slide {
  padding: 0 10px;
}

.single_gallery .gallery_slider .slick-list .slick-slide img {
  height: 660px;
}

.single_gallery .gallery_slider .slick-prev,
.single_gallery .gallery_slider .slick-next {
  display: none !important;
}

.single_gallery .gallery_slider .slider_control {
  max-width: 175px;
  margin: 40px auto 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;
}

.single_gallery .gallery_slider .slider_control .count {
  font-size: 1.4rem;
}

.single_gallery .gallery_slider .slider_control .arrow {
  width: 8px;
  height: 8px;
  border-right: 1px solid #8d8d8d;
  border-bottom: 1px solid #8d8d8d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  cursor: pointer;
}

.single_gallery .gallery_slider .slider_control .arrow_prev {
  -webkit-transform: scale(-1, 1) rotate(-45deg);
          transform: scale(-1, 1) rotate(-45deg);
}

.single_gallery .detail {
  margin-top: 80px;
  border-top: 1px solid #c4c4c4;
  padding: 60px 0;
  font-size: 2rem;
}

.single_gallery .detail .remarks {
  margin-top: 20px;
  line-height: 1.8em;
}

.single_gallery .tag {
  padding: 20px 0;
  border-top: 1px solid #c4c4c4;
  font-size: 1.4rem;
  text-align: center;
}

.single_gallery .tag span {
  display: inline-block;
  margin-right: 0.5em;
}

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

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

.single_gallery .incharge {
  padding: 30px 0;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.single_gallery .incharge .item {
  max-width: 310px;
  margin: 0 auto;
  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_gallery .incharge .img {
  width: 40%;
}

.single_gallery .incharge .txt {
  width: 60%;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single_gallery .incharge .txt .fullname {
  font-size: 2rem;
}

.single_gallery .incharge .txt .managerial {
  font-size: 1.4rem;
  line-height: 1.4em;
}

.single_gallery .control {
  margin-top: 100px;
}

/* ----------------------------- 気密測定実績 */
.airtight_block1 {
  padding: 100px 0;
  background: #fff;
}

.airtight_block1 .read {
  text-align: center;
}

.airtight_block1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10%;
  margin-top: 100px;
}

.airtight_block1 ul li {
  width: 45%;
  margin-bottom: 80px;
}

.airtight_block1 ul li h3 {
  font-size: 1.8rem;
}

.airtight_block1 ul li table {
  width: 100%;
}

.airtight_block1 ul li table tr {
  border-bottom: 1px solid #c4c4c4;
}

.airtight_block1 ul li table th {
  font-weight: normal;
  text-align: left;
  padding: 10px 0;
}

.airtight_block1 ul li table td {
  width: 125px;
  text-align: center;
  padding: 10px 0;
}

/* ----------------------------- フッター */
.footer {
  padding: 60px 3%;
  background: #e9e3d9;
  border-top: 1px solid #c4c4c4;
}

.footer .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.footer .box1 .logo {
  width: 270px;
}

.footer .box1 .address {
  margin-left: 2em;
}

.footer .box2 {
  margin-top: 20px;
  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;
}

.footer .box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .box2 ul li {
  margin-right: 2em;
}

.footer .box2 ul li a {
  font-size: 1.4rem;
  text-decoration: none;
}

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

.footer .box2 .sitemap li a:after {
  content: "";
  display: block;
  background: #363636;
  width: 0;
  height: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer .box2 .sitemap li a:hover:after {
  width: 100%;
}

.footer .box2 .sns li a {
  position: relative;
  display: block;
  padding-right: 18px;
}

.footer .box2 .sns li a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(images/common/icon1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer .box2 .sns li a:hover:after {
  top: -5px;
  right: -5px;
}
/*# sourceMappingURL=style.css.map */