
@charset "UTF-8";
/*
大規模修繕工事の窓口用CSS
daikibo_madoguchi
*/

/* 
resets
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
 strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: "M PLUS 1p", sans-serif;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul, nav {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* 
lp style
*/

/**********************

base color

**********************/
:root {
  --navy: #313C55;
  --l_bl: #0F84FB;
  --bl: #0F5CFB;
  --red: #FF5312;
  --og: #FF8413;
  --yl: #FFD800;
  --line_green: #00B900;
  --bg_bl: #EFF8FF;
  --bg_og: #FFF9F0;
  --bg_gray: #FAFAFA;
  --shadow_bk: 0 0 20px rgba(0, 0, 0, 0.16);
  --shadow_bl: 0 0 20px #C6E0F3;
  --shadow_og: 0 0 50px #F7E2C2;
  --shadow_red: 0 0 30px #FF5312;
}

/**********************

base

**********************/
html {
  font-size: 62.5%;
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-style: normal;
  scroll-behavior: smooth;
  background-color: #fff;
}  
* {
  box-sizing: border-box;
  color: var(--navy);
  font-weight: bold;
}
  
picture {
  display: block;
}
  
img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img.vab {
  vertical-align: bottom;
}
  
a {
  text-decoration: none;
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-style: normal;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
a.disabled {
  pointer-events: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
  
a,p,li,th,td,dt,dd {
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-size: 2rem;
  font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
  font-weight: bold;
}
@media screen and (max-width : 1300px) {
  a,p,li,th,td,dt,dd {
    font-size: 2rem;
    font-weight: bold;
  }
}
@media screen and (max-width : 600px) {
  a,p,li,th,td,dt,dd {
    font-size: 1.7rem;
    font-weight: 500;
  }
}
  
p {
  padding: 1% 0;
}
  
h2,h3 {
  /* letter-spacing: 0.1em; */
  line-height: 1.3;
}

h2 {
  font-size: 4.8rem;
  padding: 12px;
  margin: 2rem 0 4rem;
  text-align: center;
  font-weight: 800;
}
@media screen and (max-width : 1300px) {
  h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width : 600px) {
  h2 {
    font-size: 2.6rem;
    font-size: clamp(2.6rem, 2.56rem + 0.19vw, 2.8rem);
    padding: 12px 0;
    margin: 1rem 0;
  }
}

h3 {
  font-size: 3.4rem;
  padding: 40px 0 10px;
  font-weight: bold;
}
@media screen and (max-width : 1300px) {
  h3 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width : 600px) {
  h3 {
    font-size: 2rem;
    font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
    padding: 24px 0 10px;
  }
}

h4 {line-height: 1.2;}

/**********************

text decoration

**********************/
.kozuka {
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

.dots {
  background-image: radial-gradient(circle at center, var(--bl) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .3em;
}

.medium {font-weight: 500;}
.bold {font-weight: 700;}
.extrabold {font-weight: 800;}

.white {color: #fff;}
.red{color: var(--red);}
.og {color: var(--og);}
.yl {color: var(--yl);}
.bl {color: var(--bl);}

.yl_marker {
  background: linear-gradient(transparent 70%, var(--yl) 70%);
}

.u_line {
  text-decoration: underline;
  color: var(--bl);
}

.tac {text-align: center;}
.tal {text-align: left;}  
.tar {text-align: right;}
.taj {text-align: justify;}
  
.txt_change { text-align: center;}
@media screen and (max-width : 600px) {
  .txt_change {text-align: justify;}
}

.lh18 {line-height: 1.8;}
.lh2 {line-height: 2;}

.fz13 {font-size: 13px;}
.fz16 {font-size: 16px;}
.fz18 {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.56rem + 0.19vw, 1.8rem);
}
@media screen and (max-width : 1021px) {
  .fz18 {
    font-size: 1.6rem;
  }
}
.fz22 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
}
@media screen and (max-width : 1021px) {
  .fz22 {
    font-size: 2rem;
  }
}
@media screen and (max-width : 798px) {
  .fz22 {
    font-size: 1.8rem;
  }
}
.fz30 {
  font-size: 2.8rem;
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
}
@media screen and (max-width : 1021px) {
  .fz30 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width : 798px) {
  .fz30 {
    font-size: 2rem;
  }
}
.fz75 {
  font-size: 7.3rem;
  font-size: clamp(7.3rem, 7.26rem + 0.2vw, 7.5rem);
}
@media screen and (max-width : 1200px) {
  .fz75 {
    font-size: 6.3rem;
    font-size: clamp(6.3rem, 6.26rem + 0.2vw, 6.5rem);
  }
}
@media screen and (max-width : 600px) {
  .fz75 {
    font-size: 4.3rem;
  }
}

.ttl_p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.ttl_p::before,
.ttl_p::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: var(--navy);
}
.ttl_p::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.ttl_p::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.ttl_p_img {
  max-width: 500px;
  width: 100%;
}
.ttl_logo img {
  max-width: 1000px;
  width: 100%;
}

.ttl_number {
  text-align-last: left;
  display: flex;
  align-items: center;
  padding: 12px 0;
  margin-bottom: 0;
}
@media screen and (max-width : 798px) {
  .ttl_number {
    display: block;
    padding: 0;
  }
}
.ttl_number::before {
  content: attr(data-label);
  background-color: var(--yl);
  letter-spacing: 0;
  width: 100px;
  height: 100px;
  border-radius: 60px;
  border: 7px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 5rem;
  margin-right: 4rem;
}
@media screen and (max-width : 798px) {
  .ttl_number::before {
    margin-right: 0;
    margin-bottom: 12px;
    width: 70px;
    height: 70px;
    border: 4px solid;
    font-size: 3rem;
  }
}

.ttl_deco {
  position: relative;
  display: inline-block;
}
.ttl_deco::after {
  content: '';
  background: url(../img/daikibo_madoguchi/icon_stars.png) no-repeat;
  background-size: contain;
  width: 77px;
  height: 77px;
  position: absolute;
  top: -0.5em;
  right: -8rem;
}
@media screen and (max-width : 798px) {
  .ttl_deco::after {
    width: 57px;
    height: 57px;
    right: -7rem;
  }
}

.w80 {
  width: 80%;
}
.ttl_zero {
  margin-top: 0;
  font-size: 5.3rem;
}
.ttl_zero .bl,
.ttl_zero .red {
  font-size: 6rem;
}
.fz_zero {
  font-size: 9rem;
}

.ttl_price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.ttl_price::before {
  content: '';
  background: url(../img/daikibo_madoguchi/icon_money.png) no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  display: inline-block;
}

.ttl_h3 {
  padding: 0;

}
.ttl_h3 span {
  display: inline-block;
  background: rgb(255,132,19);
  background: linear-gradient(90deg, rgba(255,132,19,1) 0%, rgba(255,83,18,1) 100%);
  box-shadow: var(--shadow_bk);
  color: #fff;
  border-radius: 100vh;
  padding: 1.2rem 12rem;
}
@media screen and (max-width : 798px) {
  .ttl_h3 span {
    padding: 1.2rem 4rem;
  }
}

.ttl_h4 {
  background: rgb(15, 132, 251);
  background: linear-gradient(180deg, rgba(15, 132, 251, 1) 0%, rgba(15, 92, 251, 1) 100%);
  border-radius: 4px;
  padding: 2rem;
  display: flex;
  align-items: center;
}
.ttl_h4::before {
  content: '';
  background: url(../img/daikibo_madoguchi/icon_check_yl.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 12px;
}

.ttl_build {
  text-align: left;
  margin-top: 5rem;
  display: flex;
  align-items: center;
}
.ttl_build::before {
  content: '';
  background: url(../img/daikibo_madoguchi/ttl_build.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 180px;
  height: 180px;
}
@media screen and (max-width : 798px) {
  .ttl_build {
    display: block;
  }
  .ttl_build::before {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}

/**********************

display none

**********************/
@media screen and (min-width: 601px) {
  .sp {display: none;}
}
@media screen and (max-width : 798px) {
  .spbig {display: none;}
}
@media screen and (min-width: 901px) {
  .tb_sp {display: none;}
}
@media screen and (max-width : 600px) {
  .pc {display: none;}
}

/**********************

container
margin

**********************/
.container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width : 600px) {
  .container {
    width: 85%;
  }
}

.m1 { margin: 1rem;}
.mt1 {margin-top: 1rem;}
.mt3 {margin-top: 3rem;}
@media screen and (max-width : 600px) {
  .mt3 {margin-top: 2rem;}
}  
.mt5 {margin-top: 5rem;}
@media screen and (max-width : 600px) {
  .mt5 {margin-top: 3rem;}
} 
.mt7 {margin-top: 7rem;}
@media screen and (max-width : 900px) {
  .mt7 {margin-top: 5rem;}
}
@media screen and (max-width : 1024px) {
  .mt7 {margin-top: 4rem;}
} 
.mt10 {margin-top: 10rem;}
@media screen and (max-width : 1024px) {
  .mt10 {margin-top: 7rem;}
}
@media screen and (max-width : 600px) {
  .mt10 {margin-top: 5rem;}
}
  
.mb1 {margin-bottom: 1rem;} 
.mb3 {margin-bottom: 3rem;}
.mb5 {margin-bottom: 5rem;}
@media screen and (max-width : 600px) {
  .mb5 {margin-bottom: 3rem;}
}
  
.mb7 {margin-bottom: 7rem;}
@media screen and (max-width : 1024px) {
  .mb7 {margin-bottom: 5rem;}
}  
@media screen and (max-width : 1024px) {
  .tbmb5 {margin-bottom: 5rem;}
}
  
.mb10 {margin-bottom: 10rem;}
@media screen and (max-width : 1024px) {
  .mb10 {margin-bottom: 7rem;}
}
@media screen and (max-width : 600px) {
  .mb10 {margin-bottom: 4rem;}
}

.p0 {padding: 0;}
.p3 {padding: 3rem;}
.pt5 {padding-top: 5rem;}
@media screen and (max-width : 1024px) {
  .pt5 {padding-top: 3rem;}
}
.pt7 {padding-top: 7rem;}
@media screen and (max-width : 1024px) {
  .pt7 {padding-top: 5rem;}
} 
.pt10 {padding-top: 10rem;}
@media screen and (max-width : 1024px) {
  .pt10 {padding-top: 7rem;}
}
@media screen and (max-width : 600px) {
  .pt10 {padding-top: 5rem;}
}

.pb5 {padding-bottom: 5rem;}
@media screen and (max-width : 1024px) {
  .pb5 {padding-bottom: 3rem;}
}  
.pb7 {padding-bottom: 7rem;}
@media screen and (max-width : 1024px) {
  .pb7 {padding-bottom: 5rem;}
} 
.pb10 {padding-bottom: 10rem;}
@media screen and (max-width : 1024px) {
  .pb10 {padding-bottom: 7rem;}
}
@media screen and (max-width : 600px) {
  .pb10 {padding-bottom: 5rem;}
}

/**********************

display
flex,grid,inline-block

**********************/
.dib {display: inline-block;}
.db {display: block;}
.dt {
    display: table;
    margin: 0 auto;
}
  
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex_cc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_column_c {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  
.aic {align-items: center;}  
.ais {align-items: stretch;}
.aife {align-items: flex-end;}
.jcsb {justify-content: space-between;}  
.jcsa {justify-content: space-around;}
.jcc {justify-content: center;}
.jcfe {justify-content: flex-end;}

.reverse {flex-direction: row-reverse;}
@media screen and (max-width : 600px) {
    .reverse {
      flex-direction: unset;
    }
}

/**********************

header

**********************/
/* #top-head分余白取る */
.main {
  margin-top: 120px;
}
@media screen and (max-width : 900px) {
  .main {
    margin-top: 100px;
  }
}
@media screen and (max-width : 600px) {
  .main {
    margin-top: 90px;
  }
}

#top-head {
  width: 100%;
  height: 120px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width : 900px) {
  #top-head {
    height: 100px;
  }
}
@media screen and (max-width : 600px) {
  #top-head {
    height: 90px;
  }
}
  #top-head .inner {
    width: 92%;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top-head .inner h1 {
    width: auto;
    order: 0;
    position: relative;
  }
  #top-head .inner h1 span {
    font-size: 11px;
  }
  @media screen and (max-width : 900px) {
    #top-head .inner h1 span {
      font-size: 8px;
      font-weight: 500;
    }
  }
  @media screen and (max-width : 600px) {
    #top-head .inner h1 span {
      position: absolute;
      top: 0;
      left: 5px;
    }
  }
  #top-head .inner h1 img {
    width: 260px;
  }
  @media screen and (max-width : 900px) {
    #top-head .inner h1 img {
      width: 180px;
      margin-top: 7px;
    }
  }
  @media screen and (max-width : 600px) {
    #top-head .inner h1 img {
      width: 150px;
    }
  }
  #top-head .inner #nav_toggle {
    display: none;
    order: 2;
  }
  @media screen and (max-width : 1260px) {
    #top-head .inner #nav_toggle {
      display: block;
      width: 35px;
      height: 35px;
      z-index: 100;
      border-radius: 3px;
      position: absolute;
      top: 31px;
      right: 14px;
      border: 1px solid;
    }
  }
  @media screen and (max-width : 1260px) {
    #top-head .inner #nav_toggle div {
      position: relative;
    }
  }
  @media screen and (max-width : 1260px) {
    #top-head .inner #nav_toggle div span {
      display: block;
      height: 2px;
      background: #000;
      position: absolute;
      width: 18px;
      left: 6px;
      transition: 0.5s ease-in-out;
    }
    #top-head .inner #nav_toggle div span:nth-child(1) {
      top: 8px;
    }
    #top-head .inner #nav_toggle div span:nth-child(2) {
      top: 15px;
    }
    #top-head .inner #nav_toggle div span:nth-child(3) {
      top: 23px;
    }
  }

  @media screen and (max-width : 1260px) {
    #top-head .inner nav {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1040px;
      background: #fff;
      z-index: 99;
      padding-top: 100px;
    }
  }
  #top-head .inner nav > ul {
    display: flex;
    align-items: center;
  }
  #top-head .inner nav > ul li {
    padding: 0 1rem;
  }
  @media screen and (max-width : 1260px) {
    #top-head .inner nav > ul {
      display: block;
    }
    #top-head .inner nav > ul > li {
      text-align: center;
      /* border-bottom: 1px solid #dcdcdc; */
      padding: 20px;
    }
    #top-head .inner nav > ul > li:last-child {
      border: none;
    }
  }
  
  /* when nav open */
  #top-head.open .inner #nav_toggle {
    /* border: 2px solid #fff; */
  }
  #top-head.open .inner #nav_toggle div span {
    /* background: #fff; */
  }
  @media screen and (max-width : 1260px) {
    #top-head.open .inner #nav_toggle div span:nth-child(1) {
      top: 14px;
      transform: rotate(135deg);
    }
    #top-head.open .inner #nav_toggle div span:nth-child(2) {
      width: 0;
      left: 50%;
    }
    #top-head.open .inner #nav_toggle div span:nth-child(3) {
      top: 14px;
      transform: rotate(-135deg);
    }
  }
  
  /* when header scrolling */
  #top-head.HeightMin {
    position: fixed;
    z-index: 999;
    height: 70px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
    top: 0;
  }
  #top-head.HeightMin .inner {
    padding-top: 0;
  }
  #top-head.HeightMin .inner h1 span {
    display: none;
  }
  #top-head.HeightMin .inner h1 a {
    display: flex;
    align-items: center;
  }
  #top-head.HeightMin .inner h1 a img {
    width: 200px;
  }
  #top-head.HeightMin .inner #nav_toggle {
    top: 18px;
    right: 18px;
  }


