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

body {
  font-family:  Arial, Helvetica, 'Noto Sans JP','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
  margin: 0;
  background: #fff;
}
body.open_popup {
  overflow: auto;
}
img {
  width: 100%;
}
a {
  color: #3498db;
}
a:hover {
  opacity: .7;
}
header {
  height: 70px;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  box-shadow: 0 3px 3px #33333350;
  z-index: 100;
  padding: 0 10px;
}
.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  max-width: 1200px;
  margin: auto;
}
.header_logo {
  width: 120px;
}
.header_cta {
  display: flex;
}
.header_tel {
  display: block;
  margin: 0 5px;
}
.header_tel p {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
.header_tel a {
  color: #333;
  padding-left: 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.header_tel a::before {
  position: absolute;
  content: '';
  background: url(/images/lp_result_plan/icon_tel.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: -3px;
  top: 0;
  width: 22px;
  height: 22px;
}
.header_mail {
  display: block;
  margin: auto 5px;
}
.header_mail a {
  display: block;
  background: #FF5535;
  padding: 5px 10px 5px 40px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  box-shadow: 2px 2px 3px #9d2c17;
  border-radius: 3px;
}
.header_mail a::before{
  position: absolute;
  content: '';
  background: url(/images/lp_result_plan/icon_mail.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 10px;
  top: 8px;
  width: 22px;
  height: 22px;
}
.mainvisual {
  background: #F5C01B;
  margin-top: 70px;
}
.mainvisual_subtitle {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-shadow: 1px 2px 2px #000000;
}
.mainvisual_subtitle p {
  margin: 0;
  display: inline-block;
  position: relative;
}
.mainvisual_subtitle p::before,
.mainvisual_subtitle p::after {
  position: absolute;
  content: '';
  background: #fff;
  height: 3px;
  width: 30px;
}
.mainvisual_subtitle p::before {
  transform: rotate(60deg);
  top: 14px;
  left: -30px;
  box-shadow: 1px 1px 1px 0px #000;
}
.mainvisual_subtitle p::after {
  transform: rotate(-60deg);
  bottom: 18px;
  right: -30px;
  box-shadow: 2px 2px 0px 0px #000;
}
.mainvisual_subtitle-note {
  font-size: 12px;
  text-align: right;
  max-width: 1000px;
  margin: auto;
  text-shadow: none;
  color: #333;
  padding: 0 10px;
}
.mainvisual_content {
  max-width: 1000px;
  margin: auto;
  padding: 0 10px 20px;
}
.mainvisual_content img {
  border-radius: 10px;
}
.price {
  margin-bottom: 30px;
}
.price_image {
  max-width: 900px;
  margin: auto;
  padding: 0 10px 10px;
}
.price_content p {
  text-align: center;
  font-weight: bold;
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}
.price_content p.price_content-note {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 3px;
}
.price_content p.price_content-note2 {
  font-size: 14px;
}
.price_image2 {
  max-width: 700px;
  margin: auto;
}
.cta_area {
  margin: 0 0 20px;
}
.cta_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  background: #DBEEFC;
  padding: 30px 0;
}
.cta_mail {
  margin: 10px 20px;
  width: 50%;
  max-width: 300px;
}
.cta_mail a {
  background: #FF5535;
  padding: 10px 0px 10px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  display: block;
  text-align: center;
  box-shadow: 2px 2px 3px #9d2c17;
  border-radius: 3px;
}
.cta_mail a::before {
  position: absolute;
  content: '';
  background: url(/images/lp_result_plan/icon_mail.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 20px;
  top: 12px;
  width: 30px;
  height: 30px;
}
.cta_tel {
  margin: 10px 20px;
  width: 50%;
  max-width: 300px;
  position: relative;
}
.cta_tel::after {
  position: absolute;
  content: '※お電話受付/平日9:00～18:00';
  font-size: 12px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  color: #333;
}
.cta_tel a {
  background: #42B3FF;
  padding: 10px 0px 10px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  display: block;
  text-align: center;
  box-shadow: 2px 2px 3px #1d76b3;
  border-radius: 3px;
}
.cta_tel a::before {
  position: absolute;
  content: '';
  background: url(/images/lp_result_plan/icon_tel_white.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 40px;
  top: 12px;
  width: 30px;
  height: 30px;
}

.unsoul {
  background: #DBEEFC;
  padding: 50px 0;
}
.unsoul_title {
  background: linear-gradient(transparent 25%, #2492D1 25%);
  padding: 0 20px;
}
.unsoul_title h2 {
  max-width: 700px;
  margin: auto;
}
.unsoul_wrap {
  margin: 0 10px;
}
.unsoul_mainvisual {
  max-width: 800px;
  margin: 20px auto 0;
}

.contact h2.contact_title {
    text-align: center;
    font-size: 28px;
    position: relative;
    margin-bottom: 60px;
    letter-spacing: 3px;
    padding-top: 40px;
}

.contact h2.contact_title::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 5px;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: transparent linear-gradient(90deg, #1DAEDD 0%, #1D50A2 30%, #1D50A2 70%, #1DAEDD 100%) 0% 0% no-repeat padding-box;
}

/* プライバシーポリシー */
.form-control {
    height: 55px;
    font-size: 18px;
}

#terms {
  height: 300px;
  background: #f5f5f5;
  padding: 15px 15px 50px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 14px;
  margin-bottom: 1em;
}
.terms_notes-text {
  margin: 1em auto;
  max-width: 670px;
}
.form_submit {
  position: unset;
}
.form_submit:disabled {
  background: #ccc;
  border: 1px solid #999;
}
#terms h4 {
  margin: 15px 0 5px;
}
#terms ul {
  padding-left: 1.5em;
}
#terms .document {
  margin: 20px 0 0;
}
.form_submit:disabled {
  background: #ccc;
  border: 1px solid #999;
}
span.wpcf7-list-item-label {
  height: 40px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  width: 100% !important;
  line-height: 1.3;
  padding-left: 0.3em !important;
}
input[type=checkbox]#agree {
  display: none;
}
input[type=checkbox]#agree+span.wpcf7-list-item-label:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-left: 3px;
  padding-top: 3px;
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f00c";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  line-height: 20px;
}
input[type=checkbox]#agree:checked+span.wpcf7-list-item-label:before {
  content: "\f00c";
  color: #fff;
  background-color: #03a9f4;
  border: 1px solid #03a9f4;
  border-radius: 3px;
}
#terms::-webkit-scrollbar {
  width: 10px;
}
#terms::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}
#terms::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}
#terms h2 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 20px 0;
  border-bottom: 3px solid #666;
  text-align: center;
}
#terms h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #666;
}
.agreement {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
#terms p {
  text-align: left;
  font-size: 14px;
}
#terms p.agreement label {
  display: flex;
  justify-content: center;
}
section#application-form .row {
  display: flex;
  flex-direction: column;
}
.contact .row {
  margin: 0;
}
form .form-group .control-label {
    padding-right: 50px;
    position: relative;
}
form .form-group .control-label::after {
    position: absolute;
    content: "必須";
    background: #D55745;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 14px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.footer_copyright {
    background: #f1f1f1;
}
.footer_copyright--text {
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}

