@charset "utf-8";

/*======= body ========================================================*/
body {
	position: relative;
	color: #000;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',Osaka,sans-serif;
	font-size: 100%;
}

/*======= header ======================================================*/
header {
	position: relative;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #777071;
  padding: 5px 0 0;
}
h1 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  h1 {
    width: 15%;
  }
}


/*======= footer ======================================================*/
footer {
  padding: 25px;
  text-align: center;
}
footer .logo {
  margin-bottom: 10px;
}
footer .low {
  margin-bottom: 10px;
}
footer .copyright {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .logo {
    width: 26%;
    margin: 0 auto;
  }
  footer .low {
    width: 33%;
    margin: 0 auto;
  }
  footer .copyright {
    width: 81%;
    margin: 0 auto;
  }
}

/*======= Key Visual ======================================================*/
#keyv {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
#keyv .btn {
  position: absolute;
  top: 0;
  left: 50%;
  width: 980px;
  margin-left: -445px;
}
#keyv .btn .btn_key_trial {
  position: absolute;
  top: 406px;
  right: 119px;
  z-index: 15;
  width: 441px;
  height: 229px;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #keyv .btn .btn_key_trial:hover {
    background: url(../img/btn_key_trial_on.png) no-repeat 0 0;
  }
  #keyv .btn .btn_key_trial:hover img {
    opacity: 0;
    transition: all 0.1s;
  }
}
@media screen and (max-width: 768px) {
  #keyv .btn {
    position: absolute;
    top: 39.4%;
    left: inherit;
    right: 7.5%;
    width: 100%;
    margin-left: 0;
  }
  #keyv .btn .btn_key_trial {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: inherit;
  }
}

/*======= CONTENTS ======================================================*/
.voice01 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 34px;
}
#box1 {
  position: relative;
  background: url(../img/bg_img01_line.gif) repeat-x 0 0;
  text-align: center;
}
#box1 .btn_trial {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 452px;
  margin-left: -225px;
  background: url(../img/btn_trial_on.gif) no-repeat 0 0;
  background-size: 452px auto;
}
.btn_trial img {
  width: 100%;
}
#box2 {
  text-align: center;
  line-height: 0;
}
.img03 {
  position: relative;
  z-index: 10;
  margin-top: -265px;
  margin-bottom: 30px;
}
.voice02 {
  margin-bottom: 56px;
  text-align: center;
}
#box3 {
  background: url(../img/bg_img04_line.gif) repeat-x 0 0;
  text-align: center;
}
.img04 {
  position: relative;
  width: 100%;
  height: 605px;
}
.img04 img {
  position: absolute;
  top: 0;
  left: 0;
}
#box3 .btn {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#box3 .inbox {
  position: relative;
  width: 1600px;
  margin: 0 auto;
  z-index: 1;
}
#box3 .inbox .btn_trial {
  position: absolute;
  right: 110px;
  bottom: 66px;
  width: 370px;
  background: url(../img/btn_trial_on.gif) no-repeat 0 0;
  background-size: 370px auto;
}

.voice03 {
  position: relative;
  z-index: 5;
  margin-top: -53px;
  margin-bottom: 82px;
  text-align: center;
  background: url(../img/bg_img05_line.png) repeat-x 0 0;
}
#box4 {
  text-align: center;
}
#box4 h2 {
  margin-bottom: 29px;
}
#box4 .txt01 {
  margin-bottom: 63px;
}
.inbox {
  position: relative;
}
.inbox .voice04 {
  position: relative;
  z-index: 10;
  margin-top: -178px;
}
.qabox {
  width: 1400px;
  min-height: 1464px;
  margin: 33px auto 0;
  padding: 40px 0 0;
  box-sizing: border-box;
  background: url(../img/bg_qa.jpg) no-repeat 50% 0;
  text-align: center;
}
.qabox h2 {
  margin-bottom: 40px;
}
.qabox .qa {
  margin-bottom: 35px;
}

.img06 {
  position: relative;
  z-index: 11;
  margin-top: -135px;
  margin-bottom: 70px;
  text-align: center;
}
#box5 .inbox {
  position: relative;
  padding-bottom: 167px;
  text-align: center;
}
#box5 .inbox .btn_trial {
  position: absolute;
  left: 50%;
  bottom: 105px;
  width: 462px;
  margin-left: -220px;
  background: url(../img/btn_trial_on.gif) no-repeat 0 0;
  background-size: 462px auto;
}



