@charset "UTF-8";
#certification--main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: url(../../certification/img/certification--line.webp) repeat-x top left;
  background-size: 32px 6px;
  padding-top: 10px;
  position: relative;
}
#certification--main .certification--catch {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}
@media (max-width: 767px) {
  #certification--main .certification--catch {
    top: -20px;
    left: -15px;
  }
  #certification--main .certification--catch img {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 428px) {
  #certification--main .certification--catch {
    top: -4.6728971963vw;
    left: -3.5046728972vw;
  }
  #certification--main .certification--catch img {
    width: 25.7009345794vw;
    height: 25.7009345794vw;
  }
}
#certification--main #certification--mv {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
#certification--main #certification--mv * {
  position: relative;
  z-index: 2;
}
#certification--main #certification--mv h2 {
  width: 100%;
  height: 249px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #certification--main #certification--mv h2 {
    padding: 30px;
  }
  #certification--main #certification--mv h2 img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 428px) {
  #certification--main #certification--mv h2 {
    height: 58.1775700935vw;
    padding: 7.0093457944vw;
  }
  #certification--main #certification--mv h2 img {
    max-width: 100%;
    height: auto;
  }
}
#certification--main #certification--mv .certification--mv--img {
  border-radius: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#certification--main #certification--mv .certification--mv--img li {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
  -webkit-animation-name: mv-img;
          animation-name: mv-img;
}
#certification--main #certification--mv .certification--mv--img li:nth-child(1) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
#certification--main #certification--mv .certification--mv--img li:nth-child(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  opacity: 0;
}
#certification--main #certification--mv .certification--mv--img li:nth-child(3) {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
  opacity: 0;
}
@-webkit-keyframes mv-img {
  0% {
    opacity: 0;
  }
  4.76% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  42.85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mv-img {
  0% {
    opacity: 0;
  }
  4.76% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  42.85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #certification--main #certification--mv .certification--mv--img li img {
    width: 880px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #certification--main #certification--mv .certification--mv--img li img {
    width: 737px;
    height: auto;
  }
}
@media (max-width: 428px) {
  #certification--main #certification--mv .certification--mv--img {
    border-radius: 1.1682242991vw;
  }
  #certification--main #certification--mv .certification--mv--img li img {
    width: 140.1869158879vw;
    height: auto;
  }
}
#certification--main #certification--mv .certification--mv--character {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  #certification--main #certification--mv .certification--mv--character img {
    width: 95px;
    height: auto;
  }
}
@media (max-width: 428px) {
  #certification--main #certification--mv .certification--mv--character img {
    width: 22.1962616822vw;
    height: auto;
  }
}
#certification--main #certification--mv .certification--mv--mark {
  position: absolute;
  right: -50px;
  bottom: 0;
}
@media (max-width: 767px) {
  #certification--main #certification--mv .certification--mv--mark {
    right: -30px;
  }
  #certification--main #certification--mv .certification--mv--mark img {
    width: 130px;
    height: auto;
  }
}
@media (max-width: 428px) {
  #certification--main #certification--mv .certification--mv--mark {
    right: -7.0093457944vw;
  }
  #certification--main #certification--mv .certification--mv--mark img {
    width: 30.3738317757vw;
    height: auto;
  }
}
#certification--main #certification--mv .certification--mv--txt {
  color: #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  #certification--main #certification--mv .certification--mv--txt {
    top: 5px;
    right: 5px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    font-size: 1.4rem;
  }
}
@media (max-width: 428px) {
  #certification--main #certification--mv .certification--mv--txt {
    top: 1.1682242991vw;
    right: 1.1682242991vw;
    text-shadow: 0px 0px 2.3364485981vw rgba(0, 0, 0, 0.8);
    font-size: 3.2710280374vw;
  }
}
#certification--main #certification--mv .certification--mv--wave {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  height: 20%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#certification--main #certification--mv .certification--mv--wave svg use {
  fill: #FFF;
  -webkit-animation: wave linear 10s infinite;
          animation: wave linear 10s infinite;
}
#certification--main #certification--mv .certification--mv--wave svg use:nth-of-type(2), #certification--main #certification--mv .certification--mv--wave svg use:nth-of-type(3) {
  opacity: 0.2;
}
#certification--main #certification--mv .certification--mv--wave svg use:nth-of-type(2) {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
#certification--main #certification--mv .certification--mv--wave svg use:nth-of-type(3) {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@-webkit-keyframes wave {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
@keyframes wave {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #certification--main #certification--mv .certification--mv--wave svg {
    aspect-ratio: 1200/150;
    width: 1800px;
  }
}
@media (max-width: 767px) {
  #certification--main #certification--mv .certification--mv--wave {
    bottom: -30px;
  }
  #certification--main #certification--mv .certification--mv--wave svg {
    aspect-ratio: 1200/150;
    width: 1534px;
  }
}
@media (max-width: 428px) {
  #certification--main #certification--mv .certification--mv--wave {
    bottom: -7.0093457944vw;
  }
  #certification--main #certification--mv .certification--mv--wave svg {
    aspect-ratio: 1200/150;
    height: 35.046728972vw;
    width: auto;
  }
}
#certification--main #certification--intro {
  padding: 0 30px 30px;
}
#certification--main #certification--intro p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #certification--main #certification--intro {
    padding: 0 20px 30px;
  }
}
@media (max-width: 428px) {
  #certification--main #certification--intro {
    padding: 0 4.6728971963vw 7.0093457944vw;
  }
}
#certification--main #certification--for-business,
#certification--main #certification--for-consumer {
  text-align: center;
  padding: 0 15px 15px;
}
#certification--main #certification--for-business .box,
#certification--main #certification--for-consumer .box {
  border-radius: 15px;
  padding: 15px 20px 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#certification--main #certification--for-business .box:before,
