@charset "UTF-8";
#main {
  overflow-x: hidden;
  /*
  .kv-container{
  	background-image: url("../img/kv_pc.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center 90%;
  	height: 40.56vw;
  	margin-bottom: 0;
  	position: relative;
  	@media(max-width: 767px){
  		background-image: url("../img/kv@sp.jpg");
  		height: 107.2vw;
  	}

  .kv-swiper-pagination{
  	position: absolute;
  	left: 0;
  	bottom: (20/1440)*100vw;
  	z-index: 2;
  	width: 100%;
  	text-align: center;
  	font-size: 0;
  	@media(max-width: 767px){
  		bottom: (16/750)*100vw;
  	}
  	@media(min-width: 1441px){
  		bottom: 20px;
  	}
  	.swiper-pagination-bullet{
  		width: (130/1440)*100vw;
  		height: (10/1440)*100vw;
  		border-radius: 100px;
  		background: #d6d6d6;
  		opacity: 0.5;
  		margin: 0 (13/1440)*100vw;
  		@media(max-width: 767px){
  			width: (160/750)*100vw;
  			height: (12/750)*100vw;
  			margin: 0 (17/750)*100vw;
  		}
  		@media(min-width: 1441px){
  			width: 130px;
  			height: 10px;
  			margin: 0 13px;
  		}
  	}
  	.swiper-pagination-bullet.swiper-pagination-bullet-active{
  		opacity: 1;
  	}
  }
  .kv-container{
  	.kv-swiper-container 
  	{
  		position: relative;
  		margin-bottom: 0;
  		height: 40.56vw;
  		@media(max-width: 767px){
  			height: 107.2vw;
  		}
  		@media(min-width: 1441px){
  			height: 584px;
  		}
  		img
  		{
  			max-width: 100%;
  		}
  		.swiper-slide
  		{
  			position: relative;
  		}
  		.slide-inner{
  			position: relative;
  			height: 100%;
  			max-width: 1440px;
  			margin: 0 auto;
  			@media(min-width: 1801px){
  				max-width: 2000px;
  			}
  			@media(min-width: 2401px){
  				max-width: 80vw;
  			}
  		}
  		.kv1
  		{
  			background: url("../img/kv1@2x.jpg") no-repeat center center;
  			background-size: cover;
  			@media(max-width: 767px){
  				background-image: url("../img/kv1@sp.jpg");
  				position: relative;
  			}
  			@media(min-width: 1441px){
  				background-image: url("../img/kv1-1800@2x.jpg");
  			}
  			@media(min-width: 1801px){
  				background-image: url("../img/kv1-2400@2x.jpg");
  			}
  			.kv-tagline{
  				font-weight: bold;
  				font-size: (20/1440)*100vw;
  				text-align: right;
  				line-height: 3.06vw;
  				letter-spacing: 0.05em;
  				margin-bottom: (18/1440)*100vw;
  				background: #fff9a9;
  				padding: 0 (14/1440)*100vw;
  				white-space: nowrap;
  				@media(max-width: 767px){
  					position: absolute;
  					width: (670/750)*100vw;
  					left: (40/750)*100vw;
  					top: (40/750)*100vw;
  					background: none;
  					padding: 0;
  					font-size: (28/750)*100vw;
  					text-align: left;
  				}
  				@media(min-width: 1441px){
  					font-size: 20px;
  					line-height: 44px;
  					margin-bottom: 18px;
  					padding: 0 14px;
  				}
  				&:before{
  					content: "";
  					font-family: sans-serif;
  				}
  				span{	
  					@media(max-width: 767px){
  						display: inline-block;
  						background: #fff9a9;
  						padding: (8/750)*100vw (12/750)*100vw;
  						margin-bottom: (10/750)*100vw;
  						&:last-child{
  							float: right;
  						}
  					}

  					&:before{
  						content: "";
  						font-family: sans-serif;
  					}
  				}
  			}
  			.kv__txt-area
  			{
  				position: absolute;
  				right: 2.57vw;
  				top: 3.33vw;
  				width: (595/1440)*100%;
  				@media (max-width: 767px)
  				{
  					position: auto;
  					left: 0;
  					top: 0;
  					height: 100%;
  					width: 100%;
  				}
  				@media(min-width: 1441px){
  					right: 37px;
  					top: 48px;
  					width: 595px;
  				}
  			}
  			.kv__ttl
  			{
  				margin-bottom: (13/1440)*100vw;
  				@media (max-width: 767px){
  					position: absolute;
  					left: (37/750)*100vw;
  					top: (150/750)*100vw;
  				}
  				@media(min-width: 1441px){
  					margin-bottom: 13px;
  				}
  				img{
  					width: (587/1440)*100vw;
  					@media (max-width: 767px){
  						width: (550/750)*100vw;
  					}
  					@media(min-width: 1441px){
  						width: 587px;
  					}
  				}
  			}
  			.kv__txt
  			{
  				width: (292/595)*100%;
  				margin-bottom: (35/1440)*100vw;
  				@media (max-width: 767px){
  					position: absolute;
  					left: (37/750)*100vw;
  					top: (298/750)*100vw;
  					width: (330/595)*100%;
  				}
  				@media(min-width: 1441px){
  					margin-bottom: 35px;
  				}
  				img{
  					display: block;
  				}
  			}
  			.kv__bottom-txt{
  				background-color: rgba(255,255,255,0.8);
  				padding: 1.67vw 1.39vw 1.67vw 2.64vw;
  				font-size: 1.25vw;
  				line-height: 1.81vw;
  				letter-spacing: 0.05em;
  				@media(max-width: 767px){
  					position: absolute;
  					top: (527/750)*100vw;
  					left: (26/750)*100vw;
  					font-size: 2.8vw;
  					line-height: 3.73vw;
  					letter-spacing: 0.065em;
  					padding: 2.4vw 2.4vw 2.4vw 2vw;
  				}
  				@media(min-width: 1441px){
  					padding: 24px 20px 24px 38px;
  					font-size: 18px;
  					line-height: 26px;
  				}
  			}
  			.kv-prize{
  				position: absolute;
  				left: (34/1440)*100vw;
  				bottom: (83/1440)*100vw;
  				width: 9.58vw;
  				@media(max-width: 767px){
  					width: (132/750)*100vw;
  					left: auto;
  					right: (38/750)*100vw;
  					bottom: (112/750)*100vw;
  				}
  				@media(min-width: 1441px){
  					left: 34px;
  					bottom: 83px;
  					width: 138px;
  				}
  			}
  			.kv-rosunai{
  				position: absolute;
  				left: (41/1440)*100vw;
  				bottom: (25/1440)*100vw;
  				width: 8.75vw;
  				@media(max-width: 767px){
  					width: (128/750)*100vw;
  					left: auto;
  					right: (40/750)*100vw;
  					bottom: (50/750)*100vw;
  				}
  				@media(min-width: 1441px){
  					left: 41px;
  					bottom: 25px;
  					width: 126px;
  				}
  			}
  		}	
  		.kv2
  		{
  			background: url("../img/kv2@2x.jpg") no-repeat center center;
  			background-size: cover;
  			@media(max-width: 767px){
  				background-image: url("../img/kv2@sp.jpg");
  			}
  			@media(min-width: 1441px){
  				background-image: url("../img/kv2-1800@2x.jpg");
  			}
  			.kv-tagline{
  				position: absolute;
  				left: 50%;
  				top: (116/1440)*100vw;
  				transform: translateX(-50%);
  				background: #fff9a9;
  				height: (39/1440)*100vw;
  				line-height: (39/1440)*100vw;
  				width: (755/1440)*100vw;
  				color: #023caa;
  				font-size: (24/1440)*100vw;
  				text-align: center;
  				font-weight: bold;
  				letter-spacing: 0.1em;
  				@media(max-width: 767px){
  					position: absolute;
  					width: (670/750)*100vw;
  					left: (40/750)*100vw;
  					top: (76/750)*100vw;
  					transform: none;
  					background: none;
  					padding: 0;
  					font-size: (28/750)*100vw;
  					text-align: left;
  				}
  				@media(min-width: 1441px){
  					top: 116px;
  					height: 39px;
  					line-height: 39px;
  					width: 755px;
  					font-size: 24px;
  				}
  				&:before{
  					content: "";
  					font-family: sans-serif;
  				}
  				span{
  					color: #023caa;
  					@media(max-width: 767px){
  						display: inline-block;
  						background: #fff9a9;
  						padding: (8/750)*100vw (12/750)*100vw;
  						margin-bottom: (10/750)*100vw;
  						&:last-child{
  							float: right;
  						}
  					}
  					&:before{
  						content: "";
  						font-family: sans-serif;
  					}
  				}
  			}
  			h1{
  				position: absolute;
  				left: 50%;
  				top: (180/1440)*100vw;
  				width: (749/1440)*100vw;
  				transform: translateX(-50%);
  				@media(max-width: 767px){
  					width: (671/750)*100vw;
  					transform: none;
  					left: (35/750)*100vw;
  					top: (210/750)*100vw;

  				}
  				@media(min-width: 1441px){
  					top: 180px;
  					width: 749px;
  				}
  				img{
  					display: block;
  					width: 100%;
  				}
  			}
  			.kv__txt{
  				position: absolute;
  				left: 50%;
  				transform: translateX(97px);
  				top: (277/1440)*100vw;
  				color: #FFF;
  				font-weight: bold;
  				font-size: (22/1440)*100vw;
  				line-height: 1;
  				letter-spacing: 0.05em;
  				@media(max-width: 767px){
  					font-size: (24/750)*100vw;
  					right: (28/750)*100vw;
  					top: (297/750)*100vw;
  				}
  				@media(min-width: 1441px){
  					font-size: 22px;
  					top: 277px;
  				}
  			}
  			.kv__bottom-txt{
  				position: absolute;
  				left: 50%;
  				top: (352/1440)*100vw;
  				transform: translateX(-50%);
  				color: #FFF;
  				font-weight: bold;
  				font-size: (18/1440)*100vw;
  				white-space: nowrap;
  				line-height: (29/1440)*100vw;
  				text-align: center;
  				@media(max-width: 767px){
  					background: rgba(17,118,215,0.3);
  					text-align: left;
  					transform: none;
  					position: absolute;
  					top: (527/750)*100vw;
  					left: (26/750)*100vw;
  					font-size: 2.8vw;
  					line-height: 3.73vw;
  					letter-spacing: 0.065em;
  					padding: 2.4vw 2.4vw 2.4vw 2vw;
  				}
  				@media(min-width: 1441px){
  					top: 352px;
  					font-size: 18px;
  					line-height: 29px;
  				}
  			}
  			.kv-prize{
  				position: absolute;
  				right: (34/1440)*100vw;
  				bottom: (83/1440)*100vw;
  				width: 9.58vw;
  				@media(max-width: 767px){
  					width: (132/750)*100vw;
  					left: auto;
  					right: (38/750)*100vw;
  					bottom: (112/750)*100vw;
  				}
  				@media(min-width: 1441px){
  					right: 34px;
  					bottom: 83px;
  					width: 138px;
  				}
  			}
  			.kv-rosunai{
  				position: absolute;
  				right: (41/1440)*100vw;
  				bottom: (25/1440)*100vw;
  				width: 8.75vw;
  				@media(max-width: 767px){
  					width: (128/750)*100vw;
  					left: auto;
  					right: (40/750)*100vw;
  					bottom: (50/750)*100vw;
  				}
  				@media(min-width: 1441px){
  					right: 41px;
  					bottom: 25px;
  					width: 126px;
  				}
  			}
  		}				
  	}
  	.kv-mitsubishi-text{
  		position: absolute;
  		font-size: 1.46vw;
  		letter-spacing: 0.05em;
  		color: #FFF;
  		right: 2.15vw;
  		font-weight: bold;
  		bottom: 1.67vw;
  		@media(max-width: 767px){
  			font-size: 3.2vw;
  			right: 2.8vw;
  		}
  	}

  }*/
}
#main * {
  box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #000;
}
#main a {
  text-decoration: none;
  transition: 0.3s;
}
#main a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#main .kv-container {
  line-height: 1;
  position: relative;
}
#main .kv-container__pic {
  vertical-align: baseline;
  height: auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .kv-container__pic {
    height: 584px;
    width: 100%;
    object-fit: cover;
  }
}
#main .kv-container__info {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  top: 30px;
}
@media (min-width: 768px) {
  #main .kv-container__info {
    text-align: center;
    padding: 0 40px;
    top: 11.9863013699%;
  }
}
#main .kv-container__ttl {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #main .kv-container__ttl {
    margin-bottom: 20px;
    text-align: center;
  }
  #main .kv-container__ttl img {
    width: 81.3432835821%;
  }
}
#main .kv-container__txt {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media (max-width: 1023px) {
  #main .kv-container__txt {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  #main .kv-container__txt {
    font-size: 0.625rem;
  }
}
#main .kv-container__logo {
  position: absolute;
  left: 20px;
  bottom: 12px;
}
@media (min-width: 768px) {
  #main .kv-container__logo {
    left: 40px;
    bottom: 16px;
  }
}
#main .kv-container__logo .kv-rosunai {
  line-height: 1;
}
@media (max-width: 767px) {
  #main .kv-container__logo .kv-rosunai {
    width: 64px;
    margin-bottom: 5px;
  }
  #main .kv-container__logo .kv-rosunai img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #main .kv-container__logo .kv-rosunai {
    margin-bottom: 24px;
  }
}
#main .kv-container__logo .kv-mitsubishi-text {
  font-weight: bold;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #main .kv-container__logo .kv-mitsubishi-text {
    font-size: 1.25rem;
  }
}
#main .recommend-home-btn-container {
  background: #f2f2f2;
  margin-bottom: 80px;
  text-align: center;
  padding: 25px 20px;
  font-size: 0;
}
@media (max-width: 767px) {
  #main .recommend-home-btn-container {
    margin-bottom: 49px;
    padding: 15px 20px;
  }
}
#main .recommend-home-btn-container a img {
  border-radius: 4px;
  box-shadow: 3px 3px 3px rgba(159, 159, 159, 0.6);
  max-width: 100%;
}
@media (max-width: 767px) {
  #main .recommend-home-btn-container a img {
    width: 237px;
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(159, 159, 159, 0.6);
  }
}
#main h2 {
  font-size: 2.25rem;
  line-height: 3.75rem;
  font-weight: bold;
  margin-bottom: 38px;
  padding-bottom: 26px;
  position: relative;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  #main h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-bottom: 11px;
    margin-bottom: 26px;
  }
}
#main h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 4px;
  background: #489fe3;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #main h2:after {
    width: 45px;
    height: 2px;
  }
}
#main .section1 {
  text-align: center;
}
#main .section1 .intro {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 68px;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  #main .section1 .intro {
    font-size: 0.75rem;
    margin: 0 auto 40px;
    max-width: 39.1666666667em;
  }
}
#main .section1 .part1 {
  border: dashed 3px #000;
  display: flex;
  padding: 47px 0;
}
@media (max-width: 767px) {
  #main .section1 .part1 {
    border: dashed 2px #000;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 15px;
    max-width: 400px;
    margin: 0 auto;
  }
}
#main .section1 .part1 .item {
  width: 25%;
  padding: 0 3.36%;
  border-right: solid 2px #000;
}
@media (max-width: 767px) {
  #main .section1 .part1 .item {
    width: 46%;
    border-right: none;
    margin-bottom: 29px;
    padding: 0;
  }
  #main .section1 .part1 .item:nth-child(3), #main .section1 .part1 .item:nth-child(4) {
    margin-bottom: 0;
  }
}
#main .section1 .part1 .item:last-child {
  border-right: none;
}
#main .section1 .part1 .item img {
  width: 100%;
  max-width: 100%;
}
#main .section1 .arrow1 {
  content: "";
  display: block;
  width: 38px;
  height: 41px;
  background-image: url("../img/arrow-down@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 20px auto;
}
@media (max-width: 767px) {
  #main .section1 .arrow1 {
    width: 19px;
    height: 21px;
    margin: 15px auto;
  }
}
#main .section1 .arrow2 {
  content: "";
  display: block;
  width: 38px;
  height: 80px;
  background-image: url("../img/arrow-down-double@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 20px auto 45px;
}
@media (max-width: 767px) {
  #main .section1 .arrow2 {
    width: 19px;
    height: 40px;
    margin: 15px auto 22px;
  }
}
#main .section1 .part2 {
  border: dashed 3px #000;
  display: flex;
  padding: 18px 40px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #main .section1 .part2 {
    border: dashed 2px #000;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 36px 23px;
    max-width: 400px;
    margin: 0 auto;
  }
}
#main .section1 .part2 .flex-left {
  width: 48%;
  text-align: left;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  #main .section1 .part2 .flex-left {
    width: 100%;
    font-size: 1.0625rem;
    text-align: center;
    margin-bottom: 13px;
  }
}
#main .section1 .part2 .flex-right {
  width: 48%;
}
@media (max-width: 767px) {
  #main .section1 .part2 .flex-right {
    width: 85%;
  }
}
#main .section1 .part2 .flex-right img {
  width: 100%;
}
#main .section1 .part3 {
  border: solid 6px #fdf050;
  display: flex;
  padding: 18px 40px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #main .section1 .part3 {
    border: solid 3px #fdf050;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 36px 10px;
    max-width: 400px;
    margin: 0 auto;
  }
}
#main .section1 .part3 .flex-left {
  font-size: 2.625rem;
  font-weight: bold;
  text-align: center;
  margin-right: 18px;
  line-height: 3.25rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #main .section1 .part3 .flex-left {
    width: 100%;
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin-right: 0;
  }
}
#main .section2 {
  background: #f2f2f2;
  padding-top: 140px;
  padding-bottom: 150px;
  border-bottom: dashed 3px #000;
  /*.subsidy-container{
  	background: #FFF;
  	padding: 75px 64px 100px;
  	@media(max-width: 767px){
  		padding: 44px 20px 67px;
  	}
  	.subsidy-inner{
  		display: flex;
  		align-items: flex-start;
  		justify-content: space-between;
  		margin-top: 74px;
  		@media(max-width: 767px){
  			display: block;
  			margin-top: 0;
  		}
  		.flex-left{
  			width: 42.6%;
  			@media(max-width: 767px){
  				width: 100%;
  			}
  			p{
  				margin-bottom: 20px;
  			}
  			p.footnote{
  				font-weight: normal;
  				font-size: 0.875rem;
  				line-height: 1.25rem;
  				letter-spacing: 0.05em;
  				text-indent: -1em;
  				margin-left: 1em;
  				margin-bottom: 0;
  				@media(max-width: 767px){
  					width: 250px;
  					max-width: 100%;
  					margin: 0 auto;
  					text-indent: 0;
  					font-size: 0.5625rem;
  					line-height: 0.8125rem;
  				}
  			}
  		}
  		.flex-right{
  			width: 52%;
  			@media(max-width: 767px){
  				width: 100%;
  				text-align: center;
  			}
  			img{
  				max-width: 100%;
  			}
  		}
  	}
  	.subsidy-logo{
  		margin-bottom: 32px;
  		max-width: 100%;
  		@media(max-width: 767px){
  			margin: 0 auto 17px;
  		}
  	}
  	.subsidy-image{
  		border: solid 4px #000;
  		box-shadow: 8px 8px 0 #000;
  		max-width: 100%;
  		@media(max-width: 767px){
  			border: solid 2px #000;
  			box-shadow: 4px 4px 0 #000;
  			margin: 0 auto 29px;
  		}
  	}
  	.subsidy-button{
  		display: block;
  		width: 422px;
  		max-width: 100%;
  		font-size: 1.125rem;
  		font-weight: bold;
  		background-color: #fff9a9;
  		border-radius: 4px;
  		line-height: 1.2;
  		box-shadow: 0 4px 4px rgba(0,0,0,0.4);
  		letter-spacing: 0.05em;
  		text-align: center;
  		padding: 16px 26px;
  		margin-bottom: 12px;
  		@media(max-width: 767px){
  			width: 250px;
  		    background-position: right 10px center;
  		    background-size: 13px;
  			border-radius: 2px;
  			padding: 10px 15px;
  			margin: 0 auto 8px;
  			font-size: 0.8125rem;
  			box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  		}
  		&:after{
  			content: "";
  			margin-left: 8px;
  			width: 15px;
  			height: 15px;
  			display: inline-block;
  			background-image: url(../img/icon-link.png);
  	   		background-repeat: no-repeat;
  	    	background-size: contain;
  	    	@media(max-width: 767px){
  	    		width: 13px;
  	    		height: 13px;
  	    		margin-left: 5px;
  	    	}
  		}
  		&:before{
  			content: "";
  			font-family: sans-serif;
  		}
  	}
  }*/
}
@media (max-width: 767px) {
  #main .section2 {
    padding-top: 43px;
    padding-bottom: 70px;
  }
}
#main .section2 h2 {
  text-align: center;
}
#main .section2 h2 .three {
  display: inline-block;
  background: #489fe4;
  width: 46px;
  height: 46px;
  color: #FFF;
  line-height: 46px;
  text-align: center;
  border-radius: 46px;
  font-weight: bold;
  font-size: 36px;
  padding-left: 3px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  #main .section2 h2 .three {
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 25px;
  }
}
#main .section2 h2 .three:before {
  content: "";
  font-family: sans-serif;
}
#main .section2 p {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 46px;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  #main .section2 p {
    font-size: 0.75rem;
    line-height: 1.1875rem;
    margin-bottom: 16px;
  }
}
#main .section2 .merit {
  border: dashed 3px #000;
  background: #fff9a9;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  #main .section2 .merit {
    padding: 7px 0;
    margin-bottom: 21px;
    border: dashed 2px #000;
  }
}
#main .section2 .merit dt {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #489fe4;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
}
@media (max-width: 767px) {
  #main .section2 .merit dt {
    display: none;
  }
}
#main .section2 .merit dt:before {
  content: "";
  font-family: sans-serif;
}
#main .section2 .merit dd {
  width: calc(100% - 60px);
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.75rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section2 .merit dd {
    width: 100%;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.025em;
  }
}
#main .section2 .merit3-container-wrap {
  max-width: 900px;
  margin: 0 auto 130px;
}
@media (max-width: 767px) {
  #main .section2 .merit3-container-wrap {
    padding: 0 20px;
  }
}
#main .section2 .merit3-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
}
#main .section2 .merit3-container:not(:last-child) {
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  #main .section2 .merit3-container {
    max-width: 400px;
  }
  #main .section2 .merit3-container:not(:last-child) {
    margin-bottom: 30px;
  }
}
#main .section2 .merit3-container .image-container {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  #main .section2 .merit3-container .image-container {
    width: 100%;
    margin-bottom: 20px;
    /*
    					&:nth-child(2){
    						margin-bottom: 7px;
    					}
    */
  }
}
#main .section2 .merit3-container .image-container img {
  width: 100%;
}
#main .section2 .merit3-container .text-container {
  width: 100%;
  font-weight: bold;
  font-size: 0.875rem;
  color: #489fe3;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #main .section2 .merit3-container .text-container {
    font-size: 0.6875rem;
    text-align: center;
    margin-bottom: 15px;
  }
}
#main .section2 .merit2-container {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container {
    max-width: 400px;
    margin: 0 auto 40px;
  }
}
#main .section2 .merit2-container .image-container {
  width: 54%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .image-container {
    width: 100%;
    margin-bottom: 9px;
  }
}
#main .section2 .merit2-container .image-container img {
  width: 100%;
}
#main .section2 .merit2-container .table-container {
  width: 46%;
  padding: 0 40px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .table-container {
    width: 100%;
    padding: 0 18px;
    order: 10;
    margin-bottom: 0;
  }
}
#main .section2 .merit2-container .table-container .footnote {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.125rem;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .table-container .footnote {
    font-size: 0.5625rem;
    margin-bottom: 8px;
  }
}
#main .section2 .merit2-container .table-container table {
  width: 100%;
  letter-spacing: 0.05em;
  border-collapse: collapse;
  border: solid 1px #c3c3c3;
}
#main .section2 .merit2-container .table-container table th {
  background: #687cbb;
  color: #FFF;
  font-weight: bold;
  font-size: 1.3125rem;
  text-align: center;
  padding: 10px 0;
  border: solid 1px #c3c3c3;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .table-container table th {
    font-size: 0.9375rem;
  }
}
#main .section2 .merit2-container .table-container table td {
  font-size: 1.0625rem;
  background: #FFF;
  text-align: center;
  padding: 13px 0;
  border: solid 1px #c3c3c3;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .table-container table td {
    padding: 11px 0;
    font-size: 0.75rem;
  }
}
#main .section2 .merit2-container .table-container table td:first-child {
  font-weight: bold;
}
#main .section2 .merit2-container .text-container {
  width: 100%;
  font-weight: bold;
  font-size: 0.875rem;
  color: #489fe3;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .text-container {
    font-size: 0.6875rem;
    margin-bottom: 18px;
  }
}
#main .section2 .merit1-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #main .section2 .merit1-container {
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
#main .section2 .merit1-container .text-container {
  width: 45%;
}
@media (max-width: 767px) {
  #main .section2 .merit1-container .text-container {
    width: 100%;
    margin-bottom: 16px;
  }
}
#main .section2 .merit1-container .text-container p {
  margin-bottom: 0;
}
#main .section2 .merit1-container .text-container .footnote {
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #main .section2 .merit1-container .text-container .footnote {
    font-size: 0.5625rem;
    margin-top: 3px;
  }
}
@media (max-width: 1105px) {
  #main .section2 .merit1-container .text-container .fullscreen-br {
    display: none;
  }
}
#main .section2 .merit1-container .image-container {
  width: 45%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #main .section2 .merit1-container .image-container {
    width: 100%;
    max-width: 400px;
  }
  #main .section2 .merit1-container .image-container div:first-child {
    margin-right: 20px;
  }
}
#main .section2 .merit1-container .image-container div {
  color: #489fe4;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
