@charset "UTF-8";
/* グレー */
/* オレンジ */
/* グリーン */
/* 薄いグリーン */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.g-recaptcha {
  text-align: center;
  transform-origin: 50vw 0%;
  transform: scale(0.9);
}
.g-recaptcha div {
  display: inline-block;
  margin: 0 0 15px;
}

.btn a, .btn input {
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.btn.red a, .btn.red input {
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 0px 7.65px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  background: linear-gradient(135deg, rgb(251, 159, 94) 0%, rgb(252, 117, 39) 100%);
}
@media (min-width: 750px) {
  .btn.red a, .btn.red input {
    background: linear-gradient(90deg, rgb(251, 159, 94) 0%, rgb(252, 117, 39) 100%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn.red a:hover, .btn.red input:hover {
    box-shadow: none;
  }
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
picture {
  display: block;
}
picture img {
  max-width: 100%;
  height: auto;
}

#wrapper {
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
}
#wrapper main {
  margin: 0 0 13.3vw;
}
#wrapper main .subContents {
  width: 100%;
  margin: 0 auto;
  padding: 0 6.6vw;
  text-align: left;
}
@media (min-width: 769px) {
  #wrapper main .subContents {
    width: 940px;
    padding: 0;
  }
}

.h_style01 {
  color: #5cb843;
  font-size: 3.9vw;
  font-weight: 700;
  padding: 0 0 2.6vw;
  border-bottom: solid 1px #5cb843;
}

.h_style02 {
  color: #fff;
  font-size: 1.5rem;
  width: 82.6vw;
  text-align: center;
  background: #5cb843;
  border-radius: 50vh;
  margin: 0 auto 2.9vw;
  padding: 1.6vw 0;
}

#formArea #progBlock .balloonText {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 50.5vw;
  min-height: 8vw;
  background: linear-gradient(90deg, rgb(255, 172, 114) 0%, rgb(252, 117, 39) 100%);
  border-radius: 50vh;
  margin: 0 auto 3.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#formArea #progBlock .balloonText::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 2vw solid transparent;
  border-right: 2vw solid transparent;
  border-top: 2vw solid #f8965d;
  position: absolute;
  left: 50%;
  bottom: -2vw;
  transform: translateX(-50%);
}
#formArea #progBlock h2 {
  color: transparent;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, rgb(255, 172, 114) 0%, rgb(252, 117, 39) 100%);
  -webkit-background-clip: text;
  margin: 0 0 4.6vw;
}
#formArea #progBlock .progList {
  display: flex;
  justify-content: center;
  column-gap: 11.7vw;
  position: relative;
}
#formArea #progBlock .progList::before {
  content: "";
  width: 64vw;
  height: 0.3vw;
  background: #addba1;
  position: absolute;
  top: 6.65vw;
  left: 50%;
  transform: translateX(-50%);
}
#formArea #progBlock .progList li {
  counter-increment: items;
  color: #addba1;
  font-size: 3.7vw;
  font-weight: 700;
  width: 17vw;
  text-align: center;
  padding: 14.8vw 0 0;
  position: relative;
}
#formArea #progBlock .progList li::before {
  content: counter(items);
  color: #addba1;
  font-size: 4vw;
  width: 13.3vw;
  height: 13.3vw;
  line-height: 13.3vw;
  background: #fff;
  border: solid 0.3vw #addba1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#formArea #progBlock .progList li.active {
  color: #5cb843;
}
#formArea #progBlock .progList li.active::before {
  border: solid 0.3vw #5cb843;
  border-radius: 50%;
}
#formArea #progBlock .progList li.active::after {
  content: counter(items);
  color: #fff;
  font-size: 4vw;
  width: 11.3vw;
  height: 11.3vw;
  line-height: 11.3vw;
  background: #5cb843;
  border-radius: 50%;
  position: absolute;
  top: 1vw;
  left: 50%;
  transform: translateX(-50%);
}
#formArea #progBlock .progList li.ok::before {
  color: #fff;
  background: #addba1;
}
#formArea .formBlock {
  font-size: 1.4rem;
}
#formArea .formBlock dl dt {
  color: #7D7D7D;
  font-size: 3.7vw;
  line-height: 1.3;
}
#formArea .formBlock dl dt span {
  color: #212121;
  font-size: 3.7vw;
  font-weight: 700;
  position: relative;
}
#formArea .formBlock dl dt.required span::after {
  content: "必須";
  color: #fff;
  font-size: 3.2vw;
  vertical-align: middle;
  background: #fc7527;
  border-radius: 0.5vw;
  margin: 0 2vw 0 1.5vw;
  padding: 0.5vw 2vw 0.7vw;
  display: inline-block;
}
#formArea .formBlock dl dt.option span::after {
  content: "任意";
  color: #fff;
  font-size: 3.2vw;
  vertical-align: middle;
  background: #7D7D7D;
  border-radius: 0.5vw;
  margin: 0 2vw 0 1.5vw;
  padding: 0.5vw 2vw 0.7vw;
  display: inline-block;
}
#formArea .formBlock .note {
  color: #7D7D7D;
  font-size: 3.3vw;
  margin: 2.6vw 0 0;
}

