:root{
	--main-color01:		#c8161d;
	--main-color02:		#0056a7;
	--main-color03:		#e7b022;
	
	--color-white:		#ffffff;
	--color-black:		#222222;
}

#header
,#hero
,#main
,#footer{
    width: 75%;
}

/*=== header ===*/
#header .main-head {
  background-color: var(--color-white);
  padding: 1em 1em;
  line-height: 1;
}

#header .main-head h1 {
  font-size: 0.75rem;
}

#header .main-head .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 7px;
}

#header .main-head .logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

#header .main-head .logo-area .logo {
  margin-right: 7px;
}

#header .main-head .logo-area .medal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

#header .main-head .logo-area .medal img {
  padding: 0 2px;
}

#header .main-head .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  column-gap: 20px;
}

#header .main-head .contact .tel i {
  display: none;
}

#header .main-head .contact .tel div:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#header .main-head .contact .tel div:first-of-type span {
  color: var(--color-white);
  padding: 3px 10px 5px;
  font-size: 1rem;
  font-weight: 900;
}

#header .main-head .contact .tel div:first-of-type span:first-child {
  background-color: var(--main-color01);
}

#header .main-head .contact .tel div:first-of-type span:last-child {
  background-color: var(--main-color02);
}

#header .main-head .contact .tel div:last-of-type {
  text-align: center;
}

#header .main-head .contact .tel div:last-of-type span {
  font-weight: 900;
}

#header .main-head .contact .tel div:last-of-type span:first-child {
  font-size: 2.187rem;
  font-family: "Roboto", sans-serif;
}

#header .main-head .contact .tel div:last-of-type span:last-child {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#header .main-head .contact .mail a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px 25px;
    background-color: var(--main-color03);
    box-shadow: -1px -2px 0 #fefb42, 0 2px 0 #d06502;
    border-radius: 5px;
    color: var(--color-black);
    cursor: pointer;
    text-decoration: none;
}

#header .main-head .contact .mail i {
  font-size: 2rem;
}

#header .main-head .contact .mail div {
  margin-left: 7px;
  text-align: center;
}

#header .main-head .contact .mail div span {
  display: block;
  font-weight: 900;
}

#header .concept-head {
  background-color: var(--color-black);
  text-align: center;
  padding: 7px 0 10px;
}

#header .concept-head p {
  color: var(--color-white);
  font-weight: 900;
  font-size: 2.5rem;
}

#header .concept-head p span {
  color: #fff000;
}

/*===hero===*/
#hero {
  min-height: 550px;
  position: relative;
  text-align: center;
  background-image: url(../img/mainv_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  padding-bottom: 17.5em;
}

#hero .mainv-text {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #f2f2f2;
    text-align: left;
    padding: 30px 0 0 50px;
}

@media screen and (min-width:768px) and ( max-width:1536px) {
    #hero .mainv-text {
        padding: 30px 0 0 20px;
    }
}

#hero .mainv-catch  {
    font-size: 1.3rem;
    line-height: 1.4;
    position: absolute;
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    left: 48%;
    top: 170px;
    border: 4px var(--main-color01) solid;
}

#hero .mainv-catch:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--main-color01);
}


#hero h2 {
	font-size: 3rem;
    font-weight: 900;
    color: var(--main-color01);
    margin: 0 0 30px;
}

#hero h2 span.size_s {
    font-size: 25px;
	font-size: 2rem;
    margin: 0 0 20px;
    color: var(--color-black);
}

#hero .mainv-text p:nth-of-type(1)  {
	display: inline-block;
    padding: 15px 30px;
    margin: 0 0 15px;
    font-size: 5rem;
    font-weight: 900;
    color: var(--color-white);
    background: var(--main-color01);
}

#hero .mainv-text p:nth-of-type(2)  {
    display: inline-block;
	padding: 15px 30px;
    font-size: 4rem;
    margin: 0 0 15px;
    font-weight: 900;
    color: var(--color-white);
    background: var(--main-color01);
}


#hero ul {
  max-width: 310px;
  padding: 20px;
  position: absolute;
  font-size: 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  left: 55%;
  bottom: 50px;
}

#hero ul li{
    padding: 0 0 0 20px;
    text-align: left;
    line-height: 1.5;
    background: url(../img/check_s.png) no-repeat center left;
}

#hero .mainv-medal {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: right;
    top: 15px;
    right: 15px;
    width: 54%;
}

#hero .mainv-medal img {
	width: 18%;
}

#hero .mainv-photo {
  position: absolute;
  bottom: 0;
  left: 40%;
  overflow: hidden;
}

#hero .mainv-photo img {
  margin-bottom: -25px;
}

#hero h2 .line {
    background: -webkit-linear-gradient(transparent 65%, var(--main-color03) 60%);
    background: linear-gradient(transparent 65%, var(--main-color03) 60%);
}

@media screen and (min-width:768px) and ( max-width:1460px) {
	
	#header .main-head .contact .mail a{
		padding: 15px 10px;
	}
	
	#hero ul{
		left: 70%;
		padding: 10px;
	}
	
    #hero .mainv-medal { 
		width: 50%;
		column-gap: 1%;
		right: 2%;
    }
	
	#hero .mainv-photo{
		width: 24%;
        max-width: 189px;
        left: 45%;
	}
	
	#hero .mainv-photo img{
		    width: 100%;
	}
	
	#hero .mainv-text p:nth-of-type(3) img{
		width: 90%;
	}
}

/*=== main ===*/

#main #sectionTop{
	background: var(--main-color03);
}

#main #sectionTop h2 {
  text-align: center;
  padding: 10px 0 13px;
  font-size: 2.8rem;
  font-weight: 900;
  background-color: var(--main-color01);
  color: var(--color-white);
}

#main #sectionTop h2 span {
	font-size: 3.75rem;
	color: #fbc834;
}

#main #sectionTop .wrapper {
	padding: 2em 0 1em;
}

#main #sectionTop h3 {
	font-size: 30px;
	font-weight: 700;
	padding: 0 0 20px 0;
}