#main .section2 .merit1-container .image-container img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#main .section2 .subsidy-container {
  background: #FFF;
  padding: 66px 50px 70px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section2 .subsidy-container {
    border-width: 4px;
    padding: 25px 8px 30px;
  }
}
#main .section2 .subsidy-container .subsidy-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 15px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section2 .subsidy-container .subsidy-ttl {
    font-size: 1.0625rem;
    margin-bottom: 12px;
  }
}
#main .section2 .subsidy-container p {
  font-size: 1rem;
  line-height: 1.7;
  color: #0e0e0e;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #main .section2 .subsidy-container p {
    font-size: 0.8125rem;
    margin-bottom: 6px;
  }
}
#main .section2 .subsidy-container .support-pic {
  display: block;
  max-width: 100%;
  margin: 0 auto 45px;
}
@media (max-width: 767px) {
  #main .section2 .subsidy-container .support-pic {
    margin-bottom: 12px;
    width: 312px;
  }
}
#main .section2 .subsidy-container .subsidy-button {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 54px;
  font-size: 1.375rem;
  font-weight: bold;
  background-color: #fff9a9;
  background-image: url(../img/arrow-right@2x.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right 50px center;
  border-radius: 4px;
  line-height: 54px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-right: 12px;
}
@media (max-width: 767px) {
  #main .section2 .subsidy-container .subsidy-button {
    margin: 0 auto;
    font-size: 0.875rem;
    height: 36px;
    line-height: 36px;
    width: 160px;
    background-size: 8px;
    background-position: right 30px center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
}
#main .section2 .subsidy-container .subsidy-button:before {
  content: "";
  font-family: sans-serif;
}
#main .section3 {
  padding-top: 140px;
  padding-bottom: 126px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section3 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