/**********************

common

**********************/
.base_sec {
    padding: 7rem 0 8rem;
    container-type: inline-size;
}
@media screen and (max-width : 900px) {
    .base_sec {
      padding: 5rem 0;
    }
}
@media screen and (max-width : 600px) {
    .base_sec {
      padding: 3rem 0 5rem;
    }
}  

.bg_white {background-color: #fff;}
.bg_bl {background-color: var(--bg_bl);}
.bg_og {background-color: var(--bg_og);}
.bg_og02 {background-color: #FFEBCD;}
.bg_gray {background-color: var(--bg_gray);}
.bg_grad_gray {background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);}
.bg_grad_bl {background: linear-gradient(180deg, rgba(192,224,248,1) 0%, rgba(239,248,255,1) 9%, rgba(239,248,255,1) 80%, rgba(192,224,248,1) 100%);}
.bg_grad_bl02 {background: linear-gradient(180deg, rgba(192,224,248,1) 0%, rgba(239,248,255,1) 23%, rgba(239,248,255,1) 70%, rgba(192,224,248,1) 100%);}
.bg_grad_og {background: linear-gradient(180deg, rgba(255,132,19,1) 0%, rgba(255,83,18,1) 100%);}

.polygon_bl, .polygon_gray, .polygon_bgog {
  position: relative;
  padding-top: 14rem;
}
@media screen and (max-width : 600px) {
  .polygon_bl, .polygon_gray, .polygon_bgog {
    padding-top: 8rem;
  }
}
.polygon_bl::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 100px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #C0E0F8;
}
.polygon_gray::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 100px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: var(--bg_gray);
}
.polygon_bgog::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 100px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: var(--bg_og);
}
@media screen and (max-width : 600px) {
  .polygon_bl::before,.polygon_gray::before,.polygon_bgog::before {
    height: 60px;
  }
}
.por {position: relative;}