#main #sectionTop h3 span span {
	font-size: 60px;
	padding: 0 0 20px 0;
}

#main #sectionTop p {
	line-height: 1.5;
}

#main #sectionTop ul {
	display: flex;
	column-gap: 10px;
	margin: 0 5px 0;
}

#main #sectionTop .wrapper div.flex {
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    margin: 0 0 2em;
}

#main #sectionTop .wrapper div.flex img {
    width: 150px;
    padding: 40px 0 0;
}

#sectionShowroom{
    padding: 0 0 3em;
    background-image: url(../img/staff_ikeda.png);
    background-repeat: no-repeat;
    background-position: right 4% bottom -40px;
}

#main #sectionShowroom h2 {
  text-align: center;
  padding: 10px 0 13px;
  font-size: 2.8rem;
  font-weight: 900;
  background-color: var(--main-color01);
  color: var(--color-white);
	margin: 0 0 50px;
}

#main #sectionShowroom h2 span {
	font-size: 3.75rem;
	color: #fbc834;
}

#main #sectionShowroom ul:nth-of-type(1) {
	display: flex;
	column-gap: 40px;
	margin: 0 0 50px;
}

#main #sectionShowroom ul:nth-of-type(1) li {
    max-width: 530px;
    max-height: 314px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main #sectionShowroom ul:nth-of-type(1) li img {
	width: 100%;
}

#main #sectionShowroom ul:nth-of-type(2) {
	padding: 0 0 1em;
}

#main #sectionShowroom ul:nth-of-type(2) li {
	font-size: 1.4rem;
}

#main #sectionShowroom ul:nth-of-type(2) li span {
	text-align: center;
    line-height: 35px;
    color: var(--color-white);
    display: inline-block;
    width: 140px;
    height: 35px;
    background: var(--color-black);
    margin: 0 1em 0.5em 0;
}

#sectionKuchikomi{
	position: relative;
	margin: 0 0 100px;
}

#main #sectionKuchikomi h2 {
  text-align: center;
  padding: 20px 0;
  font-size: 3rem;
  font-weight: 900;
  background-color: var(--main-color01);
  color: var(--color-white);
	margin: 0 0 50px;
}

#main #sectionKuchikomi h3 {
    text-align: center;
    margin: 0 0 2em;
}

#main #sectionKuchikomi .Bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px 100px;
  border-radius: 60px;
  background-color: var(--main-color02);
  text-align: left;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-white);
}

#main #sectionKuchikomi .Bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: var(--main-color02) transparent transparent;
  translate: -50% 100%;
}

#main #sectionKuchikomi .swiperKuchikomi{
    background-color: #fef6e1;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 10px, transparent 0, transparent 20px);
	padding: 50px 0;
}

#main #sectionKuchikomi .swiperKuchikomi .img{
	max-width: 505px;
	max-height: 302px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

#main #sectionKuchikomi .voiceBox{
	
}

#main #sectionKuchikomi .voiceBox h4{
	font-size: 25px;
	text-align: center;
    padding: 0 0 10px;
    margin: 0 auto 30px;
    border-bottom: 3px dotted var(--main-color02);
}

#main #sectionKuchikomi .voiceBox div:nth-of-type(1){
    display: flex;
    column-gap: 40px;
	margin: 0 auto 40px;
	justify-content: center;
}

#main #sectionKuchikomi .voiceBox div:nth-of-type(2){
    display: flex;
    column-gap: 40px;
	justify-content: center;
	margin: 0 auto;
}

#main #sectionKuchikomi .voiceBox div:nth-of-type(2) h5{
	width: 505px;
	font-size: 40px;
}
#main #sectionKuchikomi .voiceBox div:nth-of-type(2) p.list{
	width: 505px;
}

#main #sectionKuchikomi .voiceBox div:nth-of-type(2) p.list span.head {
	text-align: center;
    line-height: 35px;
    color: var(--color-white);
    display: inline-block;
    width: 140px;
    height: 35px;
    background: var(--color-black);
    margin: 0 30px 10px 0;
}

#main #sectionKuchikomi .voiceBox p.msg {
	width: 60%;
	line-height: 1.5;
	border-radius: 15px;
	padding: 20px;
	background: var(--color-white);
}

#main #sectionKuchikomi .reviewRecommend {
	position: absolute;
	right: 0;
	top: 20px;
}

#main #sectionKuchikomi .reviewRecommend span {
	width: 300px;
	height: 60px;
	font-size: 18px;
	border-radius: 10px;
	transform: rotate(-3deg);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e7b022;
	color: #c8161d;
	color: #fff;
	font-weight: 700;
	position: relative;
}

#main #sectionKuchikomi .reviewRecommend span:before {
	position: absolute;
	left: -29px;
	bottom: 20px;
	border-right: 30px solid #e7b022;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: "";
}

#main #sectionKuchikomi .wp-google-content-inner {
	height: 300px;
	overflow: auto !important;
	display: block;
	width: 100%;
	background: #f3f3f2 !important;
	padding: 10px 20px 20px !important;
	z-index: 100 !important;
}

#main #sectionKuchikomi .wp-google-place {
	margin: 0;
	padding: 20px 0 !important;
	font-size: 42px;
	text-shadow: -1px -2px 0 #333;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
    width: 40% !important;
    margin: 0 auto !important;
}

#main #sectionKuchikomi .wp-google-place .wp-google-left {
	display: flex !important;
	align-items: center;
	margin-right: 10px !important;
	min-width: 50px !important;
}

#main #sectionKuchikomi .wp-google-place .wp-google-left img {
	min-width: 50px !important;
}

#main #sectionKuchikomi .wp-google-place .wp-google-right {
	width: auto !important;
	display: flex!important;
	flex-wrap: wrap !important;
}

#main #sectionKuchikomi .wp-google-place .wp-google-right .wp-google-wr {
	display: none;
}

#main #sectionKuchikomi .wp-google-place .wp-google-powered {
	display: inline-block !important;
	vertical-align: top !important;
	margin-right: 10px !important;
}

