@charset "utf-8";
/* CSS Document */

:root {
  --white: #ffffff; /* var(--white); *//*白*/
  --text: #434343; /* var(--text); *//*文字色*/

  --orange: #ff7700; /* var(--orange); *//*赤*/
  --orange_2: #ff5500; /* var(--orange_2); *//*赤*/
  --l_orange: #ffbb00; /* var(--l_orange); *//*赤*/
  --red: #bb0000; /* var(--red); *//*赤*/
  --pink: #ef9a96; /* var(--pink); *//*ピンク*/
  --pink_2: #e03263; /* var(--pink_2); *//*ピンク*/
  --green: #05c756; /* var(--green); *//*緑/LINEカラー*/
  --l_green: #76cb76; /* var(--l_green); *//*薄緑*/
  --blue_1: #009dfc; /* var(--blue_1); *//*青（やや薄目）*/
  --blue_2: #0d88de; /* var(--blue_2); *//*青（やや濃目）*/
  --kon: #004986; /* var(--kon); *//*青（やや濃目）*/
  --gray: #aaaaaa; /* var(--gray); *//*灰*/

  --yellow: #ffff00; /* var(--yellow); *//*黄色*/
  --l_yellow: #ffff66; /* var(--l_yellow); *//*薄黄色*/
  --l_blue: #b3f2ff; /* var(--l_blue); *//*薄水色*/
  
  --bg_gray: #eeeeee; /* var(--bg_gray); *//*背景_灰*/
  --bg_yellow: #fff9b3; /* var(--bg_yellow); *//*背景_黄*/
  
  /* var(--bg_line_blue); *//*背景_斜線_青*/
  --bg_line_blue: repeating-linear-gradient(
      -45deg,
      #1ca8fc,
      #1ca8fc 1px,
      #009dfc 0,
      #009dfc 6px
    );
  
  /* var(--bg_line_pink); *//*背景_斜線_ピンク*/
  --bg_line_pink: repeating-linear-gradient(
      -45deg,
      #f4bab8,
      #f4bab8 1px,
      #ef9a96 0,
      #ef9a96 7px
    ) ;
  
  /* var(--bg_line_pink_2); *//*背景_斜線_濃ピンク*/
  --bg_line_pink_2: repeating-linear-gradient(
      -45deg,
      #e65b82,
      #e65b82 1px,
      #e03263 0,
      #e03263 6px
    );
}


html {
  scroll-behavior: smooth;
}
body {
  color: #434343;
  font-family:
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
}
p,pre,dl,dt,dd {
  font-size: 18px;
  line-height: 1.65;
}

.inner {max-width: 1200px; margin: auto}
.inner .staff {
  display: block;
  position: absolute;
  top: 0;
}


h2 {
  text-align: center;
  font-size: 42px;
}

.t_yellow {color: var(--yellow) !important; }
.t_blue {color:  var(--blue_2) !important;}
.t_red {color: var(--red) !important; }
.t_pink {color: var(--pink_2) !important; }

a:hover {opacity: 0.5}

ul,ol {padding: 0;margin: 0;}
li {list-style: none}

.note li::before{content: "※";line-height: 1.65}

.filter_white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media print, screen and (min-width: 1200px) {/*最大*/
  body > section {padding-top: 50px;}
}
@media screen and (max-width: 1199px){
  body > section {padding-top: 40px;}
  body > section ,.footer{
    padding-left: 20px;
    padding-right: 20px;
  }
  h2 {margin: 0 -20px}
}
@media screen and (max-width: 1199px) and (min-width: 700px) {/*中間*/
}
@media screen and (max-width: 699px) {/*スマホサイズ*/
  body > section {padding-top: 30px;}
  body > section ,.footer{
    padding-left: 10px;
    padding-right: 10px;
  }
  body,p,pre,dl,dt,dd {
    line-height: 1.65;
  }
  h2 {margin: 0 -10px}
}

@media screen and (max-width: 529px) {/*スマホサイズ*/
  body,p,pre,dl,dt,dd,li {
    font-size: 3.5vw;
    line-height: 1.65;
  }
  h2 {font-size: 7vw;margin: 0 -10px}
}




/*===========================================================
ヘッダー
===========================================================*/
body > header {
/*  background:var(--bg_line_orange);*/
}
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 110px;
  margin: 0 auto;
}
#header .logo {display: flex;}
#header .logo p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--orange);
  color: var(--white);
  font-weight: bold;
  border-radius: 10px;
  padding:  0 5px;
  margin:0 5px 0 15px;
  word-break: normal;
  max-width: 12em;
}
#header .logo p::before {
  content: "";display: block;
  width: 15px;height: 25px;
  position: absolute;
  left: -14px;
  top: calc(50% - 12.5px);
  background: var(--orange);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

#header a {text-decoration: none}
#header .contact {
  display: flex;
  align-items: center;
}
#header .tell {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header .tell .nam {
  font-size: 46px;
  font-weight: bold;
  color: var(--pink_2);
  display: flex;align-items: center;
  line-height: 40px;
}
#header .tell .nam svg {
  margin:-5px 5px 0 0;
  fill: var(--pink_2) !important; /* 塗りつぶし色 */
  width: 46px;height: 46px;
}
#header .tell .text {
  background: var(--pink_2);
  color: var(--white);
  font-size: 14px;
  padding: 3px 15px 3px 10px;
  margin-top: 5px;
  text-align: center;
  border-radius: 5px;
}
#header .tell .text > span {display: block;}

#header .mail,
#header .line {
  border: solid 2px var(--white);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;height: 100px;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 0 5px;
  border-radius: 10px;
}
#header .mail { background: var(--blue_1); }
#header .line { background: var(--green); }

#header .mail img { margin: 5px 0 15px; }
#header .line img { margin-bottom: 5px; }

#header .mail:hover,
#header .line:hover {
  opacity: 1;
  text-decoration: underline;
  box-shadow: 0 2px 5px rgba(0,0,0,0.75);
}

  #header .w_ss {display: none}
@media print, screen and (max-width: 1165px) {/*CTAを縮小しないとき*/
  #header .mail.w_l {display: none}
}
@media screen and (min-width: 1041px) {/*CTAを縮小*/
  #header .w_s {display: none}
}
@media screen and (max-width: 1040px) {/*CTAを縮小*/
  #header .tell.w_l,
  #header .line .w_l {display: none}
  #header .tell ,
  #header .line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  line-height: 1;
  padding: 0;
  border-radius: 10px;
    font-size: 12px;
    width: 11em;
  }
#header .tell {
  background: var(--pink_2);
  color: var(--white);
}
  #header .tell img {
    width: 41px;
    margin-bottom: 5px;
  }
  #header .line img {
    width: 41px;
    margin-bottom: 5px;
  }
  
}
@media screen and (max-width: 770px) {/*最小*/
  #header {
    height: auto;
    padding: 5px;
    padding-top: 35px;
  }
  #header .logo p {
    width: 100vw;
    max-width: 100vw;
    position: absolute;
    top: -35px;
    left: -5px;right: 0;
    font-size: 14px;
    height: 25px;
    margin: 0;
    border-radius: 0px;
    z-index: 2;
  }
  #header .logo p::before {
  display: none
  }
  #header .logo p br {display: none}
  #header .tell ,
  #header .line {
    width: 11em; height: auto;
    padding: 2vw 0;
    margin: 0 0 0 5px;
    font-size: 12px;
    border-radius: 5px;
  }
  #header .tell img,
  #header .line img {
    max-width: 8vw;
  }
}
@media screen and (max-width: 500px) {/*最小*/
  #header {
    padding-top: 30px;
    align-items: stretch;
  }
  #header .logo p {
    top: -30px;
    font-size: 3vw;
  }
    #header .tell,
  #header .line{
    width: 7em;
    height: 100%;
  }
  
  #header .tell .w_s,
  #header .line .w_s{
    display: none
  }
  #header .w_ss {
    display: block;
    font-size: 3vw;
  }

}



nav {
  padding: 5px;
}
nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
nav ul li {
  width: calc((100% - 15px) / 4);
  border: solid 1px var(--kon);
}
nav ul li a {
  display: block;
  line-height: 3;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-bottom: solid 3px var(--kon);
  color: var(--kon);
  background: linear-gradient(-8.5deg, #fff 35%, #eee 50%, #fff 51%);
}
nav ul li a::before {
  content: "";
  display: block;
  width: 7px;
  background: linear-gradient( var(--blue_1) 0% , var(--kon) 100%);
  position: absolute;
  left: 5px; top: 5px; bottom: 5px;
}
nav ul li a:hover {
  opacity: 1;
  background: var(--l_yellow);
  border-color: var(--blue_1);
}
nav ul li a:hover::before {
  background: linear-gradient( var(--kon) 0% , var(--blue_1) 100%);
}

@media screen and (max-width: 600px) {
  nav {padding: 5px;}
  nav ul li a {font-size: 2.5vw;padding-left: 5px;}
  nav ul li a::before {
    width: 5px;
  }
}


/*===========================================================
フッター
===========================================================*/

.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 50px auto 0;
}
.footer a {text-decoration: none}
  #footer .logo img {max-width: 150px;}

#footer .tel_box {
  flex-grow: 1;
  border: solid 5px var(--pink_2);
  background: var(--pink_2);
  color: var(--white);
  font-weight: bold;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#footer .tel_box .tel_header {
  display: flex;
  padding: 10px 0 5px;
}
#footer .tel_box .tel_header p {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0 10px;
}
#footer .tel_box .tel_header p img {
  margin-right: 5px;
  height: 40px;
  width: auto;
}
#footer .tel_box .tel_header p:nth-of-type(2){
  border-left: solid 2px var(--white);
}