.arrow_og {
  width: 304px;
  height: 73px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: rgb(255,132,19);
  background: linear-gradient(180deg, rgba(255,132,19,1) 0%, rgba(255,83,18,1) 100%);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width : 600px) {
  .arrow_og {
    width: 204px;
    height: 43px;
    top: -20px;
  }
}
.shadow_bk {box-shadow: var(--shadow_bk);}
.shadow_bl {box-shadow: var(--shadow_bl);}
.shadow_og {box-shadow: var(--shadow_og);}
.shadow_red {text-shadow: var(--shadow_red);}

.r35 { border-radius: 35px;}
@media screen and (max-width : 1021px) {
  .r35 { border-radius: 25px;}
}
.r37 { border-radius: 37px;}
@media screen and (max-width : 1021px) {
  .r37 { border-radius: 27px;}
}
.r50 { border-radius: 50px;}
@media screen and (max-width : 1021px) {
  .r50 { border-radius: 40px;}
}

.og_btn a,
.cv_btn a {
	display: flex;
  align-items: center;
  justify-content: center;
	width: 320px;
	margin: auto;
  padding: 1.6rem 4rem;
	font-weight: bold;
  background: rgb(255,132,19);
  background: linear-gradient(180deg, rgba(255,132,19,1) 0%, rgba(255,83,18,1) 100%);
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
.cv_btn a {
  width: 480px;
}
@media screen and (max-width : 600px) {
  .og_btn a,
  .cv_btn a {
    width: 90%;
  }
}
.og_btn a::after,
.cv_btn a::after {
	content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  right: 3rem;
}

/* header footer　*/
.contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
	width: 250px;
	margin: auto;
  padding: 1.5rem;
  background: rgb(255,132,19);
  background: linear-gradient(180deg, rgba(255,132,19,1) 0%, rgba(255,83,18,1) 100%);
  border-radius: 100vh;
  color: #fff;
  font-size: 20px;
}
.contact_btn a::before {
  content: '';
  background: url(../img/daikibo_madoguchi/icon_mail.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 22px;
  margin-right: 8px;
}


/**********************

section design

**********************/
.mv {
  background-image: url(../img/daikibo_madoguchi/bg_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width : 600px) {
  .mv {
    background-image: url(../img/daikibo_madoguchi/bg_mv_sp.jpg);
  }
}

.logo_box02 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2rem;
  align-items: center;
  max-width: 1200px;
  margin: 3rem auto;
}
@media screen and (max-width : 600px) {
  .logo_box02 {
    grid-template-columns: repeat(2,1fr);
  }
}
.logo_box02 li {
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.logo_box02 li img {
  width: 100%;
}

.gray_box {
  background-color: var(--bg_gray);
  padding: 4rem 8rem;
  margin: 7rem auto;
  position: relative;
}
@media screen and (max-width : 1130px) {
  .gray_box { 
    margin: 3rem auto 7rem;
    text-align: right;
  }
}
@media screen and (max-width : 1024px) {
  .gray_box { 
    margin: 3rem auto 5rem;
  }
}  
@media screen and (max-width : 900px) {
  .gray_box { 
    padding: 4rem 5rem;
  }
}
@media screen and (max-width : 600px) {
  .gray_box { 
    padding: 3rem;
  }
}
.gray_box::after {
  content: '';
  width: 325px;
  height: 400px;
  background-image: url(../img/daikibo_madoguchi/staff.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -4rem;
  right: 4%;
}
@media screen and (max-width : 1130px) {
  .gray_box::after {
    width: 255px;
    height: 300px;
    position: unset;
  }
}
@media screen and (max-width : 900px) {
  .gray_box::after {
    width: 205px;
    height: 250px;
  }
}
@media screen and (max-width : 700px) {
  .gray_box::after {
    width: 150px;
    height: 150px;
  }
}
.gray_box p { width: 70%;}
@media screen and (max-width : 1130px) {
  .gray_box p { width: 100%; text-align: justify;}
}
.ul_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
@media screen and (max-width : 1220px) {
  .ul_list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width : 798px) {
  .ul_list {
    grid-template-columns: 1fr;
  }
}
.ul_list>li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.ul_list li>div {
  padding: 3rem;
  margin: 2rem 4px 4rem;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}
@media screen and (max-width : 798px) {
  .ul_list li>div {
    margin: 1rem 0 4rem;
    padding: 2rem;
  }
}
.ul_list li>p {
  background-color: var(--navy);
  color: #fff;
  text-align: center;
  padding: 2rem;
  position: relative;
}
@media screen and (max-width : 1220px) {
  .ul_list li>p {
    border-right: 2px solid var(--bg_og);
  }
}
.ul_list li>p.arrow_white:after {
  content: '';
  width: 5rem;
  height: 70%;
  border: 0;
  border-top: solid 2px var(--bg_og);
  border-right: solid 2px var(--bg_og);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width : 1220px) {
  .ul_list li>p.arrow_white:after {
    content: none;
  }
}
.ul_list li ul li {
  display: flex;
  flex-wrap: wrap;
}
.ul_list li ul li span {
  display: inline-block;
  width: calc(100% - 27px);
}
.ul_list li ul li::before {
  content: '';
  background: url(../img/daikibo_madoguchi/icon_check_og.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 7px;
  margin-top: 3px;
}

.ul_list li>div>div {
  background-color: var(--bg_bl);
  border-radius: 34px;
  padding: 2rem;
}

.ul_list li>div>div p {
  display: grid;
  align-items: center;
  grid-template-columns: 37px 1fr;
}
.ul_list li>div>div p::before {
  content: '';
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: var(--l_bl);
  width: 30px;
  height: 84px;
  display: inline-block;
}

.ol_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media screen and (max-width : 1220px) {
  .ol_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width : 798px) {
  .ol_list {
    grid-template-columns: 1fr;
  }
}
.ol_list li {
  margin-top: 7rem;
  padding: 5.7rem 3rem 4rem;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media screen and (max-width : 798px) {
  .ol_list li {
    margin-top: 5rem;
  }
}
.ol_list li::before {
  content: attr(data-label);
  background-color: var(--yl);
  letter-spacing: 0;
  width: 100px;
  height: 100px;
  border-radius: 60px;
  border: 7px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  left: 2rem;
  font-weight: 800;
  font-size: 5rem;
}
@media screen and (max-width : 798px) {
  .ol_list li::before {
    width: 70px;
    height: 70px;
    border: 4px solid;
    font-size: 3rem;
    top: -40px;
  }
}
.ol_list li p a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.ol_list li p a::before{
  content: '';
  position: absolute;
  bottom:-8px;
  left:15%;   
  width: 85%;
  height: 1px;
  background:var(--navy);
  transition: all .3s;
}
.ol_list li p a::after{
  content: '';
  position: absolute;
  bottom:-4px;
  right:0;   
  width: 15px;
  height:1px;
  background:var(--navy);
  transform: rotate(35deg);
  transition: all .3s;
}
.ol_list li p a:hover::before{
  left:20%;
}
.ol_list li p a:hover::after{
  right:-5%;
}

.ol_list li dl dt {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}
.ol_list li dl dd p {
  margin-top: 1.2rem;
  line-height: 1.6;
}
.ol_list li dl dd img {
  width: 100%;
}
.div_box {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
@media screen and (max-width : 1220px) {
  .div_box {
    grid-template-columns: 55% 45%;
  }
}
@media screen and (max-width : 798px) {
  .div_box {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.div_box_txt {
  padding-right: 6rem;
  text-align: justify;
}
@media screen and (max-width : 1220px) {
  .div_box_txt {
    padding-right: 4rem;
  }
}
@media screen and (max-width : 798px) {
  .div_box_txt {
    padding-right: 0;
    text-align: justify;
  }
}
.bl_box {
  gap: 2rem;
}
.bl_box li {
  background: rgb(15,132,251);
  background: linear-gradient(180deg, rgba(15,132,251,1) 0%, rgba(15,92,251,1) 100%);
  width: 100%;
  padding: 1.2rem;
  border-radius: 5px;
}

.div_box_txt p {line-height: 1.8;}

.method_box {
  padding: 9rem 7rem;
}
.method_box_grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 6em;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.method_box_grid dt {
  text-align: center;
}
.method_box_grid dd{
  margin-top: 3rem;
}
@media screen and (max-width : 1220px) {
  .method_box_grid {
    grid-template-columns: 1fr;
    gap: 4em;
  }
}
@media screen and (max-width : 900px) {
  .method_box {
    padding: 3rem 4rem 5rem;
  }
  .method_box_grid dt {
    text-align: center;
    font-weight: bold;
  }
  .method_box_grid dd{
    grid-template-columns: 1fr;
  }
}

.method_box_grid img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 2rem;
}

.logo_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 1rem;
}
@media screen and (max-width : 970px) {
  .logo_box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 4rem 0;
  }
}

.logo_box dl {
  width: 420px;
  text-align: center;
  position: relative;
}
@media screen and (max-width : 900px) {
  .logo_box dl {
    width: auto;
  }
  .logo_box dl dt.fz30{
    font-size: 1.7rem;
  }
}
.logo_box_img {
  margin-top: -2.4rem;
}
@media screen and (max-width : 970px) {
  .logo_box_img {
    margin-top: -1.4rem;
  }
}


.build_list_box {
  padding: 5rem;
}
.build_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}
@media screen and (max-width : 798px) {
  .build_list {
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
  }
}
@media screen and (max-width : 600px) {
  .build_list {
    grid-template-columns: 1fr;
  }
}
.build_list p {
  background-color: var(--navy);
  color: #fff;
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width : 600px) {
  .build_list p {
    padding: 1rem;
  }
}
.build_list img {
  width: 100%;
}

.flex_box {
  display: flex;
  align-items: flex-end;
  padding-bottom: 6rem;
  margin-bottom: 10rem;
}
@media screen and (max-width : 1200px) { 
  .flex_box {
    display: block;
    padding-bottom: 3rem;
    margin-bottom: 8rem;
  }
}
.flex_box div {
  width: 50%;
}
@media screen and (max-width : 1200px) {
  .flex_box div {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.flex_box dl {
  width: 54%;
  margin-left: -4%;
  padding: 6%;
  margin-bottom: -6rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width : 1200px) { 
  .flex_box dl {
    width: 100%;
    z-index: 1;
    margin-left: 0;
    padding: 3% 6%;
  }
}
.flex_box dl dt::after {
  content: attr(data-label);
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 1.76rem + 0.19vw, 2rem);
}

.sample_list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 3rem;
}
@media screen and (max-width : 798px) {
  .sample_list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.sample_list li {
  padding: 3rem;
}

.card_list01 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3rem;
  margin: 7rem 0 3rem;
}
@media screen and (max-width : 1021px) {
  .card_list01 {
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
  }
}
@media screen and (max-width : 798px) {
  .card_list01 {
    grid-template-columns: 1fr;
    margin: 0 0 2rem;
  }
}
.card_list01 dl {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
  padding: 3rem 3rem 5rem;
}

.card_list02 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 3rem;
}
@media screen and (max-width : 1021px) {
  .card_list02 {
    gap: 2rem;
  }
}
@media screen and (max-width : 600px) {
  .card_list02 {
    grid-template-columns: 1fr;
  }
}

.card_list02 li {
  padding: 3rem;
  display: flex;
  align-items: center;
}
.card_list02 li::before {
  content: '';
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 3rem;
}
@media screen and (max-width : 1021px) {
  .card_list02 li::before {
    width: 100px;
    height: 100px;
    margin-right: 2rem;
  }
}
@media screen and (max-width : 798px) {
  .card_list02 li::before {
    width: 60px;
    height: 60px;
    margin-right: 1rem;
  }
}
li.card_list02_01::before {background-image: url(../img/daikibo_madoguchi/card_list02_01.png);}
li.card_list02_02::before {background-image: url(../img/daikibo_madoguchi/card_list02_02.png);}
li.card_list02_03::before {background-image: url(../img/daikibo_madoguchi/card_list02_03.png);}
li.card_list02_04::before {background-image: url(../img/daikibo_madoguchi/card_list02_04.png);}
li.card_list02_05::before {background-image: url(../img/daikibo_madoguchi/card_list02_05.png);}
li.card_list02_06::before {background-image: url(../img/daikibo_madoguchi/card_list02_06.png);}

.cv_sec {
  background: url(../img/daikibo_madoguchi/bg_cv.jpg);
  background-size: cover;
}
.cv_sec h2{
  margin-top: 0;
  padding-top: 0;
  font-size: 5.8rem;
  font-size: clamp(5.8rem, 5.76rem + 0.2vw, 6rem);
}
@media screen and (max-width : 600px) {
  .cv_sec h2{
    font-size: 4rem;
  }
}
.cv_logo img {
  max-width: 480px;
  width: 100%;
}
.schedule_dl {
  display: grid;
  grid-template-columns: 220px 1fr;
  width: 80%;
  margin: 5rem auto;
}
@media screen and (max-width : 1100px) {
  .schedule_dl {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width : 600px) {
  .schedule_dl {
    width: 100%;
    margin: 3rem auto;
  }
}
.schedule_dl::after {
  content: '';
  background: url(../img/daikibo_madoguchi/cv_img.png) no-repeat;
  background-size: contain;
  width: 280px;
  height: 280px;
  display: inline-block;
  position: absolute;
  right: -3rem;
  top: -14rem;
  z-index: -1;
}
@media screen and (max-width : 1100px) {
  .schedule_dl::after {
    width: 250px;
    height: 250px;
    right: -12rem;
  }
}
@media screen and (max-width : 800px) {
  .schedule_dl::after {
    content: none;
  }
}
.schedule_dl dt,
.schedule_dl dd {
  padding: 2rem;
}
.schedule_dl dt {
  background-color: var(--yl);
}
.schedule_dl dd {
  width: 77%;
}
@media screen and (max-width : 1100px) {
  .schedule_dl dd {
    width: 100%;
  }
}
.schedule_dl dd li{
  margin: 0 12px;
}

.support_list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2rem;
}
@media screen and (max-width : 1021px) {
  .support_list {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width : 900px) {
  .support_list {
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
  }
}
.support_list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.support_list li p {
  background-color: var(--navy);
  color: #fff;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support_list li img {
  width: 100%;
}

.price_box {
  padding: 3rem 10rem 6rem;
}
@media screen and (max-width : 798px) {
  .price_box {
    padding: 0rem 3rem 5rem;
  }
}
.price_table {
  border: 3px solid var(--red);
  width: 100%;
  margin: 5rem 0 2rem;
}
@media screen and (max-width : 798px) {
  .price_table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.price_table tr{
  border-bottom: 3px solid var(--red);
}
.price_table th,
.price_table td{
  padding: 2rem;
  text-align: center;
  vertical-align: middle;
}
.price_table th{
  border-right: 3px solid var(--red);
}
.price_table td{
  border-right: 3px dotted var(--red);
}
.table_p {
  display: none;
}
@media screen and (max-width : 798px) {
  .table_p {
    display: block;
  }
  .price_table .fz16 {
    font-size: 14px;
  }
}
.fukidashi {
  max-width: 820px;
  width: 80%;
}

.problem_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
@media screen and (max-width : 798px) {
  .problem_list {
    display: block;
  }
}
.bg_contact {
  background-color: var(--l_bl);
  margin-top: -1px;
}
.bg_contact h2 {
  margin-bottom: 0;
}
.bg_contact h3 {
  margin-top: 0;
  padding-top: 0;
}
.line_box {
  display: block;
  max-width: 660px;
  margin: 5rem auto;
}
@media screen and (max-width : 798px) {
  .line_box {
    margin: 3rem auto 2rem;
  }
}
.contact_box {
  background-color: rgba(255, 255, 255, 0.77);
  padding: 7rem;
}
@media screen and (max-width : 798px) {
  .contact_box {
    padding: 2rem;
  }
}

.float_btn {
  display: none;
}
@media screen and (max-width : 798px) {
  .float_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .float_btn a {
    display: block;
    text-align: center;
    padding: 12px;
  }
  .float_btn a.float_btn01 {
    background-color: var(--og);
    color: #fff;
  }
  .float_btn a.float_btn02 {
    background-color: var(--line_green);
    color: #fff;
  }

  footer {
    margin-bottom: 100px;
  }
}

footer div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width : 1260px) {
  footer div {
    display: block;
  }
}
.footer_logo a{
  display: inline-block;
  max-width: 378px;
}
.footer_logo a img{
  vertical-align: middle;
}

footer div ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
} 
@media screen and (max-width : 1260px) {
  footer div ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-top: 4rem;
  } 
  footer div ul li:first-child {
    grid-area: 1 / 1 / 2 / 2;
  }
  footer div ul li:nth-child(2){
    grid-area: 1 / 2 / 2 / 3; 
  }
  footer div ul li:nth-child(3){
    grid-area: 1 / 3 / 2 / 4; 
  }
  footer div ul li:nth-child(4){
    grid-area: 2 / 1 / 3 / 4; 
  }
}
@media screen and (max-width : 600px) {
  footer div ul {
    display: block;
  }
}
  
footer div ul li a {
  display: block;
  padding: 2rem 4rem;
}
@media screen and (max-width : 600px) {
  footer div ul li a {
    padding: 1rem 0;
  }
}
/**********************

contact form design

**********************/
.form__wrap {
  width: 90%;
  max-width: 900px;
  /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}

.wpcf7 .template01 {
  color: #333;
  font-size: 16px;
}

.wpcf7 .template01 p, .wpcf7 .template01 label, .wpcf7 .template01 span, .wpcf7 .template01 option {
  font-weight: 500;
}

.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}

.wpcf7 .template01 a:hover {
  opacity: .5;
  transition: opacity .25s;
}

.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  margin-top: 2em;
}