#main .section3 h2 {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  #main .section3 h2 {
    margin-bottom: 22px;
  }
}
#main .section3 p {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  #main .section3 p {
    text-align: left;
    font-size: 0.8125rem;
    margin-bottom: 5px;
  }
}
#main .section3 .footnote {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  #main .section3 .footnote {
    font-size: 0.5625rem;
    margin-bottom: 40px;
  }
}
#main .section3 h3 {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 1.4375rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 22px;
  position: relative;
}
@media (max-width: 767px) {
  #main .section3 h3 {
    padding-bottom: 8px;
    font-size: 1rem;
  }
}
#main .section3 h3:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 4px;
  background: #fdf050;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #main .section3 h3:after {
    width: 85px;
    height: 3px;
  }
}
#main .section3 h3 .subhead {
  display: block;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  #main .section3 h3 .subhead {
    font-size: 0.875rem;
  }
}
#main .section3 .chart {
  width: 100%;
  max-width: 723px;
}
@media (max-width: 767px) {
  #main .section3 .chart {
    max-width: 400px;
  }
}
#main .section4 {
  text-align: center;
  background: #f2f2f2;
  padding-top: 150px;
  padding-bottom: 94px;
}
@media (max-width: 767px) {
  #main .section4 {
    padding-top: 52px;
    padding-bottom: 65px;
  }
}
#main .section4 p {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 46px;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  #main .section4 p {
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 22px;
  }
}
#main .section4 .lineup-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin-right: -62px;
  margin-bottom: -50px;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container {
    margin: 0 auto;
    max-width: 400px;
  }
}
#main .section4 .lineup-container .item {
  width: 350px;
  max-width: calc(50% - 64px);
  margin-right: 62px;
  margin-bottom: 90px;
  border: solid 4px #000;
  background: #FFF;
  padding: 54px 22px 42px;
  position: relative;
  box-shadow: 7px 13px #fff9a9;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 32px 23px;
    border: solid 2px #000;
    box-shadow: 5px 7px #fff9a9;
    margin-bottom: 48px;
  }
  #main .section4 .lineup-container .item:last-child {
    margin-bottom: 14px;
  }
}
#main .section4 .lineup-container .item h3 {
  font-size: 1.625rem;
  line-height: 2.0625rem;
  font-weight: bold;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item h3 {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    margin-bottom: 5px;
  }
}
#main .section4 .lineup-container .item .subhead {
  border-bottom: solid 3px #000;
  max-width: 272px;
  margin: 0 auto 14px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4rem;
  padding-bottom: 26px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item .subhead {
    font-size: 0.8125rem;
    line-height: 1rem;
    padding-bottom: 15px;
    max-width: 100%;
    border-bottom: solid 2px #000;
  }
}
#main .section4 .lineup-container .item .image-container {
  height: 150px;
  width: 100%;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item .image-container {
    margin-bottom: 20px;
  }
}
#main .section4 .lineup-container .item .image-container img {
  max-width: 100%;
}
#main .section4 .lineup-container .item .image-container.with-caption {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item .image-container.with-caption {
    margin-bottom: 10px;
  }
}
#main .section4 .lineup-container .item .caption {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0 0 6px;
  text-align: left;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item .caption {
    font-size: 0.5625rem;
  }
}
#main .section4 .lineup-container .item .description {
  text-align: left;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  line-height: 1.625rem;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item .description {
    line-height: 1.1875rem;
  }
}
#main .section4 .footnote {
  max-width: 773px;
  margin: 0 auto;
  text-align: left;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.125rem;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #main .section4 .footnote {
    max-width: 400px;
    font-size: 0.5625rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
