@charset "utf-8";

/*クリアフィックス*/
.clearfix:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{min-height:1px;}
.clear{clear:both;}

/*------------------------------------------------------------
  汎用スタイル
------------------------------------------------------------*/

.pc{display:block;}
.sp{display:none;}
@media only screen and (min-width: 769px) {
}
@media only screen and (max-width: 768px) {
.pc{display:none;}
.sp{display:block;}
}
a{
  text-decoration:none;
  color: #000;
}

a:hover{
  color:#777;
}
html, body{
  font-size: 62.5%;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif;
  line-height:1.5;
  background: url(../img/bg.jpg) no-repeat top center #fff / cover;
  background-attachment: fixed;
  color:#000;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

img{
  width: 100%;
}

@media only screen and (min-width: 769px) {
a,a img {
  transition: 1.0s ;
}
a:hover,a img:hover {
  opacity: 0.7 ;
}
}

header{
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  box-shadow:0px 1px 1px 1px #ccc;
  position: absolute;
  z-index: 10;
}
header h1{
  width: 14%;
  padding: 0 2%;
  box-sizing: border-box;
}
header #navi{
  width: 86%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header #navi nav{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 100%;
}
header #navi nav ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 55%;
  padding: 36px 0 36px 7%;
  background: #00a99d; /* Old browsers */
  background: -moz-linear-gradient(left,  #00a99d 0%, #0090ab 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #00a99d 0%,#0090ab 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #00a99d 0%,#0090ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a99d', endColorstr='#0090ab',GradientType=1 ); /* IE6-9 */
}
header #navi nav ul li{
  width: 16%;
  text-align: center;
  border-left: solid 1px #fff;
}
header #navi nav ul li a{
  color: #fff;
  font-size: 1.4rem;
}
#nav-toggle {
  display: none;
}
header #navi nav .tel{
  width: 18%;
  background-color: #fff;
  color: #1eb185;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  margin-left: 1%;
  padding: 23px 0 0 35px;
}
header #navi nav .tel p{
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
}
header #navi nav .tel:before{
  content: '';
  background: url(../img/icon-tel.png) no-repeat center left/ 30px;
  position: absolute;
  left: 5px;
  top: 28px;
  width: 30px;
  height: 30px;
}
header #navi nav .contact-btn{
  width: 10%;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding: 23px 0 0 40px;
}
header #navi nav .contact-btn p{
}
header #navi nav a{
  color: #f49000;
}
header #navi nav .contact-btn:before{
  content: '';
  background: url(../img/icon-mail.png) no-repeat center left/ 30px;
  position: absolute;
  left: 2px;
  top: 28px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1260px) {
header #navi nav ul{
  width: 60%;
  padding: 36px 0 36px 4%;
}
header #navi nav ul li a{
  font-size: 1.3rem;
}
header #navi nav .tel{
  width: 16%;
  font-size: 2rem;
  padding: 30px 0 0 30px;
}
header #navi nav .tel:before{
  content: '';
  background: url(../img/icon-tel.png) no-repeat center left/ 25px;
  position: absolute;
  left: 5px;
  top: 35px;
  width: 25px;
  height: 25px;
}
header #navi nav .contact-btn{
  width: 10%;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 28px 0 0 30px;
}
header #navi nav .contact-btn:before{
  background: url(../img/icon-mail.png) no-repeat center left/ 25px;
  left: 2px;
  top: 35px;
  width: 25px;
  height: 25px;
}
}
@media only screen and (max-width: 1000px) {
header #navi nav ul{
  width: 62%;
  padding: 36px 0 36px 2%;
}
header #navi nav ul li a{
  font-size: 1.2rem;
}
header #navi nav .tel{
  width: 17%;
  font-size: 1.6rem;
  padding: 30px 0 0 24px;
}
header #navi nav .tel:before{
  content: '';
  background: url(../img/icon-tel.png) no-repeat center left/ 20px;
  position: absolute;
  left: 5px;
  top: 32px;
  width: 20px;
  height: 20px;
}
header #navi nav .contact-btn{
  width: 10%;
  font-size: 1.2rem;
  padding: 28px 0 0 24px;
}
header #navi nav .contact-btn:before{
  background: url(../img/icon-mail.png) no-repeat center left/ 20px;
  left: 2px;
  top: 32px;
  width: 20px;
  height: 20px;
}
}
@media only screen and (max-width: 768px) {
header{
  display: block;
  align-items: center;
  box-shadow:0px 1px 1px 1px #ccc;
  padding: 10px 0;
}
header h1{
  width: 186px;
  margin: 0 auto;
}
header #navi{
  width: 86%;
  box-sizing: border-box;
  display: block;
}
header #navi nav{
  display: block;
  width: 100%;
}
header #navi nav ul{
  display: block;
  width: 100%;
  padding: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a99d+0,0090ab+100 */
  background: #00a99d; /* Old browsers */
  background: -moz-linear-gradient(left,  #00a99d 0%, #0090ab 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #00a99d 0%,#0090ab 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #00a99d 0%,#0090ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a99d', endColorstr='#0090ab',GradientType=1 ); /* IE6-9 */
}
header #navi nav ul li{
  width: 100%;
  border-left: none;
  padding: 10px 0;
  border-bottom: solid 1px #fff;
}
header #navi nav .tel{
  width: 100%;
  font-size: 2rem;
  margin-left: 0;
  padding: 10px 0;
  border-bottom: solid 1px #000;
}
header #navi nav .contact-btn{
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 10px 0;
  border-bottom: solid 1px #000;
}
header #navi nav .tel p,header #navi nav .contact-btn p{
  position: relative;
  display: inline-block;
}
header #navi nav .tel p:before{
  content: '';
  background: url(../img/icon-tel.png) no-repeat center left/ 30px;
  position: absolute;
  left: -30px;
  top: 0px;
  width: 30px;
  height: 30px;
}
header #navi nav .contact-btn p:before{
  content: '';
  background: url(../img/icon-mail.png) no-repeat center left/ 30px;
  position: absolute;
  left: -30px;
  top: 0px;
  width: 30px;
  height: 30px;
}
header #navi nav .tel:before,header #navi nav .contact-btn:before{
  display: none;
}
#nav-toggle {
  position: fixed;
  right: 7px;
  top: 7px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 10000;
  background: #fff;
  padding: 10px;
  display: block;
  transition: .5s;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 9px;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
}
header nav {
  right: -100%;
  top: 0;
  background: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  text-align: center;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow-y: auto;
  z-index: 100;
}
.open #nav-toggle{
}
.open #nav-toggle span{
  background-color: #666;
}
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.open nav {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
}