#footer .tel_box .number {
  background: var(--white);
  color: var(--pink_2);
  font-size: 50px;
  line-height: 1;
  text-align: center;
  padding: 20px 10px 15px;
}
#footer .tel_box .number svg {
  height: 40px;
  margin:0 5px 0 0;
  fill: var(--pink_2);
}


#footer .cta_sub {
  display: flex;
  flex-direction: column;
}

#footer .tell.sp ,
#footer .cta_sub .mail,
#footer .cta_sub .line {
  background: var(--white);
  border-radius: 40px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#footer .tell.sp .icon,
#footer .cta_sub .mail .icon,
#footer .cta_sub .line .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px; height: 70px;
  border-radius: 40px;
  overflow: hidden;
  margin: -5px;
}
#footer .tell.sp .icon img {width: 55%}
#footer .cta_sub .mail .icon img { width: 50% }
#footer .cta_sub .line .icon img { width: 60% }
#footer .tell.sp .text ,
#footer .cta_sub .mail .text ,
#footer .cta_sub .line .text {
  flex-grow: 1;
  text-align: center;
  padding: 0 40px 0 10px;
}

#footer .tell.sp {
  background: linear-gradient(-15deg, #e03263 30% , #e65d83 50% ,#e03263 50% );
  color: var(--white);
}
#footer .tell.sp .icon {
  background:none;
  margin: 0;
  
}


#footer .cta_sub .mail {
  border: solid 5px var(--blue_1);
  color: var(--blue_1);
  margin-bottom: 10px;
}
#footer .cta_sub .mail .icon { background: var(--blue_1); }
#footer .cta_sub .mail:hover {background: var(--blue_1);opacity: 1}
#footer .cta_sub .mail:hover .text {color: var(--white);}

#footer .cta_sub .line {
  border: solid 5px var(--green);
  color: var(--green);
}
#footer .cta_sub .line .icon { background: var(--green); }
#footer .cta_sub .line:hover {background: var(--green);opacity: 1}
#footer .cta_sub .line:hover .text {color: var(--white);}

@media print, screen and (min-width: 1200px) {/*最大*/
  #footer .tel_box {margin: 0 20px}
}
@media screen and (max-width: 1199px){
  #footer .footer {justify-content: center;}
  #footer .logo {width: 100%;text-align: center;}
  #footer .tel_box {margin: 15px 15px 0 0}
}
@media screen and (max-width: 969px) {/**/
  #footer .tel_box .tel_header {
    flex-direction: column;
    align-items: center;
  }
  #footer .tel_box .tel_header p {
    width:16em;
    justify-content: flex-start;
  }
  #footer .tel_box .tel_header p:nth-of-type(2){border: none}
  #footer .tel_box .tel_header p img {height:30px;}
  #footer .tel_box .number {font-size: 5vw}
  #footer .tel_box .number img {height: 5vw}
}
@media screen and (max-width: 799px) {/*スマホサイズ*/
  #footer .tel_box {
    width: 100%;
    margin: 10px 0;
  }
  #footer .tel_box .tel_header {
    flex-direction: row;
  }
  #footer .tel_box .tel_header p:nth-of-type(2){
  border-left: solid 2px var(--white);
}
  #footer .tel_box .tel_header p {
    width: auto;
    justify-content: center;
  }
  #footer .cta_sub {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
  #footer .cta_sub .mail {margin: 0 10px 0 0}
}
@media screen and (max-width: 699px) {/*スマホサイズ*/
  .footer {
    display: block;
    text-align: center;
    margin: 30px 0;
  }
  #footer .tel_box .tel_header {
    flex-direction: column;
    align-items: center;
  }
  #footer .tel_box .tel_header p {
    width:16em;
    justify-content: flex-start;
    font-size: 4vw;
  }
  #footer .tel_box .tel_header p img {height: 5vw}
  #footer .tel_box .tel_header p:nth-of-type(2){border: none}
  #footer .tel_box .number {font-size: 8vw}
  #footer .tel_box .number img {height: 8vw}

  #footer .cta_sub {
    flex-direction: column;
    justify-content: center;
  }
  #footer .tell.sp ,
  #footer .cta_sub .mail ,
  #footer .cta_sub .line {
    width: 100%;
    max-width: 400px;
    margin: 5px auto;
  }
  
  
}
/************************************/
#Pmark a{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding: 10px;
  margin: 20px auto;
  text-decoration: none;
  border: solid 1px var(--gray);
  color: var(--text);
  font-size: 14px;
}
#Pmark img {width: 75px; margin-right: 5px;}
#Pmark span {max-width:calc(100% - 80px);}

#footer .links {
  text-align: center;
  z-index: 6;
}
#footer .links li {
  display: inline-block;
  margin: 0 1em;
}
#footer .links li::before {
  content: "›";
  padding-right: 5px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {/*最大*/
}
@media (max-width: 1199px) and (min-width: 700px) {/*中間*/
}
@media screen and (max-width: 699px) {/*スマホサイズ*/
  #Pmark a {max-width:80%; }
}

#copyright {
  display: block;
  background: var(--gray);
  color: var(--white);
  text-align: center;
  padding: 10px 0 120px;
  margin-top: 30px;
}
#copyright.fix_sp {  padding: 10px 0 30vw;}

#to_top {
  position: fixed;
  bottom: 100px;
  width: 100%;
  height: 100px;
  margin: auto;
}
#to_top a{
  font-family: Arial, Helvetica, "sans-serif";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px; height: 50px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--white);
  font-size: 40px;
  line-height: 0;
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;bottom: 10px;
  z-index: 5;
}
#to_top a:hover {opacity: 1;background: var(--green);}
@media screen and (min-width: 1200px) {/*最大*/
}
@media (max-width: 1199px) and (min-width: 700px) {/*中間*/
}
@media screen and (max-width: 699px) {/*スマホサイズ*/
  #to_top {bottom: 20vw}
}






/*===========================================================
CTA
===========================================================*/
.cta {
  text-align: center;
}
.cta a {text-decoration: none}
.cta a:hover {opacity: 1}

.cta::before {
  content: "";
  display: block;
  position: absolute;
  top: -100px; bottom: 100px; left: 0; right: 0;
  background: linear-gradient(#f7163e 0%, #89080d 100%);
  clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
}

.cta > p {
  color: var(--white);
  line-height: 1;
}
.cta p.text {
  font-size: 60px;
  font-weight: bold;
}
.cta p.text_sub {
  font-size: 28px;
  margin: 30px 0;
}
.cta .tel_box {
  max-width: 840px;
  margin: auto;
/*  border: solid 7px #ffee00;
  background: linear-gradient(to bottom ,
    #ffd220 0%,
    #ffe220 20%,
    #ffff00 45%,
    #ffff00 50%,
    #fefa75 65%,
    #ffe220 80%,
    #ffd220 100% );*/
  background: #fff;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  padding: 10px;
  border-radius: 20px;
}
.cta .tel_box::after {
  content: "";display: block;
  position: absolute;
  top: 10px;bottom: 10px;left: 10px;right: 10px;
  border: solid 3px var(--pink_2);
  border-radius: 15px;
}

.cta .tel_box .tel_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--pink_2);
  padding: 10px 0;
  border-radius: 0 0 15px 15px;
}
.cta .tel_box .tel_header p {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: var(--white);
  padding: 0 10px;

}
.cta .tel_box .tel_header p img {
  margin-right: 10px;
  height: 40px;width: auto;
}
.cta .tel_box .tel_header p:nth-of-type(2){
  border-left: solid 2px var(--white);
}

.cta .tel_box .number {
  color: var(--pink_2);
  font-size: 70px;
  line-height: 1;
  padding: 25px 0 15px;
  border-radius: 15px;
}
.cta .tel_box .number svg {
  fill: var(--pink_2);
  margin-right: 10px;
  height: 55px;
}


/* ------------------------------------
ボタンの外側にボックス作成
（疑似要素「before」を使う）
------------------------------------*/
.shine-button::before {
	content: "";			/* 文字は表示しないので中身無しを指定 */
    
	position: absolute;	/* ボタンの位置を基準に絶対値指定する */
	display: block;		/* 形式はblock */

	background: linear-gradient(to right,rgba(255,255,0,0) 80%, rgba(255,255,0,0.9));
    /* 背景色は透明から白になるグラデーション */
	
	width: 50px;	/* 横幅 */
	height: 50px;	/* 縦幅 */

	top: -60px;	/* ボタン左上を基準に上へ60pxの位置 */
	left: -60px;	/* ボタン左上を基準に左へ60pxの位置 */


	/* アニメーションの動作指定 */
	animation-name:shine-run;	/* アニメーション名の指定 */
	animation-delay:0s;		/* アニメーションの開始時間指定 */
	animation-duration: 3s;	/* アニメーション動作時間の指定 */
	animation-timing-function: ease-in;
	/* アニメーションの動き指定（徐々に早く）*/
	animation-iteration-count: infinite;
	/* アニメーションの無限繰り返しの指定 */
}


/* ------------------------------------
アニメーションのタイミングとボックスの
拡大率、角度、透過率の指定
------------------------------------*/
@keyframes shine-run {
    0% {
        transform: scale(0) rotate(50deg);
        /* アニメ開始時は大きさ0、50度の傾き */
        
        opacity: 0;
        /* アニメ開始時は全透過 */
    }

    30% {
        transform: scale(1) rotate(50deg);
        /* 40%まで進む間に大きさを等倍に。傾きは50度のまま*/
        
        opacity: 1;
        /* 透過しない（しっかり表示される）ように1を設定 */
    }

    70% {
        transform: scale(150) rotate(50deg);
        /* 最後は元の大きさの250倍になるようにする。傾きは50度のまま*/

        opacity: 0;
        /* 全透過になるようにして、徐々に消えるような変化を付ける */
    }
    100% {
        transform: scale(150) rotate(50deg);
        /* 最後は元の大きさの250倍になるようにする。傾きは50度のまま*/

        opacity: 0;
        /* 全透過になるようにして、徐々に消えるような変化を付ける */
    }
}






