@charset "utf-8";

/*csslint
adjoining-classes      : false //adjoining classesの許可,
important              : false //inportantの許可,
outline-none           : false //outolineの許可,
unique-headings        : false //h1~6繰り返し使用許可,
box-sizing             : false //box-sizingの許可,
universal-selector     : false //アスタリスクの使用許可,
order-alphabetical     : false //outolineの許可,
overqualified-elements : false //li.activeなどの「li部分」許可,
ids                    : false //セレクタIDの使用の許可,
box-model              : flase //border,paddingの警告,
qualified-headings     : false //見出しの修飾許可,
fallback-colors: false //カラー正式指定の解除,
*/

/*
----------------------*/
/*
----------------------------------------*/

/*--------------------------------------------------------------------------
□TOPページ home
---------------------------------------------------------------------------*/
/*homeMainVisual
--------------------------------------*/
.homePrimary {
  background: url(../images/home/mv-bg.png);
  padding-bottom: 2.4rem;
  width: 100%;
  height: auto;
}
.hpriInr {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.hMv_img {
  margin-top: 2.4rem;
  margin-left: 4.7rem;
}
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: -50px;
  height: 50px;
}
.scrolldown span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #7b7b7b;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #ccc;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/*homeRegForm
--------------------------------------*/
.homeRegFormWrap {
  background-color: #fff;
  border: 6px solid var(--main-color);
  border-radius: 2rem;
  box-shadow: 0 0.3rem 0.6rem #00000033;
  width: 35rem;
  padding: 4rem 2rem 5rem;
  position: absolute;
  top: 4rem;
  right: 3rem;
}
.homeRegFormWrap h4 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.homeRegFormWrap h4 span {
  color: var(--main-color);
}
.homeRegFormWrap input[type=text], .homeRegFormWrap input[type=email], .homeRegFormWrap input[type=password] {
  width: 100%;
  margin: 0.5rem 0 0;
}
.homeRegFormWrap label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.homeRegFormWrap label span {
  vertical-align: middle;
}
.hReg_item-ttl {
  font-size: 1.4rem;
  font-weight: 700;
}
.hReg_item-err {
  color: red;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.hRegForm .label-classif {
  margin-left: 1rem;
}
.hReg_note1 {
  font-size: 1.4rem;
  font-weight: 700;
}
.hReg_item_comp {
  display: none;
}
.ref-codeArea p {
  font-size: 1.5rem;
  margin-top: 0.2rem;
}
.ref-codeArea p span {
  margin-right: 1rem;
}
.ref-codeArea p.ref-code_note1 {
  font-size: 1.2rem;
  margin-top: 0.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.ref-codeArea p.ref-code_note2 {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.hRegForm input:not([type="radio"]):not([type="checkbox"]):not([type="search"]):not([type="button"]):not([type="submit"]):not([type="file"]) {
  background: #FFF;
  border: 1px solid #7B7B7B;
  padding: 0 1.6rem;
  outline: none;
  font-size: 1.6rem;
  height: 4rem;
}
.hRegForm input::placeholder {
  font-size: 1.4rem;
  color: #7B7B7B;
}
.hRegForm input[type="radio"] {
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 3px;
  vertical-align: middle;
}
.hRegForm input[type="checkbox"] {
  width: 2.2rem;
  height: 2.2rem;
  vertical-align: middle;
}
.hRegForm_btn-submit{
  background-color: var(--main-color);
  border-radius: 2rem;
  color: #FFF;
  display: block;
  width: 25.6rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin: auto;
}
/*Main
---------------------------------------------------------------------------*/
.secHome {
  padding: 7rem 0 8rem;
}
/*homeProblem
--------------------------------------*/
.hProb_box {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.hProb_box h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.hProb_imgWrap {
  margin-top: auto;
}
.hProb_imgWrap img {
  border-radius: 1.6rem;
}
/*homeAbout
--------------------------------------*/
.homeAbout {
  text-align: center;
}
.hAbout_note1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 2.8rem 0;
  line-height: 1.6;
}
/*homeFeat
--------------------------------------*/
.homeFeat {
  text-align: center;
}
.hFeat_box {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 4.4rem;
}
.hFeat_box h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.hFeat_box p {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.hFeat_box p span {
  font-size: 2.4rem;
}
.hFeat_box .hFeat_box_note1 {
  font-size: 1.2rem;
}
.hFeat_box .hFeat_box_note2 {
  margin: 0.8rem 0;
}
.hFeat_imgWrap {
  margin-top: auto;
}
.hFeat_imgWrap img {
  border-radius: 1.6rem;
  margin-top: 1.5rem;
}
/*flowArea
--------------------------------------*/
.flow_boxWrap {
  border: 2px solid #000;
  border-radius: 2rem;
  margin-top: 4rem;
  padding: 2rem 4rem 3.4rem;
}
.flow_boxImg {
  width: 300px;
  height: auto;
}
.flow_box {
  width: 560px;
  height: auto;
  margin-left: auto;
}
.flow_box h5 {
  font-size: 2rem;
  font-weight: 700;
  text-indent: -1.7em;
  padding-left: 1.7em;
  line-height: 1.6;
}
.flow_box p {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0.5rem 0 0 3.5rem;
}
/*homeVoice
--------------------------------------*/
.hVoice_box {
  width: 30rem;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .hVoice_box:not(:nth-of-type(3n+1)){
    margin-left: 4rem;
  }
}
.hVoice_box h5 {
  font-size: 2rem;
  font-weight: 700;
}
.hVoice_name {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
.hVoice_txt {
  font-size: 1.4rem;
  font-weight: 700;
}
/*homeFaq
--------------------------------------*/
.hFaq_content {
  margin-top: 4.4rem;
}
.hFaq_dl dt {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 4.6rem;
  padding-top: 1rem;
}
.hFaq_dl dt:before {
  content: "Q";
  color: var(--main-color);
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.hFaq_dl dd {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 4.9rem;
  padding-top: 1.2rem;
  padding-bottom: 3rem;
}
.hFaq_dl dd:before {
  content: "A";
  color: #EB5151;
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}
/*hComp
--------------------------------------*/
.hComp_intro{
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 4.6rem;
}
.hComp_tableWrap {
  margin-top: 7.3rem;
}
.hComp_mapWrap {
  padding: 0 4rem;
  margin-top: 5.8rem;
}
/*--------------------------------------------------------------------------
□下層ページ
---------------------------------------------------------------------------*/

/*ABOUT
---------------------------------------------------------------------------*/
/*mainVisual
--------------------------------------*/
/*Main
---------------------------------------------------------------------------*/