.wpcf7 .template01 div.form__row.row-privacy {
  margin-top: 3.5em;
  text-align: center;
}

.wpcf7 .template01 div.form__row.row-submit {
  margin-top: 3em;
  text-align: center;
}

.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: 2%;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__short {
  width: 280px;
}
.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .template01 p.form__label.is-required label {
  margin-left: 45px;
}

.wpcf7 .template01 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 4px;
  left: -45px;
  width: 36px;
  color: #fff;
  background-color: #f00;
  font-size: 11px;
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
  line-height: 2;
}

/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #080808 solid;
}

/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
  line-height: 1.5;
}

/* ラジオボタン */

.wpcf7 .template01 input[type=radio] {
  display: none;
}

.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 .8em 0 1.4em;
  font-size: inherit;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: .2em;
  left: .2em;
  width: .6em;
  height: .6em;
  background-color: #306ad4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}

.wpcf7 .template01 select {
  cursor: pointer;
  max-width: 100%;
  margin: 0;
  padding: .5em 2.5em .5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
}

.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: 1.5em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .template01 select:focus {
  outline: 0;
  border: 1px #080808 solid;
}

.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}

/* 承認ボタン */
.syodaku {
  padding: 3% 0;
  margin-top: 3%;
  border-top: 3px solid rgba(15, 133, 251, 0.3);
}

