#mv {
  width: 100%;
  z-index: 100;
  transition: all .3s ease-out;
  opacity: 1;
  height: 100vh;
  overflow: hidden; }
  #mv iframe {
    width: 100%;
    height: 100vh; }
  #mv .mv_logo {
    position: absolute;
    z-index: 10;
    left: 40px;
    bottom: 200px;
    width: 300px; }
  #mv .mv_ttl {
    position: absolute;
    z-index: 10;
    left: 40px;
    bottom: 60px;
    width: 615px; }
  #mv .bg {
    width: 100%;
    height: auto; }

#index-content {
  /*
  	transition: all .3s ease-out;
  	opacity:0;
  	transform: translate3d(0,20px,0);
  
  	padding-top:150px;
  	*/
  /*
  	&.change{
  		opacity:1;
  		transform: translate3d(0,0px,0);
  	}
  */ }

.main_ttl {
  color: #4f177f;
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1; }

#news {
  margin: 180px 0 300px;
  display: flex;
  flex-wrap: wrap; }
  #news .news_ttl {
    width: 23.5%; }
  #news .news_content {
    width: 76.5%; }
    #news .news_content .arrow {
      display: block;
      background: url(../images/common/arrow.svg) right 10px bottom 10px no-repeat;
      background-size: 30px auto;
      position: relative;
      padding: 30px 0 15px;
      transition: all .3s ease-out; }
      #news .news_content .arrow:hover {
        background-position: right bottom 10px; }
      #news .news_content .arrow:first-of-type {
        padding-top: 0; }
      #news .news_content .arrow:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #898989;
        position: absolute;
        bottom: 0;
        left: 0; }
      #news .news_content .arrow .news_date_cat .date {
        font-size: 24px;
        font-size: 2.4rem;
        display: inline-block;
        padding-right: 15px; }
      #news .news_content .arrow .news_date_cat .cat {
        font-size: 16px;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        width: 180px;
        padding: 0.3em 0;
        font-weight: bold; }
      #news .news_content .arrow .news_date_cat .cat-release {
        color: #e4007f;
        border: 1px solid #e4007f; }
      #news .news_content .arrow .news_date_cat .cat-news,
      #news .news_content .arrow .news_date_cat .cat-ir {
        color: #00a5de;
        border: 1px solid #00a5de; }
      #news .news_content .arrow .news_date_cat .cat-media {
        color: #4f177f;
        border: 1px solid #4f177f; }
      #news .news_content .arrow .news_txt {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.5;
        padding-top: 15px; }
    #news .news_content .news_btn {
      padding-top: 100px; }
      #news .news_content .news_btn a {
        display: block;
        color: #4f177f;
        font-weight: bold;
        text-align: center;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1;
        padding: 1em 0;
        border: 1px solid #898989;
        transition: all .3s ease-out; }
        #news .news_content .news_btn a:hover {
          color: #fff;
          background-color: #4f177f; }

#vision {
  margin-bottom: 300px;
  position: relative; }
  #vision .photo {
    width: 1150px; }
  #vision .vision_content {
    width: 770px;
    position: absolute;
    top: 235px;
    right: 0;
    background-color: #f3f1f4;
    padding: 70px 45px 50px; }
    #vision .vision_content h3 .en {
      display: block;
      font-size: 51px;
      font-size: 5.1rem;
      line-height: 1;
      font-weight: bold;
      color: #4f177f; }
    #vision .vision_content h3 .jp {
      display: block;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1;
      font-weight: bold;
      padding-top: 30px;
      padding-bottom: 30px; }
    #vision .vision_content p {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 2;
      letter-spacing: -0.01em; }
  #vision .read_more {
    width: 596px;
    margin-top: -2px; }
    #vision .read_more a {
      width: 355px;
      margin-left: auto; }