.cta .cta_sub {
  max-width: 840px;
  margin: 20px auto 40px;
  display: flex;
  justify-content: space-between;
}

.cta .tell.sp,
.cta .cta_sub .mail,
.cta .cta_sub .line {
  width: calc((100% - 10px) / 2);
  background: var(--white);
  border-radius: 40px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.cta .tell.sp {width:100%}
.cta .tell.sp .icon,
.cta .cta_sub .mail .icon,
.cta .cta_sub .line .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px; height: 80px;
  border-radius: 40px;
  overflow: hidden;
  margin: -5px;
}
.cta .tell.sp .icon img{  width: 50%;  }
.cta .cta_sub .mail .icon img{  width: 50%;  }
.cta .cta_sub .line .icon img{  width: 60%;  }

.cta .tell.sp .text ,
.cta .cta_sub .mail .text ,
.cta .cta_sub .line .text {
  flex-grow: 1;
  text-align: center;
  padding-right: 40px;
}

/***SP時**************/
.cta .tell.sp {
/*  border: solid 5px var(--white);
  background: linear-gradient(-15deg, #e03263 30% , #e65d83 50% ,#e03263 50% );*/
  color: var(--pink_2);
  overflow: hidden;
}
.cta .tell.sp::after {
  content: "";
  position: absolute;
  top: 5px;bottom: 5px;left: 5px;right: 5px;
  border: solid 2px var(--pink_2);
  border-radius: 40px;
}
.cta .tell.sp .icon {
  background:none;
  width: 70px; height: 70px;
  margin: 0;
  
}
.cta .tell.sp .icon svg {fill:var(--pink_2); width: 50%;}

.cta .cta_sub .mail {
  border: solid 5px var(--blue_2);
  color: var(--blue_2);
}
.cta .cta_sub .mail:hover {
  background: var(--blue_2);
  color: var(--white);
}
.cta .cta_sub .mail .icon { background: var(--blue_2); border: solid 5px var(--blue_2);}

.cta .cta_sub .line {
  border: solid 5px var(--green);
  color: var(--green);
}
.cta .cta_sub .line:hover {
  background: var(--green);
  color: var(--white);
}
.cta .cta_sub .line .icon { background: var(--green);border: solid 5px var(--green); }



@media print, screen and (min-width: 950px) {/*最大*/
  .cta .cta_sub .mail,
  .cta .cta_sub .line {
    max-width: 400px;
  }

}
@media screen and (max-width: 949px) and (min-width: 700px) {/*中間*/
  .cta .tel_box .tel_header p { font-size: 2.8vw; }
  .cta .tel_box .tel_header p img {height: 4vw}
  
  .cta .tell.sp,
  .cta .cta_sub .mail,
  .cta .cta_sub .line {
    font-size: 2.8vw
  }
  .cta .tell.sp .icon,
  .cta .cta_sub .mail .icon,
  .cta .cta_sub .line .icon {
  width: 70px; height: 70px;
  }
  .cta .tell.sp .text ,
  .cta .cta_sub .mail .text ,
  .cta .cta_sub .line .text {
  padding-right: 25px;
}

  .cta .tel_box.pc .number {
  font-size: 7vw;
  padding: 20px 0;
}
.cta .tel_box .number img {width: 10vw}

}

@media screen and (max-width: 699px) {/*スマホサイズ*/
  .cta::before {top: -7vw}
  .cta p.text {  font-size: 7vw;}
  .cta p.text_sub {
    font-size: 4vw;
    margin: 1em 0;
  }
  
  /**PC・タブレット********************/
  .cta .tel_box.pc {margin-bottom: 10px;}
  .cta .tel_box.pc .tel_header {
    flex-direction: column;
    align-items: center;
  }
.cta .tel_box .tel_header p:nth-of-type(2){  border:none;}
  .cta .tel_box.pc .tel_header p {
    font-size: 4vw;
    min-width:16em;
    justify-content: flex-start;
  }
  .cta .tel_box .tel_header p img {height: 5vw}
  .cta .tel_box .number {
    font-size: 8vw;
    padding: 20px 0 15px;
  }
  .cta .tel_box .number svg {
    height: 7vw;
  }

  
  /**スマホ********************/
  .cta .tell.sp {}
  
  /**メール・LINE********************/
.cta .cta_sub {
  display: block;
  margin-top: 0;
}
  .cta .tell.sp,
  .cta .cta_sub .mail,
  .cta .cta_sub .line {
    width: 100%;
    margin-bottom: 10px;
  }
  .cta .tell.sp .icon,
  .cta .cta_sub .mail .icon,
  .cta .cta_sub .line .icon {
    width: 70px; height: 70px;
  }
  .cta .tell.sp .text ,
  .cta .cta_sub .mail .text ,
  .cta .cta_sub .line .text {
    font-size: 20px;
  }
  .cta .cta_sub .mail .icon img { width: 50% }
  .cta .cta_sub .line .icon img { width: 60% }

}




/*------------------------------*/
.cta .check {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--white);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  border-radius: 20px;
  padding: 10px;
}
.cta .check .title {
  background: var(--bg_gray);
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  margin: -10px -10px 10px;
}
.cta .check .title br {display: none}
.cta .check .title strong {
  color: var(--red);
  font-size: 34px;
}

.cta .check p {
  color: var(--text);
  text-align: left;
}
.cta .check .label_checkmodel {
  margin-top: 10px;  
}
.cta .check .label_checkmodel label {
  display: inline-block;
  border: solid 2px  var(--pink_2);
  background: var(--pink_2);
  color: var(--white);
  width: 100%;
  max-width: 50%;
  padding: 8px 1em;
  margin: auto;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 3px 3px #33000099;
}
.cta .check .label_checkmodel label:hover {
  background: var(--white);
  color: var(--pink_2);
}
.cta .check .label_checkmodel label img {
  position: absolute;
  right: 5px;
  top: 5px;
}
.cta .check .label_checkmodel label:hover img {
  top: 0;
}



.cta .check .kataban {
  background: var(--bg_yellow);
  padding: 10px 20px;
  margin-top: 10px;
  font-weight: bold;
}
.cta .check .kataban dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cta .check .kataban dd ul li {
  background: var(--white);
  width: calc((100% - 10px) / 2);
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}
.cta .check .kataban dd ul li span {
  text-align: center;
}

@media print, screen and (min-width: 700px) {/*中間以上*/
  .cta .check {padding: 20px;}
  .cta .check .title {margin: -20px -20px 20px; }
  .cta .check .img {
    position: absolute;
  }
.cta .check .kataban dd ul li .logo {max-width: 40%}
.cta .check .kataban dd ul li .logo img {
  width: 90%; height: auto;
  max-width: 145px;
}
}
@media print, screen and (min-width: 1050px) {/*最大*/
  .cta .check .img {
    right: 20px;bottom: 20px;
  }
  .cta .check p { padding-right: 220px; }
  .cta .check .label_checkmodel {margin-right: 210px; }
  .cta .check .kataban { width: calc(100% - 210px); }
}
@media (max-width: 1049px) and (min-width: 700px) {/*中間*/
  .cta .check .title {padding-right: 170px;line-height: 1.5}
.cta .check .title br {display: block}
  .cta .check .img {
    right: 5px;top: calc(-10px);
  }
  .cta .check .img img {width: 150px}
}

@media screen and (max-width: 699px) {/*スマホサイズ*/
  .cta .check {
    border-radius: 10px;
    margin-top: 10vw;
  }
  .cta .check .title {
    font-size: 4.2vw;line-height: 1.5;
    border-radius: 10px 10px 0 0;
    padding: 10px 30vw 10px 10px;
  }
  .cta .check .title strong {font-size: 4.7vw}
  .cta .check .img {
    
    position: absolute;
    right: 5px;top: calc(-30vw + 30px + 12.6vw);
  }
  .cta .check .img img {height: 30vw; width: auto}
  .cta .check .kataban {padding: 5px 10px;margin-top: 10px}
  .cta .check .kataban dd ul li {
    width: calc((100% - 5px) / 2);
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    font-size: 3vw;
    line-height: 1;
  }
  .cta .check .kataban dd ul li .logo img {
    height: 5vw;width: auto; margin-bottom: 5px;}
  .cta .check .label_checkmodel label {max-width: 80%;}
}






/*===========================================================
固定リンク＠SP　#fix_sp
===========================================================*/
#fix_sp {
  position: fixed;
  left: 0;right: 0;bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  z-index: 9999;
  background: rgba(0,0,0,0.7);
  /*background: #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,0.7);*/
}
#fix_sp a {
  width: calc((100% - 20px) / 3);
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: var(--white);
  box-shadow: 0 3px 8px rgba(0,0,0,0.5);
  border: solid 1px #000;
}
#fix_sp a .icon {display: block;height: 8vw;margin-bottom: 8px}
#fix_sp a img {height: 8vw;width: auto}
#fix_sp a.mail img {height: 6vw;margin: 1vw 0}
#fix_sp .mail {background: var(--blue_1);}
#fix_sp .line {background: var(--green);}
#fix_sp .tell {background: var(--pink_2);}




/*===========================================================
固定リンク＠PC　#fix_pc
===========================================================*/
#fix_pc {
  position: fixed;
  left: 0;right: 0;bottom: -0;
  height: 90px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: var(--white);
  box-shadow: 0 -3px 10px rgba(0,0,0,0.3);
  /*transition: 0.5s;  アニメーション効果を追加 */
}

#fix_pc a {
  color: var(--white);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  margin-left: 10px;
  border-radius: 5px;
}
#fix_pc a .icon {height: 30px;margin-bottom: 5px}
#fix_pc a .icon img {height: 30px; width: auto;}
#fix_pc a.mail .icon img {height: 24px; margin-bottom:4px}