#main .section4 .arrow-down-big {
  display: block;
  margin: 0 auto 46px;
  width: 421px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #main .section4 .arrow-down-big {
    width: 198px;
    margin: 0 auto 27px;
  }
}
#main .section4 .section4-part2-h3 {
  font-size: 2.25rem;
  line-height: 3.25rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  #main .section4 .section4-part2-h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 38px;
  }
}
#main .section4 .slim-zr {
  width: 100%;
  border: solid 4px #000;
  box-shadow: 9px 10px #fff9a9;
  margin-bottom: 40px;
  padding: 5px;
  background: #FFF;
}
@media (max-width: 767px) {
  #main .section4 .slim-zr {
    max-width: 400px;
    border: solid 2px #000;
    box-shadow: 5px 7px #fff9a9;
    margin-bottom: 26px;
  }
}
#main .section4 .slim-zr-button {
  display: block;
  margin-left: auto;
  width: 360px;
  height: 54px;
  font-size: 1.375rem;
  font-weight: bold;
  background-color: #fff9a9;
  background-image: url(../img/arrow-right@2x.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right 36px center;
  border-radius: 4px;
  line-height: 54px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 35px;
}
@media (max-width: 767px) {
  #main .section4 .slim-zr-button {
    margin: 0 auto 35px;
    font-size: 0.875rem;
    height: 36px;
    line-height: 36px;
    width: 211px;
    padding-left: 15px;
    background-size: 8px;
    background-position: right 10px center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
}
#main .section4 .slim-zr-button:before {
  content: "";
  font-family: sans-serif;
}
#main .section4 .footnote2 {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.25rem;
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #main .section4 .footnote2 {
    font-size: 0.5625rem;
    line-height: 0.875rem;
  }
}
#main .section5 {
  padding-top: 140px;
  padding-bottom: 130px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section5 {
    padding-top: 68px;
    padding-bottom: 70px;
  }
}
#main .section5 h2 {
  margin-bottom: 86px;
}
@media (max-width: 767px) {
  #main .section5 h2 {
    margin-bottom: 45px;
  }
}
#main .section5 .voice-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  #main .section5 .voice-container {
    flex-flow: row wrap;
    max-width: 400px;
    margin: 0 auto;
  }
}
#main .section5 .voice-container .item {
  width: 46.6%;
  border: solid 4px #000;
  box-shadow: 7px 7px #000;
  text-align: left;
  padding: 44px 50px;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item {
    width: 100%;
    margin-bottom: 54px;
    border: solid 2px #000;
    box-shadow: 4px 6px #000;
    padding: 26px 30px;
  }
  #main .section5 .voice-container .item:last-child {
    margin-bottom: 0;
  }
}
#main .section5 .voice-container .item .tag {
  display: inline-block;
  background: #fff9a9;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.05em;
  height: 37px;
  line-height: 37px;
  width: 134px;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item .tag {
    font-size: 0.5625rem;
    height: 21px;
    line-height: 21px;
    width: 77px;
    margin-bottom: 8px;
  }
}
#main .section5 .voice-container .item .top-text {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-bottom: 20px;
  min-height: 9rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item .top-text {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
    min-height: 0;
    margin-bottom: 9px;
    letter-spacing: 0.025em;
  }
}
#main .section5 .voice-container .item img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#main .section5 .voice-container .item h3 {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item h3 {
    font-size: 0.9375rem;
    margin-bottom: 18px;
  }
}
#main .section5 .voice-container .item h3 .subhead {
  display: block;
  font-size: 1.125rem;
  line-height: 1.625rem;
  min-height: 52px;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item h3 .subhead {
    font-size: 0.5625rem;
    min-height: 0;
    line-height: 0.8125rem;
  }
}
#main .section5 .voice-container .item .detail {
  border: solid 4px #000;
  background: #fff9a9;
  font-size: 1.125rem;
  line-height: 2.125rem;
  font-weight: bold;
  padding: 28px 22px;
  margin-bottom: 38px;
  min-height: 336px;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item .detail {
    border: solid 2px #000;
    font-size: 0.75rem;
    line-height: 1.25rem;
    min-height: 0;
    padding: 16px 12px;
    margin-bottom: 24px;
  }
}
#main .section5 .voice-container .item .more-link {
  border: solid 3px #000;
  border-radius: 4px;
  display: block;
  margin-left: auto;
  width: 225px;
  height: 54px;
  font-size: 1.375rem;
  font-weight: bold;
  background-color: #fff;
  background-image: url(../img/arrow-right@2x.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 18px center;
  border-radius: 4px;
  line-height: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 32px;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item .more-link {
    border: solid 2px #000;
    font-size: 0.875rem;
    height: 31px;
    line-height: 29px;
    background-size: 7px;
    background-position: right 8px center;
    width: 130px;
    padding-left: 15px;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
}
#main .section5 .voice-container .item .more-link:before {
  content: "";
  font-family: sans-serif;
}
#main .video-section {
  background: #f2f2f2;
  text-align: center;
  padding-bottom: 75px;
  padding-top: 75px;
}
@media (max-width: 767px) {
  #main .video-section {
    padding-top: 45px;
    padding-bottom: 68px;
  }
}
#main .video-section .video-text {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  #main .video-section .video-text {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 22px;
  }
}
#main .video-section .video-container {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 810px;
}
#main .co2-sensor-button-section {
  padding-top: 42px;
  padding-bottom: 75px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .co2-sensor-button-section {
    padding-top: 22px;
    padding-bottom: 50px;
  }
}
#main .co2-sensor-button-section h3 {
  color: #489fe3;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #main .co2-sensor-button-section h3 {
    font-size: 0.8125rem;
    margin-bottom: 8px;
  }
}
#main .co2-sensor-button-section h3:before {
  display: inline-block;
  content: "";
  width: 27px;
  height: 28px;
  background-image: url(../img/backslash-blue@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 10px;
  transform: translateY(20%);
}
@media (max-width: 767px) {
  #main .co2-sensor-button-section h3:before {
    width: 15px;
    height: 15px;
    margin-right: 6px;
  }
}
#main .co2-sensor-button-section h3:after {
  display: inline-block;
  content: "";
  width: 27px;
  height: 28px;
  background-image: url(../img/slash-blue@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 10px;
  transform: translateY(20%);
}
@media (max-width: 767px) {
  #main .co2-sensor-button-section h3:after {
    width: 15px;
    height: 15px;
    margin-left: 6px;
  }
}
#main .co2-sensor-button-section .co2-sensor-button {
  display: block;
  border: solid 3px #000;
  border-radius: 4px;
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.025em;
  font-size: 1.375rem;
  padding: 6px 40px 6px 20px;
  background-color: #fff9a9;
  background-image: url(../img/arrow-right@2x.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 18px center;
  box-shadow: 2px 2px 4px rgba(159, 159, 159, 0.8);
}
@media (max-width: 767px) {
  #main .co2-sensor-button-section .co2-sensor-button {
    width: 280px;
    border-width: 2px;
    font-size: 0.75rem;
    padding: 5px 25px 5px 10px;
    background-size: 8px;
    background-position: right 14px center;
  }
}
#main .co2-sensor-button-section .co2-sensor-button strong {
  color: #f00000;
  letter-spacing: 0.075em;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  #main .co2-sensor-button-section .co2-sensor-button strong {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
