﻿@charset "utf-8";

:root {
	--main: #16ae7d;
	--sub:  #bdbdbd;
	--text: #000;
	--link: #d56223;
	--black:#2a3233;
	--base: #e2e2e1;
	--back: #f2f1f1;
	--ease-out: cubic-bezier(0.30, 1.00, 0.30, 1.00);
	--ease-in: cubic-bezier(0.75, 0.05, 0.9, 0.05);
	--ease-inout: cubic-bezier(0.85, 0.00, 0.07, 1.00);
	--font-jp: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	--font-en: "Outfit", sans-serif;
	--ease: all 0.3s ease;
}

/* --------------------------------------------------
 明朝フォント
-------------------------------------------------- */
.mincho {
	font-family: var(--font-en) !important;
}
/* --------------------------------------------------
    ボタン類
-------------------------------------------------- */
.btn01 a {
  display: inline-block;
  background: linear-gradient(to right, #1496e6 0%, #15d4e5 100%);
  color: #fff;
  text-align: center;
  padding: 10px 60px 10px 40px;
  border-radius: 50px;
  position: relative;
}
.btn01 a::after {
  position: absolute;
  background: url("../images/common/icon_arrow01.png") no-repeat center / cover;
  width: 15px;
  height: 16px;
  content: "";
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.btn01 a:hover::after {
  right: 25px;
}
.btn01 a:hover {
  text-decoration: none !important;
}
/* --------------------------------------------------
    【メールフォーム送信ボタン】
-------------------------------------------------- */
#mailformpro .mfp_element_submit, #mfp_button_send {
  background: #222;
  color: #fff;
}
#mfp_button_cancel {
  background: #aaa;
  color: #fff;
}
/* --------------------------------------------------
    見出し
　※editor-style.cssにも必ず記述すること
-------------------------------------------------- */
/* h1（投稿ページのみ） */
#post h1.h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 0 40px;
	position: relative;
	color: #393939;
}
#post h1.h1::before {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	padding: 0;
	margin: 0;
	background: var(--main);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#post h1.h1::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	padding: 0;
	margin: 0;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
/* h2 */
h2.h2 {
	font-size: 30px;
    font-weight: bold;
	padding: 10px 0;
    margin: 0 0 40px;
    position: relative;
    color: #393939;
}
h2.h2::before {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	padding: 0;
	margin: 0;
	background: var(--main);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
h2.h2::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	padding: 0;
	margin: 0;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
/* h3 */
h3.h3 {
    font-size: 25px;
    font-weight: bold;
    color: #393939;
    background: #fff;
    padding: 5px 1em 5px 1em;
    margin: 0 0 30px;
    border-radius: 5px;
    position: relative;
}
h3.h3::before {
    content: '';
    display: block;
    width: 5px;
    height: calc(100%);
    padding: 0;
    margin: 0;
	background: var(--main);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
/* h4 */
h4.h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 1em 10px;
    margin: 0 0 20px;
    position: relative;
    border-bottom: var(--main) 2px solid;
}
h4.h4::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    border-top: var(--main) dotted 6px;
    bottom: 6px;
}
@media screen and (max-width: 640px) {
	/* h1（投稿ページのみ） */
	#post h1.h1 {
		font-size: 20px;
		font-weight: bold;
		padding: 10px 0;
		margin: 0 0 20px;
	}
	#post h1.h1::before {
		height: 2px;
	}
	#post h1.h1::after {
		height: 2px;
	}
	/* h2 */
	#post h2.h2 {
		font-size: 20px;
		font-weight: bold;
		padding: 10px 0;
		margin: 0 0 20px;
	}
	#post h2.h2::before {
		height: 2px;
	}
	#post h2.h2::after {
		height: 2px;
	}
    /* h3 */
    h3.h3 {
        font-size: 16px;
        font-weight: bold;
        color: #393939;
        background: var(--base);
        padding: 5px 1em 5px 1em;
        margin: 0 0 12px;
        border-radius: 0;
        position: relative;
    }
    /* h4 */
    h4.h4 {
        font-size: 15x;
        font-weight: bold;
        padding: 0 1em 10px;
        margin: 0 0 10px;
        position: relative;
        border-bottom: var(--main) 2px solid;
    }
    h4.h4::after {
        position: absolute;
        left: 0;
        width: 100%;
        content: '';
        border-top: var(--main) dotted 6px;
        bottom: 6px;
    }
}
/* --------------------------------------------------
    メインタイトル
-------------------------------------------------- */
#mainTitle {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
	background: none;
    position: relative;
}
#mainTitle header {
    width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
    text-align: center;
}
#mainTitle em {
	font-family: var(--font-en);
	font-size: 70px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	font-style: normal;
	position: relative;
}
#mainTitle h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	position: relative;
}
#mainTitle h2::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: var(--main);
	border-radius: 50%;
}

@media screen and (max-width: 640px) {
	#mainTitle {
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		background: none;
		position: relative;
	}
	#mainTitle header {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	#mainTitle em {
		font-family: var(--font-en);
		font-size: 30px;
		line-height: 1;
		font-weight: 600;
		color: var(--text);
		font-style: normal;
		position: relative;
	}
	#mainTitle h2 {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		column-gap: 10px;
		font-size: 10px;
		line-height: 1;
		font-weight: 600;
		color: var(--text);
		position: relative;
	}
	#mainTitle h2::before {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		padding: 0;
		margin: 0;
		background: var(--main);
		border-radius: 50%;
	}
}

/* --------------------------------------------------
    下層共通
-------------------------------------------------- */
/* 画像に白枠と斜線 */
.imgBox {
  padding: 5px;
  border: #222 1px solid;
  background: #fff;
  position: relative;
}
/*.imgBox::before {
  position: absolute;
  background: url("../images/common/stripe01.jpg") repeat center / 4px;
  content: "";
  width: 100%;
  height: 100%;
  right: -6px;
  bottom: -6px;
  z-index: -1;
}*/
/* マーカー */
.marker {
  background: linear-gradient(transparent 60%, #fff000 60%);
}
/* --------------------------------------------------
    お見積
-------------------------------------------------- */
.place li{
	width:33%;
	
}
@media screen and (max-width: 640px) {
}
/* --------------------------------------------------
    フロアコーティングとは
-------------------------------------------------- */
#what .what01 {
  width: 680px;
}
#what .what02 th {
  width: 30%;
  text-align: center;
}
#what .what03 li {
  width: 285px;
  margin: 20px 20px 0 0;
  border: #1496e6 1px solid;
}
#what .what03 li:nth-child(-n+4) {
  margin-top: 0;
}
#what .what03 li:nth-child(4n), #what .what03 li:last-child {
  margin-right: 0;
}
#what .what03 li > h3 {
  background: #1496e6;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
}
#what .what06 {
  counter-reset: what06nam;
}
#what .what06 > li {
  width: 380px;
  margin: 30px 30px 0 0;
  padding: 0 20px 20px 20px;
  border: #1496e6 1px solid;
  background: url("../images/common/box01.jpg") repeat left top / 10px;
}
#what .what06 > li:nth-child(-n+3) {
  margin-top: 0;
}
#what .what06 > li:nth-child(3n) {
  margin-right: 0;
}
#what .what06 li > h3 {
  background: #1496e6;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 10px 50px;
  margin: 0 0 20px;
  position: relative;
}
#what .what06 li > h3::before, #what .what06 li > h3::after {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 10px;
}
#what .what06 li > h3::before {
  border-radius: 50%;
  background: #fff;
  content: "";
  top: 13px;
}
#what .what06 li > h3::after {
  text-align: center;
  counter-increment: what06nam;
  content: counter(what06nam);
  color: #1496e6;
  z-index: 2;
}
#what .what06 li figure {
  margin-bottom: 10px;
}
#what .flex-col2:first-child {
  margin-right: 40px;
}
#what .what_list > li {
  display: inline-block;
  background: #ff6e19;
  border-radius: 50px;
  padding: 5px 20px;
  margin: 5px 5px 5px 0;
  color: #fff;
  font-size: 18px;
}
#what .imgBox {
  padding: 0;
  border: none;
}
@media screen and (max-width: 640px) {
  #what .what01 {
    width: 100%;
    margin-top: 20px;
  }
  #what .what02 th {
    width: 32%;
  }
  #what .what03 li {
    width: 49%;
    margin: 2% 2% 0 0;
  }
  #what .what03 li:nth-child(-n+4) {
    margin-top: 2%;
  }
  #what .what03 li:nth-child(-n+2) {
    margin-top: 0;
  }
  #what .what03 li:nth-child(2n) {
    margin-right: 0;
  }
  #what .what03 li > h3 {
    font-size: 16px;
  }
  #what .what06 {
    counter-reset: what06nam;
  }
  #what .what06 > li {
    width: 100%;
    margin-right: 0;
    padding: 0 10px 10px 10px;
  }
  #what .what06 > li:nth-child(-n+3) {
    margin-top: 30px;
  }
  #what .what06 li > h3 {
    font-size: 17px;
    padding-left: 40px;
    padding-right: 0;
  }
  #what .what06 li > h3::before, #what .what06 li > h3::after {
    width: 25px;
    height: 25px;
  }
  #what .what06 li > h3::before {
    top: 11px;
  }
  #what .flex-col2 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #what .flex-col2:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #what .flex-col2.what02:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 320px) {
  #what .what03 li > h3 {
    font-size: 13px;
  }
}
/* --------------------------------------------------
    価格一覧
-------------------------------------------------- */
#price .price01 > li {
  width: 380px;
}
#price .price01 th:nth-of-type(2n) {
  width: 30%;
}
#price .price01 td:nth-of-type(2n) {
  text-align: center;
}
#price .price02_box {
  width: 580px;
  margin-top: 60px;
}
#price .price02_box:nth-of-type(-n+2) {
  margin-top: 0;
}
#price .price03 {
  width: 580px;
  margin: 80px 0 0;
}
#price .price03:nth-child(-n+2) {
  margin-top: 0;
}
#price .price03 th:nth-of-type(2n) {
  width: 20%;
}
#price .price03 td:nth-of-type(2n) {
  text-align: center;
}
@media screen and (max-width: 640px) {
  #price .price01 > li {
    width: 100%;
  }
  #price .price01 > li:nth-child(-n+2) {
    margin-bottom: 60px;
  }
  #price .price02_box {
    width: 100%;
  }
  #price .price02_box:nth-of-type(-n+2) {
    margin-top: 60px;
  }
  #price .price02_box:first-of-type {
    margin-top: 0;
  }
  /* #price .price02_box > ul > li:first-child {
    margin-bottom: 20px;
  } */
  #price .price03 {
    width: 100%;
    margin-top: 80px !important;
  }
  #price th:nth-of-type(2n) {
    width: 30%;
  }
}
/* --------------------------------------------------
    フロアコーティング
-------------------------------------------------- */
#floorcoating li {
  width: 380px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