#main #sectionKuchikomi .staffPosition {
    position: absolute;
    width: 17vmin;
    height: auto;
    bottom: 310px;
}

#main #sectionKuchikomi .staffLeft {
		left: 0;
}
	
#main #sectionKuchikomi .staffRight {
		right: 0;
}

#sectionMenu{
	position: relative;
	background: #f5f5f5;
	padding: 0 0 200px;
	overflow: hidden;
}
#main #sectionMenu h2 {
  text-align: center;
  padding: 10px 0 20px;
  font-size: 3rem;
  font-weight: 900;
  background-color: var(--main-color01);
  color: var(--color-white);
  margin: 0 0 50px;
}

#main #sectionMenu h2 span {
  font-size: 2rem;
  color: #fed404;
}

#main #sectionMenu ul {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 30px;
    row-gap: 40px;
}

#main #sectionMenu ul li {
	width: 330px;
	padding: 15px;
	background: var(--color-white);
	text-align: center;
}

#main #sectionMenu ul li div.photo {
	max-width: 300px;
    max-height: 200px;
    margin: 0 0 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main #sectionMenu ul li div img {
	max-width: 300px;
}

#main #sectionMenu ul li h3 {
	margin: 0 0 10px;
	padding: 0 0 10px;
    border-bottom: 3px dotted #004e8d;
}

#main #sectionMenu ul li p span {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
}

#main #sectionMenu .js-menu-card {
  transition: all 0.3s;
  cursor: pointer;
}

#main #sectionMenu .p-menu__img {
  transition: all 0.3s;
}

#main #sectionMenu .js-menu-card:hover .p-menu__img {
  opacity: 0.8;
}

#main #sectionMenu .p-menu__modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s;
}

#main #sectionMenu .p-menu__modal.is-active {
  opacity: 1;
  visibility: visible;
}

#main #sectionMenu .p-menu__modal picture {
  max-width: calc(100% - 3.125rem);
    position: relative;
    z-index: 1;
    width: 360px;
    padding: 30px;
    background: var(--color-white);
    text-align: center;
}

#main #sectionMenu .p-menu__modal a {
  display: block;
  margin-top: 1rem;
}

#main #sectionMenu .p-menu__modalbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.6;
}

#main #sectionMenu .p-menu__modal p:nth-of-type(1)  {
  color: var(--color-black);
  font-size: 24px;
  font-weight: 900;
	margin: 0 0 20px;
}

#main #sectionMenu ul li p:nth-of-type(1),#main #sectionMenu .p-menu__modal p:nth-of-type(2)  {
  color: var(--main-color01);
  font-size: 30px;
  font-weight: 900;
}

#main #sectionMenu ul li p:nth-of-type(1)::after,#main #sectionMenu .p-menu__modal p:nth-of-type(2)::after  {
    content: "(税抜)";
    font-size: 1rem;
    font-weight: 600;
}

#main #sectionMenu .p-menu__modal p:nth-of-type(1)::after  {
	display: none;
}

#main #sectionMenu ul li p:nth-of-type(2),#main #sectionMenu .p-menu__modal p:nth-of-type(3) {
  color: var(--color-black);
}


#main #sectionMenu .p-about::after {
  display: none;
}

#main #sectionMenu .staffPosition {
    position: absolute;
    width: 18vmin;
    height: auto;
    bottom: -10px;
}

#main #sectionMenu .staffLeft {
		left: 5%;
}
	
#main #sectionMenu .staffRight {
		right: 5%;
}

#main #sectionRainleak {
  padding: 125px 0 60px;
  position: relative;
	overflow: hidden;
}

#main #sectionRainleak::before,
#main #sectionRainleak::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -3;
	z-index: 0;
}

#main #sectionRainleak::before {
  width: 914px;
  height: 446px;
  background-image: url(../img/sec02_bg01.png);
  top: -280px;
  left: -20px;
}

#main #sectionRainleak::after {
  width: 919px;
  height: 510px;
  background-image: url(../img/sec02_bg02.png);
  bottom: -420px;
  right: -100px;
}

#main #sectionRainleak .wrapper {
  position: relative;
}

#main #sectionRainleak h2 {
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  position: relative;
  padding: 120px 0 120px;
  background-image: url(../img/sec02_bg03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#main #sectionRainleak h2::before {
  content: "";
  display: block;
  width: 73px;
  height: 34px;
  margin: 0 auto;
}

#main #sectionRainleak h2 .outline {
  font-size: 50px;
  color: var(--color-white);
  text-shadow: 1.5px 1.5px 0 var(--color-black), -1.5px -1.5px 0 var(--color-black), -1.5px 1.5px 0 var(--color-black), 1.5px -1.5px 0 var(--color-black), 1.5px 0 0 var(--color-black), -1.5px 0 0 var(--color-black), 0 1.5px 0 var(--color-black), 0 -1.5px 0 var(--color-black);
}

#main #sectionRainleak h2 .line {
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-underline-offset: -3px;
  text-decoration-color: var(--main-color01);
}

#main #sectionRainleak .imgList li {
  position: absolute;
}

#main #sectionRainleak .imgList li figcaption {
  position: absolute;
  font-size: 24px;
  width: 180px;
  height: 114px;
  z-index: 10;
}

#main #sectionRainleak .imgList li figure::before,
#main #sectionRainleak .imgList li figure::after {
  content: "";
  position: absolute;
  margin: auto;
  -webkit-mask-image: url(../img/sec02_balloon01.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  mask-image: url(../img/sec02_balloon01.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
}

#main #sectionRainleak .imgList li figure::before {
  z-index: 1;
  background: #1ea6da;
  mix-blend-mode: multiply;
}

#main #sectionRainleak .imgList li figure::after {
  z-index: 2;
  background: var(--color-white);
}

#main #sectionRainleak .imgList li .line {
  text-decoration: underline;
  text-decoration-thickness: 8px;
  text-underline-offset: -3px;
  text-decoration-color: #e6b020;
}

#main #sectionRainleak .imgList li:nth-of-type(1) {
  top: -9%;
  left: 2%;
}

