/*
Theme Name:HEYACLES
Theme URI:
Description:
Author:PLUSIDEA
Author URI:http://plusidea.co.jp/
Version:7.7
*/


@charset "utf-8";

/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html {
  min-width: 320px;
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 1.6rem;
  margin: 0;
  position: relative;
}


.col1{
  width:5.9829%;
}
.col2{
  width:14.5299%;
}
.col3{
  width:23.0769%;
}
.col4{
  width:31.6239%;
}
.col5{
  width:40.1709%;
}
.col6{
  width:48.7179%;
}
.col7{
  width:57.2649%;
}
.col8{
  width:65.8119%;
}
.col9{
  width:74.3589%;
}
.col10{
  width:82.9059%;
}
.col11{
  width:91.4529%;
}
.col12{
  width:100%;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.xsmall {
	font-size: 8px;
}
.small {
	font-size: 12px;
}
.large {
	font-size: 20px;
}
.xlarge {
	font-size: 24px;
}
img {
	max-width: 100%;
  display: block;
  margin: auto;
}
.tac {
    text-align: center;
}
.tar {
    text-align:right;
}
.tal {
    text-align:left;
}
a{
  text-decoration: none;
  color: #000;
}
a:hover{
  opacity: 1;
}
span.big {
  font-size: 30px;
}
span.red{
  color: #ff3333;
  font-weight: bold;
}
table{
  border-collapse: collapse;
}
dh{
  color: #555;
  font-size: 20px;
  font-weight: bold;
}
.flr{
  float: right;
}
.fll{
  float: left;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
 content:"";
 display:block;
 overflow:hidden;
}
.clearfix:after {
 clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
 zoom:1;
}
.br-pc { display:block; }
.br-sp { display:none; }

/*------------------パンくずリスト------------*/

.breadcrumg-area ul{
  padding-left: 0;
  margin-bottom: 30px;
}

.breadcrumg-area ul li{
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.breadcrumg-area ul li::before{
  position: absolute;
  left: 0;
  content:">";
  color: #333;
}

.breadcrumg-area ul li:first-child{
  padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before{
  display: none;
}


/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/
#header {
    width: 139px;
    height: 30px;
    position: fixed;
    top: 30px;
    left: 40px;
    z-index: 9999;
    overflow: hidden;
}

#header #logo {
    width: 139px;
    height: 30px;
}

#header #logo a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    -js-display: flex;
    -webkit-box-sizing: border-box;
    -webkit-display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#header #logo img {
  width: 100%;
}

/*----------------------------------------------------------------------
nav
----------------------------------------------------------------------*/
#gNavi {
    width: 150px;
    height: auto;
    position: fixed;
    right: 0px;
    z-index: 9900;
}

#gNavi ul {
    width: 100%;
    height: auto;
    padding: 50px 28px 50px 0px;
    display: block;
    box-shadow: 0px 0px 7px 0px rgba(22,21,21,0.15);
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gNavi ul li {
    width: 100%;
    height: auto;
    margin: 0px 0px 25px 0px;
    position: relative;
    text-align: right;
}

#gNavi ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    right: -15px;
    background: #ccc;
    border-radius: 50%;
    z-index: 100;
    -webkit-transition: background 0.3s linear 0.0s;
    transition: background 0.3s linear 0.0s;
}

#gNavi ul li::after {
    content: '';
    width: 1px;
    height: calc(100% + 25px);
    position: absolute;
    top: 12px;
    right: -13px;
    background: #eee;
    z-index: 10;
}

#gNavi ul li {
  width: 100%;
  height: auto;
  margin: 0px 0px 25px 0px;
  position: relative;
  text-align: right;
}

#gNavi ul li:last-of-type {
  margin: 0px 0px 0px 0px;
}

#gNavi ul li:last-of-type .bar {
  display: none;
}

#gNavi ul li:last-of-type::after {
  display: none;
}

#gNavi ul li.circleActive::before {
    background: #115da4;
}

#gNavi ul li a span {
    display: block;
    line-height: 1;
    letter-spacing: 0.125em;
    color: #3d3331;
    -webkit-transition: color 0.3s linear 0.0s;
    transition: color 0.3s linear 0.0s;
    font-size: 1.2rem;
}

#gNavi ul li a span.en {
    margin: 0px 0px 8px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

#gNavi ul li a span.jp {
    font-weight: 700;
    font-size: 1.1rem;
    -webkit-transform: scale(0.9, 0.9);
    -webkit-transform-origin: 100% 0%;
    transform: scale(0.9, 0.9);
    transform-origin: 100% 0%;
}