#business {
  margin-bottom: 240px;
  position: relative; }
  #business h3 {
    position: absolute;
    top: 0;
    left: 0; }
  #business ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -100px; }
    #business ul li {
      width: calc(33.333% - 100px);
      margin-left: 100px; }
      #business ul li:first-child {
        padding-top: 110px; }
      #business ul li:nth-child(2) {
        padding-top: 60px; }
      #business ul li:nth-child(3) {
        padding-top: 15px; }
      #business ul li h4 {
        color: #4f177f;
        font-size: 2rem;
        padding: 30px 0 15px; }
        #business ul li h4 img {
          height: 30px; }
      #business ul li p {
        font-size: 1.8rem;
        line-height: 1.777;
        padding-bottom: 1em; }

#company {
  margin-bottom: 165px; }
  #company .main_ttl {
    padding-bottom: 25px; }
  #company .company_in {
    position: relative; }
  #company .company_slide_inner {
    position: relative; }
  #company #company_slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 640px;
    margin: 0 auto; }
  #company .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none; }
    #company .item.current {
      pointer-events: auto;
      opacity: 1; }
      #company .item.current .slide_photo img {
        opacity: 1;
        /*transition-delay: 0.5s;*/
        transform: translate3d(0px, 0px, 0); }
      #company .item.current .slide_txt h4 {
        opacity: 1;
        transform: translate3d(0px, 0px, 0); }
      #company .item.current .slide_txt p {
        opacity: 1;
        transform: translate3d(0px, 0px, 0); }
      #company .item.current .slide_color {
        opacity: 0;
        transform-origin: left;
        transform: translateX(100%); }
    #company .item.hide .slide_photo img {
      opacity: 0;
      transform: translate3d(-30px, 0px, 0); }
    #company .item.hide .slide_photo:before {
      opacity: 0;
      transform-origin: left;
      transform: translateX(100%); }
    #company .item.hide .slide_txt h4,
    #company .item.hide .slide_txt p {
      display: none; }
  #company .buttons {
    display: none; }
  #company .dots {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
  #company .dot {
    padding: 0;
    font-size: 26px;
    font-size: 2.6rem;
    color: #727171;
    cursor: pointer;
    padding-bottom: 0.5em;
    transition: opacity .4s ease-in-out;
    font-family: 'Ropa Sans', sans-serif;
    letter-spacing: 0.1em; }
    #company .dot.current {
      color: #4f177f; }
  #company .slide_photo {
    position: relative;
    overflow: hidden;
    width: 1126px; }
    #company .slide_photo img {
      opacity: 0;
      -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transform: translate3d(-30px, 0px, 0);
      width: 100%;
      height: auto; }
    #company .slide_photo:before {
      content: "";
      z-index: 10;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .85;
      background: linear-gradient(114deg, rgba(39, 132, 249, 0), rgba(39, 132, 249, 0.8) 30%, rgba(52, 85, 252, 0.8) 80%, rgba(52, 85, 252, 0) 110%);
      -webkit-transition: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transform: translateX(-100%);
      transform-origin: right; }
  #company .slide_color {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .85;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.01) 0%, rgba(69, 131, 209, 0.12) 20%, #4583d1 100%, #4583d1 101%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.01) 0%, rgba(69, 131, 209, 0.12) 20%, #4583d1 100%, #4583d1 101%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0%, rgba(69, 131, 209, 0.12) 20%, #4583d1 100%, #4583d1 101%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#4583d1',GradientType=1 );
    -webkit-transition: 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /*
    transform:translateX(-100%);
    transform-origin:right*/ }
  #company .read_more {
    width: 596px;
    padding-bottom: 50px;
    pointer-events: auto;
    position: relative;
    z-index: 10; }
    #company .read_more a {
      width: 350px;
      margin-left: auto; }
  #company .slide_txt {
    width: 770px;
    height: 335px;
    padding: 70px 45px 80px;
    background-color: #f3f2f4;
    position: absolute;
    right: 0;
    z-index: 11;
    top: 300px; }
    #company .slide_txt h4 {
      opacity: 0;
      -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transform: translate3d(-30px, 0px, 0);
      transition-delay: 0.2s; }
      #company .slide_txt h4 .en {
        display: block;
        font-size: 51px;
        font-size: 5.1rem;
        line-height: 1;
        font-weight: bold;
        color: #4f177f; }
      #company .slide_txt h4 .jp {
        display: block;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1;
        font-weight: bold;
        padding-top: 25px;
        padding-bottom: 25px; }
    #company .slide_txt p {
      opacity: 0;
      -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transform: translate3d(-30px, 0px, 0);
      transition-delay: 0.6s;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2; }

