/* 基本 -------------------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
  padding: 0;
  margin: 0;
}
img, embed {
  max-width: 100%;
  height: auto;
}
object {
  max-width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0px;
  vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 160%;
  color: #444444;
  overflow-x: hidden;
  font-size: 1.6rem;
	word-break: break-all;
}
html {
  font-size: 62.5%;
}
p {
  padding-bottom: 15px;
}
img {
  border: 0px;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.cl {
  clear: both;
}
a {
  color: #222222;
  text-decoration: none;
  transition: .3s;
}
a:hover {
  /*text-decoration: underline;*/
  opacity: 0.8;
}
a img:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}
ol {
	margin-left: 30px;
}
ol li{
	margin-bottom: 10px;
}
/*疑似要素*/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 0px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
/* Images -------------------------------------------------------------- */
.alignleft,
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 9px;
}
.alignright,
img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 9px;
}
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
/*main-----------------------------------------------------------------------------------------------------------------*/
.text-center{
	text-align:center;
}
.white{
	color:#fff;
}
.bold{
	font-weight:bold;
}
a.td-none:hover{
	text-decoration:none;
}
.red{
	color:#EB0000;
}
.aqua{
	color:#29B2DA;
}
.under{
	border-bottom:1px dashed #fff;
	padding-bottom: 5px;
}
.font-l,.red.font-l{
	font-size: 36px;
}
.home .red.font-l,.archive .font-l{
	font-size: 16px;
}
.font-m,.red.font-m{
	font-size: 24px;
}
.underline{
	background:linear-gradient(transparent 70%, #A8E0F0 0%);
}
.paypay{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.paypay > .d-none {
    display: none;
}
.paypayicon{
	width: 90px;
    margin-right: 0.5em;
}

/*header*/
#header-container{
    background-color: #FFF;
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
}
#header-wrap {
    /* max-width: 1680px; */
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#header-wrap #logo {
    /* width: 320px; */
    width: 25vw;
    padding: 1.5vw 0 1.5vw 0;
}
#header-wrap #logo {
    float: left;
    margin-right: auto;
}
#header-wrap nav {
    float: right;
}
#header-wrap #h-tel {
    margin-right: 20px;
	width: 250px;
}
#dropmenu {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
_nav {
    position: absolute;
    font-size: 1.1vw;
    letter-spacing: 0px;
    padding-right: 1%;
}
_nav ul {
    margin: 0;
    padding: 0px 4%;
    nav ul -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 110%;
}
_nav ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transition: .3s;
    white-space: nowrap;
}
_nav ul li a {
    color: #29B2DA;
    padding: 1em 2em;
    display: block;
	font-weight: bold;
}
#nav-wrap nav ul li:nth-child(6) a {
    color: #29B2DA;
    padding: 1em 10px;
    display: block;
	font-weight: bold;
	background-color: #FFEE00;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 20px;
}
#nav-wrap nav ul li:nth-child(7) {
	margin-top: 14px;
	width: 24%;
}
#header-wrap #h-tel {
	display: none;
}
/*top*/
.top {
    background-image: url(../images/common/main.jpg);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: calc(100%*1020/1920);
    overflow: hidden;
}
.top-2 {
    background-image: url(../images/common/main1-2.png);
    background-repeat: no-repeat;
    background-size: 45%;
    width: 60%;
    height: 70%;
    position: absolute;
    top: 22%;
    right: 17%;
    opacity: 0.8;
}
.top-3 {
    background-image: url(../images/common/main1-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -1px;
    right: 0;
}
.top-scroll {
    text-align: center;
    position: absolute;
    bottom: 60px;
    right: 48%;
}
.scroll-arrow::after {
    left: 15px;
    width: 10px;
    height: 10px;
    top: 25px;
    border-top: 2px solid #29B2DA;
    border-right: 2px solid #29B2DA;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}
.top-scroll a:hover{
	text-decoration:none;
}
.scroll-text {
    color: #29B2DA;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0px;
}
/*背景--------------------------------------------------------------------------------*/
#fee {
    background-image: url(../images/common/fee-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
	padding-bottom:3%;
}
#intro {
    background-image: url(../images/common/intro-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 9%;
}
#insta {
    background-image: url(../images/common/insta-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
#contact {
    background-image: url(../images/common/contact-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
#news {
    background-image: url(../images/common/news-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 20%;
    padding-bottom: 5%;
}
#need {
    background-image: url(../images/common/need-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}
#price {
    background-image: url(../images/common/price-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
#example {
    background-image: url(../images/common/example-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
#faq {
    background-image: url(../images/common/faq-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
#recruit {
    background-image: url(../images/common/recruit-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
#company {
    background-image: url(../images/common/company-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
#form{
	background-color:#F8F8F8;
	padding-top: 5%;
    padding-bottom: 5%;
}
/*h2-------------------------------------------------------------------------------------*/
#fee h2 {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    /* font-size: 30px; */
    color: #fff;
    margin: 10% 0 0;
    padding-bottom: 5%;
}
#intro h2{
	padding-bottom:10%;
}
#intro h2 img {
    width: 32vw;
}
#contact h2 img {
    width: 13vw;
}
#insta h2 {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    /* font-size: 30px; */
    margin: 30% 0 0;
    padding-bottom: 5%;
}
#contact h2 {
    padding-bottom: 5%;
}
#news h2 {
    width: 10vw;
    font-size: 2vw;
    /* font-size: 30px; */
    margin: 15% 0 0 15%;
    padding-bottom: 10%;
}
#price h2 {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    /* font-size: 30px; */
    margin: 5% 0 0;
    padding-bottom: 5%;
}
#example h2 {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    /* font-size: 30px; */
    margin: 5% 0 0;
    padding-bottom: 5%;
}
#faq h2 {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    /* font-size: 30px; */
    margin: 5% 0 0;
    padding-bottom: 5%;
}
#recruit h2 {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    /* font-size: 30px; */
    color: #29B2DA;
    margin: 5% 0 0;
    padding-bottom: 10%;
}
#company h2 {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    /* font-size: 30px; */
    margin: 5% 0 0;
    padding-bottom: 5%;
}
#form h2 {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    /* font-size: 30px; */
    margin: 5% 0 0;
    padding-bottom: 5%;
}
/*h2疑似要素-----------------------------------------------------*/
#fee h2::before {
    content: "家庭用エアコン";
    color: #fff;
    font-size: 0.65em;
    right: 0%;
    top: -2.5vw;
}
#fee h2::after {
    content: "";
    display: block;
    right: 0%;
    /* top: 2.5vw; */
    top: 45%;
    background-image: url(../images/common/h2-after-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5vw;
}
#intro h2::after {
    content: "";
    display: block;
    right: 0%;
    /* top: 2.5vw; */
    top: 75%;
    background-image: url(../images/common/h2-after-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
}
#insta h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -4vw;
    /* top: -50px; */
    background-image: url(../images/common/h2-before-insta.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8vw;
}
#insta h2::after {
    content: "";
    display: block;
    right: 0%;
    /* top: 2.5vw; */
    top: 75%;
    background-image: url(../images/common/h2-after-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
}
#news h2::before {
    content: "";
    display: block;
    right: 45%;
    top: -2.1vw;
    /* top: -70%; */
    background-image: url(../images/common/h2-before-news.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5vw;
}
#news h2::after {
    content: "";
    display: block;
    left: 0;
    /* top: 2.5vw; */
    top: 60%;
    background-image: url(../images/common/h2-after-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.7vw;
}
#price h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -2.5vw;
    /* top: -50px; */
    background-image: url(../images/common/h2-before-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5vw;
}
#price h2::after {
    content: "";
    display: block;
    right: 0%;
    /* top: 2.5vw; */
    top: 40%;
    background-image: url(../images/common/h2-after-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
}
#example h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -2.5vw;
    /* top: -50px; */
    background-image: url(../images/common/h2-before-example.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6vw;
}
#example h2::after {
    content: "";
    display: block;
    right: 0%;
    /* top: 2.5vw; */
    top: 40%;
    background-image: url(../images/common/h2-after-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
}
#faq h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -2.5vw;
    /* top: -50px; */
    background-image: url(../images/common/h2-before-faq.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.5vw;
}
#faq h2::after {
    content: "";
    display: block;
    right: 0%;
    /* top: 2.5vw; */
    top: 40%;
    background-image: url(../images/common/h2-after-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
}
#company h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -2.3vw;
    /* top: -50px; */
    background-image: url(../images/common/h2-before-company.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.5vw;
}
#company h2::after {
    content: "";
    display: block;
    right: 0%;
    /* top: 2.5vw; */
    top: 40%;
    background-image: url(../images/common/h2-after-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
}
#form h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -2.3vw;
    /* top: -50px; */
    background-image: url(../images/common/h2-before-form.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.5vw;
}
#form h2::after {
    content: "";
    display: block;
    right: 0%;
    /* top: 2.5vw; */
    top: 40%;
    background-image: url(../images/common/h2-after-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
}
/*ボタン-------------------------------------------------------------*/
#fee .more-btn {
    width: 10%;
    float: right;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #248A86;
    font-weight: bold;
    border: 1px solid #49AFAB;
    padding: 20px 30px 20px 35px;
    border-radius: 5px;
    letter-spacing: 0px;
    white-space: nowrap;
}
#fee .more-btn::before {
    left: 15%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#intro .more-btn {
    width: 15vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 1.1vw;
    color: #fff;
    background-color: #29B2DA;
    font-weight: bold;
    border: 1px solid #29B2DA;
    padding: 0.7vw 0.5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
}
#intro .more-btn::before {
    left: 15%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#insta .more-btn {
    width: 12vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 1.1vw;
    color: #fff;
    background-color: #29B2DA;
    font-weight: bold;
    border: 1px solid #29B2DA;
    padding: 1vw 1.5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
}
#contact .more-btn {
    width: 12vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 1.1vw;
    color: #29B2DA;
    background-color: #FFEE00;
    font-weight: bold;
    border: #FFEE00;
    padding: 1.5vw 3.5vw 1.5vw 5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
}
#contact .mail::before {
    content: "";
    display: block;
    right: 60%;
    top: 35%;
    background-image: url(../images/common/mail-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.2vw;
}
#news .more-btn {
    width: 15vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 1vw;
    color: #fff;
    background-color: #29B2DA;
    font-weight: bold;
    border: 1px solid #29B2DA;
    padding: 0.8vw 0.5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
}
#news .more-btn::before {
    left: 10%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#company .more-btn {
    width: 12vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 1.1vw;
    color: #fff;
    background-color: #29B2DA;
    font-weight: bold;
    border: 1px solid #29B2DA;
    padding: 1vw 0.5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
}
#company .more-btn::before {
    box-sizing: border-box;
    height: 1px;
    border: 0.4em solid transparent;
    border-left: 0.6em solid #fff;
    left: 15%;
}
#form .more-btn {
    width: 12vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 1.1vw;
    color: #fff;
    background-color: #FFA200;
    font-weight: 500;
    border: 1px solid #FFA200;
    padding: 1vw 0.5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
	cursor: pointer;
}
/*マーカー*/
#contact h4::after {
    content: "";
    display: block;
    width: 16vw;
    height: 0.6vw;
    background-color: #FFEE00;
    position: absolute;
    bottom: 0;
    right: 0px;
}
.mark::after {
    content: "";
    display: block;
    width: 6vw;
    height: 0.6vw;
    background-color: #29B2DA;
    position: absolute;
    bottom: -25%;
    right: 0%;
    opacity: 0.3;
}
.mark2::after {
    content: "";
    display: block;
    width: 24vw;
    height: 0.6vw;
    background-color: #29B2DA;
    position: absolute;
    bottom: -25%;
    right: 0%;
    opacity: 0.3;
}
.mark,.mark2{
	font-size:1.2vw;
	font-weight:bold;
}
/*boy----------------------------------------------------------------------*/
.fee-boy {
    position: absolute;
    right: calc(50% - 42%);
    top: 65%;
    width: 7vw;
}
.intro-left {
    position: absolute;
    right: calc(50% - -15%);
    top: 40%;
    width: 8vw;
}
.intro-right {
    position: absolute;
    right: calc(50% - 35%);
    top: 35%;
    width: 17vw;
}
.insta-boy {
    position: absolute;
    right: calc(50% - 8%);
    top: 65%;
    width: 7vw;
}
.contact-boy {
    position: absolute;
    right: calc(50% + 32%);
    bottom: 0;
    width: 7vw;
}
.contact-1 {
    position: absolute;
    right: calc(50% - 42%);
    top: 35%;
    width: 10vw;
}
.contact-2 {
    position: absolute;
    right: calc(50% - 40%);
    top: 55%;
    width: 7vw;
}
.need-boy {
    position: absolute;
    right: calc(50% + 16%);
    top: 40%;
    width: 11vw;
}
.example-boy {
    position: absolute;
    right: calc(50% + 22%);
    bottom: 7%;
    width: 7vw;
    z-index: 10;
}
.example-boy2 {
    position: absolute;
    right: calc(50% - 30%);
    bottom: 8%;
    width: 5vw;
    z-index: 10;
}
.faq-boy {
    position: absolute;
    right: calc(50% - 45%);
    bottom: 5%;
    width: 8vw;
}
/*fee*/
.fee-wrap {
    width: 80%;
    margin: auto;
}
.news1 {
    width: 80%;
    background-color: #FFF;
    font-size: 16px;
    border-radius: 5px;
	float: left;
	display: flex;
}
.news1-left {
    width: 15%;
    text-align: center;
	margin: 20px 0;
    float: left;
	border-right: 1px dashed #29B2DA;
}
.news1-right {
    width: 90%;
}
.news1-right dl {
	padding: 15px 0;
}
.news1-left h4{
	color:#38A7A2;
}
_.news1-left h4::after {
    border-right: 1px dashed #29B2DA;
    height: 30px;
    left: 145%;
}
.news1-right dt {
    float: left;
    padding: 5px 20px 5px 30px;
}
.news1-right dd {
    padding: 5px 20px;
}
/**/
.fee-inner {
    margin-top: 5%;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: space-evenly;
}
.pick-up-img {
    width: 21vw;
    height: 21vw;
    background-color: #1EAA7F;
    border: 1px solid #1EAA7F;
    border-radius: 300px;
    margin: auto;
}
.pick-up-img2 {
    background-color: #EF9C3D;
    border:1px solid #EF9C3D;
}
.pick-up-img3 {
    background-color: #E85F5F;
    border: 1px solid #E85F5F;
}
.pick-up-img p {
    /* font-size: 1em; */
    font-size: 1vw;
    letter-spacing: 0px;
    font-weight: bold;
    padding-top: 3%;
    padding-bottom: 1%;
    /* height: 10%; */
    height: 3.5vw;
    line-height: 1.1;
}
.pick-up-img3 p{
	height:2.5vw!important;
}
.pick-up-img img {
    width: 14vw;
    padding-top: 15%;
	padding-bottom: 10%;
}
.pick-up-img2 img {
    padding-top: 0%!important;
}
.pick-up-img3 img {
    padding-top: 0%!important;
}
.img-text {
    /* padding: 10px 15px; */
    padding: 0.7vw 1vw;
    width: fit-content;
    margin: auto;
    margin-top: 15%;
    background-color: #fff;
    color: #1EAA7F;
    border-radius: 0.5vw;
    /* font-size: 23px; */
    font-size: 1.5vw;
    font-weight: bold;
}
.img-text2 {
    margin-top: 10%;
    background-color: #fff;
    color: #EF9C3D;
}
.img-text3 {
    background-color: #fff;
    color: #E85F5F;
}
.pick-up-img p.fee-more{
	height:initial!important;
}
.fee-more::after {
    left: 45%;
    width: 10px;
    height: 10px;
    top: 150%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}