#main #sectionRainleak .imgList li:nth-of-type(1) figcaption,
#main #sectionRainleak .imgList li:nth-of-type(1) figure::before,
#main #sectionRainleak .imgList li:nth-of-type(1) figure::after {
  width: 180px;
  height: 114px;
  top: -7%;
  left: -7%;
}

#main #sectionRainleak .imgList li:nth-of-type(1) figure::before {
  transform: translate(4px, 6px);
}

#main #sectionRainleak .imgList li:nth-of-type(1) figure::after {}

#main #sectionRainleak .imgList li:nth-of-type(1) figcaption {
  padding: 23px 0 0 30px;
}

#main #sectionRainleak .imgList li:nth-of-type(2) {
  top: -10%;
  right: 3%;
}

#main #sectionRainleak .imgList li:nth-of-type(2) figcaption {
  padding: 25px 0;
  text-align: center;
}

#main #sectionRainleak .imgList li:nth-of-type(2) figcaption,
#main #sectionRainleak .imgList li:nth-of-type(2) figure::before,
#main #sectionRainleak .imgList li:nth-of-type(2) figure::after {
  width: 180px;
  height: 114px;
  top: 10%;
  right: -10%;
}

#main #sectionRainleak .imgList li:nth-of-type(2) figure::before {
  transform: scaleX(-1) translate(-4px, 5px);
}

#main #sectionRainleak .imgList li:nth-of-type(2) figure::after {
  transform: scaleX(-1);
}

#main #sectionRainleak .imgList li:nth-of-type(3) {
  top: 35%;
  left: 0;
}

#main #sectionRainleak .imgList li:nth-of-type(3) figcaption {
  padding: 27px 0 0 20px;
}

#main #sectionRainleak .imgList li:nth-of-type(3) figcaption,
#main #sectionRainleak .imgList li:nth-of-type(3) figure::before,
#main #sectionRainleak .imgList li:nth-of-type(3) figure::after {
  bottom: 7%;
  right: -42%;
  width: 180px;
  height: 114px;
}

#main #sectionRainleak .imgList li:nth-of-type(3) figure::before {
  transform: scaleX(-1) translate(-4px, 5px);
}

#main #sectionRainleak .imgList li:nth-of-type(3) figure::after {
  transform: scaleX(-1);
}

#main #sectionRainleak .imgList li:nth-of-type(4) {
  right: 0;
  top: 36%;
}

#main #sectionRainleak .imgList li:nth-of-type(4) figcaption {
  padding: 25px 0 0 30px;
}

#main #sectionRainleak .imgList li:nth-of-type(4) figcaption,
#main #sectionRainleak .imgList li:nth-of-type(4) figure::before,
#main #sectionRainleak .imgList li:nth-of-type(4) figure::after {
  top: 28%;
  left: -26%;
  width: 180px;
  height: 140px;
}

#main #sectionRainleak .imgList li:nth-of-type(4) figure::before,
#main #sectionRainleak .imgList li:nth-of-type(4) figure::after {
  -webkit-mask-image: url(../img/sec02_balloon02.svg);
  mask-image: url(../img/sec02_balloon02.svg);
}

#main #sectionRainleak .imgList li:nth-of-type(4) figure::before {
  transform: translate(4px, 6px);
}

#main #sectionRainleak .checkList {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 240px;
  padding: 25px 35px;
  background-color: #f3f3f3;
	position: relative;
	z-index: 1;
}

#main #sectionRainleak .checkList li {
  position: relative;
  width: 49%;
  border-bottom: dashed 1px #CCC;
  padding: 10px 0 10px 40px;
}

#main #sectionRainleak .checkList li::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 21px;
  background-image: url(../img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 10px;
}




#main #sectionQuestion {
  text-align: center;
  background-color: #eff8ff;
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #d3e5ff calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #d3e5ff calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #d3e5ff calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #d3e5ff calc(100% - 1px));
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: center center;
}

#main #sectionQuestion .wrapper {
  padding: 50px 0;
  position: relative;
  z-index: 0;
}

#main #sectionQuestion .wrapper::before,
#main #sectionQuestion .wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
}

#main #sectionQuestion .wrapper::before {
  width: 193px;
  height: 395px;
  background-image: url(../img/onayami_img01.png);
  left: 0;
}

#main #sectionQuestion .wrapper::after {
  width: 222px;
  height: 376px;
  background-image: url(../img/onayami_img02.png);
  right: 0;
}

#main #sectionQuestion h2 {
  font-weight: 900;
}

#main #sectionQuestion h2 .sub-title {
  padding: 2px 45px 5px;
  font-size: 2.187rem;
  color: var(--color-white);
  border-radius: 40px;
  background-color: var(--color-black);
}

#main #sectionQuestion h2 .title {
  display: block;
  margin-top: 20px;
  font-size: 3.75rem;
}

#main #sectionQuestion ul {
  margin-top: 20px;
}

#main #sectionQuestion ul li {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 900;
}

#main #sectionQuestion ul li:first-child {
  margin-top: 0;
}

#main #sectionWarning {
  position: relative;
  padding: 70px 0;
  background-color: var(--main-color03);
}

#main #sectionWarning::before,
#main #sectionWarning::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: -webkit-repeating-linear-gradient(135deg, var(--color-black), var(--color-black) 10px, transparent 0, transparent 20px);
  background-image: repeating-linear-gradient(-45deg, var(--color-black), var(--color-black) 10px, transparent 0, transparent 20px);
  left: 0;
}

#main #sectionWarning::before {
  top: 0;
}

#main #sectionWarning::after {
  bottom: 0;
}

#main #sectionWarning h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: c;
  -webkit-align-items: c;
  align-items: c;
  font-weight: 900;
}

#main #sectionWarning h2 .img {
  margin-right: 10px;
}

#main #sectionWarning h2 .title {
  margin-right: 25px;
  font-size: 8.375rem;
  line-height: 1;
}

#main #sectionWarning h2 .sub-title {
  font-size: 3.75rem;
}