.mv{
  min-height: 100%;
  position: relative;
  padding-bottom: 0;
  background: url(../img/main-ill.png) no-repeat bottom right / 61%;
}
.mv .inner{
  padding-bottom: 0;
  width: 40%;
  position: relative;
}
.mv .txtBox{
  background: #fff;
  min-height: 100%;
  padding: 20% 0 5%;
}
.mv .txtBox .ribbon{
  margin: 0 0 5% 8%;
}
.mv .txtBox .ribbon li{
  display: inline-block;
  font-size: 2rem;
  color: #000;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  letter-spacing: .2em;
}
.mv .txtBox .ribbon li:nth-child(1){
  background: url(../img/ribbon-01.png) no-repeat bottom right / cover;
  width: 170px;
  height: 36px;
  line-height: 36px;
  margin-right: 20px;
}
.mv .txtBox .ribbon li:nth-child(2){
  background: url(../img/ribbon-02.png) no-repeat bottom right / cover;
  width: 216px;
  height: 36px;
  line-height: 36px;
}
.mv .txtBox h2{
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.8rem;
  margin-left: 8%;
}
.mv .txtBox h2 strong{
  font-size: 4.6rem;
}
.mv .txtBox .logo{
  width: 86%;
  margin: -13% 0 0 8%;
}
.mv .txtBox .obi{
  background: url(../img/main-txt.png) no-repeat center / contain;
  color: #fff;
  font-weight: bold;
  padding-top: 24%;
  height: 0;
  position: relative;
  left: 5%;
}
.mv .txtBox .obi p{
  position: absolute;
  font-size: 2.2rem;
  width: 80%;
  left: 10%;
  top: 40%;
}
.mv .news{
  background: #fff;
  padding: 5% 5% 5% 8%;
}
.mv .news .tit{
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.8rem;
}
.mv .news li{
  border-bottom: dotted 1px #000;
  width: 100%;
  padding: 10px 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1510px) {
.mv .txtBox{
  padding: 26% 0 5%;
}
.mv .txtBox .ribbon li{
  font-size: 1.6rem;
  letter-spacing: .2em;
}
.mv .txtBox .ribbon li:nth-child(1){
  width: 142px;
  height: 30px;
  line-height: 30px;
}
.mv .txtBox .ribbon li:nth-child(2){
  width: 180px;
  height: 30px;
  line-height: 30px;
}
.mv .txtBox h2{
  font-size: 2.4rem;
}
.mv .txtBox h2 strong{
  font-size: 4.2rem;
}
.mv .txtBox .obi p{
  position: absolute;
  font-size: 1.8rem;
  width: 90%;
  left: 5%;
  top: 40%;
}
}
@media only screen and (max-width: 1100px) {
.mv .txtBox{
  padding: 32% 0 10%;
}
.mv .txtBox .ribbon li{
  font-size: 1.6rem;
  display: block;
}
.mv .txtBox .ribbon li:nth-child(1){
  margin: 0 0 10px 0;
}
.mv .txtBox h2{
  font-size: 1.8rem;
}
.mv .txtBox h2 strong{
  font-size: 3.6rem;
}
.mv .txtBox .obi p{
  position: absolute;
  font-size: 1.3rem;
  width: 96%;
  left: 2%;
  top: 37%;
}
}
@media only screen and (max-width: 768px) {
.mv{
  min-height: auto;
  position: relative;
  padding-bottom: 0;
  background: url(../img/main-ill.png) no-repeat bottom 30% center / contain;
}
.mv .inner{
  height: 100%;
  padding-bottom: 0;
  width: 100%;
  position: relative;
}
.mv .txtBox{
  background: #fff;
  height: auto;
  width: 94%;
  padding: 0 3% 3%;
  position: relative;
  min-height: auto;
  margin-bottom: 40%
}
.mv .txtBox .ribbon{
  padding-top: 80px;
  margin: 0 0 1%;
  text-align: center;
}
.mv .txtBox .ribbon li{
  font-size: 1.5rem;
  letter-spacing: .2em;
  display: inline-block;
}
.mv .txtBox .ribbon li:nth-child(1){
  width: 118px;
  height: 25px;
  line-height: 25px;
}
.mv .txtBox .ribbon li:nth-child(2){
  width: 150px;
  height: 25px;
  line-height: 25px;
}
.mv .txtBox h2{
  font-size: 2rem;
  margin: 0;
  text-align: center;
}
.mv .txtBox h2 strong{
  font-size: 2.8rem;
}
.mv .txtBox .logo{
  width: 55%;
  margin: -5% auto 2%;
}
.mv .txtBox .obi{
  background: #00a99d; /* Old browsers */
  background: -moz-linear-gradient(left,  #00a99d 0%, #0090ab 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #00a99d 0%,#0090ab 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #00a99d 0%,#0090ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a99d', endColorstr='#0090ab',GradientType=1 ); /* IE6-9 */
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 3%;
  height: auto;
  position: inherit;
  right: 0;
  left: 0;
  top: 0;
  width: 90%;
  margin: 0 auto;
}
.mv .txtBox .obi p{
  position: inherit;
  font-size: 1.3rem;
  width: 100%;
  left: 0;
  top: 0;
}
.mv .news{
  width: 94%;
  padding: 3%;
  background-color: #fff;
}
.mv .news .tit{
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
}
.mv .news li{
  border-bottom: dotted 1px #000;
  width: 100%;
  padding: 10px 0;
  font-size: 1.2rem;
}
}

main{
  background-color: rgba(0,0,0,.75);
  padding-top: 280px;
}
main h3{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  letter-spacing: .2em;
  position: absolute;
  height: max-content;
}
main h3 span{
  color: #1eb185;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: .5em;
  display: inline-block;
  border-top: solid 10px #000;
  padding: 40px 40px 0;
  margin-top: 40px;
}
@media only screen and (max-width: 1370px) {
main{
  padding-top: 200px;
}
main h3{
  font-size: 3.4rem;
  letter-spacing: .2em;
}
main h3 span{
  font-size: 1.8rem;
  border-top: solid 6px #000;
  padding: 20px 20px 0;
  margin-top: 20px;
}
}
@media only screen and (max-width: 768px) {
main{
  padding-top: 20%;
}
main h3{
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  font-size: 2.6rem;
  letter-spacing: .2em;
  position: relative;
  margin-bottom: 5%;
}
main h3 span{
  font-size: 2rem;
  letter-spacing: .5em;
  display: block;
  border-top: solid 2px #000;
  padding: 0 0 10px;
  margin-top: 10px;
}
}

main #service{
  background-color: #fff;
  padding: 100px 0;
}
main #service ul{
  background: url(../img/service-bg.png) no-repeat center center / contain;
  width: 900px;
  height: 796px;
  margin: 0 auto 80px;
  position: relative;
}
main #service ul li{
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
}
main #service ul li span{
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}
main #service ul li:nth-child(1){ top: 20px; left: 450px; }
main #service ul li:nth-child(2){ top: 455px; right: -30px; text-align: center; }
main #service ul li:nth-child(3){ bottom: 50px; right: 450px; text-align: right; }
main #service ul li:nth-child(4){ top: 270px; left: -10px; }
main #service .txt{
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 1150px) {
main #service ul{
  background: url(../img/service-bg.png) no-repeat center center / contain;
  height: 0;
  padding-top: 69%;
  width: 78%;
  margin: 0 auto;
  position: relative;
}
main #service ul li{
  font-size: 1.6rem;
}
main #service ul li span{
  font-size: 1.2rem;
}
main #service ul li:nth-child(1){ top: 4%; left: 50%; }
main #service ul li:nth-child(2){ top: 57%; right: -1%; text-align: center; }
main #service ul li:nth-child(3){ bottom: 7%; right: 50%; text-align: right; }
main #service ul li:nth-child(4){ top: 35%; left: 1%; }
main #service .txt{
  font-size: 1.8rem;
  text-align: center;
}
}
@media only screen and (max-width: 768px) {
main #service{
  padding: 3%;
}
main #service ul{
  background: url(../img/service-bg.png) no-repeat center center / contain;
  padding-top: 0;
  width: 320px;
  height: 283px;
  margin: 0 auto 5%;
  position: relative;
}
main #service ul li{
  font-size: 1.2rem;
}
main #service ul li span{
  font-size: 1.1rem;
}
main #service ul li:nth-child(2){ top: 57%; right: -9%; text-align: center; }
main #service ul li:nth-child(4){ top: 30%; left: -5%; }
main #service .txt{
  font-size: 1.4rem;
  text-align: center;
}
}

