@charset "utf-8";

/*********** 初期設定 ***********/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ページレイアウト　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width:651px) {
    body {
        width: 100%;
        -webkit-text-size-adjust: 100%;
    }
}
@media only screen and (min-width:801px) {
    body {
        width: auto;
        /* padding: 0 15px; */
        margin: 0 auto;
    }
}


/*********** header top ***********/
#header {
    width: 100%;
    position: relative;
    height: 290px;
    overflow: hidden;
}
@media only screen and (min-width:651px) {
    #header {
        width: 100%;
        height: 550px;
    }
}
@media only screen and (min-width:801px) {
    #header {
        width: 100%;
        height: 520px;
    }
}
/* *************************************************** */

#video-area {
    position: fixed;
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background: #6d6dcd;
}

#video {
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.15;
}


/* *************************************************** */
.top_in {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-top:10px;
    /* background: #fff; */
    position: initial;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.9;
    height: 50px;
  }
  @media only screen and (min-width:651px) {
      .top_in {
          position: static;
        }
  }
  @media only screen and (min-width:801px) {
      .top_in {
          position: fixed;
        }
  }
  
  .top_in_title {
    display: flex;
    /* align-items: center; */
    font-size: 30px;
    /* color: #333; */
    padding-left: 17px;
  }
/* *************************************************** */

.top_in_title .rogo {
    width: 6%;
    margin-right: 10px;
  }
  
  .top_in_title .rogo img {
    width: 100%;
  }
  
  .top_in_desc {
    margin-top: 3px;
  }
  
  .top_in_title p {
      color: #fff;
      font-weight:700;
      font-size: 20px;
      padding-bottom: 40px;
  }
  
  .top_in_title span {
      color: #fff;
      font-weight: lighter;
      font-size: 18px;
      font-family: initial;
      margin-left: 15px;
  }
  @media only screen and (min-width:651px) {
      .top_in_title .rogo {
          width: 8%;
        }
        
        .top_in_desc {
          margin-top: 3px;
        }
        
        .top_in_title p {
          font-size: 30px;
        }
        
        .top_in_title span {
            font-size: 24px;
        }
    }
    @media only screen and (min-width:801px) {
      .top_in_title .rogo {
          width: 6%;
          margin-top: 3px;
        }
        
        .top_in_desc {
          margin-top: 10px;
        }
        
        .top_in_title p {
          font-size: 20px;
        }
        
        .top_in_title span {
            font-size: 24px;
        }
    }
    /* *************************************************** */

    .top_text {
        display: flex;
        width: auto;
        margin-left: 0;
        position: absolute;
        z-index: -1;
    }
      
    .top_textbox {
        width: 45%;
        margin: 0;
        position: relative;
        top: 100px;
        left: 12%;
    }
      
    .rogo_topin {
        width: auto;
        margin: 0;
        width: 24%;
        position: relative;
        top: 70px;
        left: 16%;
    }
    
    .rogo_topin img {
        width: 100%;
    }

    .top_textbox_in.appeartext span{ 
        animation:text_anime_on 20000s ease-out forwards;
        color: #fff;
        font-size: 5.5vw;
     }
    
    .top_textbox_in.appeartext span:nth-of-type(4) {
      color: #ffd700;
      font-size: 5.5vw;
    }
    
    .top_text span {
        font-size: 5.5vw;
        font-weight: 700;
        /* color: #373737; */
    }
    @media only screen and (min-width:651px) {
        .top_text {
            display: flex;
            width: 100%;
            margin-left: 0;
            position: absolute;
        }
        
        .top_textbox {
            width: 50%;
            margin: 0;
            position: relative;
            top: 207px;
            left: 10%;
        }
        
        .rogo_topin {
            width: auto;
            margin: 0 5%;
            width: 24%;
            position: relative;
            top: 150px;
            left: 8%;
        }
        
        .rogo_topin img {
          width: 100%;
        }

        .top_textbox_in.appeartext span{ 
            animation:text_anime_on 20000s ease-out forwards;
            color: #fff;
            font-size: 6vw;
         }
        
        .top_textbox_in.appeartext span:nth-of-type(4) {
          color: #ffd700;
          font-size: 6vw;
        }
    }
    @media only screen and (min-width:801px) {
        .top_text {
            display: flex;
            width: 100%;
            margin-left: 0;
            position: absolute;
        }
        
        .top_textbox {
            width: 50%;
            margin: 0;
            position: relative;
            top: 270px;
            left: 16%;
        }
        
        .rogo_topin {
            margin: 0 40px;
            width: 24%;
            position: relative;
            top: 170px;
            left: 7%;
        }
        
        .rogo_topin img {
          width: 100%;
        }

        .top_textbox_in.appeartext span{ 
            animation:text_anime_on 20000s ease-out forwards;
            color: #fff;
            font-size: 5vw;
         }
        
        .top_textbox_in.appeartext span:nth-of-type(4) {
          color: #ffd700;
          font-size: 5vw;
        }
    }