.btnBlock .submitBtn {
  position: relative;
}
.btnBlock .submitBtn::before {
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  border: 0.5vw solid;
  border-color: transparent transparent #fff #fff;
  transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  right: 7.5vw;
  top: 50%;
  pointer-events: none;
}
.btnBlock .submitBtn input {
  font-size: 5.3vw;
  text-align: center;
  width: 100%;
  height: 16vw;
}

footer .subContents .inner {
  width: 100%;
  margin: 0;
  display: block;
}
footer #reliability {
  background: #fff;
  border-top: none;
  border-bottom: solid 1px #d6d6d6;
  padding: 5.6vw 0 7.7vw;
}
footer #reliability .subContents .inner {
  display: block;
  overflow-x: visible;
}
footer #reliability .subContents .inner h3 {
  font-size: 4.8vw;
  text-align: center;
  width: 100vw;
  background: #eee;
  margin: 0 calc(50% - 50vw) 8vw;
  padding: 3.7vw 0;
}
footer #reliability .subContents .inner ul {
  width: fit-content;
  margin: 0 auto 6.6vw;
  grid-area: 1/2/3/3;
  justify-content: center;
}
footer #reliability .subContents .inner ul li {
  margin: 0 3.2vw 0 0;
  display: inline-block;
}
footer #reliability .subContents .inner ul li:last-child {
  margin: 0;
}
footer #reliability .subContents .inner ul li img {
  width: auto;
  height: 14.6vw;
}
footer #reliability .subContents .inner ul li img.ISO {
  width: auto;
  height: 14.5vw;
}
footer #reliability .subContents .inner ul li img.pmarkimage {
  height: 11.8vw;
}
footer #reliability .subContents .inner ul li img.IMS {
  height: 11.8vw;
}
footer #reliability .subContents .inner ul li img.JMIC {
  height: 11.8vw;
}
footer #reliability .subContents .inner .text {
  width: 100%;
  text-align: center;
}
footer #reliability .subContents .inner .text p {
  font-size: 4vw;
  line-height: 1.56;
  text-align: center;
}
footer #reliability .subContents .inner .text .link a:hover {
  text-decoration: none;
}
footer #footerNav {
  padding: 6.4vw 0 20vw;
}
footer #footerNav .subContents .inner {
  width: 100%;
  display: block;
  margin: 0;
}
footer #footerNav .subContents .inner .logo {
  width: 36.8vw;
  margin: 0 auto 5vw;
}
footer #footerNav .subContents .inner .right {
  text-align: center;
}
footer #footerNav .subContents .inner .right nav ul {
  margin: 0 0 4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer #footerNav .subContents .inner .right nav ul li {
  margin: 0 0 1vw;
}
footer #footerNav .subContents .inner .right nav ul li a {
  color: #666;
  font-size: 3.3vw;
  padding: 0 0.5em;
  border-left: solid 1px #666;
  border-right: none;
}
footer #footerNav .subContents .inner .right nav ul li.spacer {
  width: 100%;
}
footer #footerNav .subContents .inner .right nav ul li:first-child a {
  border: none;
}
footer #footerNav .subContents .inner .right nav ul li:last-child a {
  border-left: solid 1px #666;
}
footer #footerNav .subContents .inner .right nav ul li a:hover {
  text-decoration: none;
}
footer #footerNav .subContents .inner .right .copyright small {
  font-size: 2.6vw;
}