main #feature{
  padding: 50px 0;
}
main #feature h3{
  color: #fff;
}
main #feature h3 span{
  border-color: #fff;
}
main #feature .midashi{
  max-width: 850px;
  width: 80%;
  color: #fff;
  font-size: 4rem;
  letter-spacing: .2em;
  margin: 0 auto 50px;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  background: url(../img/feature-midashi.png) no-repeat center center / contain;
}
main #feature .midashi strong{
  font-size: 7rem;
}
main #feature ul li{
  max-width: 1070px;
  width: 80%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto 30px;
}
main #feature ul li:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}
main #feature ul li figure{
  float: left;
  width: 16%;
}
main #feature ul li:nth-child(even) figure{
  float: right;
  width: 38%;
}
main #feature ul li .txtbox{
  float: right;
  width: 80%;
}
main #feature ul li:nth-child(even) .txtbox{
  float: left;
  width: 60%;
}
main #feature ul li .txtbox .komidashi{
  font-size: 3rem;
  font-weight: bold;
  border-bottom: solid 1px #1eb185;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
main #feature ul li .txtbox .txt{
  font-size: 1.8rem;
  border-top: solid 1px #1eb185;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
main #feature{
  padding: 3%;
}
main #feature .midashi{
  font-size: 1.8rem;
  margin-bottom: 5%;
  background: url(../img/feature-midashi.png) no-repeat center center / contain;
}
main #feature .midashi strong{
  font-size: 3.6rem;
}
main #feature ul li{
  width: 96%;
  padding: 3%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto 3%;
}
main #feature ul li figure{
  float: none;
  width: 50%;
  margin: 0 auto 3%;
}
main #feature ul li:nth-child(even) figure{
  float: none;
  width: 80%;
  margin: 0 auto 3%;
}
main #feature ul li .txtbox{
  float: none;
  width: 100%;
}
main #feature ul li:nth-child(even) .txtbox{
  float: none;
  width: 100%;
}
main #feature ul li .txtbox .komidashi{
  font-size: 2rem;
}
main #feature ul li .txtbox .txt{
  font-size: 1.4rem;
}
}

