@charset "utf-8";


/* header
---------------------------------------- */
.header .logo-header {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}
.header .logo-header.on {
  opacity: 1.0;
  visibility: visible;
}


/* KVエリア
---------------------------------------- */
.kv {
  position: relative;
  z-index: 1;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.kv h1 {
  display: inline-block;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
}
.kv.off h1 {
  /*opacity: 0;210804修正*/
    opacity: 1;
    width: 27%;
	margin-bottom: 0;
}

.kv-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.kv-content .catch {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}
.kv-content .catch {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.off .kv-content .catch {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .kv {
    min-height: 600px;
  }

  .kv h1 {
    margin-top: 70px;
  }

  .kv-content {
    margin-top: -40px;
  }
  .kv-content .sub-ttl {
    font-size: 24px;
    letter-spacing: 0.2em;
  }

  .kv-content .sub-ttl > span > span {
    display: inline-block;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .kv-content .sub-ttl > span > span:nth-child(1) { -webkit-transition-delay: 650ms; transition-delay: 650ms; }
  .kv-content .sub-ttl > span > span:nth-child(2) { -webkit-transition-delay: 700ms; transition-delay: 700ms; }
  .kv-content .sub-ttl > span > span:nth-child(3) { -webkit-transition-delay: 750ms; transition-delay: 750ms; }
  .kv-content .sub-ttl > span > span:nth-child(4) { -webkit-transition-delay: 800ms; transition-delay: 800ms; }
  .kv-content .sub-ttl > span > span:nth-child(5) { -webkit-transition-delay: 850ms; transition-delay: 850ms; }
  .kv-content .sub-ttl > span > span:nth-child(6) { -webkit-transition-delay: 900ms; transition-delay: 900ms; }
  .kv-content .sub-ttl > span > span:nth-child(7) { -webkit-transition-delay: 950ms; transition-delay: 950ms; }
  .kv-content .sub-ttl > span > span:nth-child(8) { -webkit-transition-delay: 1000ms; transition-delay: 1000ms; }
  .kv-content .sub-ttl > span > span:nth-child(9) { -webkit-transition-delay: 1050ms; transition-delay: 1050ms; }
  .kv-content .sub-ttl > span > span:nth-child(10) { -webkit-transition-delay: 1150ms; transition-delay: 1150ms; }
  .kv-content .sub-ttl > span > span:nth-child(11) { -webkit-transition-delay: 1200ms; transition-delay: 1200ms; }
  .kv-content .sub-ttl > span > span:nth-child(12) { -webkit-transition-delay: 1250ms; transition-delay: 1250ms; }
  .kv-content .sub-ttl > span > span:nth-child(13) { -webkit-transition-delay: 1300ms; transition-delay: 1300ms; }
  .kv-content .sub-ttl > span > span:nth-child(14) { -webkit-transition-delay: 1350ms; transition-delay: 1350ms; }
  .kv-content .sub-ttl > span > span:nth-child(15) { -webkit-transition-delay: 1400ms; transition-delay: 1400ms; }
  .kv-content .sub-ttl > span > span:nth-child(16) { -webkit-transition-delay: 1450ms; transition-delay: 1450ms; }
  .kv-content .sub-ttl > span > span:nth-child(17) { -webkit-transition-delay: 1500ms; transition-delay: 1500ms; }
  .kv-content .sub-ttl > span > span:nth-child(18) { -webkit-transition-delay: 1550ms; transition-delay: 1550ms; }
  .kv-content .sub-ttl > span > span:nth-child(19) { -webkit-transition-delay: 1600ms; transition-delay: 1600ms; }
  .kv-content .sub-ttl > span > span:nth-child(20) { -webkit-transition-delay: 1650ms; transition-delay: 1650ms; }
  .kv-content .sub-ttl > span > span:nth-child(21) { -webkit-transition-delay: 1700ms; transition-delay: 1700ms; }
  .kv-content .sub-ttl > span > span:nth-child(22) { -webkit-transition-delay: 1750ms; transition-delay: 1750ms; }
  .kv-content .sub-ttl > span > span:nth-child(23) { -webkit-transition-delay: 1800ms; transition-delay: 1800ms; }
  .kv-content .sub-ttl > span > span:nth-child(24) { -webkit-transition-delay: 1850ms; transition-delay: 1850ms; }
  .kv-content .sub-ttl > span > span:nth-child(25) { -webkit-transition-delay: 1900ms; transition-delay: 1900ms; }
  .kv-content .sub-ttl > span > span:nth-child(26) { -webkit-transition-delay: 1950ms; transition-delay: 1950ms; }
  .kv-content .sub-ttl > span > span:nth-child(27) { -webkit-transition-delay: 2000ms; transition-delay: 2000ms; }
  .kv-content .sub-ttl > span > span:nth-child(28) { -webkit-transition-delay: 2050ms; transition-delay: 2050ms; }
  .off .kv-content .sub-ttl > span > span {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }

  .kv-content .catch {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.85rem;
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .kv-content .catch span {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
    margin-right: 8px;
  }
  .kv-content .catch img.logo {
    width: 25px;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    min-height: 568px;
  }

  .kv h1 {
    margin-top: 80px;
	  width:37% !important;
  }


  .kv-content {
    margin-top: -50px;
  }
  .kv-content .sub-ttl {
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .off .kv-content .sub-ttl {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  .kv-content .sub-ttl img {
    width: 225px;
  }
  .kv-content .catch {
    margin-top: 25px;
    font-size: 1rem;
    letter-spacing: 0.5rem;
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .kv-content .catch span {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    margin-right: 4px;
  }
  .kv-content .catch img.logo {
    width: 19px;
  }
}
@media screen and (max-width: 400px) {
  .kv.off h1{
    width: 60%;
  }
}


/* コンテンツ共通
---------------------------------------- */
section {
  position: relative;
  z-index: 23 !important;
  text-align:center;
}
section h2 {
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  text-indent: 0 !important;
}
section h2:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

section h2 {
  -webkit-perspective: 500px;
  -o-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
}
section h2 > span {
  display: block;
  float: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s, 2s;
          transition-duration: 0.5s, 2s;
  -webkit-transition-timing-function: linear, cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: linear, cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: rotateX(0) rotateY(0);
          transform: rotateX(0) rotateY(0);
  /*transform: translateY(0);*/
  opacity: 1;
}
section h2 > span:nth-child(1) { -webkit-transition-delay: 0ms; transition-delay: 0ms; }
section h2 > span:nth-child(2) { -webkit-transition-delay: 75ms; transition-delay: 75ms; }
section h2 > span:nth-child(3) { -webkit-transition-delay: 150ms; transition-delay: 150ms; }
section h2 > span:nth-child(4) { -webkit-transition-delay: 225ms; transition-delay: 225ms; }
section h2 > span:nth-child(5) { -webkit-transition-delay: 300ms; transition-delay: 300ms; }
section h2 > span:nth-child(6) { -webkit-transition-delay: 375ms; transition-delay: 375ms; }
section h2 > span:nth-child(7) { -webkit-transition-delay: 450ms; transition-delay: 450ms; }
section h2 > span:nth-child(8) { -webkit-transition-delay: 525ms; transition-delay: 525ms; }
section h2 > span:nth-child(9) { -webkit-transition-delay: 600ms; transition-delay: 600ms; }
section h2 > span:nth-child(10) { -webkit-transition-delay: 675ms; transition-delay: 675ms; }

section.off h2 > span {
  /*transform: translateY(-60px);*/
  /*opacity: 0; 210804修正*/
  opacity: 1;
}
section.off h2 > span:nth-child(1) { -webkit-transform: rotateX(360deg) rotateY(360deg); transform: rotateX(360deg) rotateY(360deg); }
section.off h2 > span:nth-child(2) { -webkit-transform: rotateX(360deg) rotateY(-360deg); transform: rotateX(360deg) rotateY(-360deg); }
section.off h2 > span:nth-child(3) { -webkit-transform: rotateX(-360deg) rotateY(-360deg); transform: rotateX(-360deg) rotateY(-360deg); }
section.off h2 > span:nth-child(4) { -webkit-transform: rotateX(-360deg) rotateY(360deg); transform: rotateX(-360deg) rotateY(360deg); }
section.off h2 > span:nth-child(5) { -webkit-transform: rotateX(360deg) rotateY(360deg); transform: rotateX(360deg) rotateY(360deg); }
section.off h2 > span:nth-child(6) { -webkit-transform: rotateX(360deg) rotateY(-360deg); transform: rotateX(360deg) rotateY(-360deg); }
section.off h2 > span:nth-child(7) { -webkit-transform: rotateX(-360deg) rotateY(-360deg); transform: rotateX(-360deg) rotateY(-360deg); }
section.off h2 > span:nth-child(8) { -webkit-transform: rotateX(-360deg) rotateY(360deg); transform: rotateX(-360deg) rotateY(360deg); }
section.off h2 > span:nth-child(9) { -webkit-transform: rotateX(360deg) rotateY(360deg); transform: rotateX(360deg) rotateY(360deg); }
section.off h2 > span:nth-child(10) { -webkit-transform: rotateX(360deg) rotateY(-360deg); transform: rotateX(360deg) rotateY(-360deg); }

/*h3*/
section h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  margin-bottom: .4em;
}


@media screen and (min-width: 768px) {
  section h3 {
    font-size: 24px;
    letter-spacing: 0.2em !important;
  }
}
@media screen and (max-width: 767px) {
  section h3 {
    font-size: 2.6rem;
    letter-spacing: 0.35em !important;
  }
}
/*/h3*/

/*index.html h1,h3*/
.kv h3 {
  font-weight: 200;
  width: 45% !important;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .kv h3 {
    font-size: 72px !important;
    letter-spacing: .2em !important;
  }
}
@media screen and (max-width: 767px) {
  .kv h3 {
    font-size: 5.4rem !important;
    letter-spacing: 0.35em !important;
	  width: 60% !important;
  }
}

@media screen and (max-width: 600px) {
  .kv h3{
    font-size: 3.0rem !important;
  }
}

@media screen and (max-width: 600px) {
   .kv h3 {
	   width: 80% !important;
  }
}
/*/index.html h1,h3 210804*/





/*p*/

section p{
  margin:0 auto 30px;
}
section p.indentity_bottom{
	margin-bottom:90px;
}
section .sec-btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-decoration: none;
}

section .description {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
section.off .description {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

section .sec-btn {
  -webkit-perspective: 500px;
  -o-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
}
section .sec-btn a {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
section.off .sec-btn a {
  -webkit-transform: rotateX(270deg);
          transform: rotateX(270deg);
}

@media screen and (min-width: 768px) {
  section h2 {
    font-size: 46px;
    /*letter-spacing: 0 !important;*/
    letter-spacing: .5em;
  }
  section h2 > span {
    margin: 0 0.35em;
  }
  section p.description {
    font-size: 14px;
    line-height: 2.65em;
    letter-spacing: 0.035em;
  }

  section p.desc {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.035em;
  }
	.policyEnd {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.035em;
		margin: 0 auto 30px;
  }
	.policyEnd-other {
		font-size: 18px;
	}
  section.kv p.desc {
    font-size: 42px;
  } 

  section .sec-btn a {
    width: 390px;
    height: 82px;
    border-color: #4d4d4d;
    border-style: solid;
    border-width: 2px;
    font-size: 15px;
    line-height: 78px;
  }
  section .sec-btn a .on {
    position: absolute;
    z-index: 23 !important;
    left: 0;
    top: 0;
    display: block;
    width: 385.5px;
    height: 79px;
    overflow: hidden;
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  section p.desc{
    font-size: 1.9rem;
  }
  .policyEnd {
    font-size: 1.9rem;
  }
	.policyEnd-other {
		font-size: 2.2rem;
	}
  section.kv p.desc {
    font-size: 30px;
  } 
  section h2 {
    font-size: 5.25rem;
    letter-spacing: 0 !important;
  }
  section h2 > span {
    margin: 0 0.25em;
  }
  section p.description {
    font-size: 1.3rem;
    line-height: 2.35em;
  }
  section .sec-btn {
    margin-top: 38px;
  }
  section .sec-btn a {
    width: 277px;
    height: 62px;
    font-size: 1.1rem;
    line-height: 58px;
    background-image: url(../common/img/btn_icon-w_sp.png);
    background-size: 277px auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 600px) {
  section.kv p.desc {
    font-size: 2.0rem;
  }
  section p.desc {
    font-size: 1.6rem;
  } 
  .policyEnd {
    font-size: 1.6rem;
  }
	.policyEnd-other {
		font-size: 1.8rem;
	}
}


/*lnk-button*/
section .lnk-btn a {
  position: relative;
  display: block;
  /*margin: 0 auto;*/
  margin:60px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-decoration: none;
}

section .lnk-btn {
  -webkit-perspective: 500px;
  -o-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
}


@media screen and (min-width: 768px) {
  section .lnk-btn {
  }
  section .lnk-btn a {
    width: 390px;
    height: 82px;
    border-color: #4d4d4d;
    border-style: solid;
    border-width: 2px;
    font-size: 16px;
    line-height: 78px;
  }
  section .lnk-btn a .on {
    position: absolute;
    z-index: 1;
    left: -3px;
    top: -3px;
    display: block;
    width: 392px;
    height: 86px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  section .lnk-btn {
    margin-top: 38px;
  }
  section .lnk-btn a {
    width: 277px;
    height: 62px;
    border-color: #4d4d4d;
    border-style: solid;
    border-width: 2px;
    font-size: 1.8rem;
    line-height: 58px;
  }
}
/*/.lnk-btn*/



/* VISION
---------------------------------------- */
.vision {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vision .sub-ttl {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.vision.off .sub-ttl {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
.vision .sub-ttl .en {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
  display: block;
}
.vision .sub-ttl .size-s {
  display: block;
}
.vision .description {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

@media screen and (min-width: 768px) {
  .vision {
    padding: 240px 0 80px 0;
  }

  .vision .sub-ttl {
    margin-top: 80px;
    /* font-size: 30px; */
    /* line-height: 1.65em; */
    /* letter-spacing: 0.035em; */
  }
  .vision .sub-ttl .en {
    font-size:26px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
  .vision .sub-ttl .size-s {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
  .vision .description {
    margin-top: 40px;
  }
  .vision .sec-btn {
    margin-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .vision {
    padding: 100px 0 40px 0;
  }

  .vision .sub-ttl {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.65em;
  }
  .vision .sub-ttl .en {
    font-size:20px;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }
  .vision .sub-ttl .size-s {
    margin-top: 2px;
    font-size: 1.9rem;
    letter-spacing: 0.1em;
  }
  .vision .description {
    margin-top: 30px;
  }
}


/* SERVICE
-------------------------------------- */
.service {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  --li-delay1: 0s;
  --ico-delay1: 1s;
  --sttl-delay1: 1.175s;
  --txt-delay1: 1.35s;

  --li-delay2: .6s;
  --ico-delay2: 1.6s;
  --sttl-delay2: 1.775s;
  --txt-delay2: 1.95s;

  --li-delay3: 1.2s;
  --ico-delay3: 2.2s;
  --sttl-delay3: 2.375s;
  --txt-delay3: 2.55s;
}

.service.off ul.items li {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.service ul.items li:first-of-type {
  -webkit-transition-delay: var(--li-delay1);
          transition-delay: var(--li-delay1);
}
.service ul.items li:nth-of-type(2) {
  -webkit-transition-delay: var(--li-delay2);
          transition-delay: var(--li-delay2);
}
.service ul.items li:nth-of-type(3) {
  -webkit-transition-delay: var(--li-delay3);
          transition-delay: var(--li-delay3);
}

.service ul.items .txt {
  text-align: left;
}
.service ul.items li .ico,
.service ul.items li .sttl,
.service ul.items li .txt {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.service ul.items li .ico {
  -webkit-transition-delay: var(--ico-delay1);
          transition-delay: var(--ico-delay1);
}
.service ul.items li .sttl {
  -webkit-transition-delay: var(--sttl-delay1);
          transition-delay: var(--sttl-delay1);
}
.service ul.items li .txt {
  -webkit-transition-delay: var(--txt-delay1);
          transition-delay: var(--txt-delay1);
}
.service ul.items li:nth-of-type(2) .ico {
  -webkit-transition-delay: var(--ico-delay2);
          transition-delay: var(--ico-delay2);
}
.service ul.items li:nth-of-type(2) .sttl {
  -webkit-transition-delay: var(--sttl-delay2);
          transition-delay: var(--sttl-delay2);
}
.service ul.items li:nth-of-type(2) .txt {
  -webkit-transition-delay: var(--txt-delay2);
          transition-delay: var(--txt-delay2);
}
.service ul.items li:nth-of-type(3) .ico {
  -webkit-transition-delay: var(--ico-delay3);
          transition-delay: var(--ico-delay3);
}
.service ul.items li:nth-of-type(3) .sttl {
  -webkit-transition-delay: var(--sttl-delay3);
          transition-delay: var(--sttl-delay3);
}
.service ul.items li:nth-of-type(3) .txt {
  -webkit-transition-delay: var(--txt-delay3);
          transition-delay: var(--txt-delay3);
}

.service.off ul.items li .ico,
.service.off ul.items li .sttl,
.service.off ul.items li .txt {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

.service .movie-section .movie {
  position: relative;
  margin: 0 auto;
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.service .movie-section.off .movie {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
.service .movie::after {
  position: absolute;
  left: calc(50% - 0.5px);
  content: '';
  display: inline-block;
  background-color: #4b4b4b;
}
.service .movie-section .movie .player iframe {
  width: 100%;
  height: 100%;
}
.service .movie-section.off .sec-btn a {
  -webkit-transform: rotateX(270deg);
          transform: rotateX(270deg);
}

@media screen and (min-width: 768px) {
  .service {
    padding: 160px 0;
  }

  .service ul.items {
    width: 720px;
    margin: 88px auto 0;
  }
  .service ul.items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
    -webkit-transition-duration: 0.65s;
            transition-duration: 0.65s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .service.off ul.items li {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .service ul.items li:first-of-type {
    margin-top: 0;
  }
  .service ul.items li .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    padding-left: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service ul.items li .txtArea {
    width: 550px;
    text-align: left;
  }
  .service ul.items li .sttl {
    font-size: 24px;
  }
  .service ul.items li .sttl a {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
  }
  .service ul.items li .sttl a:hover {
    text-decoration: none;
  }
  .service ul.items li .txt {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.857;
    padding-right: 50px;
  }

  .service .movie-section {
    margin-top: 45px;
  }
  .service .movie-section .movie {
    width: 720px;
  }
  .service .movie::after {
    bottom: -130px;
    width: 1px;
    height: 50px;
  }
  .service .movie-section .movie .player {
    width: 720px;
    height: 405px;
  }
  .service .sec-btn {
    margin-top: 100px;
  }
  .service .sec-btn a {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

@media screen and (max-width: 767px) {
  .service {
    padding: 100px 0 90px 0;
  }

  .service ul.items {
    margin-top: 38px;
  }
  .service ul.items li {
    margin-top: 38px;
  }
  .service ul.items li:nth-of-type(1) {
    margin-bottom: 0;
  }
  .service ul.items li:nth-of-type(1) .ico img {
    width: 24px;
  }
  .service ul.items li:nth-of-type(2) .ico img {
    width: 32px;
  }
  .service ul.items li:nth-of-type(3) .ico img {
    width: 33px;
  }
  .service ul.items li .sttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 15px 0 10px;
  }
  .service ul.items li .sttl a {
    display: block;
    margin-top: 12px;
    font-size: 1.1rem;
  }
  .service ul.items li .txt {
    font-size: 1.2rem;
    line-height: 1.75;
    padding: 0 25px;
  }

  .service .movie-section {
    margin-top: 45px;
  }
  .service .movie-section .movie {
    width: 320px;
    margin-top: 25px;
  }
  .service .movie::after {
    bottom: -90px;
    width: 1px;
    height: 40px;
  }
  .service .movie-section .movie .player {
    width: 320px;
    height: 180px;
  }

  .service .sec-btn {
    /* margin-top: 110px; */
  }
  .service .sec-btn a {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}


/* COMPANY
---------------------------------------- */
.service {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}




@media screen and (min-width: 768px) {
  .service {
    padding: 240px 0 120px 0;
  }
  .service .description {
    margin-top: 80px;
  }
  .service .sec-btn {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .service {
    padding: 100px 0 100px 0;
  }
  .service .description {
    margin-top: 38px;
  }
}


/* COMPANY
---------------------------------------- */
.company {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .company {
    padding: 240px 0 120px 0;
  }
  .company .description {
    margin-top: 80px;
  }
  .company .sec-btn {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .company {
    padding: 100px 0 100px 0;
  }
  .company .description {
    margin-top: 38px;
  }
}


/* NEWS*/
/*---------------------------------------- */
.news {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news ul.items {
  color: #000;
  text-align: left;
}
.news ul.items > li {
}
.news ul.items > li:last-child {
  margin-bottom: 0;
}
.news ul.items > li .head {
}
.news ul.items > li .head .date {
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
}
.news ul.items > li .head .tag {
  background-color: #000;
  color: #fff;
  text-align: center;
}
.news ul.items > li .txt {
}

.news ul.items {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.news.off ul.items {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  /*opacity: 0;*/
}

@media screen and (min-width: 768px) {
  .news {
    padding: 120px 0 180px 0;
  }

  .news h2 {
    font-size: 46px;
  }

  .news ul.items {
    width: 728px;
    /*margin: 80px auto 0;*/
    margin:0 auto;
  }
  .news ul.items > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .news ul.items > li .head {
    width: 120px;
    border-right: #000 solid 1px;
  }
  .news ul.items > li .head .date {
    font-size: 16px;
  }
  .news ul.items > li .head .tag {
    display: block;
    margin-top: 10px;
    width: 100px;
    padding: 4px 0;
    font-size: 16px;
  }
  .news ul.items > li .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    line-height: 1.35em;
    padding-left: 30px;
  }
  .news ul.items > li .txt > a {
    text-decoration: none;
  }
  .news ul.items > li .txt > a:hover {
    text-decoration: underline;
  }

  .news .sec-btn {
    /*margin-top: 80px;*/
    margin-top:120px;
  }
}

@media screen and (max-width: 767px) {
  .news {
    padding: 100px 0 100px 0;
  }

  .news h2 {
    font-size: 5.25rem;
  }

  .news ul.items {
    display: inline-block;
    padding: 0 25px;
    margin-top: 38px;
  }
  .news ul.items > li {
    margin-bottom: 25px;
  }
  .news ul.items > li .head {
    margin-bottom: 8px;
  }
  .news ul.items > li .head .date {
    font-size: 1.8rem;
  }
  .news ul.items > li .head .tag {
    display: inline-block;
    width: 110px;
    padding: 4px 0;
    margin-left: 8px;
    font-size: 1.8rem;
  }
  .news ul.items > li .txt {
    font-size: 2.25rem;
    line-height: 1.85em;
  }
}


/* icon-menu
---------------------------------------- */
.icon-menu {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 1;
}
.icon-menu.off {
  opacity: 0;
}


/* navigate
---------------------------------------- */
.navigate {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 1;
}
.navigate.off {
  opacity: 0;
}


/* #geometry
---------------------------------------- */
#geometry {
  position: fixed;
  z-index: 21;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  #geometry {
    height: 520px;
    top: calc(50% - 260px);
  }
}

@media screen and (max-width: 767px) {
  #geometry {
    height: 480px;
    top: calc(50% - 240px);
  }
}

.bg-geometry {
  display: none;
}
.msie .bg-geometry {
  display: block;
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.msie .bg-geometry span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}
.msie .bg-geometry span.on {
  opacity: 1.0;
}
@media screen and (min-width: 2000px) {
  .msie .bg-geometry span {
    background-size: contain;
  }
}
.msie .bg-geometry span:nth-child(1) { background-image: url(../img/bg_geometry_01.png); }
.msie .bg-geometry span:nth-child(2) { background-image: url(../img/bg_geometry_02.png); }
.msie .bg-geometry span:nth-child(3) { background-image: url(../img/bg_geometry_03.png); }
.msie .bg-geometry span:nth-child(4) { background-image: url(../img/bg_geometry_04.png); }
.msie .bg-geometry span:nth-child(5) { background-image: url(../img/bg_geometry_05.png); }
.msie .bg-geometry span:nth-child(6) { background-image: url(../img/bg_geometry_06.png); }

/*particle-canvas*/
body {
  overflow:scroll;
}

.canvas {
  width: 100%;
  height:100%;
  margin: 0;
  padding: 0;
}

#particle-canvas {
  padding:0;
  width: 100%;
}
