@charset "utf-8";

.contents-company{
  background-image: url(/images/company-background.png);
  margin: 0;
  padding: 0;
  width: 100%;
  background-repeat: repeat-y;
  background-size: cover;
}

.company {
  padding: 20px 0;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 10%;
  margin-right: 10%;
  background-color: rgb(234, 234, 234);
  border-radius: 30px;
  filter: drop-shadow(10px 10px 4px lightgray);
}

.company-layout {
  padding: 20px 0;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 10%;
  margin-right: 10%;
  background-color: rgb(234, 234, 234);
  border-radius: 30px;
  filter: drop-shadow(10px 10px 4px lightgray);
}

.subtitle-mission h3/* 日本語 */ {
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
  border-bottom: 3px solid #333;
  padding-bottom: 20px;
  width: 300px;
  text-align: left;
}


.mission-text {
  font-size: 3rem;
  text-align: center;
  margin: 3%;
}

.is-pc{
  display: block;
}

.is-sp{
  display: none;
}


.mission-minitext {
  text-align: center;
  font-size: 0.8rem;

  margin-left: 3%;
  margin-right: 3%;
}

.subtitle-mission {
  font-size: 1.0rem;
  text-align: center;
}

.mission-text-title-m,
.mission-text-title-v1,
.mission-text-title-v2 {
  font-weight:500;
}

.mission-text-title-m span{
  font-size: 1.5rem;
  color: rgb(247, 142, 137);
  font-weight: bold;
}

.mission-text-title-v1 span{
  font-size: 1.5rem;
  color: #FDC776;
  font-weight: bold;
}

.mission-text-title-v2 span{
  font-size: 1.5rem;
  color: #7dd3f0;
  font-weight: bold;
}


 /* fadeIn */
 @keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

.fadein-bottom{
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.fadein-bottom.active{
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(30px);
  opacity: 1;
}

.subtitle-company h2{
  display: block;
  text-align: center;
    border-bottom:3px solid #333;
    padding-bottom: 20px;
    width: 250px;/*線の長さ*/
    margin:auto;
  }

.subtitle-company h3{
  display: block;
  text-align: center;
}



/* table01 */
#table01 {
  margin: 0 1.0rem 0 0;
  max-width: 90%;
}

#table01 td {
  border-bottom: 1px solid #333;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  text-align: center;
}

#table01 .text-set {
  text-align: left;
  padding: 3%;
}

#table01 th {
  width: 50%;
}

  @media only screen and (max-width: 820px) {

    .subtitle-mission h3/* 日本語 */ {
      display: block;
      text-align: center;
      font-size: 1.0rem;
      width: 40%;
      border-bottom: 3px solid #333;
      padding-bottom: 10px;
    }

    .mission-text {
      font-size: 1.0rem;
      text-align: center;
      margin: 3%;
    }

    .mission-minitext {
      width: 70%;
      font-size: 0.5rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .subtitle-mission {
      text-align: center;
      margin-top: 3%;
      margin-bottom: 3%;
    }
    }

/* sp */
@media screen and (max-width: 480px) {
#table01 {
  width: 80%;
  margin: 0 auto;
  max-width: 90%;
}

tbody{
  left: 0;
  right: 10%;
  margin: 0 1.0rem 0 0;
  max-width: 90%;
}
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
    padding: 5px 0;
    font-size: 0.6rem;
  }

  #table01 td {
    left: 0;
  }

  #table01 th {
    width: 100%;
    padding-top: 50px;
  }
}

@media screen and (max-width: 1130px){
  .subtitle-text h3 {
    color:#DEAE2C;
      font-size:1.3rem;
      font-weight: bold;
      margin: 0 auto 40px auto;
      text-align: center;
      width: 70%;/*線の長さ*/
     border-top:3px solid #333;
     border-bottom: none;
     padding-top: 30px;
  }
}

@media screen and (max-width: 530px){

  .subtitle-mission h3/* 日本語 企業理念*/ {
    font-size: 0.6rem;
    width: 20%;
    border-bottom: 3px solid #333;
    padding-bottom: 10px;
  }

  .subtitle-text h3 {
    font-size: 0.8rem;
    color:#DEAE2C;
      font-weight: bold;
      margin: 0 auto 40px auto;
      text-align: center;
      width: 70%;/*線の長さ*/
     border-top:3px solid #333;
     border-bottom: none;
     padding-top: 30px;
  }

  .is-pc{
    display: none;
    }
  
  .is-sp{
    display: block;
    }
}