#floorcoating li::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #1495e6 transparent;
  right: 0;
  bottom: 0;
  content: "";
}
#floorcoating li a {
  display: block;
}
#floorcoating li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#floorcoating .floorCoating_img {
  position: relative;
  width: 100%;
  height: 100%;
}
#floorcoating .floorCoating_img figure:first-of-type {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px
}
#floorcoating .floorCoating_txt {
  padding: 30px 20px;
}
#floorcoating li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1496e6;
  text-align: center;
}
/* 共通 */
.floorcoating_box {
  width: 680px;
}
.floorcoating_list > li {
  width: 285px;
  margin: 20px 20px 0 0;
  background: url("../images/common/box01.jpg") repeat left top / 10px;
  border: #1496e6 1px solid;
  padding: 0 20px 20px;
}
.floorcoating_list > li:nth-child(-n+4) {
  margin-top: 0;
}
.floorcoating_list > li:nth-child(4n) {
  margin-right: 0;
}
.floorcoating_list > li > h4 {
  background: #1496e6;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  margin: 0 0 20px;
}
/* エスガラスコート */
#glasscoat .glasscoat_wrap01 > li:last-child {
  width: 700px;
}
#glasscoat .glasscoat_wrap01 .case_box {
  width: 700px;
}
#glasscoat .glasscoat_wrap01 .case_box .list {
  padding: 0;
}
#glasscoat .glasscoat_wrap01 .case_box .list li:first-child img {
  object-fit: cover;
  width: 200px;
  height: 200px;
}
#glasscoat .glasscoat_wrap01 .case_box .list li:nth-child(2) img {
  object-fit: cover;
  width: 480px;
  height: 350px;
}
/*#glasscoat .glasscoat_wrap01 .list {
  height: 240px;
  width: 100%;
  position: relative;
  display: block;
}
#glasscoat .glasscoat_wrap01 .list > li {
  width: 410px;
  height: 240px;
  position: absolute;
  right: 0;
  top: 0;
}
#glasscoat .glasscoat_wrap01 .list > li > span {
  position: absolute;
  background: #fff;
  top: 20px;
  right: 0;
  content: "";
  width: 80px;
  text-align: center;
  color: #1496e6;
}
#glasscoat .glasscoat_wrap01 .list > li:last-child > span {
  background: #1496e6;
  color: #fff;
}
#glasscoat .glasscoat_wrap01 .list > li:first-child {
  width: 300px;
  height: 186px;
  z-index: 2;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
}
#glasscoat .glasscoat_wrap01 .list > li img {
  object-fit: cover;
  width: auto;
  height: 240px;
}
#glasscoat .glasscoat_wrap01 .list > li:first-child img {
  width: auto;
  height: 186px;
  border-right: #fff 3px solid;
  border-bottom: #fff 3px solid;
}
*/
#glasscoat .glasscoat_wrap02 > li {
  width: 380px;
}
#glasscoat .glasscoat_wrap02 figure {
  margin: 0 0 20px;
}
#glasscoat .glasscoat_wrap03 > li {
  width: 580px;
}
#glasscoat .glasscoat_wrap03 > li:first-child {
  background: #1496e6;
  padding: 20px;
}
#glasscoat .glasscoat_wrap04 > li {
  margin-top: 40px;
  padding: 0 0 10px 0;
}
#glasscoat .glasscoat_wrap04 > li:nth-child(-n+2) {
  margin-top: 0;
}
#glasscoat .glasscoat_wrap04 > li > h4 {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(to right, #1496e6 0%, #15d4e5 100%);
  color: #fff;
  padding: 5px 1em;
  margin: 0 0 20px;
}
/* シリコンコート */
#siliconcoat .siliconcoat_wrap01 p {
  width: 760px;
}
#siliconcoat .siliconcoat_wrap02 p {
  width: 580px;
}
#siliconcoat .siliconcoat_wrap03, #escoatuv .escoatuv_wrap02 {
  width: 580px;
  margin: 0 auto;
}
#siliconcoat .siliconcoat_list, #escoatuv .escoatuv_list {
  width: 100%;
  height: 240px;
  position: relative;
  display: block;
}
#siliconcoat .siliconcoat_list > li, #escoatuv .escoatuv_list > li {
  width: 410px;
  height: 240px;
  position: absolute;
  right: 0;
  top: 0;
}
#siliconcoat .siliconcoat_list > li > span, #escoatuv .escoatuv_list > li > span {
  position: absolute;
  background: #fff;
  top: 20px;
  right: 0;
  content: "";
  width: 80px;
  text-align: center;
  color: #1496e6;
}
#siliconcoat .siliconcoat_list > li:last-child > span, #escoatuv .escoatuv_list > li:last-child > span {
  background: #1496e6;
  color: #fff;
}
#siliconcoat .siliconcoat_list > li:first-child, #escoatuv .escoatuv_list > li:first-child {
  width: 300px;
  height: 186px;
  z-index: 2;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
}
#siliconcoat .siliconcoat_list > li img, #escoatuv .escoatuv_list > li img {
  object-fit: cover;
  width: auto;
  height: 240px;
}
#siliconcoat .siliconcoat_list > li:first-child img, #escoatuv .escoatuv_list > li:first-child img {
  width: auto;
  height: 186px;
  border-right: #fff 3px solid;
  border-bottom: #fff 3px solid;
}
/* エスコートUV */
#escoatuv .escoatuv_wrap01 p { width: 860px; }

@media screen and (max-width: 640px) {
    #escoatuv .escoatuv_wrap02 .case_box .list {
        padding: 0;
    }
    #escoatuv .escoatuv_wrap02 .case_box .list > li > a {
        display: block;
        width: 100%;
        padding-top: 100%;
        overflow: hidden;
    }
    #escoatuv .escoatuv_wrap02 .case_box .list li:first-child img, 
    #escoatuv .escoatuv_wrap02 .case_box .list li:nth-child(2) img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 640px) {
  .floorcoating_box {
    margin-top: 40px;
  }
  #floorcoating li {
    width: 100%;
  }
  #floorcoating li:not(:last-child) {
    margin-bottom: 20px;
  }
  #floorcoating .floorCoating_img img{
    width: 100%;
    max-width: 100%;
  }
  #floorcoating .topFloorCoating_img figure:last-of-type img {
    width: 100%;
    height: auto;
  }
  #floorcoating .topFloorCoating_txt {
    padding: 20px 10px;
  }
  #floorcoating li h3 {
    font-size: 20px;
  }
  /* 共通 */
  .floorcoating_box {
    width: 100%;
  }
  .floorcoating_list > li {
    width: 100%;
    margin: 20px 0 0;
  }
  .floorcoating_list > li:nth-child(-n+4) {
    margin-top: 20px;
  }
  .floorcoating_list > li:first-child {
    margin-top: 0;
  }
  /* エスガラスコート */
  #glasscoat .glasscoat_wrap01 > li:first-child {
    margin-bottom: 20px;
  }
  #glasscoat .glasscoat_wrap01 > li:first-child figure {
    width: 100%;
  }
  #glasscoat .glasscoat_wrap01 > li:last-child {
    width: 100%;
  }
  #glasscoat .glasscoat_wrap01 .case_box {
    width: 100%;
  }
  #glasscoat .glasscoat_wrap01 .case_box .list li:first-child {
    width: 50%;
  }
  #glasscoat .glasscoat_wrap01 .case_box .list li:nth-child(2) {
    width: 50%;
  }
  #glasscoat .glasscoat_wrap01 .case_box .list > li > a {
    display: block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
  }
  #glasscoat .glasscoat_wrap01 .case_box .list li:first-child img, 
  #glasscoat .glasscoat_wrap01 .case_box .list li:nth-child(2) img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
 /*
  #glasscoat .glasscoat_wrap01 .list {
    width: 100%;
    height: 120px;
  }
  #glasscoat .glasscoat_wrap01 .list > li, #glasscoat .glasscoat_wrap01 .list > li:first-child {
    width: 49%;
    height: 120px;
  }
  #glasscoat .glasscoat_wrap01 .list > li img, #glasscoat .glasscoat_wrap01 .list > li:first-child img {
    width: 100%;
    height: 120px;
    border-right: none;
    border-bottom: none;
  }
	*/
  #glasscoat .glasscoat_wrap02 > li {
    width: 100%;
    margin: 0 0 20px;
  }
  #glasscoat .glasscoat_wrap02 > li:last-child {
    margin-bottom: 0;
  }
  #glasscoat .glasscoat_wrap02 figure {
    padding: 5px;
  }
  #glasscoat .glasscoat_wrap03 > li {
    width: 100%;
  }
  #glasscoat .glasscoat_wrap03 > li:first-child {
    margin-bottom: 20px;
  }
  #glasscoat .glasscoat_wrap04 > li:nth-child(-n+2) {
    margin-top: 40px;
  }
  #glasscoat .glasscoat_wrap04 > li:first-child {
    margin-top: 0;
  }
  /* シリコンコート */
  #siliconcoat .siliconcoat_wrap01 p, #siliconcoat .siliconcoat_wrap02 p, #escoatuv .escoatuv_wrap01 p {
    width: 100%;
    margin-top: 20px;
  }
  #siliconcoat .siliconcoat_wrap03, #escoatuv .escoatuv_wrap02 {
    width: 100%;
  }
  #siliconcoat .siliconcoat_list, #escoatuv .escoatuv_list {
    width: 100%;
    height: 120px;
  }
  #siliconcoat .siliconcoat_list > li, #siliconcoat .siliconcoat_list > li:first-child, #escoatuv .escoatuv_list > li, #escoatuv .escoatuv_list > li:first-child {
    width: 49%;
    height: 120px;
  }
  #siliconcoat .siliconcoat_list > li img, #siliconcoat .siliconcoat_list > li:first-child img, #escoatuv .escoatuv_list > li img, #escoatuv .escoatuv_list > li:first-child img {
    width: 100%;
    height: 120px;
    border-right: none;
    border-bottom: none;
  }
  #siliconcoat .siliconcoat_wrap03 .case_box .list {
    padding: 0;
  }
  #siliconcoat .siliconcoat_wrap03 .case_box .list > li > a {
    display: block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
  }
  #siliconcoat .siliconcoat_wrap03 .case_box .list li:first-child img, 
  #siliconcoat .siliconcoat_wrap03 .case_box .list li:nth-child(2) img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* --------------------------------------------------
    よくある質問