@media (min-width: 768px) {
  #terms p {
    text-align: left;
    font-size: 14px;
  }
  #terms p.agreement label {
    display: flex;
    justify-content: center;
  }
}
@media (min-width:992px) {
  .col-md-6 {
      width: 60%;
  }
}
@media (min-width:1025px) {
  .wpcf7 {
    max-width: 750px;
    margin: 0 auto;
  }
  form .form-group {
    margin-bottom: 15px;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .col-md-6 {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    float: unset;
  }
  .contact_wrap {
    max-width: 980px;
    margin: auto;
  }
}

@media (min-width: 451px) {
    .br-450 {
        display: none;
    }
}
@media (min-width: 551px) {
    .br-550 {
        display: none;
    }
}
@media (min-width: 621px) {
  .br-620 {
      display: none;
  }
}
@media (min-width: 751px) {
    .br-750 {
        display: none;
    }
}

@media (min-width: 981px) {
    .about_image-sp {
        display: none;
    }

    .br-980 {
        display: none;
    }
}

@media screen and (max-width: 750px) {
  .mainvisual_subtitle {
    font-size: 18px;
  }
  .mainvisual_subtitle p::before,
  .mainvisual_subtitle p::after {
    width: 25px;
  }
  .mainvisual_subtitle p::before {
    top: 10px;
    left: -20px;
  }
  .mainvisual_subtitle p::after {
    bottom: 14px;
    right: -16px;
  }
}

@media screen and (max-width: 620px) {
  .mainvisual_subtitle p {
    line-height: 1.3;
  }
  .mainvisual_subtitle p::before,
  .mainvisual_subtitle p::after {
    width: 30px;
  }
  .mainvisual_subtitle p::before {
    top: 26px;
    left: -22px;
  }
  .mainvisual_subtitle p::after {
    bottom: 16px;
    right: -18px;
  }
}

@media screen and (max-width: 700px) {
  .cta_mail a {
      font-size: 20px;
  }
  .cta_mail a::before {
      left: 30px;
      width: 25px;
      height: 25px;
  }
  .cta_tel a {
      font-size: 20px;
  }
  .cta_tel a::before {
      left: 30px;
      width: 25px;
      height: 25px;
  }
}

@media screen and (max-width: 600px) {
  .header_mail {
      display: none;
  }
  .cta_wrap {
      display: block;
      margin: 0 0 30px;
  }
  .cta_mail {
      margin: 10px auto 20px;
      width: 100%;
  }
  .cta_tel {
      margin: 10px auto;
      width: 100%;
  }
  .cta_mail a::before {
      left: 50px;
  }
  .cta_tel a::before {
      left: 50px;
  }
}

#tiktok-area {
  width: 92%;
  max-width: 1200px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(323px, 100%), 1fr));
  gap: 1rem;
  background: #fff;
  border-radius: 4px;
  padding: 30px 0;
}

.tiktok-box blockquote {
  padding: 0;
 border-left:none;
}

.tiktok-box blockquote:before {
  display: none;
}
.tiktok-box  .css-g03djc {
  background:#fff;
}

.cta_unsoul {
  padding: 30px 0;
}

.cta_unsoul-btn {   
  width: 100%;
  max-width: 300px;
  margin: auto;
}

.cta_unsoul-btn a {
  background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  display: block;
  text-align: center;
  box-shadow: 2px 2px 3px #1d76b3;
  border-radius: 3px;
}

/* 送信クリック時 */
.wpcf7-submit.wpcf7-active {
  pointer-events: none;
  opacity: .5;
  background: #ccc;
}

@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 0;
  }
}