@charset "UTF-8";
/*==============================
	
	STYLE.CSS
	
	==============================*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

figure {
  margin: 0; }

html, body {
  font-family: "ryo-gothic-plusn", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.85;
  background-color: #f1f5e7; }

main {
  padding-top: 70px; }
  @media (min-width: 768px) {
    main {
      padding-top: 140px; } }

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed #cc3300;
  -webkit-transition: color 0.14s linear 0s;
  -moz-transition: color 0.14s linear 0s;
  -ms-transition: color 0.14s linear 0s;
  -o-transition: color 0.14s linear 0s;
  transition: color 0.14s linear 0s; }
  a:hover {
    color: #cc3300; }

/*=== base ===*/
.page-container {
  margin: 0 auto;
  position: relative; }

.sect-container {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 0 1.42857em; }

.sect-title {
  margin: 0 0 1em 0;
  text-align: center;
  font-weight: 300;
  font-size: 2.0em;
  letter-spacing: 0.1em; }

/*=== 横幅いっぱいのボタン ===*/
a.big-btn {
  font-size: 1.5em;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 1em 1em 0.8em;
  color: gray;
  text-decoration: none;
  border-radius: 0.5em;
  text-align: center;
  border-bottom: none;
  -webkit-transition: all 0.14s linear 0s;
  -moz-transition: all 0.14s linear 0s;
  -ms-transition: all 0.14s linear 0s;
  -o-transition: all 0.14s linear 0s;
  transition: all 0.14s linear 0s; }
  a.big-btn:hover {
    background-color: #cc3300;
    color: white; }

/*=== 赤字 ===*/
.red {
  color: red; }

.sr-only {
  display: none; }

/*========== 

	header.page-header

	==========*/
.page-header {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06); }
  @media (min-width: 768px) {
    .page-header {
      height: 120px; } }
  .page-header:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 52px;
    background-color: inherit;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06); }
    @media (min-width: 768px) {
      .page-header:after {
        top: 122px; } }
  .page-header .sect-container {
    padding: 8px 0 0 0; }
    @media (min-width: 768px) {
      .page-header .sect-container {
        padding-top: 28px; } }

.site-name {
  margin: 0; }
  .site-name a {
    display: block;
    width: 36px;
    height: 33px;
    margin: 0 auto;
    background: url(../img/common/vm-logo.svg) center center/34px auto no-repeat;
    border-bottom: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    @media (min-width: 768px) {
      .site-name a {
        width: 72px;
        height: 66px;
        background-size: 68px auto; } }

.main-nav ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

.main-nav li {
  font-size: 1.0rem;
  display: inline-block;
  width: 25%;
  text-align: center; }
  .main-nav li a {
    line-height: 4.0em;
    color: #666;
    text-decoration: none;
    padding: 0.2em 0.5em;
    border-radius: 0.2em;
    -webkit-transition: all 0.14s linear 0s;
    -moz-transition: all 0.14s linear 0s;
    -ms-transition: all 0.14s linear 0s;
    -o-transition: all 0.14s linear 0s;
    transition: all 0.14s linear 0s; }
  .main-nav li a:hover {
    background-color: rgba(40, 40, 0, 0.15); }

/*==========

	FOOTER.page-footer

	==========*/
.page-footer {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center; }
  .page-footer .sect-container {
    padding: 2.0em; }
  .page-footer .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .page-footer .footer-nav li {
    display: inline-block;
    margin: 0 1em; }
  .page-footer .footer-nav a {
    color: white;
    text-decoration: none; }
  .page-footer .footer-nav a:hover {
    text-decoration: underline; }
  .page-footer .colophon {
    font-size: 0.8em;
    letter-spacing: 0.1em;
    margin: 3.0em 0 0 0;
    line-height: 1.0; }

/*====================
	
	modules / kapslide
	
	リスト中の画像を順番にフェードインしていくスライド.
	
	* .slide-item の opacityをanimateする方法. (hiddenにはしない)
	
	* 制御はすべてJavaScript (kapslide.js + jQuery) で行う.
	
	* オプションクラス:
		.hover-zoom ...hoverでズームする (cssのみの設定)
		.with-nav .....画像切り替えナビを表示する
	
	====================*/
.kapslide-container {
  position: relative;
  /* width と height は個別に設定すること. */ }
  .kapslide-container .slide-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
  .kapslide-container .slide-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
    .kapslide-container .slide-item:first-of-type {
      opacity: 1.0; }
  .kapslide-container .slide-item > img {
    display: block; }

/*=== hover-zoom 設定 ===*/
.kapslide-container.hover-zoom {
  overflow: hidden; }
  .kapslide-container.hover-zoom .slide-item > img {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out; }
  .kapslide-container.hover-zoom:hover .slide-item > img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08); }