/*********** その場で ***********/
.rogo_topin{
  animation-name:fadeInAnime;
  animation-duration:3.4s;
  animation-fill-mode:forwards;
  opacity:0;
  width: 24%;
  }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

/***********  text左から右へ ***********/
.top_textbox_in span{opacity: 0;}



@keyframes text_anime_on {
	0% {opacity:1;}
	100% {opacity:1;}
}

/***************************************/

/*********** header menu ***********/
.o_menu {
    /* position: absolute; */
  }
  
  #open_menu {
    display: block;
    font-size: 35px;
    text-align: right;
    padding: 15px 15px 0 0;
    cursor: pointer;
    color: #FFF;
    z-index: 1;
    position: absolute;
    right: 10px;
  }
  
  #close_btn {
    display: block;
    font-size: 35px;
    text-align: right;
    padding: 5px 20px 0 0;
    cursor: pointer;
    color: #fff;
  }
  
  nav ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #000;
    padding: 10px 0;
    opacity: 0.7;
    z-index: 1;
  }
  
  .menu ul {
    display: block;
    justify-content: right;
    padding-top: 10px;
    padding-right: 15px;
  }
  
  .menu ul li {
    padding: 0 20px 0;
    list-style: none;
    border-left: 1px solid #333;
  }
  
  .menu ul li a {
    text-decoration: none;
    color: #333;
  }
  
  .menu ul li a:hover {
    color: #333;
  }
  
  .menu i {
    color: #333;
    margin-right: 7px;
  }
  
  .menu ul li a {
    color: #fff;
  }
  
  .menu ul {
    padding-left: 15px;
  }
  
  .menu ul li {
    line-height: 2.5;
  }
  
  .menu ul li:first-of-type {
    margin-top: 10px;
  }
  
  .menu ul li a {
    text-decoration: none;
    color: #fff;
  }
  
  .menu ul li a:hover {
    /* color: #333; */
  }
  
  .menu i {
    color: #fff;
    margin-right: 7px;
  }
  
  #close_btn {
    color: #fff;
    position: absolute;
    z-index: 3;
    right: 10px;
    font-size: 35px;
    right: 0px;
  }
  
  @media only screen and (min-width:801px) {
    #open_menu {
        display: none;
    }
    
    #close_btn {
        display: none;
    }
  
    nav ul {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background: initial;
        padding: 10px 0;
        opacity: 0.7;
        z-index: 1;
    }
  
    .menu ul li a {
        /* color: #fff; */
    }
    
    .menu ul {
        display: flex;
        justify-content: right;
        padding-top: 20px;
        padding-right: 15px;
    }
    
    .menu ul li {
        padding: 0 10px 0;
        list-style: none;
        border-left: 1px solid #fff;
        line-height: 2;
    }
  
    .menu ul li:first-of-type {
        margin-top: 0;
    }
    
    .menu ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
    }
    
    .menu ul li a:hover {
        color: #ddd;
    }
    
    .menu i {
        color: #fff;
        margin-right: 7px;
        /* font-size: 30px; */
    }
  }

/*********** photo ***********/
.photo {
    width: 100%;
    background: #6d6dcd;
    overflow: hidden;
}

.photo_in {
    display: block;
    text-align: center;
    /* justify-content: space-between; */
    padding: 40px 0;
}

