@charset "utf-8";

/***fonts***/
@font-face {
    font-family: 'mont';
    src: url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../font/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'logotype';
    src: url('../fonts/07LogoTypeGothic7.woff') format('woff'),
    url('../font/07LogoTypeGothic7.ttf') format('truetype');
}

/***common***/
* {
  box-sizing: border-box;
  transition: .3s ease;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*:hover{ transition: .3s ease; }
body {
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    background: #fff;
}
a{ text-decoration: none; }
article{
  text-align: center;
  padding: 100px 0 200px;
}
h1{
  font: normal 45px 'logotype', sans-serif;
  letter-spacing: .1em;
}
h2{
  font: normal 65px 'mont', sans-serif;
  letter-spacing: .05em;
}
.subHeading{
  letter-spacing: .5em;
  margin: 0 0 65px;
}
h3{
  margin: 0 0 50px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .2em;
}
.wrapper{
  max-width: 1000px;
  margin: 0 auto;
}

/***navigation***/
nav #smpbtn{display: none;}

nav header{
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 999;
}
nav header ul{
  display: table;
  width: 720px;
  margin: 30px auto 0;
}
nav header ul li{
  display: table-cell;
  width: 180px;
  text-align: center;
  line-height: 1;
}
nav header ul li a{
  font-family: 'mont', sans-serif;
  letter-spacing: .05em;
  color: #333;
}
nav header ul li span{
  display: block;
  font-size: 13px;
  color: transparent;
  letter-spacing: .3em;
}
nav header ul li span::before{
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin: 3px 0 5px;
  background: #5dadc6;
  transition: .3s ease;
}
nav header ul li:hover a{ color: #666; }
nav header ul li:hover span{ color: #5dadc6; }
nav header ul li:hover span::before{
  width: 100%;
  transition: .3s ease;
}


/***keyVisual***/
#keyVisual{
  height: 700px;
  padding: 274px 0 0;
  background: #5dadc6 url(../img/ideal_kv.jpg) no-repeat left top;
  background-size: cover;
  box-shadow: 5px 0 20px rgba(0, 0, 0, .5);
  color: #fff;
}
#keyVisual .logo{
  display: block;
  width: 200px;
  margin: 0 auto 40px;
}
#keyVisual span{
  display: block;
  margin: 28px 0 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .5em;
}


/***banner***/
#banner{
    padding: 30px 0;
}
#banner .subHeading{
    margin: 0 0 20px;
    color: #5dadc6;
}
#banner .bnr_sec{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#banner figure{
    min-width: 200px;
    height: 65px;
    position: relative;
}
#banner figure:nth-of-type(2){
  position: relative;
  top: -8px;
}
#banner figure img{
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto;
}


/***about***/
#about{
  background: #5dadc6 url(../img/line_blue_btm.png) repeat-x center bottom;
  color: #fff;
}
#about .subHeading{ color: rgba(255, 255, 255, .5); }
#about p{
  max-width: 800px;
  margin: 0 auto 1em;
}


/***business***/
#business{
  background: url(../img/line_blue_top.png) repeat-x center top,
  url(../img/line_blk_btm.png) repeat-x center bottom,
  url(../img/bg_dot.png),
  url(../img/business_bg.png) no-repeat center top;
}
#business .wrapper{ font-size: 0; }
#business .subHeading{ color: #5dadc6; }
#business .bs_table{
  display: inline-block;
  vertical-align: top;
  max-width: 450px;
  margin: 0 25px 50px;
  text-align: left;
}
#business .bs_balloon{
  width: 450px;
  height: 80px;
  padding: 18px 0 0;
  border-radius: 40px;
  background: linear-gradient(135deg, #66b5cc 0%,#66b5cc 50%,#54a5c0 50%,#54a5c0 100%);
  font-size: 30px;
  color: #fff;
  text-align: center;
}
#business .bs_balloon::after{
  content: "";
  display: block;
  width: 0;
  margin: 17px auto 0;
  border-top: 24px solid #54a5c0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#business .bs_table:nth-of-type(2) .bs_balloon{ letter-spacing: -0.08em; }
#business .bs_table figure{
  width: 200px;
  height: 200px;
  margin: 45px auto 30px;
  padding: 45px 0 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