#main #sectionWarning .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
  padding: 30px 30px 0;
  border-radius: 10px;
  border: solid 3px var(--color-black);
  background-color: var(--color-white);
}

#main #sectionWarning .inner p {
  width: 55%;
  font-size: 20px;
  /*  line-height: 1.7em; */
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#main #sectionWarning .inner p .red {
  font-weight: 900;
}

#main #sectionWarning .inner .img {
  width: 42%;
}

#main #sectionWarning .inner .img img {
  width: 100%;
}

#main #sectionRainleak02 {
  background-color: #99bbdc;
  padding: 60px 0;
}

#main #sectionRainleak02 h2 {
  text-align: center;
}

#main #sectionRainleak02 .box01 {
  margin: 130px 0 160px;
  position: relative;
}

#main #sectionRainleak02 .box01 figure {
  text-align: center;
}

#main #sectionRainleak02 .box01 li {
  position: absolute;
  width: 330px;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 25px 20px;
}

#main #sectionRainleak02 .box01 li::before,
#main #sectionRainleak02 .box01 li::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  border-top: dotted 2px #1e60da;
}

#main #sectionRainleak02 .box01 li h3 {
  position: relative;
  padding: 0 3px 3px 3px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  z-index: 0;
}

#main #sectionRainleak02 .box01 li h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-image: url(../img/sec03_line.png);
  left: 0;
  bottom: 0;
  z-index: -1;
}

#main #sectionRainleak02 .box01 li p {
  margin-top: 10px;
}

#main #sectionRainleak02 .box01 li .rank {
  position: absolute;
  top: -68px;
  display: inline-block;
  padding: 27px 10px 15px 10px;
  background-image: url(../img/sec03_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
}

#main #sectionRainleak02 .box01 li .rank span {
  color: #fffd3c;
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  padding: 0 3px;
}

#main #sectionRainleak02 .box01 li:nth-of-type(1) .rank,
#main #sectionRainleak02 .box01 li:nth-of-type(4) .rank {
  right: 0;
}

#main #sectionRainleak02 .box01 li:nth-of-type(2) .rank,
#main #sectionRainleak02 .box01 li:nth-of-type(3) .rank {
  left: 0;
}

#main #sectionRainleak02 .box01 li:nth-of-type(1) {
  top: -15%;
  right: 0;
}

#main #sectionRainleak02 .box01 li:nth-of-type(1)::before {
  width: 125px;
  left: -27px;
  bottom: -39%;
}

#main #sectionRainleak02 .box01 li:nth-of-type(1)::after {
  width: 55px;
  left: 70px;
  bottom: -28px;
  transform: rotate(90deg);
}

#main #sectionRainleak02 .box01 li:nth-of-type(2) {
  top: -7%;
  left: 0;
}

#main #sectionRainleak02 .box01 li:nth-of-type(2)::before {
  width: 75px;
  right: -75px;
  top: 44%;
}

#main #sectionRainleak02 .box01 li:nth-of-type(3) {
  bottom: -17%;
  left: 0;
}

#main #sectionRainleak02 .box01 li:nth-of-type(3)::before {
  width: 130px;
  right: -35px;
  top: -46%;
}

#main #sectionRainleak02 .box01 li:nth-of-type(3)::after {
  width: 65px;
  right: 65px;
  top: -35px;
  transform: rotate(90deg);
}

#main #sectionRainleak02 .box01 li:nth-of-type(4) {
  bottom: -35%;
  right: 0;
}

#main #sectionRainleak02 .box01 li:nth-of-type(4)::before {
  width: 145px;
  left: -42px;
  top: -38%;
}

#main #sectionRainleak02 .box01 li:nth-of-type(4)::after {
  width: 55px;
  left: 75px;
  top: -30px;
  transform: rotate(90deg);
}

#main #sectionRainleak02 .box02 {
  align-items: center;
  background-color: #1e60da;
  color: var(--color-white);
  padding: 25px;
}

#main #sectionRainleak02 .box02 p {
  font-weight: 400;
  line-height: 1.8;
  padding-left: 30px;
}

#main #sectionSelect {
  padding: 50px 0;
}

#main #sectionSelect h2 {
  text-align: center;
  font-weight: 900;
}

#main #sectionSelect h2 .sub-title {
  font-size: 2.5rem;
  color: var(--color-white);
  background-color: var(--color-black);
  padding: 3px 20px 5px;
}

#main #sectionSelect h2 .title {
  display: block;
  margin-top: 30px;
  font-size: 3.75rem;
  line-height: 1.3em;
}

#main #sectionSelect .box {
  margin-top: 40px;
  padding: 15px;
  background-color: var(--main-color03);
  border: solid 1px var(--color-black);
  box-shadow: 7px 7px 0px 1px var(--color-black);
}

#main #sectionSelect .box h3 {
  padding: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.875rem;
  font-weight: 900;
  background-color: var(--color-black);
}

#main #sectionSelect .box h3 .evaluate {
  padding: 5px 20px 8px;
  color: var(--color-black);
  background-color: var(--color-white);
  white-space: nowrap;
}

#main #sectionSelect .box h3 .title {
  color: var(--color-white);
  padding: 0 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

#main #sectionSelect .box .inner {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#main #sectionSelect .box .inner .img {
    margin: 40px auto 0;
    width: 50%;
}

#main #sectionSelect .box .inner .img img {
	width: 100%;
}

#main #sectionSelect .box .inner ul {
  width: 44%;
  padding: 20px 15px;
  background-color: #fffccc;
}

#main #sectionSelect .box .inner ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 25px;
  padding-left: 35px;
  line-height: 1;
}

#main #sectionSelect .box .inner ul li:first-child {
  margin-top: 0;
}

#main #sectionSelect .box .inner ul li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
}

#main #sectionSelect .box .inner ul li.eva01::before {
  background-image: url(../img/ico_circle01.png);
}

#main #sectionSelect .box .inner ul li.eva02::before {
  background-image: url(../img/ico_circle02.png);
}

#main #sectionSelect .box .inner ul li.eva03::before {
  background-image: url(../img/ico_tri01.png);
}