#fix_pc a.mail {background: var(--blue_1);}
#fix_pc a.line {background: var(--green);}

#fix_pc .tell,
#fix_pc .tell > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
#fix_pc .tell {flex-direction: column;margin-left: 10px}
#fix_pc .tell .text {font-weight: normal;}
#fix_pc .tell .nam {
  align-items:flex-end;
  font-size: 30px;
  color: var(--pink_2);
  border-bottom: solid 2px var(--pink_2);
  margin-bottom: 10px;
}
#fix_pc .tell .nam .icon svg {
  height: 30px;
  fill:var(--pink_2);
  margin-right: 5px;
}
#fix_pc .tell .nam .icon {padding-bottom: 0;}

@media screen and (max-width: 829px) {/*スマホサイズ*/
  #fix_pc * {font-size: 2vw}
  #fix_pc .tell .nam {font-size: 3.5vw}
  
  #fix_pc a ,#fix_pc .tell{margin-left: 5px;}
#fix_pc a .icon {height: 3.5vw;margin-bottom: 10px}
#fix_pc a .icon img {height: 3.5vw; width: auto;}
#fix_pc a.mail .icon img {height: 3vw; margin-bottom:0.25vw}

#fix_pc .tell .nam .icon img {height: 3vw; width: auto;}

}











/*===========================================================
メイン画像
===========================================================*/
#main_img {
  text-align: center;
}
#main_img .img {
  display: block;
  background: url("../img/main_bk3.png") repeat-x center center;

}
#main_img .maker {
  display: flex;
  justify-content: center;
  background: var(--bg_gray);
  padding: 10px;
}
#main_img .maker ul {display: flex;}
#main_img .maker p,
#main_img .maker li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
#main_img .maker p {
  font-weight: bold;
  width: 160px;
  line-height: 1.5;
}
#main_img .maker li {
  padding: 10px;
}
#main_img .maker li img {
  max-height: 40px;
  width: auto;
}

@media print, screen and (min-width: 1200px) {/*最大*/
  #main_img .maker li {
  width: calc((1200px - 160px - 40px) / 4);
  margin-left: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 700px) {/*中間*/
}
@media screen and (max-width: 699px) {/*スマホサイズ*/
  #main_img .maker {display: block;padding: 5px 10px;}
  #main_img .maker p {width: 100%; font-size: 3vw}
  #main_img .maker p  br { display: none}
  #main_img .maker li {padding-top: 5px;}
}










/*===========================================================
補助金制度
===========================================================*/
#hojyo {
  background:var(--white);
  color: var(--white);
  padding: 20px 20px 20px;
  text-align: center;
}

#hojyo a.banner {background: var(--white);display: inline-block;border-radius: 10px;}
#hojyo a.banner:hover {opacity: 1}
#hojyo a.banner:hover img {opacity: 0.5}

#hojyo .inner {
  background:#FFF;
  border-radius: 15px;
  padding: 20px;
}
#hojyo h2.yotei {
  font-size: 28px;
  line-height: 1.3;
  padding: 0.25em;
}
#hojyo h2.yotei strong,#hojyo h2.yotei span {display: inline-block;}
#hojyo h2.yotei sup {font-size: 0.5em;top: -1em}
#hojyo .yotei_sub {text-align: center;opacity: 0.85;font-size: 0.9rem}

#hojyo .hojyo {
  margin: 30px 0 0;
}
#hojyo .hojyo dt {
  background: var(--white);
  color: var(--kon);
  text-align: center;
  font-weight: bold;
  padding: 0.5em;
  display: block;
  max-width: 700px;
  margin: auto;
  border-radius: 50px;
}
#hojyo .hojyo dd {
  padding: 1rem 0;
  font-weight: bold;
}
#hojyo p {
  text-align: center;
  line-height: 2.5em;
}
#hojyo p.text1 strong {font-size: 1.5em;color: var(--l_yellow);line-height: 1em;}

#hojyo .hojyo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#hojyo .hojyo_list .list_item {
  width: calc((100% - 10px) / 2);
  border: solid 1px var(--pink);
  padding: 0.5rem 1rem;
  background: #f29c9f22;
  color: var(--text);
}
#hojyo .hojyo_list dl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  font-weight: bold;
  margin: 0.5rem 0 0.75rem
}
#hojyo .hojyo_list dl dt {
  margin-right: 0.5rem;
  padding-bottom: 0.45rem
}
#hojyo .hojyo_list dl dd {
  color: var(--red);
}
#hojyo .hojyo_list dl dd strong {
  font-size: 2rem;
}

#hojyo p.hojyo_plus {
  background: var(--pink);
  font-weight: normal;
  margin: 10px 0 0;
  padding: 0.25em 0.5em;
}

  br.br1 {display: none}

#hojyo .info {
  max-width: 1200px;
  margin: 10px auto 0;
}
#hojyo .info p {
  text-align: right;
  font-size: 0.9rem;
}
#hojyo .info p a {
  display: inline-block;
  background:  var(--white);
  padding: 0 0.5em;
  border-radius: 5px;
  margin-left: 5px;
}
#hojyo .info p span {display: inline-block;}

@media screen and (max-width: 779px) {/**/
  br.br1 {display: block}
  #hojyo p {line-height: 2em}
}
@media screen and (max-width: 749px) {/**/
  #hojyo .hojyo_list {border: solid 1px var(--pink);}
  #hojyo .hojyo_list .list_item {width: 100%}
  #hojyo p.hojyo_plus {
    text-align: left;
    margin-top: 0;
  }
  #hojyo .hojyo_list dl {
    margin: 0.25rem 0 0.4rem
  }
}
@media screen and (max-width: 599px) {/**/
  #hojyo {padding: 20px 10px}
  #hojyo .inner {padding: 10px;}
  #hojyo h2.yotei {
    font-size: 5vw;
    margin-bottom: 5px;
  }
  #hojyo .hojyo dd {padding: 10px;}
  #hojyo p.text1 {font-size: 3.5vw;}
  #hojyo p.text1 strong {font-size: 1.25em;}
}

@media screen and (max-width: 529px) {/**/
  #hojyo p.text1 {font-size: 3.5vw;}
}


/*===========================================================
悩み
===========================================================*/
#nayami {
}
#nayami h2 {
  font-size: 50px;
  color: var(--pink_2);
}
#nayami .nayami {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 30px;
}

#nayami .case .text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5em 0;
  color: var(--kon);
}

@media print, screen and (min-width: 700px) {/*中間以上*/
  #nayami .nayami .case {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    width: calc((100% - 30px) / 3);
  }
  #nayami .case .text {
    position: absolute;
    top: 15px; left: 15px;right: 15px;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1200px) {/*最大*/
  #nayami .case { border-radius: 20px; }
  #nayami .case .text {
    font-size: 26px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 930px) and (min-width: 700px) {/*中間*/  
  #nayami .case .text {
    font-size: 2vw;
  }
}
@media screen and (max-width: 699px) {/*スマホサイズ*/
  #nayami h2 { font-size: 7vw;}
  #nayami .nayami {display: block;margin: 30px 0}
  #nayami .case {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nayami .case:nth-of-type(2n) {flex-direction: row-reverse}
  #nayami .case .img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    width: 40%;
  }
  #nayami .case .text {
    width: calc(60% - 20px);
    background: #c9f4ff;
    border-radius: 10px;
    color: var(--kon);
    font-size: 3.5vw;
    padding: 1em;
    margin: 10px 0;
  }
  #nayami .case .text br.w_l {display: none}
  #nayami .case .text::before {
    content: "";
    display: block;
    width: 16px;height: 20px;
    background: #c9f4ff;
    position: absolute;
    top: calc(50% - 10px);
    
  }
  #nayami .case:nth-of-type(2n+1) .text::before {
    left: -15px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  #nayami .case:nth-of-type(2n) .text::before {
    right: -15px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }

}

@media screen and (max-width: 500px) {/*スマホサイズ*/
    #nayami .case .text {
    font-size: 3.8vw;
  }
}



/*-------------------------------------------*/
#nayami .inner {
  text-align: center;
}

#nayami .inner .kaiketu {
  font-weight: bold;
  line-height: 1.5;
}
#nayami .inner .kaiketu span {font-size: 50px;}
#nayami .inner .banner {
  z-index: 5;
}
@media print, screen and (min-width: 1200px) {/*最大*/
  #nayami .inner {
    padding-left:425px;

  }
  #nayami .inner .kaiketu {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.5;
    margin:50px 0 30px;
  }
  #nayami .inner .staff {left: 50px;}
}
@media print, screen and (min-width: 700px) {/*中間以上*/
  #nayami .inner br.w_s {display: none}
}
@media screen and (max-width: 1199px) and (min-width: 700px) {/*中間*/  
  #nayami .inner {
    padding-left:30%;
  }
  #nayami .inner .kaiketu {
    font-size: 4vw;
    margin: 40px 0 20px;
  }
  #nayami .inner .staff {
    left: -8vw;
    width: 40vw;
  }
}
@media screen and (max-width: 699px) {/*スマホサイズ*/
  #nayami .inner .kaiketu {
    font-size: 7vw;
    text-align: left;
    margin: 30px 0;

  }
  #nayami .inner .kaiketu span {font-size: 8.5vw;}
  #nayami .inner .staff {
    right: -5px;
    top: -30px;
    width: 45vw
  }

}






/*===========================================================
選ばれる理由
===========================================================*/
#reason {
  padding-top: 80px;
}
#reason h2 {
  background: var(--pink_2);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 20px;

}
#reason h2 img {
  margin: -10px 5px 0 0
}
#reason h2::before {
  content: "";
  display: block;
  position: absolute;
  top:-60px; left: 0; right: 0;
  height: 85px;
  background: url("../img/reason_star.png") no-repeat top center;
  z-index: -1;
}