main #introduction{
  padding: 50px 0;
  background-color: #fff;
  margin-bottom: 280px;
}
main #introduction ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1070px;
  width: 80%;
  margin: 30px auto;
}
main #introduction ul li{
  width: 30%;
  margin-bottom: 3%;
}
main #introduction ul li .txtbox{
  font-size: 1.6rem;
  border-left: solid 1px #1eb185;
  padding-left: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
main #introduction{
  padding: 3%;
  margin-bottom: 20%;
}
main #introduction ul{
  width: 94%;
}
main #introduction ul li{
  width: 48%;
  margin-bottom: 3%;
}
main #introduction ul li .txtbox{
  font-size: 1.4rem;
}
}

main #voice{
  padding: 50px 0;
  background-color: #fff;
}
main #voice .midashi{
  max-width: 890px;
  width: 80%;
  font-size: 3rem;
  letter-spacing: .2em;
  margin: 0 auto 50px;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background: url(../img/voice-midashi.png) no-repeat center center / cover;
}
main #voice ul{
  max-width: 1070px;
  width: 80%;
  margin: 0 auto;
}
main #voice ul li{
  background: url(../img/voice-pt.jpg) repeat center center / 5px;
  padding: 10px;
  position: relative;
  margin-bottom: 5%;
}
main #voice ul li:before{
  content: '';
  background: url(../img/voice-clip.png) repeat center center / 68px;
  width: 68px;
  height: 93px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