.photo_img {
    width: 100%;
}

.photo_img:nth-of-type(1) {
    display: none;
}

.photo_img:nth-of-type(3) {
    display: none;
}

.photo_img img {
    width: 100%;
    border: none;
    border-radius: 0;
}
@media only screen and (min-width:651px) {
    .photo {
        width: 100%;
        background: #6d6dcd;
        overflow: hidden;
    }
    
    .photo_in {
        display: flex;
        text-align: center;
        justify-content: space-between;
        padding: 60px 10px 40px 0;
    }
    
    .photo_img {
        width: 29%;
    }

    .photo_img:nth-of-type(1) {
        display: inline;
    }
    
    .photo_img:nth-of-type(3) {
        display: inline;
    }
    
    .photo_img img {
        width: 100%;
        border: 7px solid #7777db;
        border-radius: 23px;
    }
}
@media only screen and (min-width:801px) {
    .photo {
        width: 100%;
        background: #6d6dcd;
        overflow: hidden;
    }
    
    .photo_in {
        display: flex;
        text-align: center;
        justify-content: space-between;
        padding: 60px 10px 40px 0;
    }
    
    .photo_img {
        width: 29%;
    }
    
    .photo_img img {
        width: 100%;
        border: 7px solid #7777db;
        border-radius: 23px;
    }
}









/*********** desc ***********/
.desc {
    width: 100%;
    background: #fff;
    padding-top: 0;
    padding-bottom: 100px;
}

.desc_in {
    width: 100%;
    margin: 0 auto;
    z-index: 3;
    padding: 10px 0;
}

.service_h2 {
    align-items: center;
    z-index: 1;
    /* margin: 0 0 50px 130px; */
    margin-left: 30px;
}

.service_h2 h2 {
    display: inline-block;
    font-weight: lighter;
    border-bottom: 1px solid #333;
    padding-top: 50px;
    margin: 0 0 80px 5px;
    z-index: 1;
    font-size: 4.7vw;
}

.service_h2 i {
    font-size: 4.1vw;
    color: #f4505a;
}

.copy {
    margin-bottom: 60px;
    margin-top: -30px;
}

.copy br {
  display: none;
}

.copy p {
  font-size: 21px;
    color: #373737;
    font-weight: bold;
    padding: 0 20px;
    max-width: 419px;
}

.copy_text {
  padding: 0 15px;
    font-size: 14px;
    color: #373737;
    line-height: 2;
}

.service_desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 37px;
  width: 100%;
  background: #dadafe;
  padding-top: 30px;
  padding-bottom: 30px;
}

.service_desc:nth-of-type(even) {
    display: flex;
    justify-content: flex-start;
    margin-top: 120px;
}

.service_desc_in {
    box-shadow: 2px 2px 5px #7e7ed5;
}

.service_desc_in p {
  font-size: 14px;
  color: #373737;
  line-height: 1.7;
}

.service_desc:nth-of-type(even) {
    margin-top: 0;
}

.service_desc:nth-of-type(even) .service_desc_in {
  margin: 0 auto;
}

.service_desc_in {
  background: #fff;
  padding: 3%;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #7e7ed5;
  width: 45%;
  margin: 1%;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #7070d1;
  margin-bottom: 10px;
}

.flex_img {
  width: 28%;
  margin-bottom: 5px;
}

.flex_img img {
  width: 100%;
}

.service_desc_in .title {
  font-weight: bold;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 5px;
  font-size: 15px;
  color: #7070d1;
  width: 74%;
}

.service_desc_in .title br {
    display: none;
}

.first_line {
    background: #dadafe;
    z-index: -3;
    height: 270px;
    margin-top: -260px;
}

.first_line {
    display: none;
}

.under_line {
    background: #dadafe;
    z-index: -3;
    height: 290px;
    margin-top: -619px;
}