-------------------------------------------------- */
#faq li {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #faq li {
    margin-bottom: 40px;
  }
}
/* --------------------------------------------------
    会社案内
-------------------------------------------------- */
#office .office01 .flex-col2:last-of-type {
  margin-left: 40px;
}
#office .office01 p:not(:last-of-type) {
  margin-bottom: 20px;
  font-size: 18px;
}
#office .office02 {
  border-radius: 10px;
  width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #f0f9ff;
  font-size: 20px;
}
#office .office03 .flex-col2:first-child {
  margin-right: 40px;
}
#office .office04 .flex-col2:last-of-type {
  margin-right: 40px;
}
#office details summary {
  position: relative;
  display: block;
  padding-left: 25px;
  cursor: pointer;
  font-size: 20px;
  border-bottom: #ff6e19 1px dashed;
  margin-bottom: 10px;
}
#office details summary::-webkit-details-marker {
  display: none;
}
#office details summary:before, #office details summary:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#office details summary:before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #ff6e19;
}
#office details summary:after {
  left: 8px;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  box-sizing: border-box;
  transition: .1s;
}
#office details[open] summary:after {
  transform: rotate(90deg);
  left: 5px;
  top: 5px;
}
#office details li:not(:last-child) {
  position: relative;
}
#office details li:not(:last-child)::after {
  content: "・"
}
#office details[open] ul {
  animation: fadeIn 0.5s ease;
  padding: 10px 0 20px 30px;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 640px) {
  #office .flex-col2 {
    width: 100%;
  }
  #office .office01 .flex-col2:last-of-type {
    margin-left: 0;
    margin-top: 20px;
  }
  #office .office02 {
    width: 100%;
    padding: 20px;
    font-size: 18px;
  }
  #office .office03 .flex-col2:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #office .office04 .flex-col2:last-of-type {
    margin-right: 0;
    margin-top: 20px;
  }
}
/* --------------------------------------------------
    特定商取引法
-------------------------------------------------- */
#transaction th {
  width: 30%;
}
@media screen and (max-width: 640px) {
  #transaction th {
    width: 100%;
  }
}
/* --------------------------------------------------
    お客様の声　詳細
-------------------------------------------------- */
#voicedetails .voice_box {
  padding: 20px;
  background: url("../images/common/box01.jpg") repeat left top / 10px;
}
#voicedetails .flex-col3:not(:last-child) {
  margin-right: 20px;
}
#voicedetails h4 {
  padding: 0 0 15px 0;
}
#voicedetails .level {
  position: relative;
  font-weight: bold;
  padding: 5px 0 0 20px;
}
#voicedetails .level div::before {
  position: absolute;
  background: url("../images/inner/voice_level.png") no-repeat center / cover;
  width: 160px;
  height: 30px;
  top: 0;
  left: 100px;
  content: "";
}
#voicedetails .level .level75::before {
  background-image: url("../images/inner/voice_level75.png")
}
#voicedetails .level .level50::before {
  background-image: url("../images/inner/voice_level50.png")
}
#voicedetails .level .level25::before {
  background-image: url("../images/inner/voice_level25.png")
}
#voicedetails .level .level0::before {
  background-image: url("../images/inner/voice_level0.png")
}
@media screen and (max-width: 640px) {
  #voicedetails .flex-col3 {
    width: 100%;
  }
  #voicedetails .flex-col3:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* --------------------------------------------------
    カテゴリー
-------------------------------------------------- */
.categoryList li {
  width: 285px;
  margin: 0 20px 0 0;
}
.categoryList li:last-child {
  margin-right: 0;
}
.categoryList > li a {
  display: block;
}
.categoryList > li a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}
.categoryList > li .img {
  overflow: hidden;
}
.categoryList > li .img .thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 65%;
  transition: 0.3s;
}
.categoryList > li a:hover .img .thumbnail {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.categoryList p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .categoryList li {
    margin: 0 auto 40px !important;
  }
  .categoryList li:last-child {
    margin-bottom: 0 !important;
  }
}

/* --------------------------------------------------
    サイトマップ
-------------------------------------------------- */
#sitemap ul > li{
  font-weight: bold;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  position: relative;
}
#sitemap ul > li::before{
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent var(--black);
  top: 8px;
  left: 0;
  content: "";
}
#sitemap .sub > li{
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 15px;
    position: relative;
}
#sitemap .sub > li::before {
    content: '';
    display: block;
    width: 10px;
    height: 7px;
    padding: 0;
    margin: 0;
    background: none;
    border-left: 1px solid var(--main);
    border-bottom: 1px solid var(--main);
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
#sitemap a {
	color: var(--text);
	transition: var(--ease);
}
#sitemap a:hover{
	color: var(--link);
	transition: var(--ease);
}
@media screen and (max-width: 640px) {
    #sitemap ul > li{
        font-weight: bold;
        padding: 0 0 0 15px;
        margin: 0 0 10px;
        position: relative;
    }
}

/* --------------------------------------------------
    施工事例
-------------------------------------------------- */
.case_box {
  width: 580px;
  position: relative;
  z-index: 2;
}
.case_box {
  margin-bottom: 40px;
}
/*
.case_box::before {
  position: absolute;
  background: url("../images/common/stripe01.jpg");
  width: 100%;
  height: 100%;
  content: "";
  right: -8px;
  bottom: -8px;
  z-index: -1;
  display: block;
}
*/
.case_box .case_wrap {
  background: #fff;
  border: #222 1px solid;
}
.case_box .list {
  padding: 20px;
}
/* .case_box .list li {
  position: relative;
} */
.case_box .list > li > a > span {
  position: absolute;
  background: #fff;
  right: 0;
  content: "";
  width: 80px;
  text-align: center;
  color: #1496e6;
}
.case_box .list > li:last-child > a > span {
  background: #1496e6;
  color: #fff;
  top: -190px;
}
.case_box .list li:first-child > a > span{
  top: -110px;
}
.case_box .list > li > a {
  position: relative;
}
.case_box .list li:first-child {
  margin-right: 20px;
}
.case_box .list li:first-child img {
  object-fit: cover;
  width: 160px;
  height: 160px;
}
.case_box .list li:nth-child(2) img {
  object-fit: cover;
  width: 360px;
  height: 240px;
}
.case_box .text {
  background: #eee;
  padding: 20px;
}
.case_box .date {
  color: #1496e6;
}
.case_box .type {
  background: #1496e6;
  color: #fff;
  padding: 0 10px;
}
.case_box h3 {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .case_box {
    width: 100%;
  }
  .case_box {
    margin-top: 20px;
  }
  .case_box ul {
    justify-content: space-around;
  }
  .case_box:nth-of-type(-n+2) {
    margin-top: 20px;
  }
  .case_box:first-of-type {
    margin-top: 0;
  }
  .case_box:first-of-type {
    margin-bottom: 20px;
  }
  .case_box .list li:first-child {
    width: 100%;
	  height: auto;
    margin-right: 20px;
  }
  .case_box .list li:nth-child(2) {
    width: 100%;
	  height: auto;
  }
  .case_box .list li img{
    width: 100% !important;
    height: 100% !important;
  }
  .case_box .square_image {
  display: block;
  position: relative;
  max-width:300px;
}
 
  .case_box .square_image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
 
  .case_box .square_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
  .case_box .list > li > a > span {
    border: 1px solid #1496e6;
  }
  .case_box .list > li:last-child > a > span {
    top: 0;
    z-index: 100;
  }
  .case_box .list li:first-child > a > span{
    top: 0;
    z-index: 100;
  }
}

/*--------------------------------------------*/
/*  トップバナー
/*--------------------------------------------*/
.banList {
	width: calc(100% - 100px);
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 20px;
}
.banList > li {
	width: calc(100% / 2 - 10px);
	padding: 0;
	margin: 0;
	position: relative;
}
.banList > li.wide {
	width: 100%;
}
.banList > li img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: var(--ease);
}
.banList > li img:hover {
	opacity: 0.8;
	transition: var(--ease);
}
@media screen and (max-width: 640px) {
	.banList {
		width: calc(100%);
		max-width: 100%;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	.banList > li {
		width: calc(100% / 2 - 5px);
		padding: 0;
		margin: 0;
		position: relative;
	}
}

/* --------------------------------------------------
トップページ　バナー
-------------------------------------------------- */
#topBanner {
	width: calc(100%);
	padding: 0 0 100px;
	margin: 0 auto;
	background: none;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 50px;
}
#topBanner > figure {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
}
#topBanner > figure img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	#topBanner {
		width: calc(100%);
		padding: 0 0 30px;
		grid-row-gap: 30px;
	}
	#topBanner > figure {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
}

/* --------------------------------------------------
トップページ　スライダー
-------------------------------------------------- */
#visual_ban {
	width: calc(100%);
	padding: 50px 0 100px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
#visual_ban > header {
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
}
#visual_ban > header > em {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	font-family: var(--font-en);
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: var(--main);
	font-style: normal;
	position: relative;
	text-align: center;
}
#visual_ban > header > em::before,
#visual_ban > header > em::after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: var(--text);
}
#visual_ban > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 50px;
	line-height: 1em;
	font-family: var(--font-jp);
	font-weight: bold;
	text-align: center;
}
#visual_ban > ul {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 50px;
}
#visual_ban > ul > li {
	width: calc(100% / 2 - 25px);
	padding: 0;
	margin: 0;
	position: relative;
}
#visual_ban > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#visual_ban > ul > li figure {
	padding: 0;
	margin: 0 auto 10px;
}
#visual_ban > ul > li img {
	width: 100%;
	height: auto;
	transition: var(--ease);
}
#visual_ban > ul > li img:hover {
	opacity: 0.8;
	transition: var(--ease);
}
#visual_ban > ul > li > h3 {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--main);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#visual_ban {
		width: calc(100%);
		padding: 40px 0 40px;
	}
	#visual_ban > header {
		margin: 0 auto 20px;
	}
	#visual_ban > header > h2 {
		font-size: 25px;
	}
	#visual_ban > ul {
		width: calc(100% - 40px);
		max-width: 100%;
		column-gap: 0;
		grid-row-gap: 20px;
	}
	#visual_ban > ul > li {
		width: calc(100%);
	}
	#visual_ban > ul > li > h3 {
		padding: 0;
		margin: 0 auto;
		text-align: left;
		font-size: 20px;
	}
}