.comment {
    position: relative;
    background-color: #fff;
    width: 17vw;
    margin: auto;
    margin-top: 10%;
    padding: 3%;
    border-radius: 1vw;
    font-size: 0.9vw;
}
.comment p {
    padding-bottom: 0px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.comment:before {
    content: "";
    position: absolute;
    top: -29px;
    left: 50%;
    bottom: auto;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
/*intro*/
.intro-inner {
    width: 35%;
    margin: auto;
    text-align: center;
    padding: 3% 10% 1%;
    background-color: #fff;
    border-radius: 20px;
}
.intro-text {
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0px;
    font-size: 1.2vw;
}
.intro-text p {
	padding:5% 0;
}
/*insta*/
.insta-left {
    width: 45%;
    float: left;
}
.insta-inner {
    width: 75%;
    margin: auto;
    text-align: center;
}
.insta-text p {
    letter-spacing: 1px;
    line-height: 2;
    font-size: 1.1vw;
    padding: 10% 0;
    font-weight: 500;
}
.insta-right {
    width: 45%;
    float: right;
}
.insta-right img {
    width: 43vw;
    float: right;
    margin-right: 5%;
}


/*news*/
.news-wrap {
    width: 95%;
    margin: auto;
}
.news-left {
    width: 25%;
    float: left;
}
.news-inner {
    width: 70%;
    margin: auto;
    padding: 20% 0;
    /* text-align: center; */
}
.news-right {
    width: 75%;
    float: right;
}
#news-2 {
    max-width: 1100px;
    padding: 2% 6% 0 0%;
    margin: 0px auto;
}
#tab li {
    float: left;
    /* padding: 18px 0px 14px 0px; */
    padding: 1.3vw 0;
    list-style: none;
    cursor: pointer;
    color: #222222;
    width: 20%;
    text-align: center;
    margin-right: 3.5%;
    margin-bottom: 3%;
    border-radius: 10px;
    color: #0F2E4D;
    font-size: 1.5vw;
    font-weight: 500;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transition: .3s;
}
#tab li:first-child:hover {
    background: #29B2DA;
    color: #FFFFFF;
}
#tab li:nth-child(2):hover {
    background: #48BE59;
    color: #FFFFFF;
}
#tab li:nth-child(3):hover {
    background: #38A7A2;
    color: #FFFFFF;
}
#tab li:first-child.select, #tab li:hover {
    background: #29B2DA;
    color: #FFFFFF;
}
#tab li:nth-child(2).select, #tab li:hover {
    background: #48BE59;
    color: #FFFFFF;
}
#tab li:nth-child(3).select, #tab li:hover {
    background: #38A7A2;
    color: #FFFFFF;
}
.select::after {
    content: "";
    position: absolute;
    top: 97%;
    left: 43%;
    bottom: auto;
    /* margin-left: -15px; */
    border: 0.7vw solid transparent;
    border-top: 0.8vw solid #29B2DA;
}
#tab li:nth-child(2).select::after {
    content: "";
    position: absolute;
    top: 97%;
    left: 43%;
    bottom: auto;
    /* margin-left: -15px; */
    border: 0.7vw solid transparent;
    border-top: 0.8vw solid #48BE59;
}
#tab li:nth-child(3).select::after {
    content: "";
    position: absolute;
    top: 97%;
    left: 43%;
    bottom: auto;
    /* margin-left: -15px; */
    border: 0.7vw solid transparent;
    border-top: 0.8vw solid #38A7A2;
}
.disnon {
	display: none;
}
.content_wrap{
	text-align:center;
}
.content_wrap dl {
    /* padding: 20px 20px 18px 20px; */
    background: #F9F9F9;
    padding: 2vw;
    text-align: left;
    margin-bottom: 1%;
    _font-size: 2rem;
    align-items: center;
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 10%);
    display: flex;
}