#reason .reason {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}
#reason .reason li .text .title {
  color: var(--pink_2);
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 20px 0 5px;
}

#reason .reason li .img {
  max-width: 300px;
  margin: auto;
}
#reason .reason li .img img {
  margin-left: -5px;
  border-radius: 20px;
}
#reason .reason li .img::before {
  content: "";
  display: block;
  background: var(--l_green);
  position: absolute;
  top: 10px; bottom: -10px;
  left: 5px; right: -5px;
  border-radius: 20px;
}
#reason .reason li:nth-of-type(2) .img::before ,
#reason .reason li:nth-of-type(4) .img::before {
  background: var(--bg_yellow);
}
#reason .reason li:nth-of-type(3) .img::before {
  background: var(--l_blue);
}


@media print, screen and (min-width: 1200px) {/*最大*/
  #reason h2 {margin: 0}
}
@media print, screen and (min-width: 700px) {/*スマホ以上*/
#reason .reason li {
  width: calc(100% / 3);
  margin-top: 40px;
  padding: 0 20px;
}
}
@media screen and (max-width: 959px) and (min-width: 700px) {/*中間*/
  #reason .reason li {
    width: calc(100% / 2);
    margin-top: 30px;
  }
}
@media screen and (max-width: 699px) {/*スマホサイズ*/
  #reason h2 {font-size: 7vw}
  #reason .reason {display: block}
  #reason .reason li {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
  }
  #reason .reason li:nth-of-type(2n) {flex-direction: row-reverse;}
  
  #reason .reason li .img { width: 40%; margin: 0;align-self: center}
  #reason .reason li .img img {border-radius: 10px;}
  #reason .reason li .img::before {
    top: 10px; bottom: -10px;
    left: 5px; right: -5px;
    border-radius: 10px;
  }
  #reason .reason li .text { width: calc(60% - 20px); }
  #reason .reason li .text .title { font-size: 4.5vw }
}


/************************/

#reason .qualified {
  max-width: 1200px;
  margin: 30px auto;
  padding: 10px 20px;
  background: var(--bg_yellow);
  z-index: 2;
}
#reason .qualified h3 {text-align: center;}
#reason .qualified ul {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
#reason .qualified ul li {
  width: calc(100% / 4);
}
@media screen and (max-width: 959px)  {/*中間*/
#reason .qualified ul li {
  width: calc(100% / 3);
}
}

@media screen and (max-width: 699px) {/*スマホサイズ*/
  #reason .qualified ul {
    max-width: 30em;
    justify-content: space-between;
  }
  #reason .qualified ul li {  width: 13em}
}
@media screen and (max-width: 529px) {
  #reason .qualified ul li {font-size: 2.8vw}
}


/*===========================================================
安心宣言
===========================================================*/
#anshin {padding-bottom: 100px;}
#anshin::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;bottom: -10vw;
  left: 0;right: 0;
  background: url("../img/anshin_bg.webp") no-repeat center center;
  background-size: cover;
  z-index: -5;
}
#anshin h2 {
  color: var(--white);
}
#anshin h2 .fs_ll {font-size: 80px}
#anshin h2 .fs_l {font-size: 60px}

#anshin .anshin {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 80px;
}
#anshin .anshin li {
  background: rgba(255,255,255,0.9);
  width: calc((100% - 60px) / 3);
  padding: 20px;
  border-radius: 20px;
}
#anshin .anshin li h3 {
  background: #00c7fe;
  color: var(--white);
  border-radius: 10px;
  text-align: center;
  font-size: 28px;
  line-height: 1.75;
  padding: 20px 0;
  margin-bottom: 10px;
}
#anshin .seijitu {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  color: var(--white);
  padding-left: 150px;
}
#anshin .seijitu::before {
  content: "エコ猿は誠実をモットーに対応しております";
  display: block;
  padding-left: 150px;
  font-size: 34px;
  position: absolute;
  top: 0;bottom: 0;left: 0;right: 0;
  text-shadow: 
    0 0 10px #13b200,0 0 10px #13b200,0 0 10px #13b200,
    0 0 15px #13b200,0 0 15px #13b200,0 0 15px #13b200,
    0 0 15px #13b200,0 0 15px #13b200,0 0 15px #13b200,
    0 0 20px #13b200,0 0 20px #13b200,0 0 20px #13b200;
  z-index: -1;
}
#anshin .seijitu br.w_s {display: none}
#anshin .staff {
  top: -50px;
  left: 70px;
}

@media print, screen and (max-width: 1199px) {/*最大*/
  #anshin .anshin li {width: calc((100% - 20px) / 3);}
  #anshin .anshin li h3 {font-size: 2.3vw}
#anshin .seijitu {
  padding-left: 200px;
}
#anshin .seijitu::before {
  padding-left: 200px;
}

#anshin .staff {
  top: -50px;
  left: 0px;
}

}
@media screen and (max-width: 969px) {/*最大*/
  #anshin .anshin {display: block;}
  #anshin .anshin li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  #anshin .anshin li h3 {
    width: 300px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  #anshin .anshin li .text {
    width: calc(100% - 300px - 10px);
    align-self: center;
  }
}
@media screen and (max-width: 939px) {/*最大*/
#anshin .seijitu br.w_s {display: block}
#anshin .seijitu::before {
  white-space: pre;
  content: "エコ猿は誠実をモットーに\A対応しております";
  }
}
@media screen and (max-width: 699px) {
  #anshin {padding-bottom: 0}
  #anshin h2 .fs_ll {font-size: 12vw}
  #anshin h2 .fs_l {font-size: 9vw}
  #anshin .anshin {margin: 20px 0 0}
  #anshin .anshin li {
    display: block;
    border-radius: 10px;
  }
  #anshin .anshin li h3 {
    width: 100%;
    font-size: 4.8vw;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  #anshin .anshin li .text {
    width: 100%;
  }
  #anshin .anshin li h3 br.w_l {display: none}
  
  #anshin .inner {padding: 5vw 0 6vw}
  #anshin .seijitu,
  #anshin .seijitu::before {
    font-size: 5.5vw;
    padding-left: calc(30% - 10px);
  }
  #anshin .staff {
    top: 0;
    left: -10px;
    width: 30%;
  }

}









/*===========================================================
流れ
===========================================================*/
#flow h2 {
  color: var(--pink_2);
  text-align: center;
}
#flow .flow {
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
}
#flow .flow > li {
  width: calc(100% / 4);
  padding: 0 20px;
}
#flow .flow > li:not(:last-of-type)::after {
  content: "";
  display: block;
  background: var(--pink_2);
  position: absolute;
}
#flow .flow li .img {max-width: 250px;margin: auto}
#flow .flow li .img .detail {
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#flow .flow li .step {
  position: absolute;
  left: 0;
  bottom: 15px;
}
#flow .flow h3 {
  color: var(--pink_2);
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 10px 0;
}
#flow .flow .payment {
  display: flex;
  flex-wrap: wrap;
}
#flow .flow .payment li{
  background: #aaaaaa;
  color: var(--white);
  text-align: center;
  flex-grow: 1;
  padding: 0.25em 0.5em;
  margin-top: 5px;
}
#flow .flow .payment li:nth-of-type(2n){
  margin-left: 5px;
}
@media print, screen and (min-width: 1200px) {/*最大*/
  #flow .flow > li::after {
    width: 20px;height: 30px;
    right: -10px;
    top: 120px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 700px) {
  #flow .flow > li {
    width: calc((100% - 15px) / 2) 
  }
  #flow .flow > li::after {
    width: 24px;height: 40px;
    right: -22px;
    top: 110px;
  }
  #flow .flow > li:nth-of-type(2n+1)::before {
    content: "";display: block;
    background: var(--pink_2);
    width: 30px;height: 20px;
    position: absolute;
    right: -10px;
    top: 120px;
  }
  #flow .flow > li:nth-of-type(2)::after {
    right: initial; top: initial;
    left: -22px;bottom: -28px;
    transform: rotate(135deg);
  }
  #flow .flow > li:nth-of-type(2)::before {
    content: "";display: block;
    background: var(--pink_2);
    width: 25px;height: 20px;
    position: absolute;
    left: -10px;bottom: -5px;
    transform: rotate(135deg);
  }
  
  #flow .flow > li:nth-of-type(n+3) {margin-top: 20px;}
  #flow .flow .payment li.s {width: 30%}
  #flow .flow .payment li.l {width: calc(70% - 5px)}
}

@media screen and (min-width: 700px) {

#flow .flow > li:not(:last-of-type)::after {
  clip-path: polygon(0 0, 0 100%, 100% 50%);}
}
@media screen and (max-width: 699px) {/*スマホサイズ*/
  #flow h2 {font-size: 6.5vw}
  #flow .flow > li {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #flow .flow > li::after {
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 30px; height: 15px;
    bottom: -20px;
    left: calc(50% - 15px)
  }
  #flow .flow > li:not(:first-of-type) {margin-top: 30px;}
  #flow .flow li .img {width:35%; margin: 0}
  #flow .flow li .img  .detail {border-radius: 10px}
  #flow .flow li .img .step {width:80% }
  #flow .flow .text {width: calc(65% - 15px)}
  #flow .flow h3 {font-size: 5vw}
}










/*===========================================================
商品
===========================================================*/
#stock {
  background:var(--bg_line_pink_2);
  padding-bottom: 40px;
}
#stock h2 {
  background: var(--white);
  color: var(--pink_2);
  text-align: center;
  line-height: 1.65;
  font-weight: bold;
  
}
#stock > p,
#stock .maker > p {
  color: var(--white);
  text-align: center;
}
#stock .off_text {
  font-size: 36px;
  font-weight: bold;
  color: var(--white);
  line-height: 1;
  padding: 10px 0 5px;
}
#stock .off_text .fs_l {font-size: 55px}