/* --------------------------------------------------
トップページ　メリット
-------------------------------------------------- */
#topMerit {
	width: calc(100%);
	padding: 0;
	margin: 0 auto 100px;
	background: #fff;
	position: relative;
	z-index: 0;
}
#topMerit > header {
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-row-gap: 20px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#topMerit > header > em {
	display: inline-block;
	font-family: var(--font-en);
	font-size: 70px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-style: normal;
	text-transform: uppercase;
	background: var(--gradient-02);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}
#topMerit > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	text-align: center;
}
#topMerit > p {
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
}
.checkList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
}
.checkList > li {
	width: calc((100% - 20px) / 2);
	padding: 30px 0 30px 40px;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #aaa;
	position: relative;
}
.checkList > li:nth-child(1),
.checkList > li:nth-child(2) {
	border-top: 1px solid #aaa;
}
.checkList > li::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	aspect-ratio: 1/1;
	background-color: #ebf2f3;
	border-radius: 50%;
	background-image: url('https://floor-escoat.com/wp-content/uploads/check.svg');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topMerit {
		width: calc(100%);
		padding: 30px 0 30px;
	}
	#topMerit > header {
		grid-row-gap: 20px;
		margin: 0 auto 20px;
	}
	#topMerit > header > h2 {
		font-size: 25px;
		line-height: 1.2em;
	}
	#topMerit > header > p {
		text-align: center;
		font-size: 18px;
		line-height: 1.2em;
	}
	.checkList {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 20px;
		grid-row-gap: 10px;
	}
	.checkList > li {
		display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: baseline;
		column-gap: 10px;
		font-size: 15px;
		line-height: 1.4em;
		font-weight: 600;
		text-align: left;
	}
	.checkList > li::before {
		width: 15px;
		max-width: 15px;
		min-width: 15px;
		height: 15px;
	}
}

/* --------------------------------------------------
 トップページ　紹介
-------------------------------------------------- */
#topAbout {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: stretch;
	background: #fff;
	z-index: 0;
}
#topAbout::before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 100px);
	background: #ebf2f3;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.topAbout_info {
	width: 60%;
	min-width: 700px;
	padding: 180px 70px 80px;
	margin: 0;
	position: relative;
}
.topAbout_info > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.topAbout_info > h2 span {
	display: inline-block;
	width: fit-content;
	padding: 5px 10px;
	margin: 0;
	background: var(--text);
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
}
.topAbout_info > p {
	padding: 0;
	margin: 0 auto 40px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	line-height: 2;
}
#topAbout > figure {
	width: 40%;
	padding: 0;
	margin: 0;
	position: relative;
	border-radius: 100px 0 0 0;
	overflow: hidden;
	text-align: center;
}
#topAbout > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
}


/* --------------------------------------------------
トップページ　ページリンク
-------------------------------------------------- */
#topPages {
	width: 100%;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
	background: #fff;
	z-index: 0;
}
#topPages::before {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: #ebf2f3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.pagesList {
	width: 100%;
	max-width: 1200px;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 30px;
	background: #ebf2f3;
}
.pagesList > li {
	width: calc((100% - 30px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 6px 10px rgba(0,0,0,0.05);
	background: #fff;
	transition: var(--ease);
}
.pagesList > li:hover {
	box-shadow: 0 6px 10px rgba(0,0,0,0);
	transform: translate(3px,3px);
	transition: var(--ease);
}
.pagesList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.pagesList > li > figure {
	width: 150px;
	min-width: 150px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.pagesList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.pagesList > li > .pagesList_info {
	width: calc(100% - 150px);
	padding: 30px 20px;
	margin: 0;
	position: relative;
}
.pagesList > li > .pagesList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 600;
	color: var(--text);
	transition: var(--ease);
}
.pagesList > li:hover > .pagesList_info > h3 {
	color: var(--main);
	transition: var(--ease);
}
.pagesList > li > .pagesList_info > p {
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

/* --------------------------------------------------
トップページ　実績
-------------------------------------------------- */
#topWorks {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
}
.topWorks_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 70px;
}
.topWorks_wrap > header {
	width: 400px;
	min-width: 400px;
	padding: 0;
	margin: 0;
	position: sticky;
	top: 200px;
	left: 0;
}
.topWorks_wrap > header p {
	padding: 20px 0;
}
.topWorks_wrap > header .more {
	position: relative;
	bottom: unset;
	left: unset;
}
.workList {
	width: calc(100% - 70px - 400px);
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 40px;
	grid-row-gap: 50px;
}
.workList > li {
	width: calc((100% - 40px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
.workList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.workList_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	aspect-ratio: 1 / 0.5;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	border-radius: 5px;
}
.workList_img > figure {
	width: 50%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.workList_img > figure::before {
	content: '';
	display: block;
	padding: 50%;
}
.workList_img > figure h4 {
	width: auto;
	padding: 5px 20px;
	margin: 0 auto;
	background: rgba(42, 50, 51, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 20px;
	font-size: 10px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 5;
}
.workList_img > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.workList_info {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 7px;
}
.type {
	display: inline-block;
	width: fit-content;
	padding: 5px 10px;
	margin: 0;
	background: var(--main);
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	border-radius: 20px;
}
.workList > li .workList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	transition: var(--ease);
}
.workList > li:hover .workList_info > h3 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--main);
	transition: var(--ease);
}
.date {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-family: var(--font-en);
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	color: var(--black);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
}

/* --------------------------------------------------
トップページ　フロアコーティング
-------------------------------------------------- */
#topFloor {
	width: 100%;
	padding: 100px 0 0;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
#topFloor .contHead {
	margin-bottom: 50px;
}
#topFloor .contHead > p {
	margin-top: 20px;
}
.topFloor_wrap {
	width: 100%;
	padding: 0 0 50px;
	background: none;
	position: relative;
	z-index: 0;
}
.topFloor_wrap::before {
	content: '';
	display: block;
	width: 100%;
	height: 70%;
	background: var(--gradient-02);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.floorList {
	width: 100%;
	padding: 0 100px 50px;
	margin: 0 0 0 auto;
	position: relative;
	line-height: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	column-gap: 40px;
	overflow-x: scroll;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.floorList::-webkit-scrollbar {
	display: none;
}
.floorList > li {
	width: 480px;
	min-width: 480px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 0;
	aspect-ratio: 16 / 9;
}
.floorList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.floorList > li .floorList_info {
	width: 100%;
	height: 100%;
	padding: 40px;
	margin: 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.floorList > li .floorList_info > header {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 5px;
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
}
.floorList > li .floorList_info > header > h3 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	text-align: left;
	position: relative;
}
.floorList > li .floorList_info > header > em {
	font-family: var(--font-en);
	font-size: 40px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	font-style: normal;
	position: relative;
}
.floorList > li .floorList_info > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	word-break: break-all;
	text-justify: inter-ideograph;
	color: #fff;
}
/*ボタン*/
.floorList > li .floorList_info > .btn {
	display: block;
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	text-align: left;
}
.floorList > li .floorList_info > .btn a {
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 8px;
	background: var(--black);
	padding: 15px 50px 15px 20px;
	margin: 0;
	border-radius: 50px;
	font-family: var(--font-en);
	font-size: 10px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.floorList > li .floorList_info > .btn a::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: rgba(255,255,255,0.25);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform-origin: center;
	transition: var(--ease);
}
.floorList > li .floorList_info > .btn a::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	padding: 0;
	margin: 0;
	background: rgba(255,255,255,1);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform-origin: center;
	transition: var(--ease);
}
.floorList > li .floorList_info > .btn a:hover::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: var(--link);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) scale(30);
	-webkit-transform: translate(0,-50%) scale(30);
	transform-origin: center;
	transition: var(--ease);
	z-index: -1;
}
.floorList > li .floorList_info > .btn a:hover::after {
	transform: translate(0,-50%) scale(2);
	-webkit-transform: translate(0,-50%) scale(2);
	transform-origin: center;
	transition: var(--ease);
}
.floorList > li .floorList_info > .btn a:hover {
	color: #fff;
	transition: var(--ease);
}
.floorList > li .floorList_info > span.icon {
	display: block;
	width: 80px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
}
.floorList > li .floorList_info > span.icon img {
	width: 100%;
	height: auto;
}
.floorList > li > figure {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.floorList > li > figure::before {
	content: '';
	display: block;
	padding: 50%;
	background: rgba(0,0,0,0.2);
	z-index: 0;
	transition: var(--ease);
}
.floorList > li:hover > figure::before {
	background: rgba(0,0,0,0.1);
	transition: var(--ease);
}
.floorList > li > figure img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
	z-index: -1;
}

/*スクロールバー*/
.custom-scrollbar {
	position: relative;
	height: 5px;
	width: calc(100% - 300px);
	margin: 0 200px 0 auto;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.scroll-thumb {
	position: absolute;
	height: 100%;
	width: calc(100% / 4);
	background: var(--text);
	border-radius: 5px;
	left: 0;
	transition: left 0.1s ease-out;
}
/*ボタン*/
.topFloor_btn {
	width: 100%;
	height: 100px;
	padding: 0 80px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
	position: absolute;
	bottom: 2px;
	right: 0;
}
.topFloor_btn > button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	background: none;
	border: 1px solid #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	transition: var(--ease);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	position: relative;
}
.topFloor_btn > button#scrollLeft::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	position: relative;
	left: 2px;
	transition: var(--ease);
}
.topFloor_btn > button#scrollRight::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: relative;
	right: 2px;
	transition: var(--ease);
}
.topFloor_btn > button:hover {
	opacity: 1;
	background: #fff;
	transition: var(--ease);
}
.topFloor_btn > button#scrollLeft:hover::before {
	border-top: 1px solid var(--main);
	border-left: 1px solid var(--main);
	transition: var(--ease);
}
.topFloor_btn > button#scrollRight:hover::before {
	border-top: 1px solid var(--main);
	border-right: 1px solid var(--main);
	transition: var(--ease);
}