/*=== with-nav 設定 ===*/
.kapslide-container.with-nav .nav-container {
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
  height: 24px; }

.kapslide-container.with-nav .nav {
  margin: 0;
  padding: 0;
  font-size: 0; }

.kapslide-container.with-nav .nav-item {
  display: inline-block;
  font-size: 12px;
  font-family: sans-serif;
  width: 24px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  color: #808080;
  -webkit-transition: color 0.14s linear 0s;
  -moz-transition: color 0.14s linear 0s;
  -ms-transition: color 0.14s linear 0s;
  -o-transition: color 0.14s linear 0s;
  transition: color 0.14s linear 0s; }
  .kapslide-container.with-nav .nav-item.active,
  .kapslide-container.with-nav .nav-item:hover {
    color: white; }

/*====================

	page-top.scss

	====================*/
.page-top .carousel .sect-container {
  padding: 0 20px; }

.page-top .carousel ul {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.page-top .carousel li {
  background-color: white;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 56.25%; }

.page-top .carousel .container {
  border: 2px solid white;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px; }

.page-top .carousel .lead {
  margin: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "ryo-text-plusn", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", YuMincho, serif;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  position: absolute;
  top: 0.50em;
  right: 0.30em;
  -webkit-font-smoothing: antialiased;
  font-size: 5.35vw; }
  @media (min-width: 768px) {
    .page-top .carousel .lead {
      font-size: 3.2rem; } }
  @media (min-width: 990px) {
    .page-top .carousel .lead {
      font-size: 3.8rem; } }
  .page-top .carousel .lead.trans-black {
    color: rgba(0, 0, 0, 0.75); }

.page-top .carousel li.cs-1 {
  background-image: url(../img/top-cs/cs-1.jpg); }

.page-top .carousel li.cs-2 {
  background-image: url(../img/top-cs/cs-2.jpg); }

.page-top .carousel li.cs-3 {
  background-image: url(../img/top-cs/cs-3.jpg); }

.page-top section.message {
  margin: 4em auto;
  text-align: center;
  line-height: 1.65; }
  @media (min-width: 768px) {
    .page-top section.message {
      width: 80%;
      font-size: 1.14286em; } }
  .page-top section.message p {
    letter-spacing: 0.05em; }

.page-top section.features {
  margin: 4em auto;
  padding: 2em 0;
  background-color: rgba(0, 0, 0, 0.07);
  position: relative; }
  .page-top section.features:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: -4px;
    background-color: inherit; }
  .page-top section.features .sect-title {
    margin: 0 0 1em 0;
    text-align: center;
    font-weight: 300;
    font-size: 2.0em; }
  .page-top section.features .feat-list {
    width: 100%;
    overflow: hidden;
    margin: 2.0em auto 0;
    padding: 0;
    list-style: none; }
  .page-top section.features .feat-list li {
    text-align: center;
    margin: 0 auto 2em;
    max-width: 500px; }
    @media (min-width: 768px) {
      .page-top section.features .feat-list li {
        float: left;
        width: 30%;
        margin: 0;
        max-width: none; } }
    @media (min-width: 768px) {
      .page-top section.features .feat-list li + li {
        margin-left: 5%; } }
    .page-top section.features .feat-list li h3 {
      margin: 0.75em 0 1em; }
      @media (min-width: 768px) {
        .page-top section.features .feat-list li h3 {
          margin-top: 1.5em; } }
    .page-top section.features .feat-list li p {
      margin: 0; }
    .page-top section.features .feat-list li figure {
      margin: 0 auto;
      width: 200px;
      height: 200px;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: relative;
      text-align: center; }
      .page-top section.features .feat-list li figure img {
        width: auto;
        height: 100%;
        position: relative;
        left: -80px; }
  .page-top section.features .intro-gallery {
    text-align: center;
    margin: 2em auto 0; }