#stock .maker h3 {
  display: flex;
  justify-content: space-between;
  height: 80px;
}
#stock .maker h3 .left ,
#stock .maker h3 .center ,
#stock .maker h3 .right {
  background: var(--white);
}
#stock .maker h3 .center {
  width: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#stock .maker h3 .left ,
#stock .maker h3 .right {
  width: calc((100% - 600px) / 2);
}
#stock .maker h3 .center::before ,
#stock .maker h3 .right::before ,
#stock .maker h3 .center::after ,
#stock .maker h3 .left::after {
  content: "";
  display: block;
  background: var(--white);
  position: absolute;
  top: 0;bottom: 0;
  width: 60px;
}

#stock .maker h3 .center::before ,
#stock .maker h3 .right::before {
  left: -55px;
  clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0% 100%);
}
#stock .maker h3 .center::after ,
#stock .maker h3 .left::after {
  right: -55px;
  clip-path: polygon(0 0, 100% 0, 10px 100%, 0% 100%);
}


#stock .maker .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto 20px;
}
#stock .maker .list > li label {
  background: var(--white);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  border-radius: 20px;
  overflow: hidden;
  max-width: 550px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#stock .maker .list > li:hover label {
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0,0,0,1);
}
#stock .maker .list .img {
  position: absolute;
  top: 0; bottom: 0; right: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#stock .maker .list .img img {height: 100%; width: auto}
#stock .maker .list .off {
  font-family: Helvetica, "sans-serif";
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--yellow);
  background: url("../img/discount.png") no-repeat;
  background-size: contain;
  width: 125px; height: 125px;
  position: absolute;
  left: -20px;bottom: -20px;
  padding: 0 0 5px 5px;
  z-index: 2;
}
#stock .maker .list .off .fs_l {font-size: 44px}

#stock .maker .list .spec {
  display: flex;
  margin: 5px 0 3px;
}
#stock .maker .list .spec li {
  border: solid 2px var(--gray);
  color: var(--gray);
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0.75em;
  border-radius: 1em;
  margin-right: 5px;
}

#stock .list .teika {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  z-index: 5;
}
#stock .list .teika span {
  background: var(--text);
  color: var(--white);
  padding: 0 5px;
  margin-right: 3px;
}
#stock .list .teika::before {
  content: "";
  display: block;
  background: url("../img/pricedown.png") no-repeat left top;
  background-size: contain;
  width: 49px;
  height: 59px;
  z-index: 4;
  position: absolute;
  left: 60px;
  bottom: -40px;
}
#stock .list .discount {
  font-size: 24px;
  background: var(--yellow);
  color: #FF0000;
  font-weight: bold;
  margin: 0 -20px -20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#stock .list .discount p {line-height: 1;}
#stock .list .discount .yen {
  font-size: 44px;
  margin-right: 3px;
}
#stock .list .discount .tax {
  position: absolute;
  width: 4em;
  font-weight: normal;
  font-size: 12px;
}


@media print, screen and (min-width: 1200px) {/*最大*/
  #stock .maker h3 {margin: 20px 0 0}
  #stock .maker .list > li {
    width: calc((100% - 15px) / 2);
    min-height: 250px;
    margin-top: 30px;
  }
    #stock .maker .list > li label{
    min-height: 250px;
  }
  #stock .maker .list .img {padding: 10px;}
  #stock .maker .list h4 { font-size: 36px;}
  #stock .list .teika { padding:0 0 3px 105px;  }
  #stock .list .discount {height: 70px;padding-left: 120px}
  #stock .list .discount .tax {right: -2.5em; top: 0.5em}
  
}
@media screen and (max-width: 1199px) {/*スマホ以外*/
  #stock .maker h3 {margin: 20px -10px 0}
  #stock .maker .list > li { width: calc((100% - 10px) / 2); margin-top: 20px; }
  #stock .maker .list .img {padding: 10px 5px;}
  #stock .maker .list h4 { font-size: 3vw;}
  #stock .maker .list .spec li {font-size: 1.3vw}
  #stock .maker .list .warranty img {width: 60%}
  #stock .maker .list .off {
    font-size: 2vw;
    width: 10vw; height: 10vw;
    left: -2vw;bottom: -2vw;
    padding: 0 0 1vw 1.5vw;
  }
  #stock .maker .list .off .fs_l {font-size: 3.5vw}
  #stock .list .teika {
    padding:10px 0 5px 5.5vw;
    font-size: 1.5vw
  }
  #stock .list .teika::before {
    width: 4vw;
    top: 3vw;
    left: 5.5vw;
  }
  #stock .list .discount {
    font-size: 2vw;
    padding:1.2vw 0 0.8vw 11vw;
    
  }
  #stock .list .discount .yen {
    font-size: 3.5vw;
  }
  #stock .list .discount .tax {right: -2.5em; top: 0}
}
@media screen and (max-width: 849px) {/*スマホサイズ*/
  #stock .maker .list {display: block;}
  #stock .maker .list > li {
    width: 100%;max-width: 550px;
    margin: 15px auto;
    min-height: 220px;
  }
  #stock .maker .list h4 { font-size: 36px;}
  #stock .maker .list .spec li {font-size: 15px}
  #stock .maker .list .img {padding: 5px 5px;}
  #stock .maker .list .warranty img {width: auto}
#stock .maker .list .off {
  font-family: Helvetica, "sans-serif";
  font-size: 22px;
  width: 115px; height: 115px;
  position: absolute;
  left: -20px;bottom: -20px;
  padding: 0 0 5px 5px;
}
  #stock .maker .list .off .fs_l {font-size: 40px}
  #stock .list .teika {
    padding:10px 0 5px 100px;
    font-size: 16px;
  }
  #stock .list .discount {
    font-size: 24px;
    padding-left: 130px
  }
  #stock .list .discount .yen {
    font-size: 44px;
  }
  #stock .list .discount .tax {right: -2.5em; top: 0}
  #stock .list .teika::before {
  width: 49px;
  height: 59px;
  left: 60px;
  bottom: -40px;
}

}
@media screen and (max-width: 569px) {/*スマホサイズ*/
#stock .maker h3 .center { width: 100%;}
#stock .maker h3 .center img { max-width: 60%}
#stock .maker h3 .left ,
#stock .maker h3 .right ,
#stock .maker h3 .center::before ,
#stock .maker h3 .right::before ,
#stock .maker h3 .center::after ,
#stock .maker h3 .left::after {display: none}
  #stock .maker .list > li {
    max-width: 100%;
    min-height: 0;
  }
  #stock .maker .list > li label {
    padding: 10px;
    border-radius: 10px;
  }
  #stock .maker .list .img { width: 33%;align-items: flex-start;}
  #stock .maker .list .img img {width: 100%; height: auto}
  #stock .maker .list h4 { font-size: 7vw;}
  #stock .maker .list .spec li {
    font-size: 3.25vw;
    line-height: 2em;
    padding: 0 0.5em;
    margin-right: 3px;
    border-radius: 2em;
    border-width: 1px;
  }
  #stock .maker .list .warranty img {width: 65%;max-width: 100%;}
  #stock .list .teika {
    padding:10px 0 5px 0;
    font-size: 16px;
  }
  #stock .list .teika {
    font-size: 4vw;
    padding: 5vw 0 2vw 3vw
  }
  #stock .list .discount {
    padding: 4vw 8vw 2vw 27vw;
    justify-content: center;
    margin: 0 -10px -10px;
  }
  #stock .list .discount p {
    font-size: 5vw;
  }
  #stock .list .discount .yen {
    font-size: 10vw;
  }
  #stock .list .discount .tax {font-size: 3.5vw;right: -2.5em; top: 0}
#stock .maker .list .off {
  font-size: 5vw;
  width: 30vw; height: 30vw;
  left: -7vw;bottom: -7vw;
  padding: 0 0 3vw 3vw;
}
  #stock .maker .list .off .fs_l {font-size: 10vw}

  #stock .list .teika::before {
    max-width: 49px;
  width: 11vw;
  left: 18vw;
  top: 12vw;
}
}





/************************************/
#stock_staff.inner {
  padding: 100px 0 120px;
}
#stock_staff.inner p {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  padding-left: 150px;
}
#stock_staff.inner  .staff {
  top: 10px;
  left: 80px;
}
@media screen and (max-width: 1099px) {
  #stock_staff.inner {  padding: 80px 0 120px;}
  #stock_staff.inner  .staff {left: -20px}
  #stock_staff.inner p {padding-left: 130px}
}
@media screen and (min-width: 850px) {/*中間*/
  #stock_staff.inner p br.w_s {display: none}
}
@media screen and (max-width: 844px) {/*中間*/
  #stock_staff.inner {  padding: 40px 0 120px;}
  #stock_staff.inner p {padding-left: 200px}
  
  
}
@media screen and (max-width: 699px) {/*スマホサイズ*/
  #stock_staff.inner {  padding: 4vw 0 8vw;}
  #stock_staff.inner  .staff {left: -10px;width: 30%}
  #stock_staff.inner p {padding-left: 25%;font-size: 5vw}
}






/**ポップアップ***********************************/

#stock input {display: none}

/* ポップアップwindow部分 */
.overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
}
/* オーバーレイの背景部分 */
.bg_gray {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
/* ウィンドウ部分 */
.window {
  width: calc(100% - 30px);
  max-width: 600px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.6);
  z-index: 90;
  opacity: 0;
}

