/*===================================
common
===================================*/
.contents{
    max-width:100%;
    margin:4vw auto;
}
@media screen and (max-width: 640px) {
.contents{
    width:90%;
    margin:10vw auto;
}
}

.main {
		width: 100%;
    max-width: 980px;
	margin:100px auto;
        font-size:1vw;
    line-height: 200%;
}
@media screen and (max-width: 640px) {
.main {
    width: 100%;
	margin:0 auto 100px;
    font-size:3vw;
    line-height: 200%;
}
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom:40px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
h2 {
    border-bottom: solid 1px #000;
    width:100%;
    margin:0 auto 20px;
        font-size:1.2vw;
    font-weight: 400;
    padding-bottom:1vw;
}

#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%;
}


@media screen and (max-width: 768px) {
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;
}
.text-box h1 {
    color:#fff;
    line-height: 200%;
    letter-spacing: 0.3vw;
    font-size:1vw;
}
.text-box h1 span {
    color:#39CC3D;
}
@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;
}
.text-box h1 {
    color:#fff;
    line-height: 200%;
    letter-spacing: 1.2vw;
    font-size:4vw;
}
}

/*===================================
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;    
}
.text-box {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
h1 {
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
    width:100%;
    display: block;
    padding-bottom: 2vw;
    font-weight: 300;
    font-size:2vw;

}
.h1-line {
    margin:0 auto 6vw;
    width:60px;
    border-bottom: solid 2px #00698C;
}
@media screen and (max-width: 768px) {
h1{
    font-size:6vw;
}
.h1-line {
    margin:0 auto 10vw;
    width:60px;
    border-bottom: solid 2px #00698C;
}
}
@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
===================================*/
.product-colmn-wrapper {
    width:900px;
    margin:10vw auto 0;
}
.product-colmn{
    width:46%;
    margin:0 2%;
    float: left;
}
.product-colmn .image{
    width:100%;
    text-align: center;
}
.product-colmn .image img{
    width:100%;
    height:auto;
}
@media screen and (max-width: 640px) {
.product-colmn-wrapper {
    width:90%;
    margin:20vw auto 0;
}
.product-colmn{
    width:100%;
    margin:0 0 8vw;
}
.product-colmn .image{
    width:100%;
    text-align: center;
    margin-bottom: 1vw;
}
.product-colmn .image img{
    width:100%;
    height:auto;
}
}

.news-wrapper {
    width:900px;
    margin:5vw auto 10vw;
}
.news {
    border-bottom:solid 1px #ccc;
    padding:1.5vw 0;
}
.news .date {
    width:20%;
    float: left;
    line-height: 2vw;
}
.news .title {
    width:80%;
    float: right;
    line-height: 2vw;
}
@media screen and (max-width: 768px) {
.news-wrapper {
    width:90%;
    margin:10vw auto;
}
.news {
    border-bottom:solid 1px #ccc;
    padding:5vw 0;
}
.news .date {
    width:100%;
    line-height: 5vw;
}
.news .title {
    width:100%;
    line-height: 5vw;
}
}


@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;
}

/*===================================
topics
===================================*/
.topics-title{
    width:100%;
    font-size:1.2vw;
    display: block;
    border-bottom: solid 1px #000;
    margin-bottom:4vw;
    font-weight: bold;
    font-family: "Noto Sans JP";
    padding-bottom:1vw
}
.item {
    background-color: #000;
    padding:5px 10px;
    text-align: center;
    color:#fff;
    font-size:0.8vw;
}

h4 {
    border-left:solid 4px #000;
    padding:5px 8px;
    margin-bottom:20px;
    font-size:1vw;
    font-weight: bold;
}
hr {
    height:1px;
    border-top:solid 1px #666;
    margin:40px 0;
    width:100%;
}
.back-to-top-wrapper {
    width:100%;
    max-width: 980px;
    margin:auto;
    padding:4vw 0;
    text-align: center;
}
.topics-header img{
    width:100%;
    height:auto;
}

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