.page-top section.contact {
  margin: 4em auto;
  padding: 0 0 2em;
  text-align: center;
  position: relative; }
  .page-top section.contact a.big-btn:not(:hover) {
    background-color: #ffb399;
    color: #cc3300; }
  .page-top section.contact:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: -60px;
    background-color: #f1f5e7; }

.intro-contact {
  margin: 2em auto; }

/*========== beta ==========*/
.beta-recent-works {
  background-color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 1.4em 1.4em;
  margin: 3em auto 0;
  overflow: hidden;
  max-width: 540px; }
  @media (min-width: 768px) {
    .beta-recent-works {
      padding: 2em 2em;
      max-width: none; } }
  .beta-recent-works .col.left {
    margin-bottom: 2.0em; }
    @media (min-width: 768px) {
      .beta-recent-works .col.left {
        float: left;
        width: 27%;
        margin-bottom: 0; } }
    .beta-recent-works .col.left .title {
      margin: 0;
      text-align: center; }
      @media (min-width: 768px) {
        .beta-recent-works .col.left .title {
          text-align: left; } }
    .beta-recent-works .col.left .desc {
      font-size: 0.78571em;
      text-align: center; }
      @media (min-width: 768px) {
        .beta-recent-works .col.left .desc {
          text-align: left; } }
  .beta-recent-works .col.right {
    /*a {color: #c30; text-decoration: none; }
		a:hover { text-decoration: underline; }*/ }
    @media (min-width: 768px) {
      .beta-recent-works .col.right {
        float: right;
        width: 60%; } }
    .beta-recent-works .col.right ul {
      margin: 0;
      list-style: none;
      padding: 0;
      text-align: center; }
      @media (min-width: 768px) {
        .beta-recent-works .col.right ul {
          padding: 0 0 0 5em;
          text-indent: -5em;
          text-align: left; } }
    .beta-recent-works .col.right li {
      margin: 0 0 1.2em 0; }
    .beta-recent-works .col.right li:last-child {
      margin-bottom: 0; }
    .beta-recent-works .col.right small {
      color: #777; }

/*==========
	.page-contact (/contact/index.html)
	==========*/
.page-contact .sect-lead {
  text-align: center; }

.page-contact fieldset {
  border: none;
  background: white;
  padding: 2.0em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  margin: 2.0em auto;
  position: relative; }

.page-contact legend {
  position: relative;
  top: 2.0em; }

.page-contact table {
  width: 100%;
  margin: 2.0em 0 0 0; }

.page-contact th, .page-contact td {
  padding: 0.8em; }

.page-contact th {
  width: 20%;
  vertical-align: top;
  text-align: right;
  font-size: 0.85em;
  color: #444;
  padding-top: 2.0em;
  padding-right: 0.6em; }

.page-contact input:not([type=submit]), .page-contact select, .page-contact textarea {
  border: 1px solid #aaa; }

.page-contact input, .page-contact select {
  height: 2.8em;
  padding: 0.4em 0.8em;
  width: 50%; }

.page-contact input + input {
  width: 49%;
  margin-left: 1%; }

.page-contact textarea {
  width: 100%;
  line-height: 1.4;
  padding: 0.8em; }

.page-contact .form-block.submit {
  text-align: center;
  padding: 0 0 4em 0; }

.page-contact input[type=submit] {
  border: 2px solid #cc0000;
  background-color: white;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  font-size: 1.5em;
  line-height: 1.0;
  color: black;
  cursor: pointer;
  -webkit-transition: all 0.14s linear 0s;
  -moz-transition: all 0.14s linear 0s;
  -ms-transition: all 0.14s linear 0s;
  -o-transition: all 0.14s linear 0s;
  transition: all 0.14s linear 0s; }
  .page-contact input[type=submit]:hover {
    background-color: #ff6666;
    color: white; }

.page-contact .alert {
  margin: 0.2em 0 0 0;
  color: red;
  font-size: 0.85714em; }

/*# sourceMappingURL=style.map */