/******中身******/
.window {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
.window .window_header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
.window .window_header .maker img {
  max-height: 30px;
  width: auto;
}
.window .window_header .title {
  font-size: 26px;
  margin-left: 0.5em;
}

.window .price {
  border: solid 1px  var(--gray);
  font-weight: bold;
  border-radius: 8px;
  border-collapse:initial;
  border-spacing: 0;
  overflow: hidden;
  margin: 5px 0;
}
.window .price th {
  background: #e6f3fb;
  border-right: solid 1px var(--gray);
  border-bottom: solid 1px var(--gray);
  width: 9em;
  padding: 0.5em;
}
.window .price td {
  border-bottom: solid 1px var(--gray);
  padding: 0.75em 0.5em;
  text-align: center;
}
.window .price td * {font-size: 0.9rem;line-height: 1}
.window .price td .teika {
  font-weight: normal;
  display: flex;
  justify-content: center;
}
.window .price td .rate {
  background: var(--l_yellow);
  color: var(--red);
  display: block;
  width: 12em;
  margin: 10px auto 5px;
  padding: 0.3em 0.5em;
}
.window .price td .discount {
  color: var(--red);
}
.window .price td .discount span {
  font-size: 1.75em;
}
.window .price tr.total th {
  background: var(--red);
  color: var(--white);
  border-bottom:none;
}
.window .price tr.total td {
  background: var(--yellow);
  color: var(--red);
  border-bottom:none;
}
.window .price tr.total td span {
  font-size: 1.75em;
}

.window .price th ul {display: table;margin: auto;text-align: left;}
.window .price th ul li {
  font-weight: normal;
  font-size: 0.8rem;
  padding-left: 1em;
}
.window .price th ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.window .sbout .img {margin: 10px 0;}
.window .sbout .spec li {
  display: block;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  color: var(--gray);
  border: solid 2px var(--gray);
  border-radius: 2em;
  margin-bottom: 5px;
}




.window .note {
  width: 100%;
  font-size: 0.8rem;
}
@media print, screen and (min-width: 630px) {/*最大*/
  .window {padding: 20px;}
  .window .price {width: 370px;}
  .window .sbout {width: 175px;margin-top: -40px;}
  .window .price tr.total td br {display: none}
}
@media screen and (max-width: 629px) {/*スマホサイズ*/
  .window {padding: 10px;}
  .window .window_header .maker {max-width: 50%}
  .window .window_header .title {font-size: 6vw}
  .window .price {width: 65%;}
  .window .sbout {width: calc(35% - 10px);}
  .window .price th {font-size: 3vw;}
  .window .price th ul li ,
  .window .price td,
  .window .price td * ,
  .window .sbout .spec li,
  .window .note {font-size: 2.5vw;}
  .window .price td .discount span {font-size: 4vw;}
  .window .price tr.total td span {  font-size: 4vw;}
}

/******* 閉じるボタン *******/
.btn_cloth {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
.btn_cloth:hover {
  opacity: 0.7;
}
.btn_cloth span,
.btn_cloth span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
.btn_cloth span {
  transform: rotate(45deg);
}
.btn_cloth span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
/* クリックで表示 */
#popup_daikin1:checked ~ #overlay_daikin1,
#popup_daikin2:checked ~ #overlay_daikin2,
#popup_mitubishi1:checked ~ #overlay_mitubishi1,
#popup_mitubishi2:checked ~ #overlay_mitubishi2,
#popup_corona1:checked ~ #overlay_corona1,
#popup_corona2:checked ~ #overlay_corona2,
#popup_panasonic1:checked ~ #overlay_panasonic1,
#popup_panasonic2:checked ~ #overlay_panasonic2{
  visibility: visible;
}
#popup_daikin1:checked ~ #overlay_daikin1 .window ,
#popup_daikin2:checked ~ #overlay_daikin2 .window ,
#popup_mitubishi1:checked ~ #overlay_mitubishi1 .window ,
#popup_mitubishi2:checked ~ #overlay_mitubishi2 .window ,
#popup_corona1:checked ~ #overlay_corona1 .window ,
#popup_corona2:checked ~ #overlay_corona2 .window ,
#popup_panasonic1:checked ~ #overlay_panasonic1 .window ,
#popup_panasonic2:checked ~ #overlay_panasonic2 .window {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}







/*===========================================================
施工事例
===========================================================*/
#jirei {
padding: 20px 0;
}
#jirei h2 {
  font-size: 32px;
  line-height: 1.5;
  display: none;
}
.slick-track {display: flex}
.slick-slide {
  height: auto !important;
}
#jirei .jirei {margin-top: 1rem}
#jirei .jirei li.con {margin-right: 10px;}
#jirei .jirei li.con {
  background: var(--bg_gray);
  color: var(--text);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 10px 5px;
  text-decoration: none;
}
#jirei .jirei .jirei_title {
  width: 100%;
  font-weight: bold;
  align-self:stretch;
  line-height: 1.2;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
#jirei .jirei li .before,
#jirei .jirei li .after{
  width: 50%;
  padding: 0;
  text-align: center;
}
#jirei .jirei li .before::before {
  content: "";display: block;
  background: var(--bg_gray);
  width: 22px;height: 32px;
  position: absolute;
  right: -16px;
  top: calc(40% - 16px);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  z-index: 2;
}
#jirei .jirei li .before::after {
  content: "";display: block;
  background: var(--pink);
  width: 20px;height: 30px;
  position: absolute;
  right: -15px;
  top: calc(40% - 15px);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  z-index: 3;
}

#jirei .jirei li dl > *{
  font-size: 0.8rem;
  line-height: 1.3;
}
#jirei .jirei li .img {
  position: relative;
  max-width: 200px;
  margin: 0 auto 5px;
}
#jirei .jirei li .img figcaption {
  display: block;
  position: absolute;
  left: 0;right: 0;bottom: 0;
  text-align: center;
  background: var(--pink);
  color: var(--white);
  z-index: 2;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 0.85rem;
}

#jirei .date {
  position: absolute;
  right: 0;top: 0;
  background: var(--gray);
  color: var(--white);
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
   border-radius: 0 0 0 10px;
}

@media screen and (min-width: 650px) {
  #jirei {min-width: 1100px}
  #jirei .jirei li .before,
#jirei .jirei li .after{
  width: calc((100% - 10px) / 2);
  }
  #jirei .jirei li .before {margin-right: 10px;}
}
@media screen and (max-width: 649px) {/*スマホサイズ*/
  #jirei .jirei li dl > *{font-size: 12px}
  #jirei .jirei li .before::before {
  width: 16px;height: 22px;
  right: -8px;
  top: calc(40% - 11px);
}
  #jirei .jirei li .before::after {
  width: 14px;height: 20px;
  right: -7px;
  top: calc(40% - 10px);
}

}
@media screen and (max-width: 449px) {/*スマホサイズ*/
  #jirei .jirei li dl > *{font-size: 2.8vw}
}




/*===========================================================
対応エリア
===========================================================*/
#area { background: var(--bg_yellow);padding: 50px 0 ;overflow: hidden}
#area h2 {
    color: var(--pink_2);
    text-align: center;
  margin-bottom: 30px;
}
#area .tdfk {
  max-width: 1100px;
  margin: 1rem auto;
  border: solid 1px var(--pink_2);
  border-radius: 10px;
  overflow: hidden;
}
#area .tdfk .shiku_list {
  padding: 0.5rem 0.75rem;
  background: var(--white);
}

#area .tdfk .tdfk_name {
  background: var(--pink_2);
  color: var(--white);
  font-size: 1.3rem;
  line-height: 2.5em;
  padding: 0 1em;
  cursor: pointer;
}
#area .tdfk .tdfk_name:hover {
  background: var(--pink);
}
#area .tdfk .tdfk_name::after {
  content: "";
  position: absolute;
  right: 0.5em;
}

#area .tdfk .shiku_list ul li {
  display: inline-block;
  margin: 0.25rem;
  border: solid 1px var(--pink);
  color: var(--pink_2);
  line-height: 2;
  padding: 0 1em;
  text-align: center;
}

#area .tdfk .note {
  font-size: 0.9rem;
  margin-left: 1em;
  text-indent: -1em;
  color: #666;
}
#area .tdfk .note::before {content: "※"}
@media screen and (min-width: 700px) {/*スマホサイズ*/
  #area .tdfk .tdfk_name::after {content: "－";}
  #area .tdfk .tdfk_name.open::after {content: "＋";}
  #area .tdfk .shiku_list ul li {min-width: 8.2em}
  #area .tdfk .note {text-align: center;}
}
@media screen and (max-width: 1119px) {
  #area .tdfk {margin: 1rem 10px}
}
@media screen and (max-width: 699px) {
  #area {      padding-bottom: 30px;    }
  #area .tdfk .tdfk_name::after {content: "＋";}
  #area .tdfk .tdfk_name.open::after {content: "－";}
  #area .tdfk .shiku_list {display: none}
}

/*===========================================================
よくある質問
===========================================================*/
#faq {
  background: var(--bg_line_pink);
  padding-bottom: 50px;
}
#faq h2 {
  color: var(--white);
  margin-bottom: 30px;
  text-shadow: 0 0 3px #ef9a96,0 0 3px #ef9a96,0 0 5px #ef9a96,0 0 5px #e03263,0 0 5px #e03263,0 0 5px #e03263;
}

.faq_list {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--white);
}
.faq {
  margin: 0;
  border-top: solid 2px var(--pink_2);
}
.faq:last-of-type {border-bottom: solid 2px var(--pink_2);}
.faq dt::before ,
.faq dd::before {
  font-family: Helvetica,Arial,  "sans-serif";
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 15px;
}
.faq dt {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 0.5em 2em 0.5em 70px;
  font-weight: bold;

}
.faq dt::before {
  content: "Q";
  color: var(--pink_2);
}
.faq dt::after {
  content: "＋";
  color: var(--pink_2);
  position: absolute;
  right: 0.5em;
}
.faq dt.open::after {
  content: "－";

}