#business .bs_table figure img{
  display: block;
  width: 120px;
  margin: 0 auto;
}
#business .bs_table ul{
  margin: 0 0 30px;
}
#business .bs_table ul li{
  color: #5dadc6;
  font-size: 17px;
  font-weight: bold;
  line-height: 35px;
}
#business .bs_table ul li::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 15px 0 7px;
  background: linear-gradient(135deg, #66b5cc 0%,#66b5cc 50%,#54a5c0 50%,#54a5c0 100%);
}
#business .bs_table:nth-of-type(2) ul li::before{ margin: 0 15px 0 100px; }
#business .bs_table:nth-of-type(2) p{ margin: 100px 0 0; }
#business .bs_table p{
  font-size: 20px;
  color: #666;
}


/***company***/
#company{
  background: url(../img/line_blk_top.png) repeat-x center top,
  #474c4e url(../img/bg_line.png);
}
#company h2{ color: #fff; }
#company .subHeading{ color: #5dadc6; }
#company table{
  max-width: 580px;
  margin: 0 auto;
  text-align: left;
}
#company tr{
  display: block;
  margin: 0 0 1em;
}
#company tr th{
  width: 85px;
  font-weight: bold;
  color: #5dadc6;
  text-align: right;
}
#company tr td{
  color: #fff;
  letter-spacing: .05em;
  padding: 0 0 0 65px;
}
#company tr td div{
  font-size: 16px;
  margin: 0 0 1em 1.5em;
  color: rgba(255, 255, 255, .5);
}


/***inquiries***/
#inquiries .subHeading{ color: #5dadc6; }
input, textarea{
  margin: 0;
  padding: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 5px;
  font-size: 20px;
}
#inquiries table{ margin: 0 auto; }
#inquiries tr{
  display: block;
  max-width: 730px;
  font-size: 0;
  margin: 0 0 30px;
}
#inquiries tr *{ font-size: 20px; }
#inquiries tr th{
  width: 200px;
  font-weight: bold;
  text-align: right;
  color: #666;
}
#inquiries tr th span{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 25px;
  margin: 0 0 0 15px;
  background: #b83326;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
#inquiries tr:nth-of-type(2) th,
#inquiries tr:nth-of-type(4) th{ padding: 0 55px 0 0; }

#inquiries input:not(.inq_send),
#inquiries textarea{
  width: 500px;
  margin: 0 0 0 30px;
  padding: 5px;
  border: 1px solid #666;
}
#inquiries input:focus:not(.inq_send),
#inquiries textarea:focus{
  border: 2px solid #5dadc6;
  box-shadow: 0 0 5px #5dadc6;
  outline: 0;
}
#inquiries input{height: 50px;}
#inquiries textarea{height: 300px;}

#inquiries dd:nth-of-type(2) input,
#inquiries dd:nth-of-type(4) input{ margin: 0 0 0 85px; }

#inquiries .inq_send{
  display: block;
  width: 300px;
  height: 70px;
  margin: 30px auto 0;
  background: #5dadc6;
  border: none;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  text-shadow: 0 2px 0 rgba(0, 0, 0, .1);
}
#inquiries .inq_send:hover{
  background: #6ec1db;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}


/***footer***/
nav #return{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 85px;
  border-radius: 50%;
  background: transparent;
  z-index: 999;
  transition: 0s;
}
nav #return:hover{ background: rgba(255, 255, 255, .2); }
nav #return img{
  display: block;
  width: 100%;
}

nav footer{
  width: 100%;
  padding: 30px 0 10px;
  background: #474c4e url(../img/bg_line.png);
}
nav footer .logo{
  display: block;
  width: 150px;
  margin: 0 auto 30px;
}
nav footer .logo:hover{ opacity: .7; }
nav footer .logo img{ width: 100%; }

nav footer ul{
  display: table;
  width: 720px;
  margin: 0 auto;
}
nav footer ul li{
  display: table-cell;
  width: 180px;
  text-align: center;
  line-height: 1;
}
nav footer ul li a{
  font-family: 'mont', sans-serif;
  letter-spacing: .05em;
  color: #fff;
}
nav footer ul li span{
  display: block;
  font-size: 13px;
  color: transparent;
  letter-spacing: .3em;
}
nav footer ul li span::before{
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin: 3px 0 5px;
  background: #5dadc6;
  transition: .3s ease;
}
nav footer ul li:hover a{ color: #ccc; }
nav footer ul li:hover span{ color: #5dadc6; }
nav footer ul li:hover span::before{
  width: 100%;
  transition: .3s ease;
}
nav footer small{
  display: block;
  width: 100%;
  font-size: 11px;
  color: rgba(255, 255, 255, .5);
  text-align: center;
}