#main .co2-sensor-button-section .co2-sensor-button strong sub {
  color: #f00000;
}
#main .section6 {
  background: #fdf050;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section6 {
    padding-top: 50px;
    padding-bottom: 34px;
  }
}
@media (min-width: 768px) {
  #main .section6 .contact-banner-pc {
    display: block;
    width: calc(100% + 126px);
    margin: 0 -63px -46px;
  }
}
@media (max-width: 767px) {
  #main .section6 .contact-banner-sp {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
  #main .section6 .contact-banner-sp span {
    display: inline-block;
    background: #FFF;
    font-size: 1.3125rem;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 1px 4px;
    letter-spacing: 0.075em;
  }
}
#main .section6 .section6-flex {
  display: flex;
  margin: 0 auto;
  max-width: 434px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #main .section6 .section6-flex {
    display: block;
    text-align: center;
  }
}
#main .section6 .section6-flex .soudan {
  display: inline-block;
  background: #FFF;
  font-size: 1.625rem;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  width: 328px;
  text-align: left;
  padding-left: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #main .section6 .section6-flex .soudan {
    display: block;
    font-size: 1rem;
    text-align: center;
    width: 204px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto 10px;
  }
}
#main .section6 .section6-flex .soudan:before {
  content: "";
  font-family: sans-serif;
}
#main .section6 .contact-text1 {
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  #main .section6 .contact-text1 {
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  #main .section6 .telephone-container.pc_only {
    display: none;
  }
}
@media (min-width: 768px) {
  #main .section6 .telephone-container.sp_only {
    display: none;
  }
}
#main .section6 .telephone-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
  }
}
#main .section6 .telephone-container:before {
  content: "";
  font-family: sans-serif;
}
#main .section6 .telephone-container .number-container {
  display: flex;
  align-items: center;
}
#main .section6 .telephone-container .icon-phone {
  margin-right: 6px;
  width: 38px;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container .icon-phone {
    width: 24px;
  }
}
#main .section6 .telephone-container .icon-green {
  margin-right: 3px;
  width: 54px;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container .icon-green {
    width: 28px;
  }
}
#main .section6 .telephone-container .phone-number {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 45px;
  height: 45px;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container .phone-number {
    font-size: 1.4375rem;
    line-height: inherit;
    height: auto;
  }
}
#main .section6 .telephone-container .phone-number:before {
  content: "";
  font-family: sans-serif;
}
#main .section6 .telephone-container .phone-number.free-dial {
  color: #f00000;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container .phone-number.free-dial {
    font-size: 1.4375rem;
  }
}
#main .section6 .telephone-container .phone-text {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 12px;
  line-height: 45px;
  height: 45px;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container .phone-text {
    flex: 0 0 100%;
    text-align: center;
    margin: 6px 0;
    font-size: 0.75rem;
    line-height: inherit;
    height: auto;
  }
}
#main .section6 .telephone-container .phone-text:before {
  content: "";
  font-family: sans-serif;
}
#main .section6 .warning {
  color: #e60011;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #main .section6 .warning {
    font-size: 0.8125rem;
    margin-bottom: 6px;
  }
}
#main .section6 .contact-text2 {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #main .section6 .contact-text2 {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 26px;
  }
}
#main .section6 .bottom {
  border-top: dashed 3px #000;
  padding-top: 80px;
}
@media (max-width: 767px) {
  #main .section6 .bottom {
    border-top: dashed 2px #000;
    padding-top: 42px;
  }
}
#main .section6 .bottom .contact-button {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5rem;
  height: 71px;
  line-height: 71px;
  padding: 0 15px;
  width: 475px;
  max-width: 100%;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 70px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  #main .section6 .bottom .contact-button {
    font-size: 0.875rem;
    height: 35px;
    line-height: 35px;
    width: 238px;
    border-radius: 3px;
    margin-bottom: 38px;
  }
}
#main .section6 .bottom .contact-button:before {
  content: "";
  font-family: sans-serif;
}
#main .section6 .bottom .contact-button:hover {
  text-decoration: none;
  opacity: 0.7;
}
#main .section6 .bottom .contact-button .icon-mail {
  margin-right: 10px;
  transform: translateY(5px);
}
@media (max-width: 767px) {
  #main .section6 .bottom .contact-button .icon-mail {
    width: 21px;
    margin-right: 8px;
    transform: translateY(2px);
  }
}
#main .section6 .bottom .link-container a {
  border: solid 4px #000;
  border-radius: 4px;
  display: block;
  margin: 0 auto 25px;
  width: 100%;
  max-width: 767px;
  height: 67px;
  font-size: 1.375rem;
  font-weight: bold;
  background-color: #fff;
  background-image: url(../img/arrow-right-double@2x.png);
  background-repeat: no-repeat;
  background-size: 41px;
  background-position: right 41px center;
  border-radius: 4px;
  line-height: 63px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section6 .bottom .link-container a {
    max-width: 238px;
    font-size: 0.8125rem;
    line-height: 1rem;
    height: auto;
    border: solid 2px #000;
    padding: 8px 0;
    padding-right: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 14px;
    background-size: 17px;
    background-position: right 17px center;
  }
}
#main .section6 .bottom .link-container a:before {
  content: "";
  font-family: sans-serif;
}
#main #contact-right-bg {
  display: none;
}
@media (max-width: 767px) {
  #main #contact-right-bg.active {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#main #contact-right {
  position: fixed;
  right: 0;
  width: 680px;
  top: 65vh;
  background: #fdf050;
  border-radius: 20px 0 0 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.17);
  text-align: center;
  padding: 30px 0;
  transform: translate(584px, -50%);
  transition: 0.5s;
}
@media (max-width: 767px) {
  #main #contact-right {
    width: 360px;
    border-radius: 15px 0 0 15px;
    max-width: calc(100% - 15px);
    padding: 15px 5px;
    top: 45vh;
    transform: translate(calc(100% - 30px), 0);
    height: 132px;
    cursor: pointer;
  }
}
#main #contact-right.open {
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  #main #contact-right.open {
    height: 186px;
    transform: none;
    cursor: auto;
  }
}
#main #contact-right.open .contact-toggle-img {
  opacity: 0;
}
#main #contact-right.open .contact-right-inner {
  opacity: 1;
}
@media (max-width: 767px) {
  #main #contact-right.open .telephone-container .number-container {
    pointer-events: auto;
  }
}
#main #contact-right.hidden {
  transform: translate(640px, -50%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  #main #contact-right.hidden {
    transform: translate(330px, 0);
  }
}
#main #contact-right .contact-toggle-img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media (max-width: 767px) {
  #main #contact-right .contact-toggle-img {
    width: 12px;
    left: 11px;
    top: 14px;
    transform: none;
  }
}
#main #contact-right .contact-right-inner {
  opacity: 0;
  transition: 0.2s;
}
#main #contact-right .top-txt {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #main #contact-right .top-txt {
    font-size: 0.8125rem;
    margin-bottom: 9px;
  }
}
#main #contact-right .telephone-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container {
    margin-bottom: 2px;
  }
}
#main #contact-right .telephone-container .number-container {
  display: flex;
  align-items: center;
  pointer-events: none;
}
#main #contact-right .telephone-container .icon-phone {
  margin-right: 6px;
  width: 30px;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .icon-phone {
    width: 20px;
    margin-right: 5px;
  }
}
#main #contact-right .telephone-container .icon-green {
  margin-right: 3px;
  width: 43px;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .icon-green {
    width: 24px;
  }
}
#main #contact-right .telephone-container .phone-number {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Lucida Grande", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .phone-number {
    font-size: 0.9375rem;
  }
}
#main #contact-right .telephone-container .free-dial {
  color: #f00000;
}
#main #contact-right .telephone-container .contact-text3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 10px;
  white-space: nowrap;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .contact-text3 {
    font-size: 0.75rem;
    margin-left: 2px;
    margin-right: 6px;
  }
}
#main #contact-right .warning {
  color: #e60011;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #main #contact-right .warning {
    font-size: 0.75rem;
  }
}
#main #contact-right .bottom-txt {
  font-size: 0.9375rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #000;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #main #contact-right .bottom-txt {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-bottom: 12px;
  }
}
#main #contact-right .contact-button {
  display: block;
  width: 380px;
  margin: 0 auto;
  background: #000;
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #FFF;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
@media (max-width: 767px) {
  #main #contact-right .contact-button {
    width: 215px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.75rem;
  }
}
#main #contact-right .contact-button .icon-mail {
  margin-right: 10px;
  transform: translateY(5px);
}
@media (max-width: 767px) {
  #main #contact-right .contact-button .icon-mail {
    width: 18px;
    margin-right: 8px;
    transform: translateY(3px);
  }
}
#main .top-button {
  position: fixed;
  right: 43px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fdf050;
  background-image: url("../img/up-arrow-black@2x.png");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