/* FOR PC landscape
***************************************************************************/
@media (min-width: 769px) {
  #wrapper {
    width: 100%;
    min-width: 940px;
  }
  #wrapper main {
    margin: 0 0 73px;
  }
  #wrapper main .subContents {
    width: 100%;
    margin: 0 auto;
    padding: 0 6.6vw;
    text-align: left;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  #wrapper main .subContents {
    width: 940px;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .g-recaptcha {
    transform-origin: 0% 0%;
    transform: scale(1);
  }
  .g-recaptcha div {
    cursor: pointer;
  }
  .h_style01 {
    font-size: 18px;
    padding: 0 0 10px;
  }
  .h_style02 {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 24px;
    padding: 8px 0;
  }
  #formArea #progBlock .balloonText {
    font-size: 16px;
    letter-spacing: 0;
    width: 211px;
    min-height: 34px;
    background: linear-gradient(90deg, rgb(255, 172, 114) 0%, rgb(252, 117, 39) 100%);
    margin: 0 auto 12px;
  }
  #formArea #progBlock .balloonText::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #f8965d;
    bottom: -9px;
  }
  #formArea #progBlock h2 {
    font-size: 28px;
    background: linear-gradient(90deg, rgb(255, 172, 114) 0%, rgb(252, 117, 39) 100%);
    -webkit-background-clip: text;
    margin: 0 0 13px;
  }
  #formArea #progBlock .progList {
    column-gap: 32px;
  }
  #formArea #progBlock .progList::before {
    width: 140px;
    height: 1px;
    top: 17.5px;
  }
  #formArea #progBlock .progList li {
    font-size: 14px;
    width: 56px;
    padding: 43px 0 0;
  }
  #formArea #progBlock .progList li::before {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #addba1;
    border-radius: 50%;
  }
  #formArea #progBlock .progList li.active {
    color: #5cb843;
  }
  #formArea #progBlock .progList li.active::before {
    border: solid 1px #5cb843;
    border-radius: 50%;
  }
  #formArea #progBlock .progList li.active::after {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 3px;
  }
  #formArea #progBlock .progList li.ok::before {
    color: #addba1;
    background: #fff;
    border: solid 1px #addba1;
  }
  #formArea .formBlock {
    font-size: 16px;
  }
  #formArea .formBlock dl dt {
    font-size: 14px;
  }
  #formArea .formBlock dl dt span {
    font-size: 16px;
  }
  #formArea .formBlock dl dt.required span::after {
    font-size: 12px;
    border-radius: 2px;
    margin: 0 7px 0 11px;
    padding: 2px 5px;
  }
  #formArea .formBlock dl dt.option span::after {
    font-size: 12px;
    border-radius: 2px;
    margin: 0 7px 0 11px;
    padding: 2px 5px;
  }
  #formArea .formBlock .note {
    font-size: 14px;
    margin: 10px 0 0;
  }
  .btnBlock .submitBtn {
    width: fit-content;
    -moz-width: fit-content;
    margin: 0 auto;
  }
  .btnBlock .submitBtn::before {
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: translateY(-50%) rotate(-135deg);
    right: 38px;
  }
  .btnBlock .submitBtn input {
    font-size: 20px;
    font-weight: 700;
    width: 450px;
    height: 60px;
    margin: 0 auto;
  }
  footer .subContents .inner {
    width: 840px;
    margin: 0 auto;
  }
  footer #reliability {
    background: #fff;
    border-top: solid 1px #d6d6d6;
    padding: 32px 0 30px;
  }
  footer #reliability .subContents .inner {
    max-width: 100%;
    display: grid;
    grid-template-columns: 377px calc(100% - 411px);
    justify-content: space-between;
    align-items: center;
    overflow-x: visible;
  }
  footer #reliability .subContents .inner h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    background: transparent;
    margin: 0 0 5px;
    padding: 0;
    grid-area: 1/1/2/2;
  }
  footer #reliability .subContents .inner ul {
    margin: 0;
    display: flex;
    grid-area: 1/2/3/3;
  }
  footer #reliability .subContents .inner ul li {
    margin: 0 18px 0 0;
  }
  footer #reliability .subContents .inner ul li img {
    height: 80px;
    width: auto;
  }
  footer #reliability .subContents .inner ul li img.ISO {
    height: 58px;
  }
  footer #reliability .subContents .inner ul li img.pmarkimage {
    height: 65px;
  }
  footer #reliability .subContents .inner ul li img.IMS {
    height: 80px;
  }
  footer #reliability .subContents .inner ul li img.JMIC {
    height: 80px;
  }
  footer #reliability .subContents .inner .text {
    width: 377px;
    text-align: left;
    grid-area: 2/1/3/2;
  }
  footer #reliability .subContents .inner .text p {
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
    margin: 0 0 5px;
  }
  footer #reliability .subContents .inner .text .link a {
    color: #e5474a;
    font-size: 12px;
    text-decoration: underline;
  }
  footer #reliability .subContents .inner .text .link a:hover {
    text-decoration: none;
  }
  footer #footerNav {
    background: #eee;
    padding: 30px 0 102px;
  }
  footer #footerNav .subContents .inner {
    width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  footer #footerNav .subContents .inner .logo {
    width: 106px;
    margin: 0;
  }
  footer #footerNav .subContents .inner .logo img {
    width: 100%;
  }
  footer #footerNav .subContents .inner .right {
    text-align: right;
  }
  footer #footerNav .subContents .inner .right nav ul {
    display: flex;
    margin: 0 0 11px;
  }
  footer #footerNav .subContents .inner .right nav ul li {
    line-height: 1;
  }
  footer #footerNav .subContents .inner .right nav ul li a {
    font-size: 12px;
    line-height: 1;
    border-right: solid 1px #000;
    border-left: none;
    padding: 0 0.5em;
  }
  footer #footerNav .subContents .inner .right nav ul li:last-child a {
    border: none;
  }
  footer #footerNav .subContents .inner .right nav ul li:first-child a {
    border-right: solid 1px #000;
  }
  footer #footerNav .subContents .inner .right nav ul li a:hover {
    text-decoration: underline;
  }
  footer #footerNav .subContents .inner .right .copyright small {
    color: #666;
    font-size: 10px;
  }
}
/*アニメーション*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=layout.css.map */