/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .template01 input[type=submit], .wpcf7 .wpcf7-submit {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template01 input[type=submit]:disabled, .wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #ddd !important;
  color: #999 !important;
}

.wpcf7 .template01 input[type=submit]:hover {
  background-color: #fff;
  color: #000;
  transition: opacity 0.25s, background-color 0.25s;
}

.wpcf7 .template01 input[type=submit]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}

.wpcf7 .template01 span.wpcf7-list-item {
  margin: 0 1em 0.2em 0;
}

.wpcf7 .template01 .ajax-loader {
  display: block;
}

@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}
/*送信後のメッセージ表示*/
.wpcf7 form .wpcf7-response-output {
  font-size: 1.6rem;
  line-height: 1.4;
}

/*お問い合わせ内のプライバシーポリシー*/
.scroll-box {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background: #fff;
  padding: 2%;
}

/* 本文調整 */
.scroll-box p {
  font-size: 15px;
  margin: 0;
  padding: 4px 0;
  line-height: 1.4;
  font-weight: 500;
}

/* プライバシーポリシーのスクロールバー */
.scroll-box::-webkit-scrollbar {
  width: 10px;
}

.scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #c1c1c1;
}

/*プライバシーポリシーの説明*/
.contact_privacy {
  margin-bottom: 80px;
}