.under_line {
    display: none;
}
@media only screen and (min-width:651px) {
    .desc {
        width: 100%;
        background: #fff;
        padding: 80px 0 0;
        padding-bottom: 170px;
    }
    
    .desc_in {
        width: 100%;
        margin: 0 auto;
        z-index: 3;
        padding: 0;
    }
    
    .service_h2 {
        align-items: center;
        z-index: 1;
        /* margin: 0 0 50px 130px; */
    }
    
    .service_h2 h2 {
        display: inline-block;
        font-weight: lighter;
        border-bottom: 1px solid #333;
        padding-top: 50px;
        margin: 0 0 80px 5px;
        z-index: 1;
        font-size: 24px;
    }
    
    .service_h2 i {
        font-size: 23px;
        color: #f4505a;
    }
    
    .copy {
      margin-bottom: 70px;
      margin-top: -30px;
    }

    .copy_text {
      padding: 0 15px;
      font-size: 14px;
      color: #373737;
      line-height: 2;
    }
    
    .copy p {
      font-size: 4vw;
      color: #373737;
      font-weight: bold;
      margin-left: 5%;
      padding: 0;
      max-width: initial;
    }

    .copy br {
      display: inline;
    }
    
    .service_desc {
      display: flex;
      justify-content: center;
      margin-top: 55px;
      padding: 80px 0 0;
    }
    
    .service_desc_in {
        box-shadow: 2px 2px 5px #7e7ed5;
    }
    
    .service_desc_in p {
      font-size: 14px;
      color: #373737;
      font-weight: 400;
    }
    
    .service_desc_in {
      background: #fff;
      padding: 3%;
      border-radius: 10px;
      box-shadow: 2px 2px 5px #7e7ed5;
      margin: 1%;
      width: 45%;
    }

  .flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      border-bottom: 1px solid #7070d1;
      margin-bottom: 10px;
  }

  .flex_img {
    width: 18%;
    margin-bottom: 5px;
  }

  .flex_img img {
      width: 100%;
  }
    
    .service_desc_in .title {
      font-weight: bold;
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 5px;
      font-size: 20px;
      color: #7070d1;
      width: 60%;
    }
    
    .first_line {
        background: #dadafe;
        z-index: -3;
        height: 270px;
        margin-top: -260px;
    }
    
    .under_line {
        background: #dadafe;
        z-index: -3;
        height: 290px;
        margin-top: -619px;
    }
}
@media only screen and (min-width:801px) {
    .desc {
        background: #fff;
        padding-top: 85px;
        padding-bottom: 200px;
    }
    
    .desc_in {
      width: 80%;
      min-width: 770px;
      margin: 0 auto;
      z-index: 3;
      padding: 0;
    }
    
    .service_h2 {
        align-items: center;
        z-index: 1;
        margin: 0;
    }
    
    .service_h2 h2 {
      display: inline-block;
      font-weight: lighter;
      border-bottom: 1px solid #333;
      padding-top: 50px;
      margin: 0 0 80px 5px;
      z-index: 1;
      font-size: 24px;
    }
    
    .service_h2 i {
        font-size: 23px;
        color: #f4505a;
    }
    
    .copy {
      margin-bottom: 40px;
      margin-top: -30px;
    }
    
    .copy p {
      font-size: 34px;
      color: #373737;
      font-weight: bold;
      padding: 0;
      margin-left: 0;
      line-height: 1.7;
      max-width: initial;
    }

    .copy br {
      display: inline;
    }

    .copy_text {
      margin-bottom: 25px;
      font-size: 15px;
      color: #373737;
      line-height: 2;
    }
    
    .service_desc {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 120px;
        background: #dadafe;
        padding: 10px;
    }
    
    .service_desc_in {
        box-shadow: 2px 2px 5px #7e7ed5;
    }

    .flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px solid #7070d1;
        margin-bottom: 10px;
    }

    .flex_img {
        width: 30%;
    }

    .flex_img img {
        width: 100%;
    }
    
    .service_desc_in p {
      font-size: 14px;
      color: #373737;
      font-weight: 400;
    }
    
    .service_desc:nth-of-type(even) .service_desc_in {
      margin-right: 16px;
    }
    
    .service_desc_in {
        background: #fff;
        padding: 2.2%;
        border-radius: 10px;
        box-shadow: 2px 2px 5px #7e7ed5;
        margin: 1%;
        width: 23%;
    }
    
    .service_desc_in .title {
      font-weight: bold;
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 5px;
      font-size: 1.4vw;
      color: #7070d1;
      width: 80%;
    }
    
    .first_line {
        background: #dadafe;
        z-index: -3;
        height: 270px;
        margin-top: -260px;
    }
    
    .under_line {
        background: #dadafe;
        z-index: -3;
        height: 290px;
        margin-top: -619px;
    }
}

