/* ベースのスタイル
------------------------------------------ */
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.75;
    color: #333;
    overflow-x: hidden;
  }
  
  @media (min-width: 768px) {
    body {
      font-size: 1.125rem;
    }
  }
  
  a {
    color: #333;
    text-decoration: none;
  }
  
  a,
  a:hover,
  a i {
    transition: all 0.3s;
  }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  
  ul {
    list-style: none;
  }
  
  /*----------------------sp------------------------*/
  .pc-header-list {
    display: none;
  }
  .header {
    z-index: 999;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    background-color: #fff;
  }
  .header-logo {
    width: 40%;
  }
  .sp-header {
    width: 30px;
    height: 20px;
    position: relative;
    position: fixed;
    top: 20px;
    left: auto;
    right: 20px;
  }
  .sp-header span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: .5s;
  }
  .sp-header span:nth-of-type(1) {
    top: 0;
  }
  .sp-header span:nth-of-type(2) {
    top: 50%;
  }
  .sp-header span:nth-of-type(3) {
    top: 100%;
  }
  .header-list {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 60px;
    width: 100%;
    height: 100%;
    right: 0;
    transform: translateX(100%);
    transition: .8s;
  }
  .header-list li{
    line-height: 400%;
    text-align: center;
    border-bottom: 1px solid #ffffffd1;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: 0 auto;
  }
  .header-list li a{
    color: #fff;
  }
  .header-list-sns-ul {
    display: flex;
    column-gap: 5px;
  }
  .header-list-sns-ul li{
    border-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
  }
  
  .sp-header.active span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .sp-header.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-header.active span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .header-list.active {
    transform: translateX(0);
  }
  /*----------main-----------*/
  /* .slide-items {
    top: 60px;
    width: 100%;
    height: 100%;
  }
  
  .slide-items img {
    width: 100%;
    object-fit: cover;
  } */
  
  .content {
    width: 90%;
    padding-top: 20vw;
    margin: 0 auto 10vw;
    font-size: 3vw;
    font-weight: 400;
  }
  /* .content-title {
    font-size: 5vw;
  } */
  .content-text img {
    width: 100%;
  }
  .content .text-01 {
    width: 95%;
    margin-left: 2vw;
    font-size: 3.8vw;
    margin-bottom: 10vw;
  }
  .content-title{
    display: table;
    border-bottom: 3px solid #000;
    width: 95%;
    margin-bottom: 6vw;
  }
  
  .fade-left {
    font-size: 7vw;
  }
  .text-title {
    font-size: 7vw;
  }
  .content-abt-on {
    display: grid;
    text-align: center;
    row-gap: 10vw;
  }
  
  .abt {
    margin: 0 auto;
    padding: 12px 0 12px 0;
    width: 90%;
    font-size: 5vw;
    text-align: left;
  }
  
  .abt h3 {
    font-size: 6vw;
    padding-top: 50px;
  }
  
  .abt-on-webc {
    font-size: 4.3vw;
  }

  .abt .small {
    font-size: 48%;
  }
  
  .content-contact-text {
    display: grid;
    font-size: 5vw;
  }

  .content-news-on {
    display: grid;
    text-align: left;
    row-gap: 5vw;
  }
  .news-text {
    margin: 0 auto 0 1vw;
    font-size: 5vw;
    border-bottom: 1px solid #333;
    width: 95%;
    padding-bottom: 3vw;
  }
  
  .news-text p{
    line-height: 1.5;
  }

  .news-text small {
    line-height: 0;
  }
  .news-text-title{
    font-weight: 700;
  }
  .news-data {
    margin-top: auto;
    margin-bottom: 1vw;
    margin-right: 5vw;
    font-size: 4.5vw;
  }
  .news-img {
    width: 60%;
  }
  .news-img_05 {
    width: 30%;
  }
  .flex {
    display: flex;
  }
  
  .content-contact-on {
    display: grid;
    font-size: 5vw;
  }
  
  .cont-ent {
    color: #1500ff;
  }

  .contact-btn {
    padding: 2vw;
    background-color: #666;
    color: #fff;
    width: 50%;
    margin: 2vw auto;
    border-radius: 30px;
    transition: 0.8s;
    text-align: center;
  }

  .contact-btn:hover {
    opacity: .8;
    transition: .8s;
  }

    /*-------- company -----------*/
    .content-main-cp {
        margin-top: 15vw;
        margin-bottom: 18vw;
    }