#main #sectionSelect .box .inner ul li.eva04::before {
  background-image: url(../img/ico_x01.png);
}

#main #sectionSelect .box .inner ul .item-name {
  font-weight: 900;
  font-size: 1.562rem;
  width: 28%;
  white-space: nowrap;
}

#main #sectionSelect .box .inner ul .content {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

#main #sectionSelect .box .inner ul .content>span {
  display: block;
  line-height: 1.5;
}

#main #sectionSelect .box .inner ul .content>span:first-of-type {
  margin-right: 0.5em;
}

#main #sectionFeature {
	position: relative;
	overflow: hidden;
  padding: 50px 0;
  background-color: var(--main-color01);
}

#main #sectionFeature h2 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 80px;
}

#main #sectionFeature h2 .sub-title span {
  padding: 5px 25px 7px;
  font-size: 2.5rem;
  color: var(--color-black);
  background-color: var(--main-color03);
}

#main #sectionFeature h2 .title {
  margin-top: 40px;
}

#main #sectionFeature h2 .title span {
  color: var(--color-white);
  position: relative;
  padding: 0 0 5px;
  margin-bottom: 0.2rem;
  border-bottom: 7px solid;
  font-size: 3.75rem;
  text-align: center;
}

#main #sectionFeature h2 .title span::before,
#main #sectionFeature h2 .title span::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

#main #sectionFeature h2 .title span::before {
  border: 18px solid;
  border-color: transparent;
  border-top-color: var(--color-white);
  margin-left: -18px;
}

#main #sectionFeature h2 .title span::after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: var(--main-color01);
  margin-left: -10px;
}

#main #sectionFeature .box {
  position: relative;
}

#main #sectionFeature .box .img {
  width: 38%;
  position: absolute;
  top: 0;
}

#main #sectionFeature .box .img img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

#main #sectionFeature .box .inner {
  color: var(--color-white);
  width: 55%;
}

#main #sectionFeature>.box:nth-of-type(even) .img {
  right: 0;
}

#main #sectionFeature>.box:nth-of-type(even) .img img {
  box-shadow: -20px 20px 0px 0px #280406;
}

#main #sectionFeature>.box:nth-of-type(odd) .inner {
  margin-left: auto;
  margin-right: 10px;
}

#main #sectionFeature>.box:nth-of-type(odd) .img {
  left: 0;
}

#main #sectionFeature>.box:nth-of-type(odd) .img img {
  box-shadow: 20px 20px 0px 0px #280406;
}

#main #sectionFeature .box h3 {
  font-weight: 900;
}

#main #sectionFeature .box h3 .sub-title {
  font-size: 1.875rem;
  color: var(--color-black);
  background-color: var(--main-color03);
  padding: 2px 30px 3px;
}

#main #sectionFeature .box h3 .title {
  display: block;
  font-size: 2.4rem;
  margin-top: 20px;
}

#main #sectionFeature .box p {
  margin-top: 25px;
  line-height: 2em;
}

#main #sectionFeature .staffPosition {
    position: absolute;
	width: 22vmin;
    height: auto;
    bottom: -10px;
}
	
#main #sectionFeature .staffRight {
		right: 5%;
}

#main #sectionExample {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

#main #sectionExample h2 {
  padding: 24px 0 26px;
  text-align: center;
  color: var(--color-white);
  background-color: #013a88;
  font-weight: 900;
}

#main #sectionExample h2 .sub-title {
  position: relative;
  display: inline-block;
  padding: 0 43px;
  font-size: 1.875rem;
}

#main #sectionExample h2 .sub-title::before,
#main #sectionExample h2 .sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: var(--color-white);
}

#main #sectionExample h2 .sub-title::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}

#main #sectionExample h2 .sub-title::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}

#main #sectionExample h2 .title {
  display: block;
  margin-top: 10px;
  font-size: 3rem;
}

#main #sectionExample ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#main #sectionExample ul li {
  width: 32%;
  margin-top: 35px;
}

#main #sectionExample ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

#main #sectionExample ul li a::before {
  background: var(--color-white);
  display: block;
  content: "";
  position: absolute;
  inset: -100%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  z-index: -1;
  margin: auto;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#main #sectionExample ul li a:hover::before {
  background: #fff000;
}

#main #sectionExample ul li a p {
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}

#main #sectionExample ul li a:hover {
  background: #fff999;
}

#main #sectionExample ul li a:hover p {
}

#main #sectionExample ul p {
  margin-top: 10px;
  padding: 15px 0;
  border-top: solid 1px var(--color-black);
  border-bottom: solid 1px var(--color-black);
  font-weight: 900;
}

#main #sectionExample .btn {
  margin-top: 35px;
}

#main #sectionExample .btn a {
  display: block;
  padding: 10px 5px 10px;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 900;
	background-color: var(--main-color03);
    box-shadow: -1px -2px 0 #fefb42, 0 2px 0 #d06502;
    border-radius: 5px;
    color: var(--color-black);
}

#main #sectionExample .btn a span:first-child {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 10px 8px;
  font-size: 1.125rem;
    color: var(--color-white);
    background-color: var(--main-color01);
	border-radius: 5px;
}

#main #sectionExample .staffPosition {
    position: absolute;
    width: 20vmin;
    height: auto;
    top: -200px;
}

#main #sectionExample .staffLeft {
		left: 0;
}
	
#main #sectionExample .staffRight {
		right: 0;
}

#main #sectionMessage {
  padding: 60px 0;
  background-color: #f5f5f5;
}

#main #sectionMessage .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#main #sectionMessage .box {
  width: 100%;
}

#main #sectionMessage .box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 4.375rem;
}

#main #sectionMessage .box h2 span {
  padding-right: 15px;
  background: -webkit-linear-gradient(transparent 65%, var(--main-color03) 60%);
  background: linear-gradient(transparent 65%, var(--main-color03) 60%);
}

#main #sectionMessage .box h3 {
  margin-top: 30px;
  font-size: 1.875rem;
  font-weight: 900;
}