#gNavi ul li .bar {
    width: 1px;
    position: absolute;
    top: 12px;
    right: -13px;
    background: #115da4;
    z-index: 20;
}

#gNavi .contactBtn {
    width: 100%;
    height: auto;
    margin: 2px 0px 0px 0px;
    display: block;
    background: #006cb8;
    box-shadow: 0px 0px 7px 0px rgba(22,21,21,0.15);
    position: relative;
    overflow: hidden;
}

#gNavi .contactBtn a {
    width: 100%;
    height: 100%;
    padding: 27px 0px 24px 0px;
    display: block;
    position: relative;
}

#gNavi .contactBtn a::before {
    content: '';
    width: 0;
    height: 120%;
    display: block;
    position: absolute;
    left: -10%;
    bottom: -1px;
    z-index: 0;
    background: #fff;
    transform: skewX(15deg);
    -webkit-transition: all 0.13s linear 0.0s;
    transition: all 0.13s linear 0.0s;
}


#gNavi .contactBtn a span.text {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 10;
}

#gNavi .contactBtn a span.text span {
    display: block;
    line-height: 1;
    letter-spacing: 0.125em;
    color: #fff;
    text-align: center;
    -webkit-transition: color 0.2s linear 0.0s;
    transition: color 0.2s linear 0.0s;
}

#gNavi .contactBtn a span.text span.en {
    margin: 0px 0px 8px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 93%;
    font-weight: 500;
}

#gNavi .contactBtn a span.text span.jp {
    font-size: 77%;
    font-weight: 700;
    -webkit-transform: scale(0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    transform: scale(0.9, 0.9);
    transform-origin: 50% 0%;
}

#gNavi .contactBtn a:hover span.text>span {
    color: #006cb8;
}

#gNavi .contactBtn a:hover::before {
    left: -10%;
    width: 120%;
}


/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/
body .textcontainer {
  padding: 40px 0;
  text-align: center;
}
body .particletext {
  text-align: center;
  font-size: 48px;
  position: relative;
}
body .particletext.bubbles > .particle {
  opacity: 0;
  position: absolute;
  background-color: rgba(33, 150, 243, 0.5);
  animation: bubbles 3s ease-in infinite;
  border-radius: 100%;
}

@keyframes bubbles {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translate(0, -20%);
  }
  100% {
    opacity: 0;
    transform: translate(0, -1000%);
  }
}

#vision {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url(../img/newcompany/mainBg.jpg) no-repeat;
    background-size: cover;
}

/*#vision h2 {
    width: 100%;
    height: 157px;
    margin: -73px 0px 0px 0px;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1000;
}*/

#vision h2 {
    width: 68%;
    margin: -73px auto 0px;
    position: absolute;
    top: 30%;
    left: 0px;
    right: 0;
    z-index: 1000;
}

#vision h2 span.logo {
    width: 200px;
    height: 43px;
    margin: 0px auto 34px;
    display: block;
    display: -ms-flexbox;
    -js-display: flex;
    -webkit-box-sizing: border-box;
    -webkit-display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#vision h2 span.logo img {
    width: 100%;
}

#vision h2 span.title {
    width: 100%;
    height: auto;
    margin: 0px auto 14px;
    display: block;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.215em;
    color: #221714;
    text-align: center;
}

#vision h2 span.subTitle {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.791;
    letter-spacing: 0.215em;
    color: #221714;
    text-align: center;
}

#vision .scroll {
    width: 100px;
    height: 53px;
    margin: 0px 0px 0px -50px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 9999;
}

#vision .scroll ::before {
    content: '';
    width: 16px;
    height: 27px;
    margin: 0px 0px 0px -8px;
    border: #3d3331 2px solid;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: scrollIconMove 2.5s ease-out 0.0s infinite;
    animation: scrollIconMove 2.5s ease-out 0.0s infinite;
}