/*バナー*/
.topFloorBan {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	line-height: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}
.topFloorBan > li {
	width: calc(100% / 2 - 15px);
	padding: 0;
	margin: 0;
	position: relative;
}
.topFloorBan > li img {
	width: 100%;
	height: auto;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	#topFloor {
		width: 100%;
		padding: 30px 0;
	}
	.floorList {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		column-gap: 0;
		grid-row-gap: 2px;
	}
	.floorList > li {
		width: calc(100%);
		z-index: 0;
		aspect-ratio: unset;
	}
	.floorList > li:nth-child(1) { border-radius: 10px 10px 0 0; }
	.floorList > li:nth-child(2) { border-radius: 0 0 0 0; }
	.floorList > li:nth-last-child(2) { border-radius: 0 0 0 0; }
	.floorList > li:nth-last-child(1) { border-radius: 0 0 10px 10px; }
	.floorList > li .floorList_info {
		width: 100%;
		height: 100%;
		padding: 20px;
	}
	.floorList > li .floorList_info > header {
		grid-row-gap: 5px;
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
	}
	.floorList > li .floorList_info > header > h3 {
		font-size: 12px;
	}
	.floorList > li .floorList_info > header > em {
		font-family: var(--font-en);
		font-size: 30px;
	}
	/*ボタン*/
	.floorList > li .floorList_info > .btn {
		display: block;
		width: 100%;
		padding: 0;
		margin: auto auto 0;
		text-align: left;
	}
	.floorList > li .floorList_info > .btn a {
		display: inline-flex;
		display: -webkit-inline-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		column-gap: 8px;
		background: var(--black);
		padding: 10px 40px 10px 10px;
		margin: 0;
		border-radius: 35px;
		font-family: var(--font-en);
		font-size: 12px;
		line-height: 1;
		color: #fff;
		text-decoration: none;
		transition: var(--ease);
		overflow: hidden;
		position: relative;
		z-index: 0;
	}
	.floorList > li .floorList_info > span.icon {
		display: block;
		width: 50px;
		bottom: 20px;
		right: 20px;
		z-index: 5;
	}

	/*バナー*/
	.topFloorBan {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		line-height: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	.topFloorBan > li {
		width: calc(100%);
		padding: 0;
		margin: 0;
		position: relative;
	}
	.topFloorBan > li img {
		width: 100%;
		height: auto;
	}
}

/* --------------------------------------------------
トップページ　ハウスコーティング
-------------------------------------------------- */
#topHouse {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
	background: var(--base);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: visible;
}
#topHouse > header + p {
	padding: 0;
	margin: 0 auto 30px;
	width: 100%;
	max-width: 1100px;
}
.topHouseInfo > .more a {
	color: var(--main);
}
.more a img {
	vertical-align: middle;
	margin-left: 10px;
}
/*リスト*/
.topHouselist {
	width: 1100px;
	max-width: 1100px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.topHouselist > li {
    width: 16%;
    padding: 0;
    margin: 0;
    position: relative;
	z-index: 0;
}
.topHouselist > li:last-child,
.topHouselist > li:nth-last-child(2) {
    margin-bottom: 0;
}
.topHouselist > li::before {
    content: '';
    display: block;
    padding: 50%;
}
.topHouselist > li::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: -1;
	transition: all 0.3s ease;
}
.topHouselist > li:hover::after {
	background: rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}
.topHouselist > li picture img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    object-fit: cover;
	z-index: -2;
}
.topHouselist > li > h3 {
	width: 100%;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.4em;
    font-family: var(--font-jp);
    font-weight: 600;
    font-style: normal;
	color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    z-index: 5;
	text-align: center;
}
.topHouselist > li > em {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.4em;
	font-family: var(--font-jp);
	font-weight: 500;
	font-style: normal;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	text-align: left;
}
.topHouselist > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.topHouselist > li > span {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 25%;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.topHouselist > li > span img {
	width: auto;
	height: 100%;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
    #topHouse {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
        overflow: visible;
    }
	#topHouse > header + p {
		padding: 0;
		margin: 0 auto 20px;
		width: calc(100% - 60px);
		max-width: 100%;
	}
    .topHouseInfo > .more {
        position: relative;
        z-index: 2;
    }
	.more a img {
		vertical-align: middle;
	}
    /*リスト*/
    .topHouselist {
        width: 100%;
		max-width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
		flex-wrap: wrap;
    }
    .topHouselist > li {
        width: 47%;
        padding: 0;
        margin: 0 auto 10px;
        position: relative;
    }
    .topHouselist > li:last-child {
        margin-bottom: 0;
    }
    .topHouselist > li figure {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        text-align: center;
        border-radius: 5px;
    }
    .topHouselist > li figure::before {
        content: '';
        display: block;
        padding-top: 56.25%;
    }
    .topHouselist > li figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        object-fit: cover;
    }
    .topHouselistInfo {
        padding: 40px 0 0;
        margin: 0;
        position: relative;
    }
	.topHouselist > li > h3 {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 18px;
		line-height: 1.2em;
		font-family: var(--font-jp);
		font-weight: 600;
		font-style: normal;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 5;
		text-align: center;
	}
	.topHouselist > li > em {
		display: block;
		padding: 0;
		margin: 0;
		font-size: 11px;
		line-height: 1.4em;
		font-family: var(--font-jp);
		font-weight: 500;
		font-style: normal;
		color: #fff;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 5;
		text-align: left;
	}
    .topHouselist > li > p {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
}


/* --------------------------------------------------
トップページ　お客様の声
-------------------------------------------------- */
#topVoice {
	width: 100%;
	padding: 100px 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#topVoice::before {
	content: '';
	display: block;
	width: 800px;
	height: 400px;
	background-image: linear-gradient(to bottom, #fff 0%, #ebfefb 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
#topVoice > .contHead {
	margin-bottom: 50px;
}
.voiceList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 40px;
	grid-row-gap: 30px;
}
.voiceList > li {
	width: calc((100% - 80px) / 3);
	padding: 30px;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 2px solid #D1DDDE;
	border-radius: 5px;
}
.voiceList > li h3 {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 600;
	color: var(--text);
	padding: 0;
	margin: 0 auto 10px;
}
.voiceList > li p {
	padding: 0;
	margin: 0;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

/*星評価*/
.star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    font-size: 18px;
    line-height: 1;
	text-align: center;
	margin: 0 auto 10px;
}
#blogDetail .star5_rating {
    margin-bottom: 20px;
}
.star5_rating:before, .star5_rating:after {
    content: '★★★★★';
}
.star5_rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #FFC13A;
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	.voiceList {
		width: calc(100% - 60px);
		max-width: 100%;
		column-gap: 0;
		grid-row-gap: 20px;
		margin: 0 auto 20px;
	}
	.voiceList.archive {
		width: calc(100%);
	}
	.voiceList > li {
		width: calc(100%);
		margin: 0 auto;
	}
	.voiceList > li > dl dd h3 {
		font-size: 16px;
	}
}

/* --------------------------------------------------
トップページ　Q＆A
-------------------------------------------------- */
#topFaq {
	width: 100%;
	padding: 80px 0;
	margin: 0 auto;
	background: none;
	position: relative;
	z-index: 0;
}
#topFaq > em {
	display: block;
	font-size: 50px;
	line-height: 1em;
	font-family: var(--font-jp);
	font-weight: 500;
	font-style: normal;
	white-space: nowrap;
	padding: 0 0 10px;
	margin: 0 auto;
	border: none;
	color: var(--main);
	position: relative;
	text-align: center;
}
#topFaq > h2 {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1em;
	font-family: var(--font-jp);
	font-weight: 600;
	font-style: normal;
	white-space: nowrap;
	padding: 0;
	margin: 0 auto 40px;
	border: none;
	color: var(--main);
	position: relative;
	text-align: center;
}
#topFaq > h2 + p {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto 40px;
	text-align: center;
}
#topFaq .faqList dl dd {
	background: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	#topFaq {
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}
}

/* --------------------------------------------------
トップページ　お問い合わせ
-------------------------------------------------- */
#topContact {
    width: 100%;
    padding: 100px 0 0;
    margin: 0 auto;
}
#topContact > em {
    display: block;
    font-size: 50px;
    line-height: 1em;
    font-family: var(--font-jp);
    font-weight: 500;
    font-style: normal;
    white-space: nowrap;
    padding: 0 0 10px;
    margin: 0 auto;
    border: none;
    color: #393939;
    position: relative;
    text-align: center;
}
#topContact > h2 {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1em;
    font-family: var(--font-jp);
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
    padding: 0;
    margin: 0 auto 40px;
    border: none;
    color: #393939;
    position: relative;
    text-align: center;
}
.topContactList {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.topContactList > li {
    width: calc(100% / 3 - 1px);
    padding: 0;
    margin: 0;
}
.topContactList > li.insta,
.topContactList > li.sitemap {
	display: none;
}
.topContactList > li a {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
}
.topContactList > li a img {
    width: auto;
    height: 30px;
    padding: 0;
    margin: 0 10px 0 0;
}
.topContactList > li:nth-child(1) a {
	background: #696B77;
}
.topContactList > li:nth-child(2) a {
	background: #F98D24;
}
.topContactList > li:nth-child(3) a {
	background: var(--main);
}
.topContactList > li.insta a {
	background: #ff0078;
}
.topContactList > li.sitemap a {
	background: #2488C9;
}
.topContactList > li a tel {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}
.topContactList > li a span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 5px auto 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}
.topContactList > li a tel img {
    width: auto;
    height: 25px;
    padding: 0;
    margin: 0 10px 0 0;
}
#topContact > figure {
    width: 100%;
    height: 430px;
    padding: 0;
    margin: 0;
}
#topFooter #topContact > figure {
	display: none;
}
#topContact > figure iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
    #topContact {
        width: 100%;
        padding: 30px 0 0;
        margin: 0 auto;
    }
    #topContact > em {
        display: block;
        font-size: 30px;
        line-height: 1em;
        font-family: var(--font-jp);
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
        padding: 0 0 5px;
        margin: 0 auto;
        border: none;
        color: #393939;
        position: relative;
        text-align: center;
    }
    #topContact > h2 {
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 1em;
        font-family: var(--font-jp);
        font-weight: 600;
        font-style: normal;
        white-space: nowrap;
        padding: 0;
        margin: 0 auto 20px;
        border: none;
        color: #393939;
        position: relative;
        text-align: center;
    }
    .topContactList {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .topContactList > li {
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #fff;
    }
	.topContactList > li.insta,
	.topContactList > li.sitemap {
		display: block;
	}
    .topContactList > li a {
        width: 100%;
        height: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 20px;
        margin: 0;
        color: #fff;
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
    }
    .topContactList > li a img {
        width: auto;
        height: 25px;
        padding: 0;
        margin: 0 10px 0 0;
    }
    .topContactList > li a tel {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        color: #fff;
        font-size: 30px;
        line-height: 1;
        font-weight: bold;
    }
    .topContactList > li a span {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 5px auto 0;
        font-size: 12px;
        line-height: 1;
        color: #fff;
    }
    .topContactList > li a tel img {
        width: auto;
        height: 25px;
        padding: 0;
        margin: 0 10px 0 0;
    }
	.topContactList > li.insta img {
		width: auto;
		height: 20px;
		padding: 0;
		margin: 0 10px 0 0;
	}
    #topContact > figure {
        width: 100%;
        height: 200px;
        padding: 0;
        margin: 0;
    }
    #topContact > figure iframe {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
}