.content_wrap dl dt {
    float: left;
    clear: left;
    color: #7B7B7B;
	_width: 300px;
	display: flex;
	align-items: center;
	line-height: 1.8;
}
.content_wrap dl dd {
    padding-left: 5%;
	line-height: 1.8;
}
.icon {
    background: #fff;
    width: auto;
    padding: 10px 15px;
    color: #48BE59;
    _font-size: 2rem;
    text-align: center;
    margin-left: 15px;
    display: inline-block;
    letter-spacing: 0px;
    border-radius: 3vw;
    border: 2px solid #48BE59;
}
.icon-report{
	color:#38A7A2;
    border: 2px solid #38A7A2;

}
.icon-new2{
	background:#8A0000;
	width:auto;
}
.icon-super{
	display:none;
}
#news-2 .content_wrap:first-of-type .product-btn{
	margin-top:20px;
	background:#0F2E4D;
}
#news-2 .content_wrap:nth-of-type(2) .product-btn{
	margin-top:20px;
	background:#4E6A00;
}
#news-2 .content_wrap:nth-of-type(3) .product-btn{
	margin-top:20px;
	background:#1F545A;
}
.content_wrap dd{
	width: calc(95% - 260px)
}
.content_wrap dd a{
    position: relative;
	display: block;
}
.content_wrap dd a::before,
.content_wrap dd a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.content_wrap dd a::before{
    right: -35px;
    width: 30px;
    height: 2px;
    background: #29B2DA;
}
.content_wrap dd a::after{
    right: -30px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #29B2DA;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}





/*need*/
.need-text {
    font-size: 1.5vw;
    line-height: 2.5;
}
/**/
.price-inner h3 {
    text-align: center;
    width: 18vw;
    width: max-content;
    width: fit-content;
    font-size: 1.6vw;
    padding: 1% 2%;
    border-radius: 3vw;
    margin: auto;
    margin-top: 5%;
    color: #29B2DA;
    border: 2px solid #29B2DA;
}
.price-fee-inner {
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: space-evenly;
    align-items: flex-start;
}
.price-wrap {
    width: 80%;
    margin: auto;
}
.price-pick-up-img {
    width: 21vw;
    background-color: #1EAA7F;
    border: 1px solid #1EAA7F;
    border-radius: 1vw 1vw 0 0;
    margin: auto;
}
.price-pick-up-img2 {
    background-color: #EF9C3D;
    border: 1px solid #EF9C3D;
}.price-pick-up-img3 {
    background-color: #E85F5F;
    border: 1px solid #E85F5F;
}
.price-img-text {
    padding: 0.7vw 1vw;
    width: fit-content;
    margin: auto;
    color: #fff;
    border-radius: 0.5vw;
    /* font-size: 23px; */
    font-size: 1.5vw;
    font-weight: bold;
}
.price-pick-up-img img {
    width: 12vw;
    margin: auto;
    padding-top: 2%;
    padding-bottom: 5%;
}
.price-pick-up-img1 img {
    padding-top: 5%;
}
.price-pick-up-img p {
    /* font-size: 1em; */
    font-size: 1vw;
    color: #fff;
    letter-spacing: 0px;
    font-weight: bold;
    padding-top: 7%;
    padding-bottom: 0%;
    line-height: 1.1;
}
.price-pick-up-img1 p {
    padding-top: 10.5%;
}
.price-pick-up-img2 p {
    padding-top: 8%;
}
.content-inner {
    background-color: #fff;
    width: 21vw;
    padding-top: 5%;
    border-radius: 0px 0px 1vw 1vw;
	box-shadow: 0 3px 3px 1px rgb(0 0 0 / 10%);
    padding-bottom: 22.5%;
}
.content-inner2 {
	padding-bottom:5%;
}
.content-inner3 {
	padding-bottom:29%;
}
.content-inner-inner {
    width: 85%;
    margin: auto;
    margin-bottom: 5%;
    background-color: #EFF9F5;
    padding: 3%;
}
.content-inner2 .content-inner-inner {
    background-color: #FFF6EB;
}
.content-inner3 .content-inner-inner {
    background-color: #FFF3F3;
}
.inner-left {
    width: 15%;
    float: left;
}
.inner-right {
    width: 85%;
    float: right;
    text-align: initial;
}
.circle {
    margin: auto;
    width: 1.5vw;
    height: 1.5vw;
    background-color: #1EAA7F;
    border-radius: 3vw;
    position: relative;
}
.content-inner2 .circle {
    background-color: #EF9C3D;
}
.content-inner3 .circle {
    background-color: #E85F5F;
}
.circle img {
    width: 0.7vw;
    position: absolute;
    left: 28%;
    top: 20%;
}
.inner-right h5 {
    font-size: 1.1vw;
    line-height: 1.5vw;
}
.inner-right p{
    font-size: 0.9vw;
    line-height: 1.1vw;
    padding-bottom: 0px;
    padding: 3% 0;
}
.inner-text {
    width: 90%;
    margin: auto;
    text-align: initial;
    font-size: 0.9vw;
    line-height: 1.1vw;
}
.clean-wrap {
    width: 80%;
    margin: auto;
}
.clean-flex {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding:  15% 5% 8%;
}
.clean-price {
    position: relative;
    background-color: #8068CC;
    text-align: center;
    color: #fff;
    width: 15vw;
    padding: 6vw 3vw 2vw;
    border-radius: 1vw;
    margin: auto;
}
.clean-price2 {
    background-color: #C251A7;
}
.clean-price3 {
    background-color: #fff;
    border-radius: 0px;
    padding: 8vw 1vw 2vw;
    color: #C26A3D;
}
.clean-price4 {
    background-color: #fff;
    border-radius: 0px;
    padding: 8vw 1vw 0vw;
    color: #C26A3D;
}
.abu {
    position: absolute;
    width: 10vw;
    right: 26%;
    top: -40%;
}
.clean-price3 .abu {
    right: 20%;
    top: -20%;
}
.clean-price4 .abu {
    right: 20%;
    top: -20%;
}
.clean-fee {
    width: 10vw;
    padding-top: 10%;
}
.clean-price h5 {
    font-size: 1vw;
    line-height: 1.2vw;
}
.clean-price3 h5 {
    font-size: 1.1vw;
    padding-bottom: 15%;
}
.clean-price4 h5 {
    font-size: 1.1vw;
    padding-bottom: 5%;
    color: #D55050;
}
.plus {
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    padding: 5vw 1vw;
	border-radius: 1vw;
    background-color: #8CD1EB;
	position:relative;
}
.tec {
    width: 45%;
    width: max-content;
    width: fit-content;
    margin: auto;
    padding: 1% 3%;
    border-radius: 1vw;
    font-size: 1vw;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
    background-color: #D55050;
}
.cost {
    padding-bottom: 0px;
    padding-top: 12%;
    font-size: 1.5vw;
    font-weight: bold;
	color: #D55050
}
.price-container {
    height: 17.8vw;
    background-color: #fff;
}
.plus-icon {
    position: absolute;
    top: -10%;
    width: 5vw;
}
.message {
    width: 80%;
    margin: auto;
    margin-top: 10%;
    background-color: #fff;
}
.message-heading {
    text-align: center;
    background-color: #0A5D7C;
    padding: 3% 0;
    color: #fff;
    font-size: 1.4vw;
    border: 2px solid #0A5D7C;
    border-radius: 0.5vw 0.5vw 0 0;
}
.message-border {
    border: 2px solid #0A5D7C;
}
.message-text {
    width: 90%;
    margin: auto;
    padding: 5% 0 2%;
}
.message-text ul {
    margin-left: 3%;
}
/*example*/
.example-text {
    font-size: 1.1vw;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 1%;
}







#featured-products {
  /* background: url("../images/common/bk01.png") center center no-repeat; */
  background-size: cover;
  padding: 40px 0;
}
.featured-products-contents::before {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    width: 10px;
    height: 10px;
    border-top: 3px solid #0A5D7C;
    border-right: 3px solid #0A5D7C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.featured-products-l {
  width: 240px;
  float: left;
}
.featured-products-r {
    width: 77.5%;
    padding-right: 22.5%;
    box-sizing: border-box;
    float: right;
}
.featured-products-l h2 {
  text-align: left;
}
.featured-products-r .featured-products-contents {
  padding: 40px 40px 20px 40px;
  display: flex;
  justify-content:flex-start;
  position: relative;
}
.featured-products-r .featured-products-contents .featured-products-contents-inside {
    width: 48%;
}
.featured-products-contents-inside {
    margin-right: 6.5%;
}
.before {
    position: absolute;
    width: 5em;
    height: 5em;
    border-radius: 5em;
    top: 0%;
    left: 0%;
    z-index: 10;
    text-align: center;
    background-color: #0A5D7C;
}
.before span{
    position: absolute;
    top: 35%;
    left: 18%;
    white-space: nowrap;
    font-weight: bold;
    color: #fff;
    font-size: 1em;
}
.after {
    position: absolute;
    width: 5em;
    height: 5em;
    border-radius: 5em;
    top: 0%;
    left: 50%;
    z-index: 10;
    text-align: center;
    background-color: #0A5D7C;
}
.after span{
    position: absolute;
    top: 35%;
    left: 18%;
    white-space: nowrap;
    font-weight: bold;
    color: #fff;
    font-size: 1em;
}
/*faq*/
.faq-wrap {
    width: 70%;
    margin: auto;
}
.faq-q img {
    position: absolute;
    left: -50px;
}
.faq-a img {
    position: absolute;
    left: 20px;
    top: 20px;
}
/*recruit*/
.recruit-wrap {
    width: 70%;
    margin: auto;
}
.recruit-inner {
    padding: 5% 10%;
    background: #fff;
}
.recruit-text {
    text-align: center;
    line-height: 2;
    font-size: 1.2vw;
    padding-bottom: 5%;
}
.recruit-tell {
    width: 40%;
    margin: auto;
    padding: 5% 10%;
    background-color: #F3F3F3;
}
.recruit-tell img{
    width: 22vw;;
}
/*company*/
.company-inner {
    width: 80%;
    margin: auto;
    text-align: center;
}
.company-inner table {
    margin: auto;
    width: 100%;
    border: 1px solid #C9C9C9;
    border-collapse: collapse;
    font-size: 1.1vw;
}
.company-inner th {
    text-align: left;
    padding: 1.2vw;
    border: 1px solid #C9C9C9;
    background-color: #F8F8F6;
}
.company-inner th p {
	padding-bottom:0px;
}
.company-inner td {
    text-align: left;
    padding: 1.2vw;
	border: 1px solid #C9C9C9;
	background-color:#fff;
}
.company-inner td p {
	padding-bottom:0px;
}
.company-title{
	font-size: 1.7vw;
	font-weight: bold;
	color: #29B2DA;
	text-align: center;
	margin-bottom: 2%;
}
.company-text{
	font-size: 1.1vw;
	width: 80%;
	margin: 0 auto 30px;
	text-align: center;
	line-height: 2.0vw;
}

