/*===================================
common
===================================*/
.contents{
    max-width:100%;
    margin:4vw auto;
}
@media screen and (max-width: 640px) {
.contents{
    width:90%;
    margin:10vw auto;
}
}



#header-image {
    width:100%;
}
#header-image img{
    width:100%;
    height:auto;
    vertical-align: bottom;
}
@media screen and (max-width: 640px) {
#header-image {
    width:100%;
    padding-top:45px;
}
#header-image img{
    width:100%;
    height:auto;
}
}

.pc-hide {
    display: none;
}
.sp-hide{
    display: block;    
}
@media screen and (max-width: 768px) {
.pc-hide {
    display: block;
}
.sp-hide{
    display: none;    
}
}

.caution {
    font-size:60%;
}

h1 {
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
    width:100%;
    display: block;
    padding-bottom: 2vw;
    font-weight: 300;
    font-size:2vw;
}
h1 img {
    width:10%;
    height:auto;
}
.h1-line {
    margin:0 auto 6vw;
    width:60px;
    border-bottom: solid 2px #00698C;
}
h2 {
    border-bottom: solid 1px #000;
    width:100%;
    margin:0 auto 20px;
        font-size:1.2vw;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
h1{
    font-size:10vw;
}
h1 img {
    width:30%;
    height:auto;
}
h2 {
    font-size:4vw;
    font-weight: 400;
    width:100%;
    margin:0 auto 3vw;
    padding-bottom:3vw;
}
}

.text-box {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

@media screen and (max-width: 768px) {
.text-box {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
}

/*===================================
hero
===================================*/
/* wrap */
.hero {
  position: relative;
        top: 50px;
}
/* video */
.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 60vh;
}
.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero-title img{
    width:60%;
    height:auto;
    image-rendering: -webkit-optimize-contrast;
}
.sp-hero{
    display: none;    
}
@media screen and (max-width: 768px) {
.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50vh;
}
.video {
    position: absolute;
    top: 50%;
    left: 100%;
    min-width: 100vw;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}

/* overlay */

.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0);
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.hero-title img{
    width:60%;
    height:auto;
    image-rendering: -webkit-optimize-contrast;
}
.sp-hero{
    display: none;    
}

@media screen and (max-width: 768px) {
.pc-hero{
    display: none;    
}
.sp-hero{
    position: relative;
    display: block; 
    height:100vh;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.hero-title {
    position: relative;
    width: 90%;
    top:75vh;
    left:0;
}
.hero-title img{
    width:50%;
    height:auto;
    image-rendering: crisp-edges;
}
}



/*===================================
top
===================================*/
.top-wrapper{
    background-color:#fff;
    width:80%;
    padding:5vh 10%  5vh;
    margin:0 auto;
}
.top {
    max-width:1020px;
    line-height:2em;
    margin:0 auto;
}
.top-title-wrapper {
    width:35%;
    margin:10vh auto;
}
.top-title{
    font-size:3vw;
    line-height:5vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 100;
    letter-spacing: 1vw;
}
.top-title span{
    color:#00698C;
}
.top-txt {
    max-width:800px;
    font-size:1vw;
    line-height:200%;
    margin:10vh auto;
    width:60%;
    font-weight: 4200;;
}


@media screen and (max-width: 768px) {
.top-wrapper{
    background-color:rgba(255,255,255,1);
    width:100%;
    color:#666;
}
.top {
    width:90%;
    margin:0 5%;
}
.top-title-wrapper {
    width:100%;
    margin:15vh auto 15vh;
    text-align: center;
}
.top-title{
    font-size:6vw;
    letter-spacing: 0.2vw;
    line-height:9vw;
}
.top-title span{
    color:#00698C;
    font-size:9vw;
}
.top-txt {
    width:100%;
    font-size:3.5vw;
    margin:0 0;
    line-height:8vw;
}
}


/*===================================
business
===================================*/
.business-lead {
    line-height: 300%;
        width:100%;
    margin:0 auto 8vw;
    font-weight: 400;
    font-size:1vw;
    text-align: center;
}
.business-colmn-wrapper {
    width:60%;
    max-width: 980px;
    margin:0 auto;
}
.business-colmn{
    width:38%;
    margin:0 6% 3vw;
    float: left;
}
.business-colmn .image{
    width:100%;
    text-align: center;
    margin-bottom: 1vw;
}
.business-colmn .image img{
    width:auto;
    height:40px;
}

.center {
    text-align: center;
}
.business-colmn p{
    font-size:0.8vw;
    line-height: 200%;
}
@media screen and (max-width: 640px) {
.business-lead {
    line-height: 180%;
        width:100%;
    margin:0 auto 70px;
    font-size:3.5vw;
    text-align: left;
}
.business-colmn-wrapper {
    width:100%;
    margin:0 auto;
}
.business-colmn{
    width:100%;
    margin:0 0 8vw;
}
.business-colmn p{
    font-size:2.8vw;
    line-height: 200%;
}
.business-colmn .image{
    width:100%;
    text-align: center;
    margin-bottom: 1vw;
}
.business-colmn .image img{
    width:auto;
    height:10vw;
}
}


/*===================================
contact
===================================*/
.form-table {
  width: 100%;
}
 
.form-table th,
.form-table td {
  padding: 10px;
    background-color: #fff;
}
 
.form-table th {
  padding-left: 20px;
  position: relative;
  text-align: left;
  width: 300px;
}
.conv-button-wrapper {
    margin-top:20px;
}