/* --------------------------------------------------
　キャンペーンページ
-------------------------------------------------- */
#campaign_visual {
	width: 100%;
	padding: 0;
	margin: 0 auto 80px;
	position: relative;
}
#campaign_visual > img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 20px;
}
/*流れ*/
#campaign_flow {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#campaign_flow > h2 {
	padding: 0;
	margin: 0 auto 20px;
	border: none;
	background: none;
	position: relative;
	font-size: 30px;
	line-height: 1.4em;
	color: #00a0e9;
	font-weight: bold;
	text-align: center;
}
#campaign_flow > h2 > span {
	padding: 0 20px;
	margin: 0;
	display: inline-block;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
/*オプション*/
#campaign_option {
	width: 100%;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
}
.campaignOptionList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.campaignOptionList > li {
	width: 23%;
	padding: 0;
	margin: 0;
	position: relative;
}
.campaignOptionList > li > h3 {
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0 auto 10px !important;
	border: none;
	background: none;
	position: relative;
}
.campaignOptionList > li > h3::before,
.campaignOptionList > li > h3::after {
	display: none;
}
.campaignOptionList > li > h3 > span {
	display: block;
	width: 100%;
	padding: 5px;
	margin: 0 auto 10px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: #00a0e9;
}
.campaignOptionList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.campaignOptionList > li > figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border-radius: 5px;
}

/*リスト*/
.campaignFlow {
	width: 100%;
	padding: 50px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 10px;
	position: relative;
}
.campaignFlow::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAACNJREFUGFdjZEAGC17+Z4TzF7z8z5AgzggRgHJATEZkDkgAAHQmC40TK+H0AAAAAElFTkSuQmCC);
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.3;
}
.campaignFlow > li {
	width: 30%;
	padding: 30px;
	margin: 0;
	background: #fff;
	border-radius: 10px;
	position: relative;
	-webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.05));
	-moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.05));
	-ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.05));
	filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.05));
}
.campaignFlow > li::after {
	content: '';
	display: block;
	width: 20px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.campaignFlow > li:last-child::after {
	display: none;
}
.campaignFlow > li > em {
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: #00a0e9;
	font-size: 30px;
	line-height: 1.4em;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.campaignFlow > li > h3 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 45px;
	padding: 0;
	margin: 0 auto 10px !important;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	border: none;
	background: none;
}
.campaignFlow > li > h3::before,
.campaignFlow > li > h3::after {
	display: none;
}
.campaignFlow > li > p {
	padding: 0;
	margin: 0 !important;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*ボタン*/
.campaign_btn {
	text-align: center;
}
.campaign_btn > a {
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 50px;
	margin: 0;
	background: #fb9321;
	border-radius: 10px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
	z-index: 0;
	transition: all 0.3s ease;
}
.campaign_btn > a:hover {
	text-decoration: none !important;
	opacity: 0.8;
	transition: all 0.3s ease;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	#campaign_visual {
		width: 100%;
		padding: 0;
		margin: 0 auto 40px;
		position: relative;
	}
	#campaign_visual > img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 auto 10px;
	}
	/*流れ*/
	#campaign_flow {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	#campaign_flow > h2 {
		padding: 0;
		margin: 0 auto 20px;
		border: none;
		background: none;
		position: relative;
		font-size: 20px;
		line-height: 1.4em;
		color: #00a0e9;
		font-weight: bold;
		text-align: center;
	}
	#campaign_flow > h2 > span {
		padding: 0 20px;
		margin: 0;
		display: inline-block;
		background: linear-gradient(transparent 60%, #ffff66 60%);
	}
	/*オプション*/
	#campaign_option {
		width: 100%;
		padding: 0;
		margin: 0 auto 40px;
		position: relative;
	}
	.campaignOptionList {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
	}
	.campaignOptionList > li {
		width: 47%;
		padding: 0;
		margin: 0 0 30px;
		position: relative;
	}
	.campaignOptionList > li > h3 {
		font-size: 12px;
		line-height: 1.2em;
		font-weight: bold;
		text-align: center;
		padding: 0;
		margin: 0 auto 10px !important;
		border: none;
		background: none;
		position: relative;
	}
	.campaignOptionList > li > h3::before,
	.campaignOptionList > li > h3::after {
		display: none;
	}
	.campaignOptionList > li > h3 > span {
		display: block;
		width: 100%;
		padding: 5px;
		margin: 0 auto 10px;
		border-radius: 3px;
		font-size: 10px;
		line-height: 1;
		color: #fff;
		background: #00a0e9;
	}
	.campaignOptionList > li > figure {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.campaignOptionList > li > figure img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		border-radius: 5px;
	}

	/*リスト*/
	.campaignFlow {
		width: 100%;
		padding: 20px;
		margin: 0 auto;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-radius: 10px;
		position: relative;
	}
	.campaignFlow::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAACNJREFUGFdjZEAGC17+Z4TzF7z8z5AgzggRgHJATEZkDkgAAHQmC40TK+H0AAAAAElFTkSuQmCC);
		border-radius: 10px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0.3;
	}
	.campaignFlow > li {
		width: 100%;
		padding: 20px;
		margin: 0 auto 30px;
		background: #fff;
		border-radius: 10px;
		position: relative;
		-webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.05));
		-moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.05));
		-ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.05));
		filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.05));
	}
	.campaignFlow > li:last-child {
		margin-bottom: 0;
	}
	.campaignFlow > li::after {
		content: '';
		display: block;
		width: 15px;
		height: 10px;
		padding: 0;
		margin: 0;
		background: #fff;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		position: absolute;
		top: unset;
		bottom: -10px;
		right: unset;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
	.campaignFlow > li:last-child::after {
		display: none;
	}
	.campaignFlow > li > em {
		display: inline-flex;
		display: -webkit-inline-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		width: 30px;
		height: 30px;
		padding: 0;
		margin: 0;
		border-radius: 50%;
		background: #00a0e9;
		font-size: 10px;
		line-height: 1.4em;
		color: #fff;
		font-style: normal;
		font-weight: bold;
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
	.campaignFlow > li > h3 {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		height: 45px;
		padding: 0;
		margin: 0 auto 10px !important;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: bold;
		text-align: center;
		border: none;
		background: none;
	}
	.campaignFlow > li > h3::before,
	.campaignFlow > li > h3::after {
		display: none;
	}
	.campaignFlow > li > p {
		padding: 0;
		margin: 0 !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	/*ボタン*/
	.campaign_btn {
		text-align: center;
	}
	.campaign_btn > a {
		display: inline-flex;
		display: -webkit-inline-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 20px 50px;
		margin: 0;
		background: #fb9321;
		border-radius: 10px;
		font-size: 20px;
		line-height: 1;
		color: #fff;
		font-weight: bold;
		white-space: nowrap;
		position: relative;
		z-index: 0;
		transition: all 0.3s ease;
	}
	.campaign_btn > a:hover {
		text-decoration: none !important;
		opacity: 0.8;
		transition: all 0.3s ease;
	}
}

#topInstagram {
	width: 100%;
	max-width: 100%;
	padding: 80px 0;
	margin: 0 auto;
	background: #fafafa;
}
.topInstagramWrap {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.topInstagramWrap > em {
	display: block;
	font-size: 50px;
	line-height: 1em;
	font-family: var(--font-jp);
	font-weight: 500;
	font-style: normal;
	white-space: nowrap;
	padding: 0 0 10px;
	margin: 0 auto;
	border: none;
	color: var(--main);
	position: relative;
	text-align: center;
}
.topInstagramWrap > h2 {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1em;
	font-family: var(--font-jp);
	font-weight: 600;
	font-style: normal;
	white-space: nowrap;
	padding: 0;
	margin: 0 auto 40px;
	border: none;
	color: var(--main);
	position: relative;
	text-align: center;
}
.topInstagramWrap > iframe {
	width: 100% !important;
	max-width: 1100px !important;
	padding: 0;
	margin: 0 auto !important;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	#topInstagram {
		width: 100%;
		padding: 40px 0;
		margin: 0 auto;
		background: #fafafa;
	}
	.topInstagramWrap > em {
		display: block;
		font-size: 30px;
		line-height: 1em;
		font-family: var(--font-jp);
		font-weight: 500;
		font-style: normal;
		white-space: nowrap;
		width: calc(100% - 60px);
		padding: 0 0 5px;
		margin: 0 auto;
		border: none;
		color: var(--main);
		position: relative;
		text-align: left;
	}
	.topInstagramWrap > h2 {
		display: block;
		width: calc(100% - 60px);
		font-size: 12px;
		line-height: 1em;
		font-family: var(--font-jp);
		font-weight: 600;
		font-style: normal;
		white-space: nowrap;
		padding: 0;
		margin: 0 auto 20px;
		border: none;
		color: var(--main);
		position: relative;
		text-align: left;
	}
	.topInstagramWrap > iframe {
		width: calc(100% - 60px) !important;
		max-width: 100% !important;
		padding: 0;
		margin: 0 auto !important;
	}
	.topInstagramWrap .Caption {
		display: block;
		font-size: 15px;
		line-height: 20px;
		padding: 0 10px 10px;
	}
}



/* --------------------------------------------------
　トップ お問い合わせ
-------------------------------------------------- */
#topContactBox {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	background: var(--black);
	text-align: center;
}
ul.contactList {
	width: 1000px;
	padding: 20px 30px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	position: relative;
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 30px;
}
ul.contactList > li {
	width: calc((100% - 60px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
}
ul.contactList > li tel {
	padding: 0;
	margin: 0;
}
ul.contactList > li tel p {
	padding: 0;
	margin: 0 auto 8px;
	text-align: center;
	font-size: 14px;
	line-height: 1;
}
ul.contactList > li tel a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: baseline;
	position: relative;
	font-family: var(--font-en);
	font-size: 32px;
	line-height: 1;
	color: #222;
	white-space: nowrap;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px;
	transition: all 0.2s ease;
}
ul.contactList > li tel a:hover {
	color: #fb9321;
	transition: all 0.2s ease;
}
ul.contactList > li tel a::before {
	content: "";
	display: block;
	background: url(../images/common/icon_freedial01.png) no-repeat center / cover;
	width: 35px;
	height: 20px;
	margin: 0 5px 0 0;
}
ul.contactList > li tel > span {
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-family: var(--font-jp);
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
}
/*お問い合わせ*/
ul.contactList > li.btn a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	background: none;
	border: 1px solid var(--main);
	border-radius: 3px;
	padding: 20px 20px 20px 20px;
	margin: 0;
	font-size: 15px;
	line-height: 1;
	color: var(--main);
	text-decoration: none;
	transition: var(--ease);
	overflow: hidden;
	position: relative;
	z-index: 0;
}
ul.contactList > li.btn a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 0;
	background: none;
	border-top: 1px solid var(--main);
	border-right: 1px solid var(--main);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(45deg);
	transition: var(--ease);
}
ul.contactList > li.btn a:hover {
	color: #fff;
	background: var(--main);
	transition: var(--ease);
}
ul.contactList > li.btn a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
ul.contactList > li.btn.line a::before {
	content: '';
	display: block;
	width: auto;
	height: 15px;
	aspect-ratio: 16.73 / 15.94;
	background-image: url('https://test-realife.coresv.com/wp-content/uploads/icon_line_g.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: var(--ease);
}
ul.contactList > li.btn.contact a::before {
	content: '';
	display: block;
	width: auto;
	height: 15px;
	aspect-ratio: 1/1;
	background-image: url('https://test-realife.coresv.com/wp-content/uploads/icon_mail_g.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: var(--ease);
}
ul.contactList > li.btn.line a:hover::before {
	background-image: url('https://test-realife.coresv.com/wp-content/uploads/icon_line_w.svg');
	transition: var(--ease);
}
ul.contactList > li.btn.contact a:hover::before {
	background-image: url('https://test-realife.coresv.com/wp-content/uploads/icon_mail_w.svg');
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	#topContactBox {
		width: 100%;
		padding: 30px;
		margin: 0 auto;
		position: relative;
		z-index: 0;
		background: var(--black);
		text-align: center;
	}
	/*ヘッダー*/
	#topContactBox > header {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		position: relative;
	}
	#topContactBox > header > em {
		font-size: 12px;
	}
	#topContactBox > header > h2 {
		font-size: 20px;
	}
	#topContactBox > ul {
		width: 100%;
		padding: 20px;
		flex-wrap: wrap;
	}
	#topContactBox > ul > li {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	#topContactBox > ul > li tel {
		padding: 0;
		margin: 0;
	}
	#topContactBox > ul > li tel p {
		padding: 0;
		margin: 0 auto 5px;
		text-align: center;
		font-size: 12px;
		line-height: 1;
	}
	#topContactBox > ul > li tel a {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		font-family: var(--font-jp);
		font-size: 20px;
		line-height: 1;
		color: #222;
		font-weight: bold;
		padding: 0;
		margin: 0 0 5px;
		transition: all 0.2s ease;
	}
	#topContactBox > ul > li tel a:hover {
		color: #fb9321;
		transition: all 0.2s ease;
	}
	#topContactBox > ul > li tel a::before {
		content: "";
		display: block;
		background: url(../images/common/icon_freedial01.png) no-repeat center / cover;
		width: 25px;
		height: 15px;
		margin: 0 5px 0 0;
	}
	#topContactBox > ul > li tel > span {
		display: block;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		font-family: var(--font-jp);
		font-size: 12px;
		line-height: 1;
		font-weight: 500;
	}
	/*お問い合わせ*/
	#topContactBox > ul > li.contact {
		margin-bottom: 10px;
	}
	#topContactBox > ul > li.contact > a {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		font-size: 18px;
	}
	/*LINE*/
	#topContactBox > ul > li.line > a {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		font-size: 18px;
	}
	#topContactBox > ul > li.img {
		width: 40px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: -15px;
		left: -5px;
		z-index: 5;
	}
	
	ul.contactList {
		width: 100%;
		padding: 20px;
		margin: 0 auto;
		background: #fff;
		border-radius: 10px;
		position: relative;
		display: inline-flex;
		display: -webkit-inline-flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	ul.contactList > li {
		width: calc(100%);
		padding: 0;
		margin: 0;
		position: relative;
	}
	ul.contactList > li.contact {
		margin-bottom: 10px;
	}
}