/*********** contact ***********/
#contact {
    width: 100%;
    background: #f6bb02;
    width: auto;
    padding: 70px 0;
    overflow: hidden;
  }
  
  .contact_slide p {
    font-size: 25vw;
    color: #ffd700;
    z-index: -1;
    line-height: 1;
    position: relative;
    top: 30px;
  }
  
  .slide_h2 h2 {
    display: inline-block;
    font-weight: lighter;
    border-bottom: 1px solid #333;
    padding-top: 50px;
    margin-left: 5px;
    z-index: 1;
    font-size: 15px;
    color: #373737;
  }
  
  .slide_h2 i {
    font-size: 3.6vw;
    color: #f4505a;
    z-index: 1;
  }
  
  .contact_text {
    display: block;
    align-items: center;
    z-index: 1;
    width: 100%;
    position: relative;
  }
  
  .contact_text .slide_h2 {
    position: relative;
    top: -46px;
    left: 30px;
  }
  
  .contact_text .view_more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 50px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
  }
  
  .yajirusi {
    display: block;
    background: #333;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    padding: 6px;
    margin-left: 20px;
  }

  .yajirusi a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  @media only screen and (min-width:651px) {
    .yajirusi {
      display: block;
      background: #333;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      width: 55px;
      height: 55px;
      padding: 19px;
      margin-left: 50px;
    }

    .yajirusi a {
      text-decoration: none;
      color: #fff;
    }
  }
  
  .contact_text p {
    z-index: 3;
    margin-left: 30px;
    font-size: 2.5vw;
    position: relative;
    top: -30px;
    color: #373737;
  }
  
  #contact .view_more p {
    position: static;
  }
  
  .contact_in {
    /* margin-left: 130px; */
    margin-top: -140px;
    z-index: 3;
  }
  
  .contact_slide {
    z-index: -1;
    /* margin-top: -200px; */
  }
  /*********** fadeUp ***********/
  .fadeUp{
    animation-name: fadeUpAnime;
    animation-duration: 3.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateX(1200px);
      }
    
      to {
        opacity: 1;
      transform: translateX(100px);
      }
    }
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
     
  .contact_slide {
    /* width: 700px; */
    /* margin: 0 auto; */
    /* padding: 20px 80px; */
    /* text-align: center; */
    opacity: 0;
    margin-top: 0;
  }
  @media only screen and (min-width:651px) {
    #contact {
        background: #f6bb02;
        width: auto;
        padding: 70px 0;
        overflow: hidden;
        position: static;
    }
    
    .contact_text {
        display: block;
        width: 100%;
        position: static;
    }
  
    .contact_text .slide_h2 {
        position: relative;
        top: -90px;
    }
    
    .contact_text p {
        margin-left: 190px;
        font-size: 2.2vw;
        position: relative;
        top: -120px;
    }
    
    .contact_text .view_more {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-top: 50px;
      padding-right: 20px;
      position: relative;
      z-index: 1;
      left: 0;
    }
    
    .slide_h2 h2 {
        font-size: 24px;
    }
    
    .slide_h2 i {
        font-size: 23px;
    }
    .contact_in {
        margin-top: -140px;
        position: relative;
        z-index: 1;
    }
    
    .contact_slide {
        z-index: -1;
        /* margin-top: -200px; */
    }
    
    .contact_slide p {
        font-size: 17vw;
        line-height: initial;
    }
    /*********** fadeUp ***********/
    .fadeUp{
        animation-name: fadeUpAnime;
        animation-duration: 3.5s;
        animation-fill-mode: forwards;
        opacity: 0;
        }
        
        @keyframes fadeUpAnime{
          from {
            opacity: 0;
          transform: translateX(1200px);
          }
        
          to {
            opacity: 1;
          transform: translateX(100px);
          }
        }
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
         
    .contact_slide {
        /* width: 700px; */
        /* margin: 0 auto; */
        /* padding: 20px 80px; */
        /* text-align: center; */
        opacity: 0;
        margin-top: 0;
    }
  }
  @media only screen and (min-width:801px) {
    #contact {
        background: #f6bb02;
        width: 100%;
        padding: 70px 0;
        overflow: hidden;
        position: static;
    }
    
    .contact_text {
        display: flex;
        align-items: center;
        z-index: 1;
        width: 100%;
    }
  
    .contact_text .slide_h2 {
        display: flex;
        position: relative;
        top: -120px;
        left: 58px;
    }
  
    .contact_text p {
        z-index: 3;
        margin-left: 120px;
        font-size: 1.3vw;
        position: relative;
        top: -117px;
    }
    
    .contact_text .view_more {
        padding: 0;
        z-index: 3;
        margin-left: 70px;
        position: static;
    }
    
    .slide_h2 h2 {
        display: inline-block;
        font-weight:lighter;
        border-bottom: 1px solid #333;
        padding-top: 50px;
        margin: 0 0 50px 130px;
        margin-left: 5px;
        z-index: 1;
    }
    
    .slide_h2 i {
        font-size: 23px;
        color: #f4505a;
        z-index: 1;
        position: relative;
        top: 55px;
    }
    .contact_in {
        /* margin-left: 130px; */
        margin-top: -140px;
        z-index: 3;
        width: 100%;
    }
    
    .contact_slide {
        z-index: -1;
        /* margin-top: -200px; */
    }
    
    .contact_slide p {
        font-size: 150px;
        color: #ffd700;
        z-index: -1;
    }
  
    #contact .view_more {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 70px;
        margin-right: 90px;
    }
    /*********** fadeUp ***********/
    .fadeUp{
        animation-name: fadeUpAnime;
        animation-duration: 3.5s;
        animation-fill-mode: forwards;
        opacity: 0;
        }
        
        @keyframes fadeUpAnime{
          from {
            opacity: 0;
          transform: translateX(1200px);
          }
        
          to {
            opacity: 1;
          transform: translateX(100px);
          }
        }
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
         
    .contact_slide {
        /* width: 700px; */
        /* margin: 0 auto; */
        /* padding: 20px 80px; */
        /* text-align: center; */
        opacity: 0;
        margin-top: 0;
    }
  }