@media screen and (max-width: 1366px) {
  #mv .mv_logo {
    left: calc(40 / 1366 * 100vw);
    bottom: calc(200 / 1366 * 100vw);
    width: calc(300 / 1366 * 100vw); }
  #mv .mv_ttl {
    left: calc(40 / 1366 * 100vw);
    bottom: calc(60 / 1366 * 100vw);
    width: calc(408 / 1366 * 100vw); }

  .main_ttl {
    font-size: calc(60 / 1366 * 100vw); }

  #news {
    margin: calc(180 / 1366 * 100vw) 0 calc(300 / 1366 * 100vw); }
    #news .news_content .arrow {
      background: url(../images/common/arrow.svg) right calc(10 / 1366 * 100vw) bottom calc(10 / 1366 * 100vw) no-repeat;
      background-size: calc(30 / 1366 * 100vw) auto;
      padding: calc(30 / 1366 * 100vw) 0 calc(15 / 1366 * 100vw); }
      #news .news_content .arrow:hover {
        background-position: right bottom calc(10 / 1366 * 100vw); }
      #news .news_content .arrow:first-of-type {
        padding-top: 0; }
      #news .news_content .arrow .news_date_cat .date {
        font-size: calc(24 / 1366 * 100vw);
        padding-right: calc(15 / 1366 * 100vw); }
      #news .news_content .arrow .news_date_cat .cat {
        font-size: calc(16 / 1366 * 100vw);
        width: calc(180 / 1366 * 100vw); }
      #news .news_content .arrow .news_txt {
        font-size: calc(19 / 1366 * 100vw);
        padding-top: calc(15 / 1366 * 100vw); }
    #news .news_content .news_btn {
      padding-top: calc(100 / 1366 * 100vw); }
      #news .news_content .news_btn a {
        font-size: calc(22 / 1366 * 100vw); }

  #vision {
    margin-bottom: calc(300 / 1366 * 100vw); }
    #vision .photo {
      width: calc(1150 / 1366 * 100vw); }
    #vision .vision_content {
      width: calc(770 / 1366 * 100vw);
      top: calc(235 / 1366 * 100vw);
      padding: calc(70 / 1366 * 100vw) calc(45 / 1366 * 100vw) calc(50 / 1366 * 100vw); }
      #vision .vision_content h3 .en {
        font-size: calc(51 / 1366 * 100vw); }
      #vision .vision_content h3 .jp {
        font-size: calc(28 / 1366 * 100vw);
        padding-top: calc(30 / 1366 * 100vw);
        padding-bottom: calc(30 / 1366 * 100vw); }
      #vision .vision_content p {
        font-size: calc(22 / 1366 * 100vw); }
    #vision .read_more {
      width: calc(100% - 56.3689vw);
      margin-top: calc(-2 / 1366 * 100vw); }
      #vision .read_more a {
        width: calc(355 / 1366 * 100vw); }

  #business {
    margin-bottom: calc(240 / 1366 * 100vw); }
    #business ul {
      margin-left: -7.32vw; }
      #business ul li {
        width: calc(33.333% - 7.32vw);
        margin-left: 7.32vw; }
        #business ul li:first-child {
          padding-top: calc(110 / 1366 * 100vw); }
        #business ul li:nth-child(2) {
          padding-top: calc(60 / 1366 * 100vw); }
        #business ul li:nth-child(3) {
          padding-top: calc(15 / 1366 * 100vw); }
        #business ul li h4 {
          padding: calc(30 / 1366 * 100vw) 0 calc(15 / 1366 * 100vw); }
          #business ul li h4 img {
            height: calc(30 / 1366 * 100vw); }
        #business ul li p {
          font-size: calc(18 / 1366 * 100vw); }

  #company {
    margin-bottom: calc(165 / 1366 * 100vw); }
    #company .main_ttl {
      padding-bottom: calc(25 / 1366 * 100vw); }
    #company #company_slide {
      height: calc(640 / 1366 * 100vw); }
    #company .dot {
      font-size: calc(22 / 1366 * 100vw); }
    #company .slide_photo {
      width: calc(1126 / 1366 * 100vw); }
    #company .read_more {
      width: calc(100% - 56.3689vw);
      padding-bottom: calc(50 / 1366 * 100vw); }
      #company .read_more a {
        width: calc(350 / 1366 * 100vw); }
    #company .slide_txt {
      width: calc(770 / 1366 * 100vw);
      height: calc(335 / 1366 * 100vw);
      padding: calc(70 / 1366 * 100vw) calc(45 / 1366 * 100vw) calc(80 / 1366 * 100vw);
      top: calc(300 / 1366 * 100vw); }
      #company .slide_txt h4 .en {
        font-size: calc(51 / 1366 * 100vw); }
      #company .slide_txt h4 .jp {
        font-size: calc(28 / 1366 * 100vw);
        padding-top: calc(25 / 1366 * 100vw);
        padding-bottom: calc(25 / 1366 * 100vw); }
      #company .slide_txt p {
        font-size: calc(18 / 1366 * 100vw); } }