#certification--main #certification--for-consumer .box:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#certification--main #certification--for-business h3,
#certification--main #certification--for-consumer h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  background: #0878c4;
  border-radius: 20px;
  display: inline-block;
  margin: 0 0 15px;
  padding: 8px 30px;
}
#certification--main #certification--for-business h3 .title-s,
#certification--main #certification--for-consumer h3 .title-s {
  font-size: 1.6rem;
}
#certification--main #certification--for-business .detail,
#certification--main #certification--for-consumer .detail {
  margin-bottom: 15px;
}
#certification--main #certification--for-business .detail p,
#certification--main #certification--for-consumer .detail p {
  font-size: 1.6rem;
  line-height: 1.5em;
}
#certification--main #certification--for-business .link-type03,
#certification--main #certification--for-consumer .link-type03 {
  text-align: center;
}
#certification--main #certification--for-business .link-type03 a,
#certification--main #certification--for-consumer .link-type03 a {
  font-weight: bold;
}
#certification--main #certification--for-business .link-type03 a:before,
#certification--main #certification--for-consumer .link-type03 a:before {
  content: "";
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media (max-width: 767px) {
  #certification--main #certification--for-business,
  #certification--main #certification--for-consumer {
    padding: 0 10px 15px;
  }
  #certification--main #certification--for-business .box,
  #certification--main #certification--for-consumer .box {
    border-radius: 15px;
    padding: 15px 15px 20px;
  }
  #certification--main #certification--for-business h3,
  #certification--main #certification--for-consumer h3 {
    font-size: 1.8rem;
    border-radius: 50px;
    margin: 0 0 15px;
    padding: 8px 30px;
  }
  #certification--main #certification--for-business h3 .title-s,
  #certification--main #certification--for-consumer h3 .title-s {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 5px;
  }
  #certification--main #certification--for-business .detail,
  #certification--main #certification--for-consumer .detail {
    margin-bottom: 15px;
  }
  #certification--main #certification--for-business .detail p,
  #certification--main #certification--for-consumer .detail p {
    font-size: 1.5rem;
  }
  #certification--main #certification--for-business .link-type03 a,
  #certification--main #certification--for-consumer .link-type03 a {
    display: block;
  }
}
@media (max-width: 428px) {
  #certification--main #certification--for-business,
  #certification--main #certification--for-consumer {
    padding: 0 2.3364485981vw 3.5046728972vw;
  }
  #certification--main #certification--for-business .box,
  #certification--main #certification--for-consumer .box {
    border-radius: 3.5046728972vw;
    padding: 3.5046728972vw 3.5046728972vw 4.6728971963vw;
  }
  #certification--main #certification--for-business h3,
  #certification--main #certification--for-consumer h3 {
    font-size: 1.8rem;
    border-radius: 11.6822429907vw;
    margin: 0 0 3.5046728972vw;
    padding: 1.8691588785vw 7.0093457944vw;
  }
  #certification--main #certification--for-business h3 .title-s,
  #certification--main #certification--for-consumer h3 .title-s {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 1.1682242991vw;
  }
  #certification--main #certification--for-business .detail,
  #certification--main #certification--for-consumer .detail {
    margin-bottom: 3.5046728972vw;
  }
  #certification--main #certification--for-business .detail p,
  #certification--main #certification--for-consumer .detail p {
    font-size: 1.5rem;
  }
  #certification--main #certification--for-business .link-type03 a,
  #certification--main #certification--for-consumer .link-type03 a {
    display: block;
  }
}
#certification--main #certification--for-business .box {
  background: #dff9ff;
}
#certification--main #certification--for-business .box:before {
  background-image: url(../../certification/img/certification--for-business--bg.webp);
}
#certification--main #certification--for-business h3 {
  background: #0878c4;
}
#certification--main #certification--for-business .link-type03 a:before {
  content: "";
  background-image: url(../../certification/img/certification--for-business--character.webp);
  background-size: 100% 100%;
  width: 75px;
  height: 38px;
  top: -39px;
  right: 0;
}
#certification--main #certification--for-business .in-preparation {
  color: #666;
  font-size: 1.6rem;
  font-weight: bold;
  background: #bbb;
  max-width: 450px;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #certification--main #certification--for-business .detail {
    margin-bottom: 20px;
  }
  #certification--main #certification--for-business .link-type03 a:before {
    width: 48px !important;
    height: 25px !important;
    top: -24px !important;
    right: 0;
  }
}
@media (max-width: 428px) {
  #certification--main #certification--for-business .detail {
    margin-bottom: 4.6728971963vw;
  }
  #certification--main #certification--for-business .link-type03 a:before {
    width: 11.214953271vw !important;
    height: 5.8411214953vw !important;
    top: -5.6074766355vw !important;
    right: 0;
  }
}
#certification--main #certification--for-consumer .box:before {
  background-image: url(../../certification/img/certification--for-consumer--bg.webp);
}
#certification--main #certification--for-consumer h3 {
  background: #f58d4f;
}
#certification--main #certification--for-consumer .detail p {
  font-weight: bold;
  font-size: 2.5rem;
}
#certification--main #certification--for-consumer .link-type03 a:before {
  content: "随時更新";
  background-image: url(../../certification/img/certification--for-consumer--balloon.webp);
  width: 82px;
  height: 52px;
  top: -20px;
  right: -50px;
}
#certification--main #certification--for-consumer .link-type03 a span:first-of-type {
  margin-right: 1em;
}
@media (max-width: 767px) {
  #certification--main #certification--for-consumer .link-type03 a:before {
    width: 75px;
    height: 49px;
    top: -20px;
    right: -15px;
  }
}
@media (max-width: 428px) {
  #certification--main #certification--for-consumer .link-type03 a:before {
    width: 17.523364486vw;
    height: 11.4485981308vw;
    top: -7.0093457944vw;
    right: -3.5046728972vw;
  }
}