@-webkit-keyframes scrollIconMove {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    transform: translate3d(0px, 7px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes scrollIconMove {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    transform: translate3d(0px, 7px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

#vision .scroll a::after {
    content: '';
    width: 2px;
    height: 3px;
    margin: 0px 0px 0px -1px;
    background: #3d3331;
    position: absolute;
    bottom: 17px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: wheelIconMove 2.5s ease-out 0.0s infinite;
    animation: wheelIconMove 2.5s ease-out 0.0s infinite;
}

@-webkit-keyframes wheelIconMove {
  0% {
    transform: translate3d(0px, 0px, 0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
  }
  50% {
    transform: translate3d(0px, 9px, 0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
  }
}

@keyframes wheelIconMove {
  0% {
    transform: translate3d(0px, 0px, 0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
  }
  50% {
    transform: translate3d(0px, 9px, 0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
  }
}

#vision .scroll span {
    width: 100%;
    height: auto;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 77%;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.085em;
    color: #3d3331;
    text-align: center;
}

div#wrapper {
    margin-top: 0px;
}

#wrapper.top {
    width: 100%;
    overflow: hidden;
}

.wrapper section {
    padding-top: 100px;
}

section#corevalue {
    background: url(../img/newcompany/aboutBg.jpg) no-repeat;
    background-position: inherit;
    padding-top: 0px;
    padding-bottom: 50px;
    position: relative;
}

.bg-mask {
    background: rgba(255,255,255,0.5);
}

/*#corevalue::before {
    content: '';
    width: calc(100% - 80px);
    height: 100%;
    display: block;
    background: none;
    box-shadow: 0px 0px 10px rgba(22,21,21,0.05);
    position: absolute;
    top: 5px;
    left: 40px;
    z-index: 0;
}

#corevalue::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 20%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 20%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#ffffff 20%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 1;
}*/

h3.contentTitle {
    text-align: center;
    font-size: 48px;
    letter-spacing: 2px;
    margin-top: 45px;
}

section p.subTtl {
    margin-top: 50px;
    font-size: 21px;
    text-align: center;
}

.aboutTxt {
    margin: 50px auto 0;
    width: 90%;
    max-width: 720px;
}

.aboutTxt p {
    font-size: 16px;
    margin: 25px 0 0;
    line-height: 2;
    text-align: center;
}

section#service {
    padding: 50px 0;
    background: #fff url(../img/newcompany/serviceBg.jpg) no-repeat;
    background-size: cover;
}

.seaviceImg {
    margin: 50px auto;
    line-height: 1.6;
    width: 80%;
    max-width: 1120px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.simg {
    width: 40%;
    min-width: 320px;
}

.simg.R img {
    width: 81%;
    margin-top: 33px;
}

.serviceContainer {
    width: 90%;
    max-width: 1120px;
    margin: auto;
    background: #fff;
    margin-top: 60px;
    padding: 40px 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.serviceBox {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.serviceBox:last-child {
    border: none;
}

.serviceBox h4 {
    text-align: center;
    font-size: 24px;
    vertical-align: top;
    min-height: 50px;
}

span.sub-small {
    font-size: 18px;
}
.servicedetail {
    display: flex;
    margin-top: 40px;
}
.serviceimg {
    width: 50%;
    margin: 0px auto 0;
    text-align: left;
    padding-right: 20px;
}
.servicetitle {
    font-size: 32px;
}
.seavicedisc {
    font-size: 22px;
    font-weight: bold;
}
.servicetxt {
    width: 50%;
    margin: 0px auto 0;
    padding-right: 40px;
    text-align: left;
    line-height: 1.6;
}
.servicetxt p{
    margin-top: 20px;
    line-height: 1.6;
}
.servicebtn {
    text-align: center;
}
.button {
    position: relative;
    background-color: #006cb8;
    border-radius: 4px;
    color: #fff;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #004f88;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    width: 70%;
    margin-top: 20px;
    font-size: 18px;
}

.button:hover {
  background-color: #31c8aa;
  box-shadow: 0 3px 0 #23a188;
}

.button:active {
  top: 3px;
  box-shadow: none;
}

section#company {
    margin-top: 100px;
}

#company .companyInformation {
    width: 100%;
    max-width: 1366px;
    margin: 80px auto 0px;
    padding: 0px 183px 0px 40px;
    display: -ms-flexbox;
    -js-display: flex;
    -webkit-box-sizing: border-box;
    -webkit-display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#company .companyInformation .imgWrapper {
    width: 46%;
    height: auto;
    display: block;
    position: relative;
}

.companyImg iframe {
    width: 525px;
    height: 665px;
    max-width: 100%;
}

/*.fluffyImage::before {
    content: '';
    width: 103%;
    height: 103%;
    position: absolute;
    top: -1.5%;
    left: -1.5%;
    z-index: 1000;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all 0.5s linear 0.0s;
    transition: all 0.5s linear 0.0s;
}*/

#company .companyInformation .imgWrapper img {
    width: 100%;
    height: auto;
    position: relative;
/*    box-shadow: 0px 0px 7px 0px rgba(22,21,21,0.15);*/
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

#company .companyInformation .information {
    width: 54%;
    padding: 0px 0px 0px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#company .companyInformation .information span.copy {
    width: 100%;
    height: auto;
    margin: -0.45em 0px 48px 0px;
    display: block;
    font-size: 243%;
    font-weight: 700;
    line-height: 1.875;
    color: #3d3331;
}

#company .companyInformation .information dl {
    width: 100%;
    height: auto;
}

#company .companyInformation .information dl dt {
    width: 100%;
    margin: 0px 0px 13px 0px;
    font-size: 123.1%;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0.125em;
    color: #221714;
}