/*form*/
.form-inner {
    width: 60%;
    margin: auto;
}
.form-inner input,.form-inner textarea {
	font-size: 20px;
	padding: 10px 10px;
	box-sizing: border-box;
}
.form-inner p {
	padding-bottom:0px;
}
#form .example-text {
    font-size: 1.1vw;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 1%;
    padding-bottom: 5%;
}
.form-1 {
    border: 1px solid #D1D1D1;
    width: 70%;
    border-radius: 10px;
}
.form-2 {
    border: 1px solid #D1D1D1;
    width: 20%;
    margin-bottom: 1%;
    border-radius: 10px;
}
.form-3 {
    border: 1px solid #D1D1D1;
    width: 100%;
    height: 15em;
    border-radius: 10px;
}
.form-box{
	padding-bottom:3%;
}
.privacy{
	padding-top:3%;
}
.privacy a::before {
    left: -10%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #29B2DA;
    border-right: 2px solid #29B2DA;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body input,body textarea {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
/*footer*/
.footer-inner {
    background-color: #0A5D7C;
    text-align: center;
}
.footer-logo {
    padding-top: 3%;
}
.footer-logo img {
    max-width: 100%;
}
#copy {
    color: #fff;
    font-size: 12px;
    padding-top: 1%;
    padding-bottom: 2%;
	letter-spacing: 0px;
}
#backtop {
    position: fixed;
    width: 60px;
    right: 5px;
    bottom: calc(60px + 14px + 10px);
}
/*第二階層NEWS*/
#news2 {
    background-image: url(../images/common/news-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
}
.news-wrap2 {
    width: 90%;
    margin: auto;
}
#news-list-inner{
	margin-top:5%;
}
.news-list h2 {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    /* font-size: 30px; */
    margin: 5% 0 0;
    padding-bottom: 5%;
}
.news-list h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -2.5vw;
    /* top: -50px; */
    background-image: url(../images/common/h2-before-news.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5vw;
}
.news-list h2::after {
    content: "";
    display: block;
    right: 0%;
    /* top: 2.5vw; */
    top: 40%;
    background-image: url(../images/common/h2-after-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
}

.pagenavi {
    margin-top: 50px;
}
.pagenavi li {
    float: left;
    text-align: center;
    margin-right: 10px;
	margin-bottom: 10px;
    list-style: none;
    border: solid 1px  #29B2DA;
    width: 95px;
}
.pagenavi li a {
    display: block;
    padding: 5px 15px;
    color: #29B2DA;
    text-decoration: none;
	white-space: nowrap;
}
.pagenavi li a:hover {
    background-color: #29B2DA;
    color: #FFF;
}

#inner-news {
    padding: 10px 0 100px;
    background-color: #fff;
}
#inner-news dl {
    height: auto;
    padding-right: 20px;
    background-color: #FFF;
    font-size: 16px;
    padding: 50px 0px;
}
#inner-news dt {
    float: left;
    padding: 25px;
}
#inner-news dd {
    padding: 25px;
    border-bottom: 1px dashed #29B2DA;
}
#inner-news dd a {
    color: #29B2DA;
    text-decoration: underline;
}
#inner-news dd a:hover {
    opacity: 0.8;
}
/*newsç¬¬ä¸‰éšŽå±¤*/
#inner-inner-news {
    padding: 50px 0;
    min-height: 300px;
    width: 80%;
    margin: auto;
}
#inner-inner-news h2 {
    text-align: center;
	color:#29B2DA;
	font-weight:500;
	font-size: 30px;
}
.day {
    text-align: right;
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.article-text {
    font-size: 18px;
	padding: 30px 0;
	width: 100%;
}
.article-text:before {
    border-top: 1px solid #29B2DA;
    width: 100px;
	right: 0px;
}
.article-text:after {
    border-bottom: 1px solid #29B2DA;
    width: 100px;
	right: 0px;
}
#privacy{
	background-color:#fff;
}
#privacy h2{
	padding:30px 0;
	line-height:1.2;
}
.tR{
	text-align:right;
}
/*投稿ページ*/
.single ul.list{
	margin-left: 25px;
}
.single ul.list li{
	margin-bottom: 20px;
}
.single #inner-inner-news{
	line-height: 1.8;
	background-color: #FFFFFF;
    padding: 20px;
}
.single #inner-inner-news h2.single-title{
	margin: 30px 0;
}

/*pc大*/
@media print, screen and (min-width: 1200px) {
.sp{
    display:none;
}
#sp{
	display:none;
}
/* gmenu -------------------------------------------------------------- */	
ul.gmenu {
	list-style: none;
	display: flex;
    justify-content: flex-end;
}
ul.gmenu li{
	float: left;
}	
ul.gmenu li a{
	display: block;
	color: #29B2DA;
	padding: 15px 10px 15px 10px;
}
ul.gmenu li:nth-child(7) a{
	padding: 0;
}
}

