@charset "utf-8";

#contents h1 .bg-fixed {
  background-image: url("../img/advantage/h1bg.jpg");
}


h2 img {
  height: 3em;
}
@media only screen and (max-width: 1080px) {
  h2 img {
    height: auto;
    max-height: 3em;
    max-width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  h2 img {
    width: auto;
    height: 2.2em;
    margin: auto;
    display: block;
  }
}

h2 .h2SubTitle {
  color: #FFF;
  font-size: 0.7em;
  margin-top: 0.5em;
  font-weight: 200;
}
@media only screen and (max-width: 560px) {
  h2 .h2SubTitle {
    font-size: 0.5em;
  }
}

#vision {
  background: url("../img/common/visionBg.png") no-repeat center #232323;
  background-size: auto 90%;
  text-align: center;
  color: #FFF;
  margin-top: 80px;
  padding: 180px 5vw !important;
}
@media only screen and (max-width: 560px) {
  #vision {
    margin-top: 5vw;
  }
}


#vision .sectionInner {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

#vision .sectionInner::before,
#vision .sectionInner::after {
    position: absolute;
    width: 5vw;
    height: 5vw;
    content: '';
}

#vision .sectionInner::before {
    border-left: solid 5px #9c9c9c;
    border-top: solid 5px #9c9c9c;
    top: 0;
    left: 0;
}

#vision .sectionInner::after {
    border-right: solid 5px #9c9c9c;
    border-bottom: solid 5px #9c9c9c;
    bottom: 0;
    right: 0;
}

#vision h2 {
  padding-top: 1em;
}


#mission {
  background: #3a3a3a;
  padding: 8vw 0 !important;
}
@media only screen and (max-width: 560px) {
  #mission {
    padding: 15vw 0 !important;
  }
}



#mission .sectionInner {
  width: 100%;
  max-width: 1500px;
  padding: 0 5vw;
}

#mission #missionList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw 2vw; 
}
@media only screen and (max-width: 1080px) {
  #mission #missionList {
  }
}
@media only screen and (max-width: 560px) {
  #mission #missionList {
    display: block;
  }
}

#missionList dl {
  margin: 0;
  padding: 3vw 4vw 2vw 4vw;
  background-color: #868686;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 560px) {
  #missionList dl {
    padding: 7vw 4vw 5vw 4vw;
    margin: 5vw auto
  }
}

#missionList dl.mission01 {
  background-image: url("../img/advantage/missionBg01.jpg");
}

#missionList dl.mission02 {
  background-image: url("../img/advantage/missionBg02.jpg");
}

#missionList dl.mission03 {
  background-image: url("../img/advantage/missionBg03.jpg");
}

#missionList dl.mission04 {
  background-image: url("../img/advantage/missionBg04.jpg");
}

#missionList dl dt {
  margin: 0;
  padding: 0 0 1vw 0;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
  font-weight: 200;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}

#missionList dl dt h3 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 2.7em;
  font-weight: 300;
}

#missionList dl dd {
  margin: 0;
  padding: 0;
}

#missionList dl ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#missionList dl li {
  margin: 1em 0;
  padding: 1.5em 2em;
  position: relative;
  color: #000;
  background: rgba(255,255,255,0.8);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 6em;
}

#missionList dl li::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #000;
  position: absolute;
  z-index: 100;
}


#feature {
  background: url("../img/common/bg03.png");
}

#feature .sectionInner {
  width: 100%;
  max-width: 1500px;
  padding: 0 5vw;
}
@media only screen and (max-width: 1080px) {
  #feature .sectionInner{
  }
}
@media only screen and (max-width: 560px) {
  #feature .sectionInner{
  }
}

#feature h2 {
  margin-bottom: 0.5em !important;
}

#feature h2 img {
  
}

#feature h2 + p {
  text-align: center;
  color: #FFF;
  font-size: 1.2em;
  margin-top: 1.5em;
}

      
#featureList {
  
}

#featureList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#featureList li {
  margin: 5vw auto;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #featureList li {
    padding-bottom: 30vw;
    margin: 15vw auto;
  }
}

#featureList dl {
  border: 15px solid #d5d5d5;
  background: #FFF;
  margin: 0;
  padding: 2vw 420px 1em 4vw;
  width: 97%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  #featureList dl {
    padding: 2vw 320px 1em 4vw;
  }
}
@media only screen and (max-width: 560px) {
  #featureList dl {
    padding: 5vw 5vw 15vw 5vw;
    width: 100%;
    border: 10px solid #d5d5d5;
  }
}

#featureList dt {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #A9A9A9;
}

#featureList dt h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

#featureList dd {
  margin: 0;
  padding: 0;
}

#featureList dd p {
  
}

#featureList img {
  background: #FFF;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  padding: 10px;
  width: 400px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-7deg);
}
@media only screen and (max-width: 1080px) {
  #featureList img {
    width: 300px;
  }
}
@media only screen and (max-width: 560px) {
  #featureList img {
    width: 60vw;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)  rotate(-7deg);
  }
}