#company .companyInformation .information dl dd {
    width: 100%;
    margin: 0px 0px 38px 0px;
    padding: 0px 0px 24px 0px;
    font-size: 108%;
    font-weight: 500;
    line-height: 1.833;
    letter-spacing: 0.125em;
    color: #221714;
    border-bottom: #f0f0f0 3px solid;
    font-weight: normal;
}




/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
#footer {
    width: 100%;
    height: auto;
    margin: 0px auto 0px;
    padding: 45px 0px 25px 0px;
    display: block;
    background: #006cb8;
    position: relative;
    z-index: 9000;
}

#footer ul.navi {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    -js-display: flex;
    -webkit-box-sizing: border-box;
    -webkit-display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer ul.navi li {
    margin: 0px 15px 0px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 77%;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.125em;
    color: #fff;
    position: relative;
}

#footer ul.navi li::after {
    content: '';
    width: 1px;
    height: 1rem;
    position: absolute;
    top: 1px;
    right: -15px;
    background: #fff;
}

#footer ul.navi li:last-child::after {
    content: '';
    width: 1px;
    height: 6px;
    position: absolute;
    top: 1px;
    right: -15px;
    background: none;
}

#footer ul.navi li a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

#footer ul.navi li a::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -5px;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 1);
    -webkit-transition: all 0.15s cubic-bezier(0.6, 0.07, 0.95, 0.6) 0s;
    transform-origin: 50% 50%;
    transform: scale(0, 1);
    transition: all 0.15s cubic-bezier(0.6, 0.07, 0.95, 0.6) 0s;
}

#footer ul.navi li a {
    color: #fff;
    font-size: 1.1rem;
}

#footer .footerLogo {
    width: 180px;
    margin: 30px auto 0px;
    display: block;
}

#footer .footerLogo img {
    width: 100%;
    height: 100%;
}

#footer small {
    width: 100%;
    margin: 24px auto 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 93%;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.085em;
    color: #81bbf1;
    text-align: center;
    border: none;
}

/*----------------------------------------------------------------------
下層ページ
----------------------------------------------------------------------*/

/*----contact----*/

h1.c-logo {
    padding: 30px;
}

.heroHeader {
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}

.cform_box {
    width: 50%;
    margin: 0 auto;
}





.cform_box {
    margin: 50px auto;
}

.cform th {
  font-size: 14px;
  width: 35%; /*変なところで改行される場合はここの数字を変更します。*/
  border-bottom: solid 1px #d6d6d6;
  padding: 20px 0 20px 15px;
  font-weight: normal;
  vertical-align: top;
}

.cform td {
    font-size: 14px;
    line-height: 150%;
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 5px;
    vertical-align: middle;
}

.cform {
    width: 100%;
    margin: auto;
    text-align: left;
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}

.cform option, .cform textarea, .cform input[type=text], .cform input[type=email], .cform input[type=search], .cform input[type=url] {
    display: block;
    height: 30px;
    width: 98%;
    margin: 0;
    border: 1px solid #34362F;
    border-radius: .4rem;
    background-color: #fff;
    background-image: none;
    line-height: 1.25;
    transition: box-shadow ease-in-out .15s;
    padding-left: 6px;
}

.cform select {
    width: 100%;
    display: block;
    height: 40px;
    width: 100%;
    margin: 0;
    border: 1px solid #34362F;
    border-radius: .4rem;
    background-color: #fff;
    background-image: none;
    line-height: 1.25;
    transition: box-shadow ease-in-out .15s;
}



.required-srt {
    font-size: 8pt;
    padding: 5px;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: middle;
    color: #ff0000;
}

.submit-btn input {
    background: #00142c;
    min-width: 180px;
    margin: 30px auto;
    display: block;
    border: 1px #00142c solid;
    text-align: center;
    padding: 5px;
    color: #fff;
    transition: all 0.4s ease;
}

.submit-btn input:hover {
  background: #fff;
  color: #00142c;
}


.thanks-text {
    width: 80%;
    margin: 70px auto;
}

/* 404 */
#notFound {
    padding-top:40px;
    padding-bottom:200px;
    line-height:1.3;
    text-align:center;
}
#notFound .msg {
    font-size:18px;
    color:#4d4d4d;
}
#notFound .return { padding:30px 0;}
#notFound a { font-size:14px; color:#4d4d4d;background:url(../images/common/ico-pagereast_001.gif) no-repeat left center; padding-left:13px;}