/*pc*/
@media screen and (min-width:1025px) and ( max-width:1199px) {
.sp{
    display:none;
}
#sp{
	display:none;
}
/* gmenu -------------------------------------------------------------- */	
ul.gmenu {
	list-style: none;
	display: flex;
    justify-content: flex-end;
}
ul.gmenu li{
	float: left;
}		
ul.gmenu li a{
	display: block;
	color: #29B2DA;
	padding: 15px 8px 15px 8px;
}	
ul.gmenu li:nth-child(7) a{
	padding: 0;
}

	
	
	
}
@media screen and (min-width:1025px) and ( max-width:1161px) {
#nav-wrap nav ul li:nth-child(7) {
	width: 17%;
}
}
/* タブレット・スマホ ----------------------------------------------------------------------------------------- */
@media print, screen and (max-width: 1024px) {
.pc{
	display:none;
}
#header-wrap #h-tel {
    display: block;
}
.news-inner {
    width: 93%;
    margin: auto;
    padding: 20% 0;
    /* text-align: center; */
}

/* Images -------------------------------------------------------------- */
.alignleft,
img.alignleft,
.alignright,
img.alignright,
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
/* ヘッダー -------------------------------------------------------------- */
#header-wrap {
    width: 100%;
}
#header-wrap h1 {
	margin-left: 20px;
}
/* gmenu -------------------------------------------------------------- */
#menu-sp{
	padding:19px;
	display:block;
	text-align:center;
	color:#FFF;
	font-size:1.8rem;
	font-weight:bold;
	position:relative;
	z-index:10000;
	width:30px;
	height:30px;
	float:right;
	background-color: #29B2DA;
}
#menu-sp #open{
	background:url(../images/common/menu_open.png) center center no-repeat;
	background-size:100%;
	width:30px;
	height:30px;
	position:absolute;
}
#menu-sp.active #open{
	background:url(../images/common/menu_close.png) right center no-repeat;
	background-size:100%;
	width:30px;
	height:30px;
}
#menu-sp img{
	height:auto;
}
#menu-sp:hover,
#menu-sp:active{
	cursor:pointer;
}
#nav-wrap{
	display:block;
	clear: both;
	position:absolute;
	display: none;
	z-index:100000;
	width:100%;
	background-color:#FFFFFF;
	top:68px;
	border-bottom: 1px solid #DDDDDD;
}
#nav-wrap li{
	list-style:none;
}
#nav-wrap .gmenu a{
	text-decoration:none;
	display:block;
	font-size: 100%;
	position: relative;
	padding: 1.0em 4% 0.9em 1.0em;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color:#FFFFFF;
	color:#333333;
	text-decoration: none;
	width:100%;
	float:left;
	line-height:1.2;
	box-sizing: border-box;
}
#nav-wrap .gmenu a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 4%;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #222222;
	border-right: solid 2px #222222;
	-webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#nav-wrap .language ul{
	display: table;
	width: 100%;
	border-top: 1px solid #DDDDDD;
}
#nav-wrap .language ul li{
	display: table-cell;
	width: 50%;
	border-right: 1px solid #DDDDDD;
}
#nav-wrap .language ul li:last-child{
	border-right: none;
}
#nav-wrap .language ul li a{
	display: block;
	width: 96%;
	padding: 5% 2%;
	text-align: center;
}
#nav-wrap .language ul li a.lang-active {
	background-color: #F3DEDE;
}	
nav li a span{
	color:#0080BD;
	font-size:1.8vw;
}
nav ul {
    margin: 0;
    padding: 0;
    nav ul -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
nav ul li {
    display: block;
}	
nav {
    position: static;
    font-size: initial;
    letter-spacing: 0px;
    padding-right: 0;
}	
#header-wrap nav {
    float: none;
}	
#nav-wrap nav ul li:nth-child(6) a {
	border-radius: 0;
	padding: 1.0em 4% 0.9em 1.0em;
	margin-left: 0;
}
/*トップページ　メイン画像*/	
.scroll-arrow.arrow::before, .scroll-arrow.arrow::after {
    top: 30px;
}
/*トップページ　料金体系*/	
.pick-up-img p {
    font-size: 1.2rem;
}
.comment {
    font-size: 1.2rem;
}
.fee-boy {
    top: 62%;
    right: calc(50% - 46%);
}
.pick-up-img img {
    padding-bottom: 5%;
}
.img-text {
    padding: 0.5vw 1vw;
}
#intro h2::after {
    top: 75%;
    width: 35px;
}
.intro-text {
    font-size: initial;;
}
.mark, .mark2 {
    font-size: initial;
}
#intro .more-btn {
    font-size: 1.4rem;
}
/*トップページ　インスタグラム*/	
.insta-text p {
    font-size: initial;
}	
#insta h2 {
    margin: 20% 0 0;
}
#insta .more-btn {
    font-size: 1.4rem;
}
/*トップページ　会社概要*/
.company-inner th,.company-inner td {
    font-size: initial;
	padding: 15px 7px;
}
.company-title{
	font-size: 2.0rem;
	margin-top: 20px;
	margin-bottom: 20px;
}
.company-text{
	font-size: initial;
	line-height: 1.6;
	text-align: left;
}	
/*トップページ　CONTACT*/
#contact h4 {
    font-size: 1.8rem;
}
#contact p {
    font-size: 1.4rem;
}
#contact .arrow::before, #contact .arrow::after {
    top: 7px;
}	
#contact .more-btn {
    width: 140px;
    font-size: 1.4rem;
}	
#contact .mail::before {
    right: 76%;
    top: 35%;
    width: 15px;
}
	
/*トップページ　新着情報*/	
#news .more-btn {
    font-size: 1.4rem;
}
#news .more-btn::before {
    left: 7%;
    width: 5px;
    height: 5px;
}
	
/*トップページ　新着情報下コメント*/		
.need-text {
    font-size: 1.6rem;
}
.need-boy {
    right: calc(50% + 25%);
}
/*トップページ　料金一覧*/
.price-inner h3 {
    font-size: 1.6rem;
	border-radius: 36px;
}
.price-pick-up-img p {
    /* font-size: 1em; */
    font-size: initial;
}
.price-img-text {
    font-size: 1.6rem;
}
.inner-right h5 {
    font-size: 1.4rem;
    line-height: 1.6;
}
.inner-right p {
    font-size: 1.2rem;
	line-height: 1.6;
}
.inner-text {
    font-size: 1.2rem;
    line-height: 1.6;
}
.clean-price h5 {
    font-size: 1.4rem;
    line-height: 1.6;
}
.clean-price3 h5 {
    font-size: 1.4rem;
}
.clean-price4 h5 {
    font-size: 1.4rem;
}
.tec {
    border-radius: 12px;
    font-size: 1.2rem;
}
.clean-wrap {
    width: 100%;
}	
.abu {
    position: absolute;
    width: 166px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    top: -42%;
}

.clean-price {
    width: 100%;
    padding: 80px 0vw 50px;
    margin: auto;
}

.clean-fee {
    width: 160px;
}
.plus {
    width: 85%;
	padding: 125px 1vw 80px;
}
.price-container {
    height: initial;
	width: 35%;
}
.clean-price3 .abu {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    width: 166px;
}
.clean-price3 .abu {
    top: -32%;
}
.price-container .clean-price {
    padding: 100px 0vw 50px;
}
.clean-price4 .abu {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    top: -32%;
}
.cost {
    1.4rem;
}
.plus-icon {
    top: -4%;
    left: 51%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
}
.message-heading {
    font-size: 1.6rem;
}
/*トップページ　施工事例*/
.example-text {
    font-size: initial;
}
.featured-products-contents::before {
    left: 49%;
}