.faq dd {
  display: none;
  padding:0 15px 0 70px;
  border-top: solid 1px var(--pink);
}
.faq dd::before {
  content: "A";
  color: var(--pink);
  top: 18px;
}
.faq dd p {margin: 18px 0}
@media screen and (max-width: 699px) {
  #faq {padding-bottom: 30px}
}
@media screen and (max-width: 529px) {/*スマホサイズ*/
  #faq h2 {margin-bottom: 30px}
  .faq dt,.faq dd {padding-left: 13vw}
  .faq dt::before ,
  .faq dd::before {font-size: 10vw;left: 1.5vw}

  .faq dt {font-size: 4vw}
  .faq dd p {margin: 3vw 0}
}




/*===========================================================
拠点情報
===========================================================*/
#shops {
  display: none;
  background: var(--bg_gray);
  margin: 80px 0;
  padding-bottom: 30px;
}
#shops h2 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#shops .shops {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1150px;
  margin: auto;
}
#shops .shops > li {
  background: var(--white);
  width: calc((100% - 15px) / 2);
  max-width: 550px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
  margin-top: 15px;
}
#shops .shops .img {
  width: 120px;
  margin-right: 10px;
}
#shops .shops .text {
  width: calc(100% - 120px - 5px);
}

@media screen and (max-width: 699px) {/*スマホサイズ*/
  #shops {margin: 40px 0}
  #shops h2 {font-size: 5vw;  margin: 0;}
  #shops .shops > li {width: 100%;max-width: 100%;}
  #shops .shops .img {  width: 100px;}
  #shops .shops .text {  width: calc(100% - 100px - 5px);}
  #shops .shops .text h3,#shops .shops .text p {font-size: 3.8vw}
}




/*===========================================================
お客様の声
===========================================================*/
#voice {
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif,
    "Helvetica Neue",
    Arial;
}
#voice h2 {
  color: var(--kon);
  text-align: center;
  margin-bottom: 30px;
}
#voice .voice_con {
  border: solid 3px var(--kon);
  border-radius: 10px;
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgba(0,150,200,0.05);
}
#voice .voice_con p {font-size: 1rem;}
#voice .voice_con h3 {
  font-size: 1.15rem;
  color: var(--kon);
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
#voice .voice_con .hyoka {
  text-align: right;
  color: #666666;
}
#voice .voice_con .hyoka span {display: inline-block}
#voice .voice_con .hyoka .star {
  color:  var(--orange);
}
#voice .voice_con .user {
  font-weight: bold;
   color: #666666;
  font-size: 0.8rem;
}
#voice .voice_con .user img {
  border-radius: 50%;
}
#voice .voice_con .user figcaption {margin-top:3px}

@media screen and (min-width: 800px) {
  #voice .voice {
    max-width: 1100px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
  }
  #voice .voice_con {
    width: calc((100% - 30px) / 3);
    flex-direction: column;
  }
  #voice .voice_con h3 {
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 799px) {/*スマホサイズ*/
  #voice .voice {margin-bottom: 30px;}
  #voice .voice_con:nth-of-type(n+2) {margin-top: 10px;}
  #voice .voice_con .user {width: 125px}
  #voice .voice_con h3 {width: calc(100% - 135px)}
  #voice .voice_con p {width: 100%;margin-top: 0.5rem}
  #voice .voice_con .hyoka {margin: 0}
}
@media screen and (max-width: 499px) {/*スマホサイズ*/
  #voice .voice_con .user {width: 35%}
  #voice .voice_con h3 {width: calc(65% - 10px)}
}





/**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/**ポップアップ***********************************/

input#popup_checkmodel {display: none}

/* ポップアップwindow部分 */
.checkmodel_overlay {
  visibility: hidden;
  position: fixed;
  left: 0;right: 0;
  top: 0;bottom: 0;
  z-index: 70;

}
/* オーバーレイの背景部分 */
.bg_gray {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
/* ウィンドウ部分 */
.window {
  width: calc(100% - 30px);
  max-width: 600px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.6);
  z-index: 90;
  opacity: 0;
}

/******* 閉じるボタン *******/
.btn_cloth {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
.btn_cloth:hover {
  opacity: 0.7;
}
.btn_cloth span,
.btn_cloth span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
.btn_cloth span {
  transform: rotate(45deg);
}
.btn_cloth span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
/* クリックで表示 */
#popup_checkmodel:checked ~ #overlay_checkmodel{
  visibility: visible;
}
#popup_checkmodel:checked ~ #overlay_checkmodel .window {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}


/******中身******/
#overlay_checkmodel input {display: none}
#overlay_checkmodel .window {
  display: block;
  padding: 20px;
  text-align: center;
}
#overlay_checkmodel .checkmodel_title {
  font-weight: bold;
  text-align: center;
  margin: -20px -20px 10px;
  background: var(--pink_2);
  color: var(--white);
  border-radius: 10px 10px 0 0;
  padding: 0.5em 0;
}
#overlay_checkmodel .maker_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#overlay_checkmodel .maker_list li {
  width: calc((100% - 20px) / 3);
  margin: 5px 0;
}
#overlay_checkmodel .maker_list label{
  display: block;
  border: solid 2px var(--pink);
  color: var(--pink);
  background: var(--white);
  padding: 0.25em;
  border-radius: 10px;
  cursor: pointer;
}
#overlay_checkmodel .maker_list label:hover {
  background: var(--pink_2);
  color: var(--white);
}

#overlay_checkmodel .maker_con {
  justify-content: space-between;
  width: 100%;
  margin-top: 0.5em;
}
#overlay_checkmodel .maker_con .img {
  width: calc((100% - 20px) / 3);
}
#overlay_checkmodel .maker_con .text {
  width: calc(((100% - 20px) / 3 * 2) + 10px);
}

#overlay_checkmodel .text .maker_mane img {
  height: 30px; width: auto;
}
#overlay_checkmodel .maker_con .text table {
  width: 100%;
  border: solid 1px  var(--gray);
  font-weight: bold;
  border-radius: 8px;
  border-collapse:initial;
  border-spacing: 0;
  overflow: hidden;
  margin: 5px 0;
}
#overlay_checkmodel .maker_con .text th {
  background: #e6f3fb;
  border-right: solid 1px var(--gray);
  border-bottom: solid 1px var(--gray);
  width: 6em;
  padding: 0.5em;
}
#overlay_checkmodel .maker_con .text td {
  border-bottom: solid 1px var(--gray);
  padding: 0.75em 0.5em;
  text-align: left;
  font-weight: normal;
}
#overlay_checkmodel .maker_con .text tr:last-of-type th ,
#overlay_checkmodel .maker_con .text tr:last-of-type  td {
  border-bottom: none;
}

@media print, screen and (min-width: 630px) {/*最大*/
  .window {padding: 20px;}
}
@media screen and (max-width: 629px) {/*スマホサイズ*/
  #overlay_checkmodel .window {padding: 10px;}
  #overlay_checkmodel .maker_list li {
    width: calc((100% - 10px) / 3);
    margin: 2.5px 0;
  }
  #overlay_checkmodel * {font-size: 2.5vw;}
  #overlay_checkmodel .checkmodel_title {font-size: 4.5vw; margin: -10px -10px 10px}
  #overlay_checkmodel .maker_list label {border-radius: 5px;}
  #overlay_checkmodel .maker_con .text table {border-radius: 5px;}
  #overlay_checkmodel .text .maker_mane img {height: 25px}
}


/* ラベル色制御 ******************************************/
 #maker_daikin:checked ~ .maker_list li label[for="maker_daikin"]
,#maker_mitsubishi:checked ~ .maker_list li label[for="maker_mitsubishi"]
,#maker_corona:checked ~ .maker_list li label[for="maker_corona"]
,#maker_panasonic:checked ~ .maker_list li label[for="maker_panasonic"]
,#maker_hitachi:checked ~ .maker_list li label[for="maker_hitachi"]
,#maker_chofu:checked ~ .maker_list li label[for="maker_chofu"]
,#maker_toshiba:checked ~ .maker_list li label[for="maker_toshiba"]
{
  color: var(--white);
  background: var(--pink);
}

/**デフォルトのcheckedが効かないので******/
#overlay_checkmodel .maker_list li label[for="maker_daikin"] {
  color: var(--white);
  background: var(--pink);
}
 #maker_mitsubishi:checked ~ .maker_list li label[for="maker_daikin"]
,#maker_corona:checked ~ .maker_list li label[for="maker_daikin"]
,#maker_panasonic:checked ~ .maker_list li label[for="maker_daikin"]
,#maker_hitachi:checked ~ .maker_list li label[for="maker_daikin"]
,#maker_chofu:checked ~ .maker_list li label[for="maker_daikin"]
,#maker_toshiba:checked ~ .maker_list li label[for="maker_daikin"]
{
  color: var(--pink);
  background: var(--white);
}


/* クリックで表示 ******************************************/
.maker_con {display: none;}
 #maker_daikin:checked ~ #kataban_daikin
,#maker_mitsubishi:checked ~ #kataban_mitsubishi
,#maker_corona:checked ~ #kataban_corona
,#maker_panasonic:checked ~ #kataban_panasonic
,#maker_hitachi:checked ~ #kataban_hitachi
,#maker_chofu:checked ~ #kataban_chofu
,#maker_toshiba:checked ~ #kataban_toshiba
{
  display: flex;
}

/**デフォルトのcheckedが効かないので******/
#kataban_daikin {display: flex}
 #maker_mitsubishi:checked ~ #kataban_daikin
,#maker_corona:checked ~ #kataban_daikin
,#maker_panasonic:checked ~ #kataban_daikin
,#maker_hitachi:checked ~ #kataban_daikin
,#maker_chofu:checked ~ #kataban_daikin
,#maker_toshiba:checked ~ #kataban_daikin
{
  display: none;
}