/* --------------------------------------------------
トップページ　オプション
-------------------------------------------------- */
#topOption {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#topOption::before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 300px);
	background: #ebf2f3;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#topOption > figure {
	width: 100%;
	max-width: 1200px;
	height: 400px;
	padding: 0;
	margin: 0 auto 70px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#topOption > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.topOption_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
	align-items: flex-start;
}
.topOption_wrap .contHead {
	width: 400px;
	min-width: 400px;
	padding: 0;
	margin: 0;
	position: sticky;
	top: 200px;
	left: 0;
}
.topOption_wrap .contHead p {
	padding: 20px 0;
}
.optionList {
	width: calc(100% - 50px - 400px);
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid rgba(22, 174, 125, 0.3);
}
.optionList > li {
	width: 100%;
	padding: 30px 50px 30px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
	border-top: 1px solid rgba(22, 174, 125, 0.3);
}
.optionList > li::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%) rotate(45deg);
	transition: var(--ease);
}
.optionList > li:hover::after {
	border-top: 1px solid var(--main);
	border-right: 1px solid var(--main);
	transform: translate(3px,-50%) rotate(45deg);
	transition: var(--ease);
}
.optionList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.optionList > li > figure {
	width: 150px;
	min-width: 150px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.optionList > li > figure::before {
	content: '';
	display: block;
	padding: 50%;
}
.optionList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.optionList_info {
	width: calc(100% - 30px - 150px);
	padding: 0;
	margin: 0;
	position: relative;
}
.optionList_info > header {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 5px;
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
}
.optionList_info > header > em {
	font-family: var(--font-en);
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	position: relative;
	transition: var(--ease);
}
.optionList_info > header > h3 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	text-align: left;
	position: relative;
	transition: var(--ease);
}
.optionList_info > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	word-break: break-all;
	text-justify: inter-ideograph;
}
.optionList > li:hover .optionList_info > header > em,
.optionList > li:hover .optionList_info > header > h3 {
	color: var(--main);
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
}

/* --------------------------------------------------
トップページ　選ばれる理由
-------------------------------------------------- */
#topReason {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background-image: url('https://test-floor.bex.jp/wp-content/uploads/bg.webp');
	background-position: top center;
	background-size: 1000px;
	z-index: 0;
}
#topReason::before {
	content: '';
	display: block;
	width: 100%;
	height: 400px;
	background-image: linear-gradient(to top, #fff 0%, #ebfefb 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#topReason .contHead {
	margin-bottom: 50px;
}
.reasonList {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 2px;
	grid-row-gap: 50px;
}
.reasonList > li {
	width: calc(100% / 2 - 2px);
	padding: 0;
	margin: 0;
	position: relative;
}
.reasonList > li figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.reasonList > li figure::before {
	content: '';
	display: block;
	padding-top: 50%;
}
.reasonList > li figure img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}
.reasonList > li > header {
	width: 100%;
	padding: 30px 0 0;
	margin: 0 auto 20px;
	position: relative;
}
.reasonList > li > header em {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	background: var(--gradient-02);
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	font-family: var(--font-en);
	font-style: normal;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%,0);
}
.reasonList > li > header h3 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 600;
	color: var(--main);
	text-align: center;
}
.reasonList > li > strong {
	display: block;
	padding: 0 30px;
	margin: 0 auto 5px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	text-align: center;
}
.reasonList > li > p {
	width: 100%;
	padding: 0 30px;
	margin: 0;
	text-align: justify;
	word-break: break-all;
	text-justify: inter-ideograph;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	#topReason {
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		position: relative;
		background-image: url('https://test-floor.bex.jp/wp-content/uploads/bg_sp.webp');
		background-size: 600px;
	}
	.reasonList {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 20px;
	}
	.reasonList > li {
		width: calc(100%);
		padding: 0;
		margin: 0;
		position: relative;
	}
	.reasonList > li figure {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		position: relative;
		overflow: hidden;
		text-align: center;
		border-radius: 10px;
	}
	.reasonList > li figure::before {
		content: '';
		display: block;
		padding-top: 56.25%;
	}
	.reasonList > li figure img {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		object-fit: cover;
	}
	.reasonList > li > header {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		column-gap: 10px;
	}
	.reasonList > li > header em {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		padding: 0;
		margin: 0;
		background: none;
		border: 1px solid var(--main);
		border-radius: 50%;
		font-size: 20px;
		line-height: 1;
		font-weight: 600;
		font-family: var(--font-en);
		font-style: normal;
		color: var(--main);
		text-align: center;
	}
	.reasonList > li > header h3 {
		padding: 0;
		margin: 0;
		border: none;
		background: none;
		position: relative;
		font-size: 25px;
		line-height: 1.4em;
		font-weight: 600;
		color: var(--text);
	}
	.reasonList > li > strong {
		display: block;
		padding: 0;
		margin: 0 auto 5px;
		font-size: 18px;
		line-height: 1.4em;
		font-weight: 500;
		color: var(--text);
	}
	.reasonList > li > p {
		padding: 0;
		margin: 0;
		text-align: justify;
		word-break: break-all;
		text-justify: inter-ideograph;
	}
}

