@charset "UTF-8";
/*================================================================
 site_default
================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

/* For Android */
body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.mincho {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

.bold {
  font-weight: bold;
}

.wrap {
  margin: 0 auto;
  width: 1024px;
}

/*================================================================
 common
================================================================*/
.spImage {
  display: none;
}

.scrollIcon {
  display: none;
  position: fixed;
  bottom: 2.08333%;
  left: 0;
  width: 100%;
  text-align: center;
}

.current .scrollIcon {
  display: block;
}

.sections {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
}

/*================================================================
 siteHeader
================================================================*/
.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  padding: 11px 0 10px;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  background: white;
  z-index: 100;
}
.siteHeader .wrap {
  box-sizing: border-box;
  padding: 0 25px;
}
.siteHeader h1 {
  float: left;
}
.siteHeader .tokaiLogo,
.siteHeader .request {
  float: right;
}
.siteHeader .tokaiLogo {
  padding-left: 20px;
}
.siteHeader .request {
  text-align: center;
}
.siteHeader .request a {
  box-sizing: border-box;
  display: block;
  padding: 6px 0 5px;
  width: 160px;
  border: 1px solid #c1daeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/*================================================================
 siteFooter
================================================================*/
.siteFooter {
  display: none;
  position: fixed;
  top: 100%;
  left: 0;
  padding: 30px 0;
  width: 100%;
  text-align: center;
  background: #fff;
  z-index: 15;
}

/*================================================================
 contents
================================================================*/
main {
  padding-top: 100vh;
}
main .mainVisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
main .mainVisual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/mv_mask.png") repeat;
  z-index: -99;
}
main .mainVisual video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
}
main .mainVisual .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -54px 0 0 -301px;
}
main .mainVisual .logo img {
  max-width: 100%;
  height: auto;
}
main .section01 {
  padding: 200px 0;
  text-align: center;
  background: #fff;
  z-index: 7;
}
main .section01 .inSec01 {
  padding-bottom: 140px;
}
main .section01 .inSec01 h2 {
  padding-bottom: 85px;
}
main .section01 .inSec01 .catch {
  padding-bottom: 70px;
}
main .section01 .inSec01 .lead {
  padding-bottom: 90px;
}
main .section01 .inSec02 h2 {
  padding: 25px;
}
main .section01 .inSec02 .movie {
  margin: 0 auto;
  width: 560px;
}
main .section01 .inSec02 .movie iframe {
  width: 100%;
}
main .section02 {
  padding: 0 2%;
  background: #c1daeb;
  z-index: 8;
}
main .section02 header {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
main .section02 header .wrapper {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 884px;
  margin: -293px 0 0 -442px;
  padding-left: 390px;
}
main .section02 header h2 {
  padding: 65px 0 56px;
}
main .section02 header .points {
  position: absolute;
  top: 0;
  left: 0;
}
main .section02 header .points:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -107px;
  margin-top: -138px;
  width: 79px;
  height: 276px;
  background: url("../img/section02_points_arrows.png") no-repeat;
}
main .section02 header .points li {
  padding-bottom: 35px;
}
main .section02 header .points li:last-child {
  padding: 0;
}
main .section02 .inner {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  padding: 70px 0 20px;
  width: 100%;
  height: 100vh;
}
main .section02 .inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
main .section02 .inSections {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  box-shadow: none;
  -webkit-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
main .section02 .inSections.shadow {
  box-shadow: 0 15px 6px -6px rgba(0, 0, 0, 0.2);
}
main .section02 .inSections .wrapper {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -495px;
  padding: 0 25px;
  width: 990px;
  background: #fff;
}
main .section02 .inSections h3 {
  padding: 0 0 40px 12px;
}
main .section02 .inSections .movieWrap {
  position: relative;
  float: right;
  width: 494px;
  -webkit-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
  transform: translateX(-35px);
}
main .section02 .inSections .movieWrap:after {
  content: "";
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  background: url("../img/section02_movie_mask.png") no-repeat;
  background-size: 100% 100%;
}
main .section02 .inSections .movieWrap video {
  width: 100%;
}
main .section02 .inSections dl {
  float: left;
  padding-top: 40px;
  -webkit-transform: translateX(75px);
  -ms-transform: translateX(75px);
  -moz-transform: translateX(75px);
  transform: translateX(75px);
}
main .section02 .inSections dt {
  padding-bottom: 40px;
}
main .section02 .inSections .detailArea {
  position: relative;
  clear: both;
  padding: 85px 0 20px;
}
main .section02 .inSections .detailArea .detailTitle {
  padding: 0 20px 25px;
}
main .section02 .inSections .detailArea li {
  float: left;
  padding-right: 11px;
  line-height: 0;
}
main .section02 .inSections .detailArea li:last-child {
  padding: 0;
}
main .section02 .inSections .detailArea .annotation {
  position: absolute;
  right: 0;
  bottom: 0;
}
main .section02 .inSec01 {
  z-index: 5;
}
main .section02 .inSec02 {
  margin-top: 2px;
  z-index: 4;
}
main .section02 .inSec03 {
  margin-top: 6px;
  z-index: 3;
}
main .section03 {
  padding: 150px 0;
  background: #fff;
  z-index: 9;
}
main .section03 .mv {
  padding-bottom: 150px;
  text-align: center;
}
main .section03 .wrapper {
  margin: 0 auto;
  width: 850px;
}
main .section03 .wrapper .textArea {
  float: left;
  width: 382px;
}
main .section03 .wrapper .textArea .catch {
  padding-bottom: 50px;
}
main .section03 .wrapper .textArea dt {
  margin-bottom: 40px;
  padding: 9px 0 5px;
  border-top: 2px solid #dfeaf7;
  border-bottom: 2px solid #dfeaf7;
}
main .section03 .wrapper .imageList {
  float: right;
  padding-top: 30px;
  width: 370px;
  text-align: center;
}
main .section03 .wrapper .imageList li:first-child {
  padding-bottom: 70px;
}
main .section04 {
  padding-top: 500px;
  text-align: center;
  z-index: 10;
}
main .section04 .inner {
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}
main .section04 .wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -259px;
  width: 100%;
  z-index: 1;
}
main .section04 h2 {
  padding-bottom: 120px;
}
main .section04 .lead {
  padding-bottom: 55px;
}
main .section04 .request {
  text-align: center;
}
main .section04 .request a {
  display: block;
  margin: 0 auto;
  padding: 16px 0 16px;
  width: 480px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
}
main .section04 .movieWrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
main .section04 .movieWrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mv_mask.png) repeat;
  z-index: -89;
}
main .section04 video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -90;
  background-size: cover;
}
@media (max-height: 760px) {
  main .section02 header {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  main .section02 .inSections .wrapper {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  main .section04 .wrapper {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*================================================================
 tablet sp
================================================================*/
.noAnimation main {
  padding-top: 0;
}
.noAnimation video {
  display: none;
}
.noAnimation .spImage {
  display: block;
}
.noAnimation .spImage img {
  width: 100%;
  height: auto;
}
.noAnimation .scrollIcon {
  display: none;
}
.noAnimation .siteFooter,
.noAnimation .mainVisual,
.noAnimation .sections {
  display: block;
  position: relative;
}
.noAnimation .mainVisual {
  height: auto;
}
.noAnimation .section02 {
  padding-bottom: 80px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.noAnimation .section02 header {
  padding: 50px 0;
  height: auto;
}
.noAnimation .section02 header .wrapper {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.noAnimation .section02 .inner {
  padding: 0;
  height: auto;
}
.noAnimation .section02 .inSections {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
  padding: 50px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  background: #fff;
}
.noAnimation .section02 .inSections:last-of-type {
  margin-bottom: 0;
}
.noAnimation .section02 .inSections .wrapper {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.noAnimation .section04 {
  top: 0 !important;
  padding-top: 0;
  height: auto;
}
.noAnimation .section04 .inner {
  height: auto;
}
.noAnimation .section04 .wrapper {
  position: relative;
  top: auto;
  left: auto;
  margin-top: 0;
  padding: 100px 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.noAnimation .section04 .movieWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