.contact_privacy p {
  line-height: 1.5em;
}

.contact_privacy_ttl {
  margin-top: 20px;
  font-weight: bold;
}

/* ラジオボタンのタイトル　必須用 */
span.is-required {
  margin-left: 45px;
  line-height: 2;
  position: relative;
}

span.is-required::after {
  content: "必須";
  display: block;
  position: absolute;
  top: -2px;
  left: -45px;
  width: 36px;
  color: #fff;
  background-color: #f00;
  font-size: 11px;
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
  line-height: 2;
}

/* お問い合わせ　任意用 */
.optional {
  margin-left: 45px;
  position: relative;
}

.optional::after {
  content: "任意";
  display: block;
  position: absolute;
  top: -2px;
  left: -45px;
  width: 36px;
  color: #fff;
  background-color: #8d8d8d;
  font-size: 11px;
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 600px) {

  .wpcf7 .template01 p.form__label.is-required label::after,
  span.is-required::after,
  .optional::after {
      font-size: 10px;
  }
}

.plan-ex {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
}

.stripe-btn button {
  margin-top: 20px;
  display: block;
  background-color: #fa9e9e;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 20px;
  border: none;
  color: #fff;
  width: 100%;
  max-width: 600px;
}

.plan-ex .ttl_toku {
  margin-top: 0;
  padding-top: 0;
}

.plan-ex .ttl_toku:before {
  display: none;
}

.modal-content h4 {
  font-size: 20px;
  text-align: center;
}

.inquiry a {
  margin-top: 20px;
  display: block;
  background-color: #fa9e9e;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  border: none;
  color: #fff;
  width: 100%;
  max-width: 600px;
}

.inquiry02 a {
  margin: 20px auto 0;
  display: block;
  background-color: #9eb4fa;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  border: none;
  color: #fff;
  width: 100%;
  max-width: 600px;
}

.wpcf7 .template01 .submit-btn {
  height: auto;
}

@media screen and (max-width: 600px) {
  .plan-ex {
      padding: 20px;
  }

  .stripe-btn button {

      font-size: 19px;
  }

  .plan-ex .price {
      font-size: 2em;
  }
}