@media screen and (max-width: 768px) {
  #mv iframe {
    width: 100%;
    height: 110vh;
    margin-top: -10vh; }

  #index-content-wrap #header {
    display: none; }

  #mv .mv_logo {
    left: calc(40 / 768 * 100vw);
    bottom: auto;
    top: calc(40 / 768 * 100vw);
    width: calc(270 / 768 * 100vw); }
  #mv .bg {
    height: 100vh;
    width: 100%;
    object-fit: cover; }
  #mv .mv_ttl {
    left: calc(40 / 768 * 100vw);
    bottom: calc(50 / 768 * 100vw);
    width: calc(550 / 768 * 100vw); }

  #index-content {
    /*padding-top:calc(200 / 768 * 100vw);*/
    padding-top: calc(100 / 768 * 100vw); }

  .main_ttl {
    font-size: calc(75 / 768 * 100vw); }

  #news {
    padding: 0 calc(40 / 768 * 100vw);
    margin: calc(160 / 768 * 100vw) 0 calc(180 / 768 * 100vw); }
    #news .news_ttl {
      width: 100%;
      padding-bottom: calc(60 / 768 * 100vw); }
    #news .news_content {
      width: 100%; }
      #news .news_content .arrow {
        padding: calc(60 / 768 * 100vw) 0 calc(20 / 768 * 100vw) calc(40 / 768 * 100vw);
        background: url(../images/common/arrow.svg) right calc(20 / 768 * 100vw) bottom calc(20 / 768 * 100vw) no-repeat;
        background-size: calc(40 / 768 * 100vw) auto; }
        #news .news_content .arrow:hover {
          background-position: right bottom calc(20 / 768 * 100vw); }
        #news .news_content .arrow .news_date_cat .date {
          font-size: calc(30 / 768 * 100vw);
          padding-right: calc(20 / 768 * 100vw); }
        #news .news_content .arrow .news_date_cat .cat {
          font-size: calc(28 / 768 * 100vw);
          width: calc(240 / 768 * 100vw); }
        #news .news_content .arrow .news_txt {
          font-size: calc(28 / 768 * 100vw);
          padding-top: calc(22 / 768 * 100vw); }
      #news .news_content .news_btn {
        padding-top: calc(120 / 768 * 100vw); }
        #news .news_content .news_btn a {
          font-size: calc(27 / 768 * 100vw); }

  #vision {
    margin-bottom: calc(200 / 768 * 100vw);
    padding-bottom: calc(685 / 768 * 100vw); }
    #vision .photo {
      width: 100%; }
    #vision .vision_content {
      width: calc(688 / 768 * 100vw);
      top: calc(445 / 768 * 100vw);
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: calc(50 / 768 * 100vw) calc(50 / 768 * 100vw) calc(120 / 768 * 100vw); }
      #vision .vision_content h3 .en {
        font-size: calc(60 / 768 * 100vw); }
      #vision .vision_content h3 .jp {
        font-size: calc(30 / 768 * 100vw);
        padding-top: calc(20 / 768 * 100vw);
        padding-bottom: calc(30 / 768 * 100vw); }
      #vision .vision_content p {
        font-size: calc(28 / 768 * 100vw); }
    #vision .read_more {
      width: calc(430 / 768 * 100vw);
      margin-left: 0px;
      position: absolute;
      bottom: 0;
      right: calc(40 / 768 * 100vw); }
      #vision .read_more a {
        width: 100%; }

  #business {
    margin-bottom: 0;
    padding: 0 calc(40 / 768 * 100vw) calc(60 / 768 * 100vw); }
    #business h3 {
      padding-bottom: calc(50 / 768 * 100vw);
      position: relative; }
    #business ul {
      margin-left: 0; }
      #business ul li {
        padding-bottom: calc(60 / 768 * 100vw);
        width: 100%;
        margin-left: 0;
        padding-top: 0; }
        #business ul li:first-child, #business ul li:nth-child(2), #business ul li:nth-child(3) {
          padding-top: 0; }
        #business ul li h4 {
          padding: calc(20 / 768 * 100vw) 0 calc(15 / 768 * 100vw); }
          #business ul li h4 img {
            height: calc(40 / 768 * 100vw); }
        #business ul li p {
          font-size: calc(28 / 768 * 100vw); }

  #company {
    margin-bottom: calc(140 / 768 * 100vw); }
    #company h3 {
      display: none; }
    #company #company_slide {
      height: calc(740 / 768 * 100vw);
      margin: 0 auto; }
    #company .dots {
      display: none; }
    #company .buttons {
      display: block;
      position: absolute;
      bottom: 0;
      left: calc(40 / 768 * 100vw);
      width: calc(80 / 768 * 100vw);
      height: calc(40 / 768 * 100vw);
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      display: flex;
      flex-wrap: wrap; }
      #company .buttons:before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #4f177f;
        position: absolute;
        top: 0;
        left: 50%; }
      #company .buttons .button {
        width: calc(21 / 768 * 100vw);
        height: calc(28 / 768 * 100vw);
        display: block;
        cursor: pointer; }
      #company .buttons #prev {
        background: url(../images/top/icon_prev.png) 0 0 no-repeat;
        background-size: 100% auto; }
      #company .buttons #next {
        background: url(../images/top/icon_next.png) 0 0 no-repeat;
        background-size: 100% auto; }
    #company .slide_photo {
      width: 100vw; }
    #company .read_more {
      position: absolute;
      top: calc(640 / 768 * 100vw);
      width: calc(430 / 768 * 100vw);
      right: calc(40 / 768 * 100vw);
      margin-left: 0;
      padding-bottom: 0px;
      z-index: 12; }
      #company .read_more a {
        width: 100%; }
    #company .slide_txt {
      z-index: 10;
      width: calc(688 / 768 * 100vw);
      top: calc(290 / 768 * 100vw);
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: calc(400 / 768 * 100vw);
      padding: calc(40 / 768 * 100vw) calc(60 / 768 * 100vw) 0; }
      #company .slide_txt h4 .en {
        font-size: calc(60 / 768 * 100vw); }
      #company .slide_txt h4 .jp {
        font-size: calc(34 / 768 * 100vw);
        padding-top: calc(25 / 768 * 100vw);
        padding-bottom: calc(25 / 768 * 100vw); }
      #company .slide_txt p {
        font-size: calc(28 / 768 * 100vw); } }