/*トップページ　よくあるご質問*/	
.faq-q img {
    top: -5px;
    left: 0;
}
.faq-q {
	padding-left: 50px;
}
/*トップページ　ご協力会社募集*/
#recruit h2 {
    font-size: 2.0rem;
}
.recruit-text {
    font-size: initial;
}
/*トップページ　お問い合わせフォーム*/	
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
#form .more-btn {
    font-size: 1.4rem;
}
}
/*　タブレット　*/
@media screen and (min-width:768px) and ( max-width:1024px) {

/* .pt-10-sp{
	padding-top:10%;
} */
#header-wrap #logo {
    width: 375px;
    padding: 10px 0;
}
/*h2-----------------------------------------------------------------------------------------*/
#fee h2 {
    font-size: 22px;
}
#insta h2 {
    font-size: 22px;
}
#news h2 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin: 10% 0 0;
    padding-bottom: 5%;
}
#price h2 {
    font-size: 22px;
}
#example h2 {
    font-size: 22px;
}
#faq h2 {
    font-size: 22px;
}
#company h2 {
    font-size: 22px;
}
#form h2 {
    font-size: 22px;
}
/*h2疑似要素*/
#fee h2::before {
    top: -26px;
}
#fee h2::after {
    top: 50%;
    width: 35px;
}
#intro h2::after {
    width: 35px;
}
#insta h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -6vw;
    /* top: -50px; */
    background-image: url(../images/common/h2-before-insta.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16vw;
}
#insta h2::after {
    top: 70%;
    width: 35px;
}
#news h2::before {
    content: "";
    display: block;
    right: 0%;
    /* top: -5.1vw; */
    top: -50%;
    background-image: url(../images/common/h2-before-news.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5em;
}
#news h2::after {
    top: 70%;
    right: 0;
    width: 35px;
}
#price h2::after {
    top: 70%;
    width: 35px;
}
#example h2::after {
    top: 50%;
    width: 35px;
}
#faq h2::after {
    top: 50%;
    width: 35px;
}
#company h2::after {
    top: 50%;
    width: 35px;
}
#form h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -45%;
    width: 4em;
}
#form h2::after {
    top: 50%;
    width: 35px;
}
.fee-wrap {
    width: 95%;
    margin: auto;
}
.news-inner {
    width: 93%;
    margin: auto;
    padding: 20% 0;
    /* text-align: center; */
}
.mark, .mark2 {
    font-weight: bold;
    display: initial;
}
.mark2::before {
    content: "";
    display: block;
    width: 14vw;
    height: 0.6vw;
    background-color: #29B2DA;
    position: absolute;
    bottom: 40%;
    right: 0%;
    opacity: 0.3;
}
.mark2::after {
    content: "";
    display: block;
    width: 14vw;
    height: 0.6vw;
    background-color: #29B2DA;
    position: absolute;
    bottom: -80%;
    left: -13%;
    opacity: 0.3;
}

/*トップページ　料金一覧*/
.price-wrap {
    width: 100%;
}
.price-pick-up-img {
	width: 29vw;
    box-sizing: border-box;
}
.content-inner {
    width: 29vw;
    box-sizing: border-box;
}
.clean-price.clean-price1 {
    margin: 0 15px;
}
}
@media print, screen and (max-width: 767px) {
#news2 {
    padding-top: 25%;
}
/* .pt-10-sp{
	padding-top:10%;
} */
.red {
    color: #EB0000;
    font-size: 4vw;
    font-size: 1em;
}
.font-l,.red.font-l{
	font-size: 28px;
}
.home .content_wrap dl dd .red.font-l{
	font-size: 4.2vw;
}
.archive .font-l{
	font-size: 16px;
}
.font-m,.red.font-m{
	font-size: 22px;
}
.pl-20 {
    padding-left: 20%;
}
/**/
#header-wrap #logo {
    width: 250px;
}
.top {
    background-image: url(../images/common/main-sp2.jpg);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 200%;
}
.top-2 {
    background-image: url(../images/common/main1-2-sp.png);
    background-repeat: no-repeat;
    background-size: 90%;
    width: 50%;
    height: 70%;
    position: absolute;
    top: 45%;
    left: 34%;
    opacity: 0.8;
}
/* .top-3 {
    top: 97.5%;
} */
/* .top-scroll {
    text-align: center;
    position: absolute;
    bottom: 8%;
    right: 45%;
} */
/*h2-----------------------------------------------------------------------------------------*/
#fee h2 {
    font-size: 22px;
}
#insta h2 {
    font-size: 22px;
}
#news h2 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin: 10% 0 0;
    padding-bottom: 5%;
}
#price h2 {
    font-size: 22px;
}
#example h2 {
    font-size: 22px;
}
#faq h2 {
    font-size: 22px;
}
#company h2 {
    font-size: 22px;
}
#form h2 {
    font-size: 22px;
}
/*h2疑似要素*/
#fee h2::before {
    top: -26px;
}
#fee h2::after {
    top: 70%;
    width: 35px;
}
#intro h2::after {
    top: 70%;
    width: 35px;
}
#insta h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -9vw;
    /* top: -50px; */
    background-image: url(../images/common/h2-before-insta.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 21vw;
}
#insta h2::after {
    top: 70%;
    width: 35px;
}
#news h2::before {
    content: "";
    display: block;
    right: 0%;
    /* top: -5.1vw; */
    top: -50%;
    background-image: url(../images/common/h2-before-news.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5em;
}
#news h2::after {
    top: 70%;
    right: 0;
    width: 35px;
}
#price h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -5vw;
    width: 14vw;
}
#price h2::after {
    top: 70%;
    width: 35px;
}
#example h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -5vw;
    width: 21vw;
}
#example h2::after {
    top: 70%;
    width: 35px;
}
#faq h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -5vw;
    width: 11vw;
}
#faq h2::after {
    top: 70%;
    width: 35px;
}
#company h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -40%;
    width: 4em;
}
#company h2::after {
    top: 70%;
    width: 35px;
}
#form h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -45%;
    width: 4em;
}
#form h2::after {
    top: 60%;
    width: 35px;
}

