@charset "utf-8";

/* common */
body{
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', '游ゴシック体', 'Yu Gothic','YuGothic', sans-serif;
  color: #000;
  padding:0rem;
}
i{
  padding:0 0.5rem; 
}
ul{
  text-decoration: none;
}
section{
  margin: 0 0 3rem 0;
}
h1{
  font-size:1.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 2px gray;
}
h2{
  font-size:1.3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 2px gray;
}
@media screen and (max-width: 768px) {
  section{
    margin: 0 0 2rem 0;
  }
  h1{
    font-size:1.3rem;
    text-align: center;
    font-weight: bold;
  }
  h2{
    font-size:1.1rem;
    text-align: center;
    font-weight: bold;
  }
}


/* header */
#header{
  background: ivory;
}
.header-bg{
  max-width:1500px;
  margin: 0 auto 3rem;
}
.header-top{
  display: flex;
  height: 280px;
}
.top-logo{
  position: relative;
  text-align: left;
  width: 40%;
  z-index: 10;
}
.top-tel{
  text-align: right;
  width: 60%;
  font-weight: bold;
  font-size: 1.2rem;
  padding:1rem;
  z-index:9;
}
.top-img{
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 70%;
  /* height:60%; */
  height:650px;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
.top-img img{
  width: 100%;
  margin: auto 0;
  /* max-width: 750px; */
  /* max-height: 500px; */
  /* height:600px; */
}
.top-msg{
  position:relative;
  /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3008000,endColorstr=#B3008000);  */
  background: rgba(0,128,0,0.7);
  width: 60%;
  z-index: 1;
  margin: 0 0 0 auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
  color: #fff;
  font-size: 2.5rem;
  text-align: right;
  /* padding: 2rem 3rem; */
  padding: 0 3rem 3rem;
  margin: auto 0 auto auto;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}
.cmnt{
  text-align: left;
  transform: rotate(-15deg);
  padding: 0 0 5rem;
  color: orange;
  text-shadow: none;
  font-size:2rem;
}
.top-point{
  font-size: 5rem;
}
@media screen and (max-width: 1200px) {
  .header-top{
    display: flex;
    height: 200px;
  }
  .top-msg{
    width: 70%; 
    padding: 0 2rem 2rem;
    font-size:2rem;
  }
  .cmnt{
    padding: 1rem 0 4rem;
  }
  .top-point{
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .header-top{
    height: 150px;
  }
  .top-tel{
    font-size:0.7rem;
    padding:0.5rem;
  }
  .top-msg{ 
    width: 85%;
    padding: 0 2rem 1.5rem;
    font-size:1.5rem;
  }
  .cmnt{
    font-size: 1.5rem;
    padding: 0.5rem 0 3rem 1.5rem;
    transform: rotate(-10deg);
  }
  .top-point{
    font-size: 2.5rem;
  }
  .top-img{
    width:70%;
  }
}
@media screen and (max-width: 500px) {
  .top-img{
    width:90%;
  }
  .top-msg{
    padding: 0 1rem 2rem 0;
    font-size:1.1rem;
  }
  .cmnt{
    font-size: 1.1rem;
    padding: 1rem 0 2.5rem 0.5rem;
  }
}
/* worry */
.worry-box{
  width: 70%;
  max-width: 650px;
  padding: 2rem;
  margin: 0 auto;
  background: rgb(235, 235, 235);
  border-radius: 10px;
  box-shadow: 2px 2px 2px gray;
}
.worry-box br{
  display:none;
}
.worry-list{
  margin: 2rem 3rem 0 3rem;
  font-weight: bold;
}
.worry-list li{
  line-height: 1.8rem;
  position:relative;
  padding:0 0 0.5rem 3rem ;
}
.worry-list li:before{
  position:absolute;
  left:0;
  content:"";
	display:inline-block;
	width:2rem;
	height:2rem;
	background:url(../images/moyamoya.png) no-repeat;
  background-size:contain;
}
.under{
  background: linear-gradient(transparent 60%, yellow 50%);
}

@media screen and (max-width: 768px) {
  .worry-box{
    width: 90%;
    padding: 2rem 1rem;
  }
  .worry-box br{
    display:inline;
  }
  .worry-list{
    margin: 1rem 0 0 0;
  }
  .worry-list li{
    line-height: 1.5rem;
    padding:0 0 1rem 2.5rem ;
  }
}

/* commission */
.bar{
  background: rgba(0,128,0,0.7);
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding: 2rem;
  text-shadow: 2px 2px 2px #000;
}
.big-p{
  font-size: 3.5rem;
}
.bar br{
  display: none;
}
.point-dc{
  margin-top: 5px;
  border: solid 5px  rgba(0,128,0,0.3);
  padding:1rem;
}
@media screen and (max-width: 768px) {
  .bar{
    padding: 0.5rem;
  }
  .bar p{
    font-size:1.1rem;
  }
  .big-p{
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 500px) {
  .bar br{
    display:inline;
  }
}

/* feature */
#feature{
  width:80%;
  max-width: 900px;
  margin: 0 auto 3rem;
}
.point-bg{
  background-color: rgba(0,128,0,0.3);
  padding:0.5rem;
}
.num{
  text-align: right;
  color: green;
  font-size: 4rem;
  font-weight: bold;
}
.point{
  font-size: 2rem;
  font-weight:bold;
}
.point-dc{
  height:380px;
  text-align:center;
}
.description{
  text-align: left;
}
.point-dc img{
  /* padding: 1rem 1rem 0 1rem; */
  padding: 1rem 0 0 0;
}
@media screen and (max-width: 1000px) {
  .point{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .num{
    font-size: 3rem;
  }
  .point-dc{
    height:auto;
  }
  .point-dc img{
    height: 150px;
  }
}

/* contact-btn */
.ct-btn{
  width:70%;
  max-width:650px;
  height: 5rem;
  margin: 0 auto;
  background: orange;
  border-radius:10px;
  box-shadow: 2px 2px 2px gray;
}
.ct-btn p{
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height:5rem;
}
@media screen and (max-width: 768px) {
  .ct-btn{
    width:90%;
    height: 4rem;
  }
  .ct-btn p{
    line-height:4rem;
  }
}

/* flow */
#flow{
  width:80%;
  max-width: 900px;
  margin: 0 auto 3rem;
}
.step-box{
  padding:1rem;
}
.step-title{
  font-weight:bold;
  font-size: 1.3rem;
}
.step{
  color: green;
  font-size: 1.3rem;
  font-weight: bold;
}
.step br{
  display:none;
}
.step-dc1, .step-dc2{
  padding: 1rem;
  height: 104px;
}
.step-dc1{
  background-color: rgba(0,128,0,0.3);
}
.step-dc2{
  background-color: rgba(0,128,0,0.5);
}
.description{
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .step br{
    display:inline;
  }
}
@media screen and (max-width: 830px) {
  .step-dc1, .step-dc2{
    height: 128px;
  }
}
@media screen and (max-width: 768px) {
  .step br{
    display:none;
  }
  .step-box{
    padding-bottom :0;
  }
  .step-title{
    font-size: 1.1rem;
  }
  .step{
    font-size: 1.1rem;
  }
  .step-dc1, .step-dc2{
    height: auto;
  }
}

/* voice */
#voice{
  width:80%;
  max-width: 900px;
  margin: 0 auto 3rem;
}
.voice-box{
  height:250px;
  padding:1rem; 
  text-align:center;
  position: relative;
}
.voice-box img{
  width:70px;
  border-radius: 50%;
  border: solid 3px green;
  z-index:1;
}
.voice-box p{
  text-align: left;
  padding:3rem 1rem 1rem;
  margin: 0 1rem;
  position: absolute;
  top:51px;
  right: 0;
  border: solid 3px green;
  z-index:-1;
  background: ivory;
  /* border-bottom: 3px ivory; */
  /* background: linear-gradient(transparent 60%, ivory 50%); */
}
@media screen and (max-width: 768px) {
  .voice-box{
    height:200px;
  }
}
@media screen and (max-width: 450px) {
  .voice-box{
    height:270px;
  }
}

/* FAQ */
.qa{
  width:60%;
  max-width: 600px;
  margin:0 auto 2rem;
}
.question{
  border: solid 3px gray;
  padding:1rem;
  margin-bottom: 1rem;
  background: rgb(235, 235, 235);
}
.answer{
  border: solid 3px green;
  padding:1rem;
  background: rgb(233, 247, 243);
}
.q-icon{
  font-size: 1.2rem;
  font-weight: bold;
  color: gray;
  padding-right: 0.5rem;
}
.a-icon{
  font-size: 1.2rem;
  font-weight: bold;
  color: green;
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .qa{
    width:90%;
  }
}

/* brochure */
#brochure{
  background-color: ivory;
  padding-top: 2rem;
  padding-bottom: 3rem;
  margin-bottom:0;
}
#brochure p{
  width: 60%;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px){
  #brochure p {
    width: 80%;
    margin: 0 auto 1rem;
  }
}

