@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');

.hira {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.noto {
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #4D4D4D;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*transition-page*/
.wrapBody::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.wrapBody.fadeout::after {
  opacity: 1;
}




body.fixed {
    overflow: hidden;
}

.inner {
    width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}
.w_1144{
  width: 1144px;
}
/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}

/* HEADER */
#header {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #666666;
    z-index: 999;
}
.logoHd {
    float: left;
    width: 275px;
}
.boxHelp {
    float: right;
    width: 40px;
}
.boxHelp a {
    display: block;
}
.boxHelp .iconHelp {
    display: block;
    margin-bottom: 6px;
}
.boxHelp .txtHelp {
    font-size: 16px;
    color: #828282;
}
#fixH {
    display: none;
}
/* CONTENT */
#content {
    width: 100%;
    margin-bottom: 57px;
}
.wrapArea {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}
.boxControll {

}
.boxControll .boxButton {
    text-align: center;
    margin-bottom: 23px;
}
.boxControll .boxButton .buttonItem {
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    border: none;
    background: transparent;
    margin-right: 43px;
}

.boxControll .boxButton .buttonItem .activeNext {
    display: none;
}
.boxControll .boxButton .buttonItem.buttonActive .disNext {
    display: none;
}
.boxControll .boxButton .buttonItem.buttonActive .activeNext {
    display: block;
}

.boxControll .boxButton .buttonItem:last-child {
    margin-right: 0;
}

.progress {
    height: 28px;
    font-size: 16px;
    border-radius: 20px;
    background-color: #CCCCCC;
}
.progress .bg-success {
    background-color: #F18800 !important;
    border-radius: 0 20px 20px 0;
    box-shadow: 0px 0px 5px 0 #efefef;
    text-align: right;
    padding-right: 20px;
    letter-spacing: 1px;
}

/* FOOTER */
#footer {
    background: #EFEFEF;
    width: 100%;
    padding: 27px 0 33px;
    -webkit-transition: 250ms all linear;
    -moz-transition: 250ms all linear;
    transition: 250ms all linear;
}
#footer.fixFt{
    padding: 15px 0 5px;
}
#footer.footer_relatative{
  position: relative;
}
#footer.fixFt .boxSocail {
    margin-bottom: 15px;
}
ul.boxSocail li img {
    width: 40px;
}
#footer.fixFt .boxlogoFt {
    margin-bottom: 5px;
}
#footer.fixFt .listMenuFt {
    margin-bottom: 10px;
}
.boxSocail {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.boxSocail li {
    margin: 0px 8px;
}

.boxlogoFt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.boxlogoFt .itemBox {
    width: calc(100% / 3 - 3px);
}
.boxlogoFt .itemBox:last-child {
    margin-right: 0;
}
.boxlogoFt .itemBox.logoHrm img {
    width: 183px;
    vertical-align: middle;
}
.boxlogoFt .itemBox .nameLogo {
    display: inline-block;
    margin-right: 20px;
}
.boxlogoFt .itemBox img {
    display: inline-block;
}
.boxlogoFt .itemBox.logoKot img {
    width: 150px;
    vertical-align: middle;
}
.boxlogoFt .itemBox.logoJop {
    width: 195px;
    text-align: right;
    transform: translateY(-10px);
}
.boxlogoFt .itemBox .logoIas {
    display: inline-block;
    width: 80px;
    margin-right: 15px;
}
.boxlogoFt .itemBox .logoiP {
    display: inline-block;
    width: 60px;
}
.listMenuFt {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.listMenuFt li {
    margin-right: 20px;
}
.listMenuFt li {
    content: "";
    background: url(../images/common/footer-menu-arrows.svg) no-repeat left center;
    background-size: 10px 12px;
    padding-left: 20px;
}
.listMenuFt li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #3A3A3A;
}
.listMenuFt li a:before {
    content: "";
    position: absolute;
    border: none;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 2px;
}
.listMenuFt li a:hover:before {
    border-bottom: 1px solid #3A3A3A;
}
.listMenuFt li a:hover {
  text-decoration:none;
}
.fontSmall {
    font-size: 14px;
}

.copyright {
    text-align: center;
}

.sp {
    display: none;
}
@media (max-width: 1001px) {
    .inner {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .listAnswer li a {
        transition: 150ms all linear;
    }
    .listAnswer li a:hover {
        box-shadow: 10px 10px 15px 0 #333;
    }
}

/* STYLE MOBILE */
@media (max-width: 768px) {
    #fixH {
        display: block;
    }
    .inner {
        width: 100%;
        padding: 0 6%;
    }

    #header {
        position: fixed;
        padding: 26px 0 16px;
    }
    .logoHd {
        width: 36.8vw;
    }
    .boxHelp {
        width: 5.3vw;
        transform: translateX(-6px);
    }
    .boxHelp .txtHelp {
        font-size: 2.2vw;
        letter-spacing: 0.5px;
    }


    #content {
        margin-bottom: 28px;
        min-height: 400px;
    }
    .wrapArea {
        padding: 0 10px;
    }
    .boxControll .boxButton {
        margin-bottom: 11px;
    }
    .boxControll .boxButton .buttonItem {
        margin-right: 12px;
    }
    .boxControll .boxButton .buttonItem img {
        width: 42px;
    }
    .progress {
        height: 14px;
        font-size: 8px;
    }
    .progress .bg-success {
        padding-right: 7px;
    }
    .fontSmall {
        font-size: 10px;
    }
    .fontSmall br {
        display: none;
    }

    #footer {
          padding: 14px 0 16px;
      }
      #footer.fixFt {
          padding: 10px 0 2px;
          position: relative;
      }
      #footer.fixFt .boxSocail {
          margin-bottom: 5px
      }
      #footer.fixFt .listMenuFt {
          margin-bottom: 5px
      }
      .boxSocail {
          margin-bottom: 3.5vw;
      }
      .boxSocail li {
          width: 6.4vw;
          margin-right: 15px;
      }
      .boxlogoFt {
          margin-bottom: 1.7vw;
      }
      .boxlogoFt .itemBox.logoHrm {
          width: 24vw;
      }
      .boxlogoFt .itemBox.logoKot {
          width: 22vw;
          transform: translateY(-2px);
      }
      .boxlogoFt .itemBox.logoJop {
          width: auto;
          transform: translateY(-4px);
      }
      .boxlogoFt .itemBox .nameLogo {
          font-size: 3vw;
          margin-right: 5px
      }
      .boxlogoFt .itemBox .logoIas {
          width: 13vw;
          margin-right: 7px;
      }
      .boxlogoFt .itemBox .logoiP {
          width: 9.8vw;
      }
      .listMenuFt {
          margin-bottom: 2.7vw;
      }
      .listMenuFt li {
          background-size: 6px 8px;
          padding: 2px 0 0 11px;
      }
      .listMenuFt li a {
          font-size: 12px;
      }
      .copyright {
          font-size: 10px;
      }
}

@media screen and (max-height:670px){
    #footer {
        position: relative;
    }
}

@media (orientation: landscape) and (max-width: 768px) {
    #footer.fixFt {
      position: relative;
    }
}

@media (max-width: 500px) {

    .boxHelp .iconHelp {
        margin-bottom: -5px;
    }
}

/*IE FIX*/
@media all and (-ms-high-contrast:none) {
  .progress .bg-success {
    padding-top: 5px;
  }
}

/*IP5*/
@media(max-width: 320px) {}