/*boy*/
.fee-boy {
    position: absolute;
    right: calc(50% - 40%);
    top: 80%;
    width: 16vw;
}
.intro-left {
    position: absolute;
    right: calc(50% - -30%);
    top: 50%;
    width: 17vw;
}
.intro-right {
    position: absolute;
    right: calc(50% - 47%);
    top: 50%;
    width: 20vw;
}
.insta-boy {
    position: absolute;
    right: calc(50% - -29%);
    top: 42%;
    width: 12vw;
}
.contact-boy {
    position: absolute;
    right: calc(50% + 32%);
    bottom: 0;
    width: 15vw;
}
.contact-1 {
    position: absolute;
    right: calc(50% - 50%);
    top: 30%;
    width: 20vw;
}
.contact-2 {
    position: absolute;
    right: calc(50% - 40%);
    top: 55%;
    width: 10vw;
}
.need-boy {
    position: absolute;
    right: calc(50% + 34%);
    top: 30%;
    width: 15vw;
}
.example-boy {
    position: absolute;
    right: calc(50% + 33%);
    bottom: 12%;
    width: 11vw;
    z-index: 10;
}
.example-boy2 {
    position: absolute;
    right: calc(50% - 45%);
    bottom: 12%;
    width: 8vw;
    z-index: 10;
}
.faq-boy {
    position: absolute;
    right: calc(50% - 40%);
    top: 0%;
    width: 13vw;
}
/*btn*/
#fee .more-btn {
    width: 60%;
    margin: 5% 14.5%;
    float: none;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #248A86;
    font-weight: bold;
    border: 1px solid #49AFAB;
    padding: 5% 3% 5% 6%;
    border-radius: 5px;
    letter-spacing: 0px;
    white-space: nowrap;
}
#intro .more-btn {
    width: 45vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 4.1vw;
    color: #fff;
    background-color: #29B2DA;
    font-weight: bold;
    border: 1px solid #29B2DA;
    padding: 1.7vw 2.5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
}
#insta .more-btn {
    width: 50vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 4.1vw;
    color: #fff;
    background-color: #29B2DA;
    font-weight: bold;
    border: 1px solid #29B2DA;
    padding: 2vw 1.5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
    margin-bottom: 10%;
}
#contact .more-btn {
    width: 40vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 2.5vw;
    color: #29B2DA;
    background-color: #FFEE00;
    font-weight: bold;
    border: #FFEE00;
    padding: 1.5vw 3.5vw 1.5vw 5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
}
#news .more-btn {
    width: 35vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 1vw;
    color: #fff;
    background-color: #29B2DA;
    font-weight: bold;
    border: 1px solid #29B2DA;
    padding: 0.8vw 0.5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
}
#company .more-btn {
    width: 33vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 3.1vw;
    color: #fff;
    background-color: #29B2DA;
    font-weight: bold;
    border: 1px solid #29B2DA;
    padding: 1vw 0.5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
}
#form .more-btn {
    width: 33vw;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 4.1vw;
    color: #fff;
    background-color: #FFA200;
    font-weight: 500;
    border: 1px solid #FFA200;
    padding: 1vw 0.5vw;
    border-radius: 100px;
    letter-spacing: 0px;
    white-space: nowrap;
}
/**/
.mark, .mark2 {
    font-size: 4.7vw;
    font-weight: bold;
    display: initial;
}
.mark::after {
    content: "";
    display: block;
    width: 23vw;
    height: 2.6vw;
    background-color: #29B2DA;
    position: absolute;
    bottom: -40%;
    right: 0%;
    opacity: 0.3;
}
.mark2::before {
    content: "";
    display: block;
    width: 48vw;
    height: 2.6vw;
    background-color: #29B2DA;
    position: absolute;
    bottom: 40%;
    right: 0%;
    opacity: 0.3;
}
.mark2::after {
    content: "";
    display: block;
    width: 48vw;
    height: 2.6vw;
    background-color: #29B2DA;
    position: absolute;
    bottom: -80%;
    left: -13%;
    opacity: 0.3;
}
/**/
.news1 {
    width: 100%;
    background-color: #FFF;
    float: left;
    font-size: 16px;
    border-radius: 5px;
	display: block;
}
.news1-left {
    width: initial;
    text-align: center;
    padding: 20px 30px;
    float: none;
	margin: 0;
}
.news1-left h4::after {
    border-bottom: 1px dashed #29B2DA;
	    border-right: 0px;
    height: 30px;
    width: 16em;
    left: -138%;
}
.news1-right {
    width: 100%;
}
/*fee*/
.fee-wrap {
    width: 95%;
    margin: auto;
}
.fee-inner {
    display: initial;
}
.pick-up-img {
    width: 230px;
    height: 230px;
    margin-bottom: 5%;
}
.img-text {
    /* padding: 10px 15px; */
    padding: 0.7vw 1vw;
    margin-top: 15%;
    font-size: 20px;
    letter-spacing: 0px;
    /* font-size: 1.5vw; */
}
.pick-up-img img {
    width: 185px;
    padding-top: 15%;
    padding-bottom: 5%;
}
.pick-up-img2 img {
    padding-top: 13%!important;
}
.pick-up-img3 img {
    padding-top: 10%!important;
}
.pick-up-img p {
    font-size: 0.9em;
}
.comment {
    position: relative;
    background-color: #fff;
    width: 90%;
    margin: auto;
    margin-top: 3%;
    padding: 3%;
    border-radius: 1vw;
    font-size: 4vw;
}
/**/
.intro-inner {
    width: 85%;
    margin: auto;
    text-align: center;
    padding: 5% 3% 1%;
    background-color: #fff;
    border-radius: 20px;
}
#intro h2 img {
    width: 70vw;
}
.intro-text {
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0px;
    font-size: 5vw;
}
/**/
.insta-left {
    width: 100%;
}
.insta-text p {
    letter-spacing: 1px;
    line-height: 2;
    font-size: 4.5vw;
    padding: 10% 0;
    font-weight: 500;
}
.insta-right {
    width: 100%;
}
.insta-right img {
    width: 90%;
    float: right;
    margin-right: 5%;
    margin-top: 10%;
}
.news1-right dt {
    float: none;
    padding: 0px;
    text-align: center;
}
/*contact*/
.contact-inner {
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 5% 0;
} 
#contact h2 img {
    width: 35vw;
}
#contact h4 {
    width: 100%;
    color: #29B2DA;
    font-size: 4.3vw;
    padding-bottom: 5%;
}
#contact h4::after {
    content: "";
    display: block;
    width: 54vw;
    height: 1vw;
    background-color: #FFEE00;
    position: absolute;
    bottom: 0;
    right: 0px;
}
.contact-left {
    width: 100%;
    float: left;
    text-align: center;
}
.contact-left img {
    width: 40vw;
    padding-bottom: 4%;
}
#contact p {
    font-size: 3.1vw;
    padding-bottom: 30px;
}
.contact-right {
    width: 100%;
    float: right;
    text-align: center;
    padding: 5% 0;
}
.contact-left:after {
    border-right: 0px solid #CECECF;
    border-bottom: 2px solid #CECECF;
    position: absolute;
    width: 50vw;
    height: 20vw;
    right: 0;
}
#contact .mail::before {
    content: "";
    display: block;
    right: 70%;
    top: 30%;
    background-image: url(../images/common/mail-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
}
/**/
.news-inner {
    width: 70%;
    margin: auto;
    padding: 20% 0;
    text-align: center;
}
.news-left {
    width: 100%;
    float: left;
}
.news-right {
    width: 100%;
    float: right;
}
#news-2 {
    max-width: 1100px;
    padding: 0px;
    margin: 0px auto;
    padding-bottom: 5%;
}
#tab li {
    font-size: 3.5vw;
}
.content_wrap dl {
    font-size: 4.2vw;
}
/**/
.need-text {
    font-size: 4vw;
    line-height: 2.5;
}
/**/
#price {
    background-image: url(../images/common/price-bg.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 15%;
    padding-bottom: 5%;
}
.price-wrap {
    width: 90%;
    margin: auto;
}
.price-inner h3 {
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 4.5vw;
}
.price-fee-inner {
    margin-top: 5%;
    margin-bottom: 10%;
    display: initial;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: space-evenly;
    align-items: flex-start;
}
.price-pick-up-img {
    width: 99.5%;
    border-radius: 4vw 4vw 0 0;
    margin: auto;
}
.content-inner {
    width: 100%;
    padding-top: 5%;
    border-radius: 0px 0px 1vw 1vw;
    padding-bottom: 22.5%;
}
.pick-item{
	margin:10% 0;
}
.price-pick-up-img p {
    /* font-size: 1em; */
    font-size: 4vw;
    color: #fff;
    letter-spacing: 0px;
    font-weight: bold;
    padding-top: 7%;
    padding-bottom: 2%;
    line-height: 1.1;
}
.price-pick-up-img1 p {
    padding-top: 6.5%;
}
.price-img-text {
    padding: 0.7vw 1vw;
    width: fit-content;
    margin: auto;
    color: #fff;
    border-radius: 0.5vw;
    font-size: 26px;
    /* font-size: 5.5vw; */
    font-weight: bold;
}
.price-pick-up-img img {
    width: 40vw;
    margin: auto;
    padding-top: 2%;
    padding-bottom: 5%;
}
.circle {
    margin: auto;
    width: 5.5vw;
    height: 5.5vw;
    background-color: #1EAA7F;
    border-radius: 3vw;
    position: relative;
}
.circle img {
    width: 2.5vw;
    position: absolute;
    left: 28%;
    top: 20%;
}
.inner-right h5 {
    font-size: 3.1vw;
    line-height: 3.5vw;
}
.inner-right p {
    font-size: 2.9vw;
    line-height: 4.1vw;
    padding: 5% 0;
    padding-bottom: 0px;
}
.inner-text {
    width: 90%;
    margin: auto;
    text-align: initial;
    font-size: 3.5vw;
    line-height: 4.1vw;
}
.clean-wrap {
    width: 100%;
    margin: auto;
}
.clean-flex {
    width: 100%;
    margin: auto;
    display: initial;
    justify-content: center;
    align-items: flex-start;
    padding: 20% 0% 8%;
}
.clean-price {
    position: relative;
    text-align: center;
    width: 40vw;
    padding: 15vw 7vw 4vw;
    border-radius: 1vw;
    margin: auto;
    margin-top: 20%;
}
.clean-price4 {
    margin-top: 30%;
}
.clean-price h5 {
    font-size: 4vw;
    line-height: 5.2vw;
}
.clean-fee {
    width: 23vw;
    padding-top: 10%;
}
.abu {
    position: absolute;
    width: 26vw;
    right: 26%;
    top: -40%;
}
.plus {
    width: 80%;
    margin: auto;
    display: block;
    justify-content: space-evenly;
    padding: 10vw 1vw;
    border-radius: 1vw;
    background-color: #8CD1EB;
    position: relative;
    margin-top: 15%;
}
.plus-icon {
    position: absolute;
    top: -3.5%;
    width: 9vw;
}
.price-container {
    height: initial;
    background-color: #fff;
    width: 75%;
    margin: auto;
}
.clean-price3 .abu {
    right: 25%;
    top: -30%;
}
.clean-price4 .abu {
    right: 25%;
    top: -25%;
}
.tec {
    font-size: 3vw;
}
.cost {
    font-size: 3.5vw;
}
.message {
    width: 95%;
    margin: auto;
    margin-top: 10%;
    background-color: #fff;
}
.message-heading {
    font-size: 20px;
}
/**/
#faq {
    padding-top: 15%;
    background-size: contain;
	background-position: -10px 10px;
	background-repeat: no-repeat;
	background-color: #DEF6FF;
}
.faq-wrap {
    width: 90%;
    margin: auto;
}
.faq-q img {
    position: absolute;
    width: 4.5vw;
    left: 0;
    top: 5px;
}
.faq-q {
    padding-left: 35px;
}
.faq-a img {
    position: absolute;
    width: 4.5vw;
    left: 20px;
    top: 27px;
}
/**/
.recruit-wrap {
    width: 90%;
    margin: auto;
}
#recruit h2 {
    font-size: 24px;
}
.recruit-inner {
    padding: 5%;
}
.recruit-text {
    font-size: 3.2vw;
}
.recruit-tell img {
    width: 33vw;
}
.recruit-tell p{
	padding-bottom:0px;
}
/**/
#company {
    padding-top: 15%;
    padding-bottom: 10%;
}
.company-inner {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 10%;
}
.map{
	height:15em!important;
}
/**/
#form {
    padding-top: 15%;
    padding-bottom: 5%;
}
#form .example-text {
    font-size: 3.1vw;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 1%;
    padding-bottom: 5%;
}
.form-inner {
    width: 85%;
    margin: auto;
}
.form-1,.form-3 {
    width: 100%;
}
.form-2 {
    width: 40%;
}
/**/
#example {
    padding-top: 10%;
    padding-bottom: 5%;
}
.example-text {
    font-size: 3.1vw;
    line-height: 1.5;
    padding-top: 5%;
}
.featured-products-r {
    width: 100%;
    /* padding-right: 25.5%; */
    box-sizing: border-box;
    float: right;
}
.featured-products-r .featured-products-contents .featured-products-contents-inside {
    width: 62%;
}
.featured-products-contents-inside {
    margin-right: 15%;
}
.featured-products-contents::before {
    left: 61%;
}
.featured-products-contents-inside{
	margin-right: 30px;
}
.before {
    position: absolute;
    width: 3.5em;
    height: 3.5em;
    border-radius: 5em;
    top: 8%;
    left: 5%;
    z-index: 10;
    text-align: center;
    background-color: #0A5D7C;
}
.before span {
    position: absolute;
    top: 30%;
    left: 14%;
    white-space: nowrap;
    font-weight: bold;
    color: #fff;
    font-size: 0.8em;
}
.after {
    position: absolute;
    width: 3.5em;
    height: 3.5em;
    border-radius: 5em;
    top: 8%;
    left: 63%;
    z-index: 10;
    text-align: center;
    background-color: #0A5D7C;
}
.after span {
    position: absolute;
    top: 30%;
    left: 14%;
    white-space: nowrap;
    font-weight: bold;
    color: #fff;
    font-size: 0.8em;
}
/**/
.footer-logo img {
    width: 50%;
}
/*第二階層NEWS*/
#news-list-inner {
    margin-top: 5%;
    width: 95%;
    margin: auto;
	margin-top: 5%;
}
.news-wrap2 {
    width: 100%;
}
#inner-news dl {
    height: auto;
    padding-right: 20px;
    background-color: #FFF;
    font-size: 16px;
    padding: 20px 15px;
}
#news2 h2 {
    font-size: 22px;
}
#news2 h2::before {
    content: "";
    display: block;
    right: 0%;
    top: -5vw;
    width: 14vw;
}
#news2 h2::after {
    top: 70%;
    width: 35px;
}
	
	
/*トップページ　新着情報*/
.content_wrap dl {
    padding: 2vw;
    margin-bottom: 1%;
    display: block;
}
.content_wrap dl dt {
    float: none;
	margin-bottom: 10px;
}
.content_wrap dl dd {
    padding-left: 0;
}
.content_wrap dd {
    width: 100%;
}
.content_wrap dd a {
    padding-right: 50px;
}
.content_wrap dd a::before {
    right: 8px;
}
.content_wrap dd a::after {
    right: 11px;
}
.icon {
    padding: 5px 15px;
}
#news .more-btn {
    width: 200px;
    font-size: initial;
}
.content_wrap dd a::before {
	width: 25px;
}
.content_wrap dd a::after {
    width: 15px;
	height: 14px;
}
.news1-right dd {
    padding: 10px 20px 20px 20px;
}	