main #voice ul li .inner{
  background-color: #fff;
  padding: 30px;
}
main #voice ul li .inner .name{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
main #voice ul li .inner .txt{
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
main #voice{
  padding: 3%;
  background-color: #fff;
}
main #voice .midashi{
  width: 96%;
  font-size: 1.8rem;
  margin: 0 auto 5%;
}
main #voice ul{
  width: 94%;
  margin: 0 auto;
}
main #voice ul li{
  background: url(../img/voice-pt.jpg) repeat center center / 5px;
  padding: 10px;
  position: relative;
  margin-bottom: 5%;
}
main #voice ul li{
  background: url(../img/voice-pt.jpg) repeat center center / 5px;
  padding: 5px;
  position: relative;
  margin-bottom: 5%;
}
main #voice ul li:before{
  content: '';
  background: url(../img/voice-clip.png) repeat center center / 34px;
  width: 34px;
  height: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
}
main #voice ul li .inner{
  background-color: #fff;
  padding: 3%;
}
main #voice ul li .inner .name{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
main #voice ul li .inner .txt{
  font-size: 1.2rem;
}
}

main #flow h3{
  color: #fff;
}
main #flow h3 span{
  border-color: #fff;
}
main #flow{
  padding: 50px 0;
}
main #flow ul{
  max-width: 900px;
  width: 80%;
  margin: 70px auto 0;
}
main #flow ul li{
  border: solid 2px #1eb185;
  padding: 30px 30px 30px 60px;
  background-color: #fff;
  position: relative;
  font-size: 1.6rem;
  max-width: 820px;
  margin: 0 0 40px 80px;
  position: relative;
}
main #flow ul li:after{
  content: '';
  background: url(../img/voice-arrow.png) repeat center center / 32px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 22px;
}
main #flow ul li:last-child:after{
  display: none;
}
main #flow ul li .num{
  position: absolute;
  padding: 30px 25px;
  line-height: 1;
  border-radius: 70px;
  background-color: #fff;
  color: #1eb185;
  font-size: 2rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