#info {
  background: rgba(0,171,173,.06);
  border-top: 1px solid #777071;
  border-bottom: 1px solid #777071;
  text-align: center;
}
#info .inbox {
  padding: 70px 0 100px;
}
#info .inbox h3 {
  margin-bottom: 45px;
}
#info .inbox h4 {
  margin-bottom: 20px;
}
.freedial p{
  margin-bottom: 35px;
}
.freedial p.tel a {
  cursor: default;
}
.mb35 {
  margin-bottom: 35px;
}
.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 1600px) {
  #box3 .inbox {
    width: 100%;
  }
  #keyv,.sttl01,.img02,.img01,.img04,.voice03,.img05,.img07,.qabox {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  #keyv { height: 831px; }
  .img01 { height: 776px; }
  .sttl01 { height: 309px; }
  .img02 { height: 1298px; }
  .voice03 { height: 568px; }
  .img04 { height: 605px; }
  .img05 { height: 694px; }
  .img07 { height: 480px; }
  
  img.keyv,.img01 img,.sttl01 img,.img02 img,.img04 img,.voice03 img,.img05 img,.img07 img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -800px;
  }
}
@media screen and (max-width: 980px) {
  main,#box3 .inbox {
    width: 980px;
  }
  #keyv,.sttl01,.img02,.img01,.img04,.voice03,.img05,.img07,.qabox {
    width: 980px;
  }
}
@media screen and (max-width: 768px) {
  main,#box3 .inbox,#keyv,.sttl01,.img02,.img01,.img04,.voice03,.img05,.img07,.qabox {
    width: 100%;
    overflow: visible;
  }
  #keyv,.img01,.sttl01,.img02,.voice03,.img04,.img05,.img07 { height: inherit; }
  #keyv img,.img01 img,.sttl01 img,.img02 img,.img04 img,.voice03 img,.img05 img, .img07 img {
    position: static;
    margin-left: 0;
    width: 100%;
  }  
  #box1,#box3 {
    background: none;
  }
  .img03 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .img04 {
    height: inherit;
  }
  .voice01 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
  }
  .voice01 div {
    width: 100%;
  }
  .voice02 {
    margin-bottom: 0;
  }
  .voice03 {
    margin-top: 0;
    margin-bottom: 0;
    background: none;
  }
  .img04 img {
    position: static;
    left: 0;
  }
  .img06 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .inbox .voice04 {
    margin-top: 0;
  }
  .qabox {
    width: 100%;
    min-height: inherit;
    margin: 0 auto 0;
    padding: 0;
    box-sizing: border-box;
    background: none;
    text-align: center;
  }
  #box4 h2,
  #box4 .txt01,
  .qabox h2,
  .qabox .qa {
    margin-bottom: 0;
    line-height: 0;
  }
  #box2 {
    position: relative;
    z-index: 10;
  }
  
  #box1 {
    padding-bottom: 5%;
  }
  #box1 .btn_trial,
  #box5 .inbox .btn_trial {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    padding-left: 2%;
    z-index: 12;
    background: none;
  }
  
  #box1 .btn_trial {
    width: 90%;
    margin-top: -30%;  
  }
  
  #box3 {
    padding-bottom: 5%;
  }
  #box3 .btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #box3 .inbox .btn_trial {
    position: static;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-left: 2%;
    margin-top: -30.5%;
    z-index: 12;
    background: none;
  }  
  #box5 .inbox {
    padding-bottom: 10.5%;
  }
  #box5 .inbox .btn_trial {
    width: 92%;
    margin-top: -39%;
 }
  #box6 .inbox {
    padding-bottom: 10.5%;
  #box6 .inbox .btn_trial2 {
    width: 92%;
    margin-top: -39%;
  }
  
  #info {
    position: relative;
    z-index: 10;
  }
  #info .inbox {
    padding: 3% 0 14%;
  }
  #info .inbox h3 {
    margin-bottom: 2em;
  }
  #info .inbox h4 {
    margin-bottom: 0;
  }
  .freedial p {
    margin-bottom: 2em;
  }
  .freedial p.tel a {
    cursor: pointer;
  }
  .mb35 {
    margin-bottom: 5%;
  }
  .mb50, .freedial .mb50 {
    margin-bottom: 8%;
  }
}

/* [img] */
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}