/*トップページ　料金一覧*/
.clean-price3 .abu {
    width: 26vw;
	top: -13vw;
}	
.price-container .clean-price {
    padding: 18vw 0vw 20px;
}
.clean-price3 .abu {
    width: 26vw;
}	

/*トップページ　施工事例*/	
#featured-products {
    padding: 0;
}

/*新着情報一覧*/	
#inner-news dt {
	float: none;
	padding-bottom: 0;
}
#inner-news dd {
	padding-top: 10px;
}
	
/*トップページ　会社概要*/	
.company-text{
	width: 90%;
}
}

@media print, screen and (max-width: 600px) {
#header-wrap {
    display: block;
}
#header-wrap #h-tel {
	display: block;
	margin-top: 10px;
	margin-left: 20px;
	padding: 1.5vw 0 1.5vw 0;
	width: 150px;
}
#header-wrap #logo {
    padding: 0 0 1.5vw 0;
}
#menu-sp{
	position:absolute;
	top: 5px;
	right: 5px;
}
#nav-wrap {
    top: 78px;
}
}

@media print, screen and (max-width: 330px) {
#header-wrap h1 {
    margin-left: 10px;
	margin-right: 10px;
}
#header-wrap #h-tel {
    margin-left: 10px;
}
}

/**
 * 取引先企業ロゴ表示用
 */
.business-partners {
    background-color: #29b2da;
    color: white;
    padding: 2.5em 0;

}

.business-partners>.container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.business-partners>.container>h2 {
    font-size: 1em;
    border-left: solid 0.5em #0a5d7c;
    padding-left: 0.6em;
}

.business-partners>.container>ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0.5em -5px;
}

.business-partners>.container>ul>li {
    flex: 0 0 calc(100% / 6.0 - 10px);
    margin: 5px;
    box-sizing: border-box
}

.business-partners>.container>ul>li>img {
    background-color: white;
}

@media print,
screen and (max-width: 1024px) {
    .business-partners>.container {
        width: 95%;
    }
}

@media print,
screen and (max-width: 767px) {
    .business-partners>.container>ul>li {
        flex: 0 0 calc(100% / 3.0 - 10px);
    }
}


/* 2026 八田追加▼ ----------------------------- */

/* CTAカスタム */

.contact-inner {
    width: min(1100px, 90%);
    margin: auto;
    background-color: #fff;
    padding: 5% 0;
	text-align: center;
}

.cta-col img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    padding-bottom: 16px;
}

.en {
    color: #28B2DA;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 2;
}


p.cta-label,
#contact p{
	padding-bottom: 8px;
}

/*-------------タイトル--------------------- */
h2.cta-heading {
    font-size: clamp(24px, 3vw, 40px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-top: 0;
    font-weight: 600;
}

/*---------------------------------- */

/* ★ここが一番重要 */
.cta-box {
    display: flex;
    gap: 24px; /* ←40だと崩れやすいので調整 */
}

/* ★3カラムを安全に成立させる */
.cta-col {
    flex: 1;
    min-width: 0;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
}

/*---------電話番号------------------------- */

.cta-tel {
    color: #28B2DA;
    font-size: 30px !important;
    margin-top: 0;
    font-weight: 600;
}

/*---------▲▲▲電話番号▲▲▲------------------------- */

.cta-time {
    color: #28B2DA;
    padding-bottom: 0;
	padding-bottom: 0;
}

/* ボタン共通 */
.cta-btn {
    display: block;
    margin: auto auto 0; /* ←下揃え */
    padding: clamp(12px, 2vw, 20px) clamp(20px, 4vw, 32px);
    border-radius: 999px;
    width: 100%;
    max-width: 280px;
    box-sizing: border-box; /* ←はみ出し防止 */
}

/* LINE */
.cta-btn.line {
    background: #06c755;
    color: #fff;
    font-weight: bold;
	font-size: 20px;
}

/* メール */
.cta-btn.mail {
    background: #E4EFF2;
    font-weight: 500;
	font-size: 16px;
}

/* 縦線（PCのみ） */
@media (min-width: 1025px) {
    .cta-col:not(:first-child)::before {
        content: "";
        position: absolute;
        left: -12px;
        top: 10%;
        height: 80%;
        width: 1px;
        background: #ccc;
    }
}

/* タブレット以下（1カラム） */
@media (max-width: 1024px) {
    .cta-box {
        flex-direction: column;
		 gap: 40px; 
    }
	
	.contact-inner {
    padding: 60px 0;
}
	
	  /* 横線 */
    .cta-col:not(:first-child)::before {
        content: "";
        position: absolute;
        top: 0;
        left: 10%;
        width: 80%;
        height: 1px;
        background: #ddd;
    }
	
	   .cta-col img {
        margin-top: 40px;
    }

}
/* 料金案内下の補足 */
.price-note-card {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  border-radius: 16px;
  max-width: 700px;
  margin: 30px auto 100px auto;
  padding: 28px 32px;
  box-shadow: 0 4px 20px rgba(0, 80, 100, 0.15);
}

/* ✓ 行 */
.ok-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #d6f3f7;
  margin-bottom: 20px;
}

.ok-circle {
  width: 36px;
  height: 36px;
  background: #29B2DA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.ok-text {
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  line-height: 1.5;
  padding-top: 15px;
}

/* 追加料金ラベル */
.alert-label {
  font-size: 13px;
  font-weight: 700;
  color: #b35800;
  margin-bottom: 0;
}

/* ケースリスト */
.cases {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.case {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff9f3;
  border-left: 3px solid #EF9C3D;
  border-radius: 0 8px 8px 0;
  padding: 12px 14px;
}

.case-num {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #EF9C3D;
  border-radius: 3px;
  padding: 1px 6px;
  flex-shrink: 0;
  margin-top: 2px;
}

.case-text {
  font-size: 13.5px;
  color: #333;
  line-height: 1.7;
}

.case-text .sub {
  font-size: 11.5px;
  color: #888;
  display: block;
  margin-top: 1px;
}

/* ノートボックス */
.note-box {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.note-icon {
  color: #29B2DA;
  font-size: 22px;
  flex-shrink: 0;
}

.note-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.note-row {
  font-size: 13px;
  color: #444444;
  line-height: 1.65;
  padding-bottom: 0;
}