main #flow ul li .num strong{
  font-style: oblique;
  font-size: 5rem;
}
main #flow ul li .midashi{
  font-size: 2.4rem;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 10px;
}
main #flow ul li .contact{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  color: #1eb185;
  margin-top: 10px;
}
main #flow ul li .contact p{
  margin-right: 20px;
}
main #flow ul li .contact .tel{
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
}
main #flow ul li .contact a{
  background: #00a99d; /* Old browsers */
  background: -moz-linear-gradient(left,  #00a99d 0%, #0090ab 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #00a99d 0%,#0090ab 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #00a99d 0%,#0090ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a99d', endColorstr='#0090ab',GradientType=1 ); /* IE6-9 */
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
main #flow{
  padding: 3%;
}
main #flow ul{
  width: 100%;
  margin: 6% auto 0;
}
main #flow ul li{
  margin: 0 0 10% 5%;
  padding: 3% 3% 3% 20%;
  font-size: 1.4rem;
}
main #flow ul li .num{
  padding: 5%;
  border-radius: 50%;
  color: #1eb185;
  font-size: 1.4rem;
  left: -7%;
  top: 10%;
}
main #flow ul li .midashi{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
}

main #precautions{
  padding: 50px 0;
  background-color: #fff;
}
main #precautions ul{
  max-width: 900px;
  width: 80%;
  margin: 70px auto 0;
}
main #precautions ul li{
  margin-bottom: 5%;
  font-size: 1.6rem;
}
main #precautions ul li .midashi{
  background: url(../img/prec-midashi.png) repeat-y center left / 10px;
  font-size: 2rem;
  padding-left: 20px;
  margin-bottom: 2%;
  color: #1eb185;
}
@media only screen and (max-width: 768px) {
main #precautions{
  padding: 3%;
}
main #precautions ul{
  width: 94%;
  margin: 3% auto 0;
}
main #precautions ul li{
  margin: 0 0 5% 0;
  font-size: 1.2rem;
}
main #precautions ul li .midashi{
  font-size: 1.6rem;
}
}

footer{
  background: url(../img/footer-bg.jpg) no-repeat center center / cover;
}
footer .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 96%;
  margin: 0 auto;
  padding: 2% 0;
  color: #fff;
}
footer .inner .company{
  width: 31%;
  font-size: 1.4rem;
}
footer .inner .company p:first-child{
  margin-bottom: 10px;
}
footer .inner .company img{
  width: 60%;
  vertical-align: middle;
  display: inline-block;
  margin-left: 1em;
}
footer .inner .contact-btn{
  width: 28%;
  text-align: center;
}
footer .inner .contact-btn a{
  display: block;
  background-color: #fbd362;
  padding: 10px 0;
  color: #444;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
}
footer .inner .contact-btn a img{
  width: 40px;
}
footer .inner .other{
  width: 26%;
  font-size: 1.4rem;
}
footer .inner .other .tel{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 3%;
}
footer .inner .other .tel li:nth-child(2){
  margin-left: 10px;
}
footer .inner .other .tel li:nth-child(2) img{
  width: 28px;
  vertical-align: sub;
}
footer .inner .other .navi li{
  display: inline;
  margin-right: 5%;
}
footer .inner .other .navi li a{
  color: #fff;
  position: relative;
  padding-left: 1.8rem;
}
footer .inner .other .navi li a:before{
  content: '\025b6';
  position: absolute;
  left: 0;
}
footer address{
  background-color: #fff;
  text-align: center;
  padding: 5px;
  color: #1eb185;
}
@media only screen and (max-width: 1250px) {
footer .inner .company{
  width: 30%;
  font-size: 1.4rem;
}
footer .inner .contact-btn{
  width: 30%;
}
footer .inner .other{
  width: 35%;
  font-size: 1.2rem;
}
}
@media only screen and (max-width: 768px) {
footer .inner .company{
  width: 100%;
  margin-bottom: 5%;
  font-size: 1.2rem;
}
footer .inner .contact-btn{
  width: 100%;
  margin-bottom: 5%;
}
footer .inner .other{
  width: 100%;
  font-size: 1.2rem;
}
footer .inner .other .navi li a{
  color: #fff;
  position: relative;
  padding-left: 1rem;
}
}