@media (max-width: 767px) {
  #main .top-button {
    width: 35px;
    height: 35px;
    background-size: 12px;
    right: 15px;
    bottom: 15px;
  }
}
#main .top-button.active {
  opacity: 1;
  pointer-events: auto;
}
#main .no-wrap {
  white-space: nowrap;
}
#main sub {
  vertical-align: baseline;
  font-size: 65%;
}
#main sup {
  vertical-align: super;
  font-size: 65%;
}
#main .bold {
  font-weight: bold;
}
#main .red-text {
  color: #f00000;
}
#main .blue-text {
  color: #489fe3;
}
#main .blue-text sub{
  color: #489fe3;
  vertical-align: sub;
  font-size: 100%;
}
#main .normal-weight-text {
  font-weight: normal;
}

@media (max-width: 767px) {
  .global_footer {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .inner-1380 {
    max-width: 1380px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .inner-1190 {
    max-width: 1190px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .inner-1100 {
    max-width: 1100px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .inner-sp {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

/*!* -------------------------------
    pagetop
------------------------------- *!*/
.pagetop {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 990;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  font-size: 0;
  text-align: right;
}

.pagetop a {
  display: inline-block;
  background: #c00;
}

.pagetop a:hover {
  background: #e60000;
}

.pagetop img {
  width: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pagetop:hover img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.pagetop.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.pagetop.is-absoluted {
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .pagetop {
    right: 20px;
  }

  .pagetop img {
    width: 33px;
  }

  .pagetop:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
