@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-sp {
    display: none;
  }
}
.light-cv h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .light-cv h2 {
    margin-bottom: 20px;
  }
}
.light-cv .white-box {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 959px) {
  .light-cv .white-box {
    padding: 20px 15px;
  }
}
.light-cv .row2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .light-cv .row2 {
    margin-bottom: 20px;
  }
}
.light-cv .row2 .dt2 {
  font-size: 20px;
  font-weight: 600;
  color: #676767;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .light-cv .row2 .dt2 {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.light-cv .tel-dd2 input {
  padding: 10px;
  border: 1.5px solid #a6a6a6;
  background: #F5F5F5;
  width: 100%;
  cursor: pointer;
}
.light-cv .submit-dd2 {
  text-align: center;
}
.light-cv .submit-dd2 input {
  background: #FE8EAC;
  padding: 15px 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: block;
  width: 100%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.light-cv .submit-dd2 input:hover {
  opacity: 0.6;
}
@media screen and (max-width: 959px) {
  .light-cv .submit-dd2 input {
    font-size: 18px;
  }
}
.light-cv .txt {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 959px) {
  .light-cv .txt {
    font-size: 12px;
  }
}
.light-cv .txt a {
  color: #24CCB3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.light-cv .txt a:hover {
  opacity: 0.6;
}

.add-company .company-box {
  border: 2px solid #4ABADD;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 959px) {
  .add-company .company-box {
    padding: 20px;
  }
}
.add-company h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #4ABADD;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .add-company h2 {
    margin-bottom: 10px;
  }
}
.add-company .measures {
  background: #fff;
}
.add-company .row2 {
  line-height: 1.5;
  border-bottom: 1.5px solid #E0E0E0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-company .row2:last-child {
  border-bottom: none;
}
@media screen and (max-width: 959px) {
  .add-company .row2 {
    display: block;
  }
}
.add-company .row2 .dt2 {
  color: #676767;
  font-size: 20px;
  font-weight: 600;
  width: 150px;
}
@media screen and (max-width: 959px) {
  .add-company .row2 .dt2 {
    font-size: 18px;
    width: 100%;
  }
}
.add-company .row2 .dd2 {
  font-weight: 300;
  font-size: 18px;
  width: calc(100% - 150px);
}
@media screen and (max-width: 959px) {
  .add-company .row2 .dd2 {
    font-size: 16px;
    width: 100%;
  }
}

.add-greeting .measures {
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .add-greeting .measures {
    padding-bottom: 40px;
  }
}
.add-greeting h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #4ABADD;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .add-greeting h2 {
    margin-bottom: 20px;
  }
}
.add-greeting .measures {
  background: #F4FDFF;
}
.add-greeting p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.result {
  padding: 40px 0;
  background: #F7F6F3;
}
.result .measures {
  background: #F7F6F3;
}
@media screen and (max-width: 959px) {
  .result {
    padding: 20px 0;
  }
}
.result h2 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .result h2 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 90%;
  }
}
.result .wrap2 {
  max-width: 600px;
  margin: 0 auto;
}
.result .wrap2 .row2 {
  background: #fff;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .result .wrap2 .row2 {
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
.result .wrap2 .row2 .dt {
  font-size: 25px;
  border-bottom: 1px dotted #D2D2D2;
  padding: 10px 0;
}
@media screen and (max-width: 959px) {
  .result .wrap2 .row2 .dt {
    font-size: 16px;
  }
}
.result .wrap2 .row2 .dd {
  padding: 10px 0;
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .result .wrap2 .row2 .dd {
    font-size: 18px;
  }
}
.result .wrap2 .row2 .dd span {
  font-size: 180%;
  color: #6BCF50;
  font-weight: 700;
}
.result .txt {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .result .txt {
    font-size: 11px;
  }
}
.result .wrap3 {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .result .wrap3 {
    margin-top: 30px;
  }
}
.result .wrap3 .box-wrap {
  border: 3px solid #4ABADD;
  border-radius: 20px;
  background: #fff;
  padding: 40px 60px;
}
@media screen and (max-width: 959px) {
  .result .wrap3 .box-wrap {
    border: 2px solid #4ABADD;
    padding: 20px;
  }
}
.result .telbtn2025 {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .result .telbtn2025 {
    margin-top: 15px;
  }
}
.result .telbtn2025 a {
  max-width: 400px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #FE8EAC;
  line-height: 1.5;
  display: block;
  border-radius: 60px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 15px 0;
  text-decoration: initial;
}
.result .telbtn2025 a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.result .telbtn2025 a .flex .icon {
  width: 48px;
  min-width: 48px;
  margin-right: 10px;
}
@media screen and (max-width: 959px) {
  .result .telbtn2025 a .flex .icon {
    width: 30px;
    min-width: 30px;
  }
}
.result .telbtn2025 a .flex .heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .result .telbtn2025 a .flex .heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .result .telbtn2025 a .flex .heading {
    font-size: 12px;
  }
}
.result .telbtn2025 a .flex .num {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .result .telbtn2025 a .flex .num {
    font-size: 24px;
  }
}
@media screen and (max-width: 350px) {
  .result .telbtn2025 a .flex .num {
    font-size: 20px;
  }
}
.result .telbtn2025 a:hover {
  opacity: 0.6;
}

.light-cv .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.light-cv .dd3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.light-cv .mwform-radio-field {
  display: inline-block;
  width: 48%;
}
.light-cv .mwform-radio-field-text {
  color: #fff;
  display: block;
  padding: 20px 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #6BCF50;
  -webkit-box-shadow: 4px 4px 0 #40AC24;
          box-shadow: 4px 4px 0 #40AC24;
  border-radius: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .light-cv .mwform-radio-field-text {
    font-size: 14px;
  }
}
.light-cv input[type=radio] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.light-cv input[type=radio]:checked + .mwform-radio-field-text {
  background: #40AC24;
  -webkit-box-shadow: 4px 4px 0 #6BCF50;
          box-shadow: 4px 4px 0 #6BCF50;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 4px;
  right: -4px;
}