@charset "UTF-8";
.pc_br {
  display: block;
}
@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}
@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}
@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

.pc_br {
  display: block;
}
@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}
@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}
@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #272727;
  font-size: 10px;
  background-color: #ffffff;
}

.container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 10px;
  }
}

a:hover {
  opacity: 0.7;
}

.sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
}
.sec-ttl::after {
  content: "";
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
}
@media screen and (max-width: 800px) {
  .sec-ttl {
    padding-top: 80px;
  }
}

.pnkz {
  margin-top: 20px;
  display: block;
}
.pnkz-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}
.pnkz-list:after {
  display: inline-block;
  margin: 0 5px;
  content: ">";
}
@media screen and (max-width: 800px) {
  .pnkz {
    display: none;
  }
}

.tag-space {
  padding-right: 10px;
}

.sec-contact {
  background: url(../images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .sec-contact {
    background: url(../images/sp-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.sec-contact .sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
}
.sec-contact .sec-ttl::after {
  content: "";
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
}
@media screen and (max-width: 800px) {
  .sec-contact .sec-ttl {
    padding-top: 80px;
  }
}
.sec-contact .sec-ttl {
  color: #ffffff;
}
.sec-contact .sec-ttl::after {
  background-color: #ffffff;
}
@media screen and (max-width: 500px) {
  .sec-contact .sec-ttl {
    padding-top: 50px;
  }
}
.sec-contact .contact__txt {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  padding: 40px 0 58px;
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__txt {
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .sec-contact .contact__txt {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 400px) {
  .sec-contact .contact__txt {
    padding: 30px 0;
    font-size: 1.4rem;
  }
}
.sec-contact .contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 130px;
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__wrap {
    display: block;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  .sec-contact .contact__wrap {
    padding-bottom: 50px;
  }
}
.sec-contact .contact__left {
  width: 50%;
  border-right: 1px solid #c7c7c7;
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__left {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #c7c7c7;
  }
}
@media screen and (max-width: 500px) {
  .sec-contact .contact__left {
    width: 90%;
  }
}
.sec-contact .contact__left-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 400px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 30px;
  }
}
.sec-contact .contact__left-form {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}
.sec-contact .contact__left-form a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.9;
  text-align: center;
  border: 3px solid #ffffff;
  padding: 20px 0;
}
@media screen and (min-width: 800px) {
  .sec-contact .contact__left-form a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .sec-contact .contact__left-form a:hover {
    color: #272727;
    opacity: 1;
  }
  .sec-contact .contact__left-form a:hover:before {
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__left-form {
    width: 100%;
  }
}
.sec-contact .contact__right {
  width: 50%;
}
.sec-contact .contact__right-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__right-ttl {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.sec-contact .contact__right-tel {
  font-size: 4rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  display: block;
}
.sec-contact .contact__right-tel-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 400px) {
  .sec-contact .contact__right-tel {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__right {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.common__btn-ani {
  overflow: hidden;
}
.common__btn-ani a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  color: #272727;
  text-align: center;
  background-color: #f0f0f0;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 0.9;
  padding: 14px 0;
  border: 3px solid #272727;
}
@media screen and (min-width: 800px) {
  .common__btn-ani a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #272727;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .common__btn-ani a:hover {
    color: #ffffff;
    opacity: 1;
  }
  .common__btn-ani a:hover:before {
    left: 0;
  }
}

.aifitte {
  padding: 200px 0 100px;
}
@media screen and (max-width: 768px) {
  .aifitte {
    padding: 100px 0 50px;
  }
}
.aifitte img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.aifitte > .container {
  max-width: 800px;
}
.aifitte > .container > .list > .item + .item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .aifitte > .container > .list > .item + .item {
    margin-top: 50px;
  }
}
.aifitte > .container > .list > .item > .af-ttl {
  font-size: 24px;
  font-weight: 500;
  color: #3788cb;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aifitte > .container > .list > .item > .af-ttl {
    font-size: 20px;
  }
}
.aifitte > .container > .list > .item > .af-txt {
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .aifitte > .container > .list > .item > .af-txt {
    font-size: 14px;
  }
}
.aifitte > .container > .list > .item > .img {
  margin: 30px auto 0;
}
.aifitte > .container .af-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#ec871e), to(#ef9e2d));
  background: linear-gradient(to right, #ec871e, #ef9e2d);
  border: 1px solid #ec871e;
  width: 270px;
  height: 56px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 5px 1px #ccc;
          box-shadow: 0 0 5px 1px #ccc;
  margin-inline: auto;
  margin-top: 30px;
  opacity: 0.9;
  font-size: 14px;
}
.aifitte > .container .af-link:hover {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ec871e;
}
.aifitte > .container .af-link::after {
  content: "→";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  right: 9%;
}
.aifitte > .container .af-link-blue {
  background: -webkit-gradient(linear, left top, right top, from(#106ebe), to(#3a8fe0));
  background: linear-gradient(to right, #106ebe, #3a8fe0);
  border: 1px solid #106ebe;
}
.aifitte > .container .af-link-blue:hover {
  color: #106ebe;
}
.aifitte > .container .af-link-plan {
  background: -webkit-gradient(linear, left top, right top, from(#2f8f3a), to(#5fbe6a));
  background: linear-gradient(to right, #2f8f3a, #5fbe6a);
  border: 1px solid #2f8f3a;
}
.aifitte > .container .af-link-plan:hover {
  color: #2f8f3a;
}
.aifitte > .container .af-links {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .aifitte > .container .af-links {
    padding: 15px;
    gap: 15px;
  }
}
.aifitte > .container .af-links .af-link {
  margin: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media screen and (max-width: 800px) {
  .aifitte > .container .af-links .af-link::before, .aifitte > .container .af-links .af-link::after {
    content: unset;
  }
}
@media screen and (max-width: 800px) {
  .aifitte > .container .af-links .af-link {
    font-size: 12px;
  }
}

.application {
  padding: 100px 0;
  line-height: 1.5;
}
.application label,
.application select {
  cursor: pointer;
}
.application input[type=text],
.application input[type=date],
.application select {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #cecece;
  width: 100%;
}
.application input[type=date] {
  width: 150px;
}
.application input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 10px; /*label手前にチェックボックス用の余白を開ける*/
  position: relative;
}
.application input[type=checkbox]::before, .application input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.application input[type=checkbox]::before {
  background-color: #fff;
  width: 20px; /*チェックボックスの横幅*/
  height: 20px; /*チェックボックスの縦幅*/
  bottom: 0;
  left: 0;
  border-radius: 5px;
  border: 1px solid #cecece;
}
.application input[type=checkbox]::after {
  width: 6px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  bottom: 3px;
  right: 0;
  left: 0;
  margin: auto;
}
.application input[type=checkbox]:checked::before {
  background-color: #106ebe;
  border: 1px solid #106ebe;
}
.application button {
  font-size: 16px;
}
.application .container {
  max-width: 1200px;
  margin: auto;
}
.application .container p,
.application .container span,
.application .container a,
.application .container input,
.application .container select {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .application .container p,
  .application .container span,
  .application .container a,
  .application .container input,
  .application .container select {
    font-size: 14px;
  }
}
.application .container .ttl {
  padding: 15px;
  background-color: #cecece;
  font-weight: 700;
  font-size: 18px;
}
.application .container .lead {
  margin-top: 15px;
}
.application .container .application-form .content {
  margin-top: 20px;
}
.application .container .application-form .content .ctt-ttl {
  padding: 15px;
  border-radius: 8px;
  background-color: #106ebe;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.application .container .application-form .content .row {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .application .container .application-form .content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.application .container .application-form .content .row.terms, .application .container .application-form .content .row.privacy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.application .container .application-form .content .row .label {
  min-width: 205px;
  font-weight: 500;
}
.application .container .application-form .content .row .label .req {
  color: red;
  margin-left: 3px;
}
.application .container .application-form .content .row .label .txt {
  margin-left: 5px;
  vertical-align: bottom;
}
.application .container .application-form .content .row .plan-name {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #cecece;
  background-color: #eee;
  width: 100%;
}
.application .container .application-form .content .row .inputc {
  width: 100%;
  font-size: 16px;
}
.application .container .application-form .content .row .inputc .ferror {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #e03e3e;
}
.application .container .application-form .content .row .link {
  text-decoration: underline;
}
.application .container .application-form .content .acc {
  padding-left: 40px;
  cursor: pointer;
  position: relative;
}
.application .container .application-form .content .acc::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #106ebe;
  border-right: solid 2px #106ebe;
  position: absolute;
  top: 25px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.application .container .application-form .content .acc.open::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.application .container .application-form .content .acc::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 9px;
}
.application .container .application-form .content .acc-content {
  max-height: 0;
  overflow: hidden;
}
.application .container .application-form .btnc {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .application .container .application-form .btnc {
    gap: 10px;
  }
}
.application .container .application-form .btnc .btn {
  max-width: 200px;
  width: 100%;
  padding: 10px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  background-color: #106ebe;
  display: block;
  text-align: center;
}
.application .container .application-form .btnc .btn:hover {
  opacity: 0.7;
}
.application .container .application-form .btnc .btn.modify-btn {
  background-color: #eee;
  color: #106ebe;
}/*# sourceMappingURL=aifitte.css.map */