#main #sectionMessage .box>p {
  margin-top: 20px;
  line-height: 2em;
}

#main #sectionMessage .box>p+p {
  margin-top: 0.5em;
}

#main #sectionMessage>.wrapper>.nameBox {
  width: 28%;
  margin-left: 60px;
}

#main #sectionMessage .nameBox p {
  font-weight: 900;
  text-align: right;
}

#main #sectionMessage .nameBox p.small {
  font-size: 1.25rem;
  margin-top: 10px;
}

#main #sectionMessage .nameBox p.medium {
  font-size: 1.562rem;
  margin-top: 15px;
}

#main #sectionMessage .nameBox p.large {
  font-size: 1.875rem;
  margin-top: 15px;
}

#main #sectionMessage .nameBox p span {
  font-size: 1.25rem;
  padding-right: 25px;
}

/*===footer===*/
#footer {
  padding: 0 0 15px;
  text-align: center;
  font-size: 0.875rem;
  background-color: var(--main-color01);
}

.home #footer {
  padding: 0 0 121px;
}

#footer #sectionInfo {
  background: var(--color-white);
  padding: 50px 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.8em;
}

#footer #sectionInfo h2 {
  font-weight: 900;
}

#footer #sectionInfo .img {
  margin-top: 40px;
}

#footer .footerCopyright {
  color: var(--color-white);
  padding: 15px 0 0;
}

/*===form===*/
.estimate-form {
  padding: 40px 0;
}

.estimate-form .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.estimate-form .img {
  width: 60%;
}

.estimate-form .img img {
  width: 100%;
}

.estimate-form .form {
  width: 38%;
}

.estimate-form h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  background-color: var(--main-color01);
  padding: 8px 5px 10px;
}

.estimate-form h2 span {
  color: #fff000;
}

.estimate-form form {
  background-color: #efefef;
  padding: 0 20px;
  border: solid 1px #DDD;
}

.estimate-form .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: solid 1px #DDD;
}

.estimate-form .item .item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 34%;
  padding-right: 15px;
}

.estimate-form .item .item-name p {
  font-weight: 900;
}

.estimate-form .item .item-name .badge {
  color: var(--color-white);
  background-color: #CCC;
  font-size: 0.75rem;
  padding: 2px 3px 3px;
  border-radius: 3px;
}

.estimate-form .item .item-name .badge.must {
  background-color: var(--main-color01);
}

.estimate-form .item .input {
  width: 66%;
}

.estimate-form .item .input input {
  width: 100%;
  height: 45px;
  background-color: var(--color-white);
  border: solid 1px #DDD;
  padding: 5px;
  border-radius: 5px;
}

.estimate-form .item .input input::-moz-placeholder {
  color: #DDD;
}

.estimate-form .item .input input::-webkit-input-placeholder {
  color: #DDD;
}

.estimate-form .item .input input::placeholder {
  color: #DDD;
}

.estimate-form .submit {
  margin-top: 15px;
  padding-bottom: 15px;
}

.estimate-form .submit p {
  margin: 0;
  padding: 0;
}

.estimate-form .submit button {
  width: 100%;
  padding: 8px 5px 8px;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 900;
  background-color: var(--main-color03);
  box-shadow: -1px -2px 0 #fefb42, 0 2px 0 #d06502;
  border-radius: 5px;
  color: var(--color-black);
}

.estimate-form .submit button span {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 7px 6px;
  font-size: 1.125rem;
  color: var(--color-white);
  background-color: var(--main-color01);
  border-radius: 5px;
}

.wpcf7-spinner {
display:none;
margin: 0 auto !important;
}
.submitting .wpcf7-spinner {
display:block;
}

/*===call===*/
.estimate-call {
  padding: 25px 0;
  background-color: var(--main-color01);
}

.estimate-call .wrapper {
  position: relative;
  text-align: right;
}

.estimate-call .wrapper::before {
  content: "";
  position: absolute;
  width: 191px;
  height: 201px;
  left: 0;
  top: -15px;
  background-image: url(../img/chara01.png);
}

@media screen and (max-width: 1500px) {
	
	.estimate-call .wrapper {
		text-align: center;
	}
	.estimate-call .wrapper::before {
		display:none;
	}
}

.estimate-call .inner {
  display: inline-block;
  text-align: center;
}

.estimate-call h2 {
	display: inline-block;
    position: relative;
    padding: 7px 35px 9px 45px;
    background: var(--color-white);
    text-align: center;
    color: var(--main-color01);
    font-size: 2rem;
    font-weight: 900;
    border-radius: 40px;
    -webkit-border-radius: 40px;
}

.estimate-call h2::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  border-top-color: var(--color-white);
  top: 100%;
  left: 5%;
}

.estimate-call .img {
	margin: 0 auto;
    margin-top: 30px;
    width: 90%;
	max-width: 886px;
}

.estimate-call .img img {
	width: 100%;
}

.estimate-call p {
  color: var(--color-white);
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 900;
}

/*===page-top===*/
#pageTop a {
  display: block;
  padding: 7px 0;
  text-align: center;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 3.125rem;
}

/*fadein-button*/
#fadeInBtn {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
  z-index: 200;
}

#fadeInBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 15px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2.25rem;
  font-weight: 900;
  text-align: center;
  color: var(--color-white);
  border-radius: 10px;
}

#fadeInBtn a i {
  padding-right: 10px;
}

.sp,
.spbr {
  display: none;
}

.button {
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 2em;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
    background-color: var(--main-color03);
    box-shadow: -1px -2px 0 #fefb42, 0 2px 0 #d06502;
    border-radius: 5px;
    color: var(--color-black);
}

.page #main .wrapper {
  padding: 20px;
  box-sizing: border-box;
}

.page #main>h2 {
  /*  background-color: var(--color-black);
    color: var(--color-white);
  */
  text-align: center;
  padding: 50px 0 10px;
  font-weight: 900;
  font-size: 1.875rem;
}

.page #main h2 .wrapper {
  padding: 0 0 20px;
  border-bottom: dashed 1px var(--color-black);
}