.button2 {
    position: relative;
    background-color: #d00000;
    border-radius: 4px;
    color: #fff;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #880000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    width: 70%;
    margin-top: 20px;
    font-size: 18px;
}

.button2:hover {
  background-color: #c83156;
  box-shadow: 0 3px 0 #a12323;
}

.button2:active {
  top: 3px;
  box-shadow: none;
}

/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
    .br-pc { display:none; }
    .br-sp { display:block; }
    .sp-only {
        display: block;
    }
    .mmb-10 {
        margin-bottom: 10px;
    }
    .mmb-20 {
        margin-bottom: 20px;
    }
    .mmb-30 {
        margin-bottom: 30px;
    }
    .mmb-40 {
        margin-bottom: 40px;
    }
    .splogo {
        display: inline-block;
    }

#gNavi ul {
    display: none;
}

div#vision {
    background-position: center;
}

#vision h2 {
    width: 90%;
    margin-top: -150px;
}
/*bubble全体*/
#vision h2 {
    width: 100%;
    margin-top: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#vision h2 span.logo {
    padding-top: calc(100vh / 4);
}

#vision h2 span.subTitle>span,
.subTtl > span {
    display: none;
}

#vision h2 span.title {
    font-size: 6vw;
    line-height: 1.3;
    padding-top: 22px;
}

#vision h2 span.subTitle {
    font-size: 3vw;
}

#vision .scroll {
    bottom: 130px;
}

section#corevalue {
    height: auto;
    margin-bottom: 0px;
}

h3.contentTitle {
    font-size: 6vw;
}

section p.subTtl {
    font-size: 3vw;
    width: 90%;
    margin: 30px auto;
}
.aboutTxt p {
    font-size: 14px;
}
.simg.R {
    margin-top: 30px;
}

.simg.R {
    margin-top: 30px;
    margin-bottom: 30px;
}

section#service {
    padding: 10px 0 50px;
}
.serviceContainer {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}
.serviceBox {
    width: 90%;
    margin-bottom: 0px;
    border: none;
}
.servicetitle {
    font-size: 20px;
    font-weight: bold;
}
.servicedetail {
    display: block;
}
.seavicedisc {
    font-size: 16px;
}
.serviceimg {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0px;
}
.servicetxt {
    width: 100%;
    padding-right: 0;
}
.servicetxt p{
    font-size: 14px;
}
.serviceBox:last-child {
    margin-bottom: 0px;
}

section#company {
    margin-top: 0px;
}

#company .companyInformation .imgWrapper {
    width: 90%;
    margin: auto;
    display: block;
}

#company .companyInformation .imgWrapper img {
    position: relative;
}

#company .companyInformation {
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
}

#company .companyInformation .information {
    width: 90%;
    padding-left: 0;
    margin: 40px auto;
}

#company .companyInformation .information span.copy {
    margin: 30px auto;
    font-size: 7vw;
}

#company .companyInformation .information dl dt {
    font-size: 16px;
}

#company .companyInformation .information dl dd {
    font-size: 14px;
}

div#wrapper {
    margin-top: 0;
}

section#corevalue {
    padding-top: 0px;
}

.companyImg iframe {
    height: 50vh;
}

h3.contentTitle {
    margin-top: 50px;
}

/*　問い合わせフォーム
-------------------------------------*/
.cform th {
  font-size: 14px;
  width: 35%; /*変なところで改行される場合はここの数字を変更します。*/
  border-bottom: solid 1px #d6d6d6;
  padding: 20px 0 20px 15px;
  font-weight: normal;
  vertical-align: top;
}

.cform td {
    font-size: 14px;
    line-height: 150%;
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 5px;
    vertical-align: middle;
}

.cform {
    width: 100%;
    margin: auto;
    text-align: left;
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 96%;
}

.required-srt {
    font-size: 8pt;
    padding: 5px;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: middle;
    color: #ff0000;
}

.submit-btn input {
    background: #00142c;
    min-width: 180px;
    margin: 30px auto;
    display: block;
    border: 1px #00142c solid;
    text-align: center;
    padding: 5px;
    color: #fff;
    transition: all 0.4s ease;
}

.submit-btn input:hover {
  background: #fff;
  color: #00142c;
}


.cform th, .cform td {
    width: 97%;
    margin: 0 auto;
    display: block;
    border-top: none;
}

.thanks-text {
    width: 80%;
    margin: 20px auto;
}

.cform_box {
    width: 96%;
}

.heroHeader {
    font-size: 17px;
    margin-bottom: 0;
}




}

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




}

/*media queryここまで*/