/*実績*/
.reasonResult {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
}
.reasonResult > figure {
	width: 100%;
	max-width: 700px;
	padding: 0;
	margin: 0 auto 10px;
	text-align: center;
}
.reasonResult > figure img {
	width: 100%;
	height: auto;
}
.reasonResult > p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.reasonResult > p.small {
	padding: 0;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	/*実績*/
	.reasonResult {
		width: calc(100% - 60px);
		max-width: 100%;
		margin: 0 auto 30px;
	}
	.reasonResult > figure {
		width: 100%;
		max-width: 100%;
	}
	.reasonResult > p {
		padding: 0;
		margin: 0 auto;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
		font-size: 15px;
		line-height: 1.5;
		font-weight: 600;
	}
	.reasonResult > p.small {
		padding: 0;
		margin: 0 auto 20px;
		text-align: center;
		font-size: 12px;
		line-height: 1.2;
		font-weight: 400;
	}s
}

/* --------------------------------------------------
トップページ　コラム
-------------------------------------------------- */
#topColumn {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 0;
}
#topColumn::after {
	content: '';
	display: block;
	width: 800px;
	height: 400px;
	background-image: linear-gradient(to bottom, #fff 0%, #ebfefb 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#topColumn .contHead {
	margin-bottom: 50px;
}
.columnList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 40px;
	grid-row-gap: 50px;
}
.columnList > li {
	width: calc((100% - 80px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
.columnList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.columnList > li > figure {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius: 5px;
}
.columnList > li > figure::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.columnList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.columnList_info {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 7px;
}
.columnList > li .columnList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	transition: var(--ease);
}
.columnList > li:hover .columnList_info > h3 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--main);
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	#topColumn {
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		background: #fff;
		position: relative;
	}
}

/* --------------------------------------------------
トップページ　ESLIFEエスライフスタッフの日常
-------------------------------------------------- */
#topEslife {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: var(--back);
	position: relative;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	#topEslife {
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		background: var(--back);
		position: relative;
	}
}


/* --------------------------------------------------
　サイドバー　コラム
-------------------------------------------------- */
#sidColumn {
	padding: 0;
	margin: 0;
}
#sidColumn > header {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100%);
	max-width: 100%;
	padding: 0;
	margin: 0 auto 15px;
}
#sidColumn > header > em {
	font-size: 30px;
	line-height: 1em;
	font-family: var(--font-en);
	font-weight: 500;
	font-style: normal;
	white-space: nowrap;
	padding: 0;
	margin: 0 10px 0 0;
	border: none;
	color: var(--text);
	position: relative;
}
#sidColumn > header > h2 {
	display: block;
	font-size: 12px;
	line-height: 1em;
	font-family: var(--font-jp);
	font-weight: 600;
	font-style: normal;
	white-space: nowrap;
	padding: 0;
	margin: 10px 0 0;
	border: none;
	color: var(--text);
	position: relative;
}
#sidColumn > .topNewsList.side {
	width: calc(100%);
	max-width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #dddddd;
}
#sidColumn > .topNewsList.side > li {
	width: 100%;
	padding: 20px 30px 20px 0;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	column-gap: 15px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}
#sidColumn > .topNewsList.side > li::before {
	display: none;
}
#sidColumn > .topNewsList.side > li::after {
	display: none;
}
#sidColumn > .topNewsList.side > li > span {
	width: 20px;
	height: 20px;
	font-size: 10px;
	top: 10px;
	left: -7px;
}
#sidColumn > .topNewsList.side > li > figure {
	width: 50px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-radius: 3px;
}
#sidColumn > .topNewsList.side > li > figure::before {
	content: '';
	display: block;
	padding: 50%;
}
#sidColumn > .topNewsList.side > li > figure img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}
#sidColumn > .topNewsList.side > li > .topNewsListInfo {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 65px);
	padding: 0;
	margin: 0;
	margin-top: -2px;
}
#sidColumn > .topNewsList.side > li .date {
	display: inline-block;
	color: #393939;
	font-size: 10px;
	line-height: 1;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	order: 1;
}
#sidColumn > .topNewsList.side > li h3 {
	padding: 0;
	margin: 0;
	order: 0;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 400;
}
#sidColumn > .topNewsList.side > li h3 a {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 400;
	transition: all 0.3s ease;
	color: var(--text);
}
#sidColumn > .topNewsList.side > li h3 a:hover {
	color: var(--link);
	transition: all 0.3s ease;
}

/*動画*/
#post .video_inner {
	width: 80%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#post .video_inner::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
#post .video_inner iframe {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	#post .video_inner {
		width: 100%;
	}
}


/* --------------------------------------------------
ページリンク
-------------------------------------------------- */
#topPagelink {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
.pagelinkList {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 50px;
}
.pagelinkList > li {
	width: calc(100% / 2 - 25px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.pagelinkList > li figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 5px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.pagelinkList > li figure::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.pagelinkList > li figure img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform-origin: center;
	object-fit: cover;
	transition: var(--ease);
}
.pagelinkList > li h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	text-align: left;
	transition: var(--ease);
}
.pagelinkList > li:hover figure img {
	transform: translate(-50%,-50%) scale(1.1);
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	transform-origin: center;
	transition: var(--ease);
}
.pagelinkList > li:hover h3 {
	color: var(--main);
	transition: var(--ease);
}
.pagelinkList > li > p {
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

/*ボタン*/
.pagelinkList .btn {
	display: block;
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	text-align: left;
}
.pagelinkList .btn a {
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 8px;
	background: var(--black);
	padding: 15px 50px 15px 20px;
	margin: 0;
	border-radius: 50px;
	font-family: var(--font-en);
	font-size: 10px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.pagelinkList .btn a::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: rgba(255,255,255,0.25);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform-origin: center;
	transition: var(--ease);
}
.pagelinkList .btn a::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	padding: 0;
	margin: 0;
	background: rgba(255,255,255,1);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform-origin: center;
	transition: var(--ease);
}
.pagelinkList .btn a:hover::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: var(--link);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) scale(30);
	-webkit-transform: translate(0,-50%) scale(30);
	transform-origin: center;
	transition: var(--ease);
	z-index: -1;
}
.pagelinkList .btn a:hover::after {
	transform: translate(0,-50%) scale(2);
	-webkit-transform: translate(0,-50%) scale(2);
	transform-origin: center;
	transition: var(--ease);
}
.pagelinkList .btn a:hover {
	color: #fff;
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	#topPagelink {
		width: 100%;
		padding: 30px 0;
	}
	.pagelinkList {
		width: calc(100% - 60px);
		max-width: 100%;
		column-gap: 0;
		grid-row-gap: 20px;
	}
	.pagelinkList > li {
		width: calc(100%);
	}
	.pagelinkList > li figure {
		margin: 0 auto 10px;
	}
	.pagelinkList > li h3 {
		margin: 0 auto 5px;
	}
	/*ボタン*/
	.pagelinkList .btn {
		display: block;
		width: 100%;
		padding: 0;
		margin: auto auto 0;
		text-align: left;
	}
	.pagelinkList .btn a {
		display: inline-flex;
		display: -webkit-inline-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		column-gap: 8px;
		background: var(--black);
		padding: 10px 40px 10px 10px;
		margin: 0;
		border-radius: 35px;
		font-family: var(--font-en);
		font-size: 12px;
		line-height: 1;
		color: #fff;
		text-decoration: none;
		transition: var(--ease);
		overflow: hidden;
		position: relative;
		z-index: 0;
	}
	.pagelinkList span.icon {
		display: block;
		width: 50px;
		bottom: 20px;
		right: 20px;
		z-index: 5;
	}
}

/* --------------------------------------------------
トップページ　比較表
-------------------------------------------------- */
#topCompare {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: #fff;
	z-index: 0;
}
#topCompare::before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background: #ebf2f3;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#topCompare .contHead > p {
	padding: 20px 0;
}
.topCompare_table {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.topCompare_table > table {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
}
/*ーテーブルヘッダー*/
.topCompare_table > table thead th {
	background: var(--main);
	padding: 10px;
	margin: 0;
	border-right: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.topCompare_table > table thead th:nth-last-of-type(1),
.topCompare_table > table thead th:nth-last-of-type(2) {
	background: var(--sub);
	padding: 10px;
	margin: 0;
	border-right: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.topCompare_table > table thead th:first-of-type {
	background: none;
	border: none;
}
.topCompare_table > table thead th:last-of-type {
	border-right: 1px solid #ccc;
}
.topCompare_table > table thead th:nth-of-type(5) {
	border-right: 3px solid var(--main);
}
/*ーテーブルボディー*/
.topCompare_table > table tbody th {
	background: var(--back);
	padding: 10px;
	margin: 0;
	text-align: center;
	font-weight: 600;
}
.topCompare_table > table tbody td {
	background: #fff;
	padding: 10px;
	margin: 0;
	text-align: center;
}
/*アクセント*/
.topCompare_table > table thead th:nth-of-type(2) {
	border-left: 3px solid var(--main);
}
.topCompare_table > table tbody td:nth-of-type(1) {
	 border-left: 3px solid var(--main);
}
.topCompare_table > table tbody tr:last-of-type td:nth-of-type(1),
.topCompare_table > table tbody tr:last-of-type td:nth-of-type(2),
.topCompare_table > table tbody tr:last-of-type td:nth-of-type(3),
.topCompare_table > table tbody tr:last-of-type td:nth-of-type(4) {
	border-bottom: 3px solid var(--main);
}
.topCompare_table > table tbody td:nth-of-type(4) {
	border-right: 3px solid var(--main);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	#topCompare {
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		position: relative;
		background: #fff;
	}
	#topCompare .scroll {
		width: 100%;
	}
	.topCompare_table {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.topCompare_table > table tbody tr {
		position: relative;
	}
	.topCompare_table > table tbody th {
		position: sticky;
		top: 0;
		left: 0;
	}
	.topCompare_table > table tbody td {
		padding: 10px 20px;
	}
}

/* --------------------------------------------------
トップページ　画像セクション
-------------------------------------------------- */
.secImage {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
.secImage > figure {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 0 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px 0 0 20px;
}
.secImage > figure::before {
	content: '';
	display: block;
	padding-top: 350px;
}
.secImage.top > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.secImage.top > figure img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	object-fit: cover;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 640px){
	.secImage {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		background: #fff;
		position: relative;
	}
	.secImage > figure {
		width: calc(100% - 30px);
		max-width: 100%;
		border-radius: 10px 0 0 10px;
	}
	.secImage > figure::before {
		content: '';
		display: block;
		padding-top: 200px;
	}
}