.page #main .wrapper p {
  margin-top: 15px;
  line-height: 1.7rem;
  text-align: center;
}

.page #main .wrapper .button {
  margin-top: 35px;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1337px) {


  #hero .mainv-text .pc,
  #hero .mainv-illust img,
  #sectionAward .medal img,
  #sectionExpert .img img {
    width: 100%;
  }
}

/*===sideform===*/

.p-sideForm {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-sideForm {
	overflow-y: auto;
	overflow-x: hidden;
    display: block;
    height: 100%;
    position: fixed;
    width: 25%;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: var(--color-white);
  }
}

.p-sideForm .title {
  background-color: var(--main-color01);
  text-align: center;
  font-size: 1.25rem;
  color: var(--color-white);
  padding-block: 0.8125rem;
}
.p-sideForm .title span {
  color: #FFF100;
}

.p-sideForm .inner {
	text-align: center;
  padding-inline: 1.875rem;
  padding-top: 1rem;
}

.p-sideForm .inner img:nth-of-type(1) {
    width: 100%;
	max-width: 300px;
}

.p-sideForm__text {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.p-sideForm__tel {
	margin: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.p-sideForm__tel span {
	color: var(--main-color01);
	font-size: 2.4rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

.p-sideForm__tel p {
	font-size: 1rem;
    display: block;
    width: 100%;
    text-align: center;
}

.p-sideForm__tel img {
    width: 8% !important;
    max-width: 27px;
}

@media screen and (min-width: 769px) {
  .p-sideForm__text {
    margin-top: 0.625rem;
  }
}

.p-sideform__form {
  padding: 10px 0;
}

.p-sideform__form .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.p-sideform__form .img {
  width: 60%;
}

.p-sideform__form .img img {
  width: 100%;
}

.p-sideform__form .form {
  width: 38%;
}

.p-sideform__form h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  background-color: var(--main-color01);
  padding: 8px 5px 10px;
}

.p-sideform__form h2 span {
  color: #fff000;
}

.p-sideform__form .item {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0;
}

.p-sideform__form .item .item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: start;
  column-gap: 10px;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 5px;
}

.p-sideform__form .item .item-name p {
  font-weight: 900;
}

.p-sideform__form .item .item-name .badge {
  color: var(--color-white);
  background-color: #CCC;
  font-size: 0.75rem;
  padding: 2px 3px 3px;
  border-radius: 3px;
}

.p-sideform__form .item .item-name .badge.must {
  background-color: var(--main-color01);
}

.p-sideform__form .item .input {
  width: 100%;
}

.p-sideform__form .item .input input {
  width: 100%;
  height: 40px;
  background-color: var(--color-white);
  border: solid 1px #DDD;
  padding: 5px;
  border-radius: 5px;
}

.p-sideform__form .item .input input::-moz-placeholder {
  color: #DDD;
}

.p-sideform__form .item .input input::-webkit-input-placeholder {
  color: #DDD;
}

.p-sideform__form .item .input input::placeholder {
  color: #DDD;
}

.p-sideform__form p {
	font-size: 1rem;
    padding: 0 0;
    text-align: center;
    line-height: 1.2;
}

.p-sideform__form .submit {
  margin-top: 15px;
}

.p-sideform__form .submit p {
  margin: 0;
  padding: 0;
}

.p-sideform__form .submit button {
  width: 100%;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 900;
  column-gap: 10px;
  padding: 1em 1em;
  background-color: var(--main-color03);
  box-shadow: -1px -2px 0 #fefb42, 0 2px 0 #d06502;
  border-radius: 5px;
  color: var(--color-black);
  cursor: pointer;
  text-decoration: none;
}

.p-sideform__form .submit button span {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 7px 6px;
  font-size: 1.125rem;
  background-color: #780000;
}

.p-sideform__form .wpcf7 form .wpcf7-response-output{
	margin: 1em 0.5em 1em;
}

.flex {
    display: flex;
}

a.leftNav,
a.rightNav {
	background: url(../img/bg2.png);
	outline: none;
	transition: none;
}

.leftNav:before,
.rightNav:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	transition: none;
}

.leftNav:hover {
	background: url(../img/leftNav.png) right center no-repeat;
	transition: none;
	opacity: 1;
}


.rightNav:hover {
	background: url(../img/rightNav.png) left center no-repeat;
	transition: none;
	opacity: 1;
}

.leftNav:hover:before,
.rightNav:hover:before {
	background: url(../img/bg2.png);
	transition: none;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}

.red{
	color: var(--main-color01);
}

.sp{
		display: none;
}

@media screen and (min-width:768px) and ( max-width:1536px) {
    html {
        font-size: 1vw;
    }
	
	#main #sectionTop .wrapper div.flex{
		margin: 0 20px 2em;
	}
	
	#main #sectionMessage{
		padding: 60px 20px;
	}
	
	#main #sectionExample .wrapper{
		padding: 0 20px;
		overflow: visible;
	}
	
	#sectionShowroom .wrapper{
		padding: 0 20px;
	}
	
	#main #sectionKuchikomi .voiceBox h4
	,#main #sectionKuchikomi .voiceBox div:nth-of-type(1)
	,#main #sectionKuchikomi .voiceBox div:nth-of-type(2){
		width: 90%;
	}
	
	#main #sectionQuestion .wrapper::before{
		left: 20px;
	}
	
	#main #sectionQuestion .wrapper::after{
		right: 20px;
	}
	
	#main #sectionWarning{
		padding: 70px 20px;
	}
	
	#main #sectionSelect .box{
		margin: 0 20px;
	}
	
	
	#main #sectionRainleak .imgList li:nth-of-type(2) figcaption, #main #sectionRainleak .imgList li:nth-of-type(2) figure::before, #main #sectionRainleak .imgList li:nth-of-type(2) figure::after {
		right: 5%;
	}
	
	#main #sectionRainleak02{
		padding: 60px 20px;
	}
	
	#main #sectionFeature{
		padding: 50px 20px;
	}
	
	.estimate-form{
		padding: 40px 20px;
	}
}