hr{
  margin:0;
  height:5px;
  background-color: rgba(0,128,0,0.1);
}


/* contact */
#contact{
  background-color: ivory;
  padding-top: 2rem;
  padding-bottom: 3rem;
  margin-bottom:0;
}
.contact-box{
  width: 60%;
  max-width:600px;
  margin:0 auto;
}
.textbox{
  margin-bottom:1rem;
}
.input{
  width:100%;
  line-height: 2rem;
}
.send{
  width:100%;
  max-width:600px;
  background-color: orange !important;
  border-radius: 10px;
  color:#fff;
  font-size: 1.2rem;
  font-weight:bold;
}
@media screen and (max-width: 768px) {
  .contact-box{
    width: 80%;
  }
}

/* fixed menu */
.fixed_btn{
  position: fixed;
  bottom: 10px; 
  right: 10px;
  background-color: rgba(0,128,0,0.1);
  z-index: 11;
}
.fixed_btn div{
  line-height:2rem;
  width:150px;
  margin: 1rem;
  text-align:center;
  background: orange;
  border-radius: 5px;
  box-shadow: 2px 2px 2px gray;
}
.fixed_btn div a{
color: #fff;
font-weight: bold;
}
.fixed_btn div a:hover{
  opacity:0.7;
}
/* footer */
#footer{
  background-color: rgba(0,128,0,0.3);
  padding-top:2rem;
  padding-bottom:4rem;
  margin-bottom:0;
}
.menu{
  text-align: center;
}
.company-info{
  width:350px; 
  margin:0 auto;
}
.company-info td{
  min-width: 60px;
}
.company-info a{
  color: #000;
  text-decoration: underline;
}
.menu hr{
  width: 100px; 
  margin:1rem auto;
}
@media screen and (max-width: 450px) {
  .menu{
    font-size:0.8rem;
  }
  .company-info{
    width:300px;
  }
}