.cp-btm {
    display: flex;
    border-bottom: 1px solid #333;
    padding-bottom: 0px;
    width: 95%;
    margin-bottom: 5vw;
}
.cp-btm h4 {
    font-size: 4vw;
    margin-right: 3vw;
    width: 22%;
    text-align: center;
    border-right: 1px solid;
}
.cp-btm p {
    font-size: 1.5vw;
    padding-top: 5px;
}
.cp-btm p:last-child {
    font-size: 3.2vw;
}

  
  /*-------- footer -----------*/
  footer {
    background-color: #666;
  }
  
  .footer-title {
    display: flex;
    color: #fff;
    justify-content: center;
    font-size: 3.5vw;
    column-gap: 8vw;
  }
  .footer-logo {
    width: 20%;
    height: 20%;
    margin-top: auto;
    margin-bottom: 2vw;
  }
  .footer-list-ul {
    display: flex;
    justify-content: center;
  } 
  .footer-list-li a{
    color: #fff;
    font-size: 3.5vw;
    font-weight: 400;
    border-right: 1px solid #fff;
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .footer-list-li:last-child a{
    border-right: none;
  }
  .footer h2 {
    font-weight: 400;
    margin-top: 30px;
  }
  .copi {
    display: block;
    color: #fff;
    font-size: 2vw;
    text-align: right;
    margin-right: 8vw;
  }
  /*----------- PC ----------------
-----------------------------------*/

@media (min-width:768px) {
    .sp-header {
      display: none;
    }
  .header-list {
    display: none;
  }
  
  
  .header-logo {
    width: 25%;
  }
  
  .header {
    display: flex;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 12%;
    top: 0;
    align-items: center;
    z-index: 999;
  }
  .header img {
    padding: 3%;
    margin-left: 0;
  }
  .pc-header-list {
    display: block;
    margin-left: auto;
    margin-right: 5%;
  
  }
  .header-list-ul {
    display: flex;
    column-gap: 2vw;
    margin-top: 5%;
  }
  
  .header-list-li {
    font-size: 1.2vw;
  
  }
  
  .header-list-li a {
    position: relative;
    display: inline-block;
    color: #333;
    font-weight: 400;
  
  }
  
  .header-list-li a:hover {
    color: #97acb4d1;
  }
  
  .header-list-li a::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #97acb4d1;
    transition: all .3s;
    transform: scale(0,1);
    transform-origin: left top;
  }
  
  .header-list-li a:hover::after {
    transform: scale(1,1);
  }
  
  /*------------ main ---------------*/
  .slide-items {
    margin-bottom: 13vw;
  }
  .fade-left {
    font-size: 3vw;
  }
  .text-title {
    font-size: 2.5vw;
  }
  .content {
    width: 80%;
  }
  /* .content-title {
    display: flex;
    position: relative;
    font-size: 3vw;
  }
  .content-title h2 {
    transition: all 1s;
    transform: scale(0,1);
    transform-origin: left top;
  }

  .content-title.act h2 {
    transform: scale(1,1);
    transition: 1s;
  } */

  .abt h3 {
    font-size: 2vw;
    padding-top: 7vw;
  }
  
  .abt p {
    margin-top: 8vw;
    margin-bottom: 5vw;
    font-size: 1vw;
  }
  .abt .small {
    font-size: 60%;
}
  .content-abt-on img {
    width: 80%;
  }
  
  .news-text {
    font-size: 2vw;
    width: 70%;
    margin-left: 12vw;
  }
  .news-text-title{
    font-weight: 700;
  }
  .news-data {
    font-size: 1.5vw;
  }
  .more {
    display: flex;
    font-size: 2.5vw;
    margin-left: auto;
    margin-right: 5vw;
    width: 13%;
    color: #000;
  }
  
  .content-contact-text {
    margin-top: 5vw;
    text-align: center;
    font-size: 1.5vw;
  }
  
  .contact-btn {
    width: 21%;
    border-radius: 50px;
    padding: 0.5vw;
    font-size: 1.5vw;
  }
  .cp-btm {
    margin-bottom: 2vw;
}
  .cp-btm h4 {
    font-size: 1.5vw;
    color: #565656;
}
  .cp-btm p:last-child {
    color: #333;
    font-size: 1.5vw;
    margin-left: 3vw;
}
  /*------ footer ---------*/
  .footer-logo {
    width: 12%;
    height: 12%;
    margin-bottom: 0;
  }
  
  .footer-title {
    margin: 2vw auto;
    font-size: 2vw;
    column-gap: 8vw;
}
.footer h2 {
    font-size: 2vw;
}
  .footer-list-li {
  border-right: 1px solid #fff;
  padding-top: 0;
  margin-top: 1vw;
  line-height: 1;
  
  }
  .footer-list-li:last-child {
    border-right: none;
    padding-top: 0;
    margin-top: 1vw;
    line-height: 1;
    
    }
  
  .footer-list-li a {
    border-right: none;
    font-size: 1.5vw;
    padding-right: 0;
    padding-left: 0;
    margin-left: 3vw;
  margin-right: 3vw;
  }
  .footer-list-li a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1;
  
  }
  
  .copi {
    font-size: 1vw;
    margin-right: 21vw;
    font-weight: 400;
  }
  
  }