/*********** fadeUp ***********/
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration: 3.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateX(1200px);
      }
    
      to {
        opacity: 1;
      transform: translateX(100px);
      }
    }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
     
.contact_slide {
    /* width: 700px; */
    /* margin: 0 auto; */
    /* padding: 20px 80px; */
    /* text-align: center; */
    opacity: 0;
    margin-top: 0;
}





/*********** footer ***********/
footer {
    width: 100%;
    background: #ffd700;
    overflow: hidden;
  }
  
  .footer_in {
    display: block;
    /* justify-content: space-between; */
    padding-top: 20px;
  }
  
  .footer_in_desc p {
    color: #373737;
    font-size: 5vw;
  }
  
  .footer_in_desc span {
    color: #373737;
    font-size: 3.7vw;
  }
  
  .footer_in_title p {
    color: #373737;
    font-weight:700;
    /* font-size: 30px; */
    font-size: 5vw;
  }
  
  .footer_in_title .rogo {
    width: 8%;
    margin-right: 10px;
    margin-top: 20px;
  }
  
  .footer_in ul {
    display: block;
    justify-content: flex-end;
    margin-right: 0;
  }
  
  .footer_in li {
    list-style: none;
    padding: 6px;
    margin-left: 20px;
  }
  
  footer p {
    text-align: right;
    padding: 30px;
    color: #373737;
    font-size: 11px;
  }
  
  .footer_copy {
    margin-top: -70px;
  }
  
  .footer_rogo {
    width: 20%;
    margin-left: 30px;
    margin-top: 0;
  }
  
  .footer_rogo img {
    width: 100%;
  }
  
  .footer_in_title {
    display: flex;
    font-size: 30px;
    margin-left: 30px;
  }
    
  .footer_in_title .rogo img {
    width: 100%;
  }
  
  .footer_in_desc {
    margin-top: 3px;
  }
    
  .footer_text {
      /* text-align: center; */
      padding: 192px 190px 300px;
      display: flex;
      width: auto;
  }
  
  .footer_in a {
    color: #373737;
    font-size: 17px;
    text-decoration: none;
  }
  @media only screen and (min-width:651px) {
    footer {
      background: #ffd700;
      padding: 15px;
      height: 400px;
      overflow: hidden;
    }
    
    .footer_in_title {
        display: flex;
        /* align-items: center; */
        font-size: 30px;
        /* color: #333; */
        /* padding-left: 17px; */
        margin-left: 30px;
      }
      
      .footer_in_title .rogo {
        margin-top: -5px;
      }
      
      .footer_in_title .rogo img {
        width: 100%;
      }
      
      .footer_in_desc {
        margin-top: 3px;
      }
      
      .footer_in_title p {
        font-size: 30px;
      }
      
      .footer_text {
          /* text-align: center; */
          padding: 192px 190px 300px;
          display: flex;
          width: auto;
      }
    
    .footer_desc {
        /* padding-left:150px; */
    }
    
    .footer_in_desc p {
        font-size: 4vw;
    }
    
    .footer_in_desc span {
        font-size: initial;
        margin-left: 10px;
    }
    
    .footer_in {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
    }
    
    .footer_in ul {
        display: block;
        /* justify-content: flex-end; */
        margin-right: 60px;
    }
    
    .footer_in li {
        padding: 10px;
    }
  
    .footer_in a {
        color: #373737;
        font-size: 17px;
        text-decoration: none;
    }
    
    .footer_rogo {
        width: 30%;
        position: relative;
        top: -140px;
    }
    
    .footer_rogo img {
        width: 100%;
    }
    
    footer p {
        padding: 0 80px 30px 0;
    }
    
    .footer_copy {
        /* margin-top: -70px; */
        position: relative;
        top: -100px;
    }
  }
  @media only screen and (min-width:801px) {
    footer {
        background: #ffd700;
        overflow: hidden;
        width: 100%;
        height: 500px;
    }
    
    .footer_in_title {
        display: flex;
        /* align-items: center; */
        font-size: 30px;
        /* color: #333; */
        /* padding-left: 17px; */
        margin-left: 30px;
      }
      
      .footer_in_title .rogo {
        width: 8%;
        margin-right: 10px;
        margin-top: -5px;
      }
      
      .footer_in_title .rogo img {
        width: 100%;
      }
      
      .footer_in_desc {
        margin-top: 3px;
      }
      
      .footer_in_title p {
        color: #373737;
        font-weight:700;
        font-size: 30px;
        /* font-family: cursive; */
      }
      
      .footer_text {
          /* text-align: center; */
          padding: 192px 190px 300px;
          display: flex;
          width: auto;
      }
    
    .footer_desc {
        /* padding-left:150px; */
    }
    
    .footer_in_desc p {
        color: #373737;
    }
    
    .footer_in_desc span {
        color: #373737;
        font-size: initial;
        margin-left: 0;
    }
    
    .footer_in {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
    }
    
    .footer_in ul {
        display: block;
        /* justify-content: flex-end; */
        margin-right: 65px;
    }
    
    .footer_in li {
        list-style: none;
        padding: 10px;
        margin-left: 20px;
    }
    
    .footer_in a {
        color: #373737;
        font-size: 17px;
        text-decoration: none;
    }
    
    .footer_rogo {
        width: 25%;
        /* margin-left: 80px;
        margin-top: -20px; */
        position: relative;
        top: -210px;
    }
    
    .footer_rogo img {
        width: 100%;
    }
    
    footer p {
        /* text-align: right; */
        /* padding: 0 80px 30px 0; */
        color: #373737;
        font-size: 11px;
    }
    
    .footer_copy {
        /* margin-top: -70px; */
        position: relative;
        /* top: -150px; */
        /* left: -300px; */
    }
  }