@charset "UTF-8";
main.Top .mv {
  position: relative;
}
main.Top .mv::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  height: 57vh;
  max-height: 478px;
  background-color: #F6F8FC;
}
@media screen and (max-width: 834px), print {
  main.Top .mv::before {
    height: 82%;
    max-height: 100%;
  }
}
main.Top .mv_wrap {
  position: relative;
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Top .mv_wrap {
    width: 94%;
  }
}
main.Top .mv_wrap {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 834px), print {
  main.Top .mv_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 0;
    padding: 50px 0 60px;
  }
}
main.Top .mv_txt {
  z-index: 1;
  position: relative;
  padding: 70px 0 7% 6%;
}
@media screen and (max-width: 834px), print {
  main.Top .mv_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    padding: 35px 0 0 0;
  }
}
main.Top .mv_txt_ttl {
  display: inline-block;
  padding-bottom: 4px;
  font-size: 20px;
}
@media screen and (max-width: 1023px), print {
  main.Top .mv_txt_ttl {
    font-size: calc(13px + 7 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .mv_txt_ttl {
    font-size: 13px;
  }
}
main.Top .mv_txt_ttl {
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #00C0E8;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 834px), print {
  main.Top .mv_txt_ttl {
    letter-spacing: 0.15em;
  }
}
main.Top .mv_txt_catch {
  display: block;
  padding: 20px 0 17px;
  font-size: 42px;
}
@media screen and (max-width: 1023px), print {
  main.Top .mv_txt_catch {
    font-size: calc(28px + 14 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .mv_txt_catch {
    font-size: 28px;
  }
}
main.Top .mv_txt_catch {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 834px), print {
  main.Top .mv_txt_catch {
    padding: 16px 0 12px;
  }
}
main.Top .mv_txt_desc {
  letter-spacing: 0.08em;
}
main.Top .mv_txt_list {
  padding-top: 45px;
}
@media screen and (max-width: 834px), print {
  main.Top .mv_txt_list {
    padding-top: 32px;
  }
}
main.Top .mv_txt_list_item {
  position: relative;
  padding-left: 50px;
  font-size: 19px;
}
@media screen and (max-width: 1023px), print {
  main.Top .mv_txt_list_item {
    font-size: calc(16px + 3 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .mv_txt_list_item {
    font-size: 16px;
  }
}
main.Top .mv_txt_list_item {
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 834px), print {
  main.Top .mv_txt_list_item {
    padding-left: 32px;
  }
}
main.Top .mv_txt_list_item:not(:last-of-type) {
  margin-bottom: 18px;
}
@media screen and (max-width: 834px), print {
  main.Top .mv_txt_list_item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
main.Top .mv_txt_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 834px), print {
  main.Top .mv_txt_list_item::before {
    width: 20px;
  }
}
main.Top .mv_txt_tel {
  position: relative;
  padding: 27px 0 32px;
  white-space: nowrap;
  font-size: 26px;
}
@media screen and (max-width: 1023px), print {
  main.Top .mv_txt_tel {
    font-size: calc(20px + 6 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .mv_txt_tel {
    font-size: 20px;
  }
}
main.Top .mv_txt_tel {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #00C0E8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
main.Top .mv_txt_tel:hover {
  opacity: 0.75;
}
@media screen and (max-width: 834px), print {
  main.Top .mv_txt_tel {
    padding: 24px 0;
  }
}
main.Top .mv_txt_tel_inner {
  border-bottom: 1px solid currentColor;
}
main.Top .mv_txt_tel_inner strong {
  font-weight: 700;
  font-size: 37px;
}
@media screen and (max-width: 1023px), print {
  main.Top .mv_txt_tel_inner strong {
    font-size: calc(28px + 9 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .mv_txt_tel_inner strong {
    font-size: 28px;
  }
}
main.Top .mv_txt_price {
  position: relative;
  display: inline-block;
  padding: 4px 23px 16px 12px;
  white-space: nowrap;
  background-color: #00C0E8;
  border: 2px solid #fff;
  border-radius: 6px;
  -webkit-box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 834px), print {
  main.Top .mv_txt_price {
    max-width: 100%;
    padding: 4px 12px 13px 4px;
  }
}
main.Top .mv_txt_price_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
  font-size: 23px;
}
@media screen and (max-width: 1023px), print {
  main.Top .mv_txt_price_inner {
    font-size: calc(17px + 6 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .mv_txt_price_inner {
    font-size: 17px;
  }
}
main.Top .mv_txt_price_inner {
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
main.Top .mv_txt_price_inner::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  aspect-ratio: 28/31;
  margin: 0 6px -3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/kirakira.svg");
}
@media screen and (max-width: 834px), print {
  main.Top .mv_txt_price_inner::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
  }
}
main.Top .mv_txt_price small {
  font-size: 0.8em;
}
main.Top .mv_txt_price strong {
  font-size: 1.74em;
}
main.Top .mv_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 54.5%;
  max-width: 720px;
  max-height: calc(100% - 58px);
  -webkit-box-shadow: -2px 8px 20px rgba(0, 0, 0, 0.06);
          box-shadow: -2px 8px 20px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 834px), print {
  main.Top .mv_img {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 93%;
            flex: 0 0 93%;
    width: auto;
    max-width: 580px;
    height: 60vh;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px), print {
  main.Top .mv_img {
    height: 40vh;
    max-height: 360px;
    min-height: 300px;
  }
}
main.Top .mv_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 834px), print {
  main.Top .mv_img img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
    border-radius: 12px 0 0 12px;
  }
}
@media screen and (max-width: 480px), print {
  main.Top .mv_img img {
    -o-object-position: 50% 60%;
       object-position: 50% 60%;
  }
}
main.Top .problem {
  width: 90%;
  max-width: 1030px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Top .problem {
    width: 94%;
  }
}
main.Top .problem {
  padding: 90px 0 100px;
}
@media screen and (max-width: 834px), print {
  main.Top .problem {
    padding: 60px 0;
  }
}
main.Top .problem_cont {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
@media screen and (max-width: 834px), print {
  main.Top .problem_cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 834px), print {
  main.Top .problem_cont_list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
main.Top .problem_cont_list_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 1em 24px 1em;
  font-size: 18px;
}
@media screen and (max-width: 1023px), print {
  main.Top .problem_cont_list_item {
    font-size: calc(15px + 3 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .problem_cont_list_item {
    font-size: 15px;
  }
}
main.Top .problem_cont_list_item {
  border-top: #ccc solid 1px;
}
@media screen and (max-width: 834px), print {
  main.Top .problem_cont_list_item {
    padding: 1em 0.5em;
  }
}
main.Top .problem_cont_list_item:last-of-type {
  border-bottom: #ccc solid 1px;
}
main.Top .problem_cont_list_item::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 11px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/ico_check.svg");
}
@media screen and (max-width: 834px), print {
  main.Top .problem_cont_list_item::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    height: 11px;
    margin-right: 10px;
  }
}
main.Top .problem_cont_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.7%;
          flex: 0 0 45.7%;
}
@media screen and (max-width: 834px), print {
  main.Top .problem_cont_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 420px;
    aspect-ratio: 1.5;
    overflow: hidden;
  }
}
main.Top .problem_cont_img_box,
main.Top .problem_cont_img img {
  display: block;
  width: 100%;
}
main.Top .flow {
  padding: 80px 0;
  background-color: #F9FAFC;
}
@media screen and (max-width: 834px), print {
  main.Top .flow {
    padding: 60px 0;
  }
}
main.Top .flow_list {
  counter-reset: number 0;
  width: 90%;
  max-width: 860px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Top .flow_list {
    width: 94%;
  }
}
main.Top .flow_list {
  padding-top: 63px;
}
@media screen and (max-width: 834px), print {
  main.Top .flow_list {
    max-width: 480px;
    padding-top: 40px;
  }
}
main.Top .flow_list_item {
  counter-increment: number 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 118px;
}
@media screen and (max-width: 834px), print {
  main.Top .flow_list_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 55px;
  }
}
main.Top .flow_list_item:not(:last-of-type) {
  padding-bottom: 45px;
}
main.Top .flow_list_item:not(:last-of-type)::after {
  display: block;
}
main.Top .flow_list_item::before {
  z-index: 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  display: block;
  width: 71px;
  height: 71px;
  line-height: 71px;
  text-align: center;
  font-family: "PT Serif";
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0;
  border-radius: 100%;
  background-color: #00C0E8;
  color: #fff;
}
@media screen and (max-width: 834px), print {
  main.Top .flow_list_item::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
main.Top .flow_list_item::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 35.5px;
  margin: auto;
  display: none;
  width: 1.5px;
  height: 100%;
  background-color: #d9d9d9;
}
@media screen and (max-width: 834px), print {
  main.Top .flow_list_item::after {
    left: 17.5px;
  }
}
main.Top .flow_list_item_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 834px), print {
  main.Top .flow_list_item_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
main.Top .flow_list_item_img_box {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
@media screen and (max-width: 834px), print {
  main.Top .flow_list_item_img_box {
    aspect-ratio: 1.7;
  }
}
main.Top .flow_list_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.Top .flow_list_item_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 24px;
  background-color: #fff;
}
@media screen and (max-width: 834px), print {
  main.Top .flow_list_item_txt {
    padding: 1.25em 5%;
  }
}
@media screen and (max-width: 834px), print {
  main.Top .flow_list_item_txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
main.Top .flow_list_item_txt_ttl {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1023px), print {
  main.Top .flow_list_item_txt_ttl {
    font-size: calc(16px + 4 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .flow_list_item_txt_ttl {
    font-size: 16px;
  }
}
main.Top .flow_list_item_txt_ttl {
  padding-bottom: 16px;
}
@media screen and (max-width: 834px), print {
  main.Top .flow_list_item_txt_ttl {
    padding-bottom: 0.5em;
  }
}
main.Top .feature {
  padding: 120px 0 156px;
}
@media screen and (max-width: 834px), print {
  main.Top .feature {
    padding: 60px 0;
  }
}
main.Top .feature_list {
  counter-reset: number 0;
  width: 90%;
  max-width: 984px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Top .feature_list {
    width: 94%;
  }
}
main.Top .feature_list {
  padding-top: 90px;
}
@media screen and (max-width: 834px), print {
  main.Top .feature_list {
    max-width: 440px;
    padding-top: 32px;
  }
}
main.Top .feature_list_item {
  counter-increment: number 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 45px;
}
@media screen and (max-width: 834px), print {
  main.Top .feature_list_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
main.Top .feature_list_item:not(:last-of-type) {
  padding-bottom: 60px;
}
@media screen and (max-width: 834px), print {
  main.Top .feature_list_item:not(:last-of-type) {
    padding-bottom: 40px;
  }
}
main.Top .feature_list_item:nth-of-type(odd) .feature_list_item_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 834px), print {
  main.Top .feature_list_item:nth-of-type(odd) .feature_list_item_img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
main.Top .feature_list_item_txt {
  position: relative;
  font-size: 60px;
}
@media screen and (max-width: 834px), print {
  main.Top .feature_list_item_txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 40px;
  }
}
@media screen and (max-width: 480px), print {
  main.Top .feature_list_item_txt {
    font-size: 24px;
  }
}
main.Top .feature_list_item_txt::before {
  z-index: 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  margin-right: 20px;
  font-family: "PT Serif";
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #80DFF3;
}
main.Top .feature_list_item_txt::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0.5em;
  right: auto;
  bottom: auto;
  left: 90px;
  margin: auto;
  display: block;
  width: 120px;
  height: 1px;
  background-color: #80DFF3;
}
@media screen and (max-width: 834px), print {
  main.Top .feature_list_item_txt::after {
    left: 60px;
  }
}
@media screen and (max-width: 480px), print {
  main.Top .feature_list_item_txt::after {
    left: 44px;
    width: 80px;
  }
}
main.Top .feature_list_item_txt_ttl {
  padding: 1em 0;
  font-size: 24px;
}
@media screen and (max-width: 1023px), print {
  main.Top .feature_list_item_txt_ttl {
    font-size: calc(20px + 4 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .feature_list_item_txt_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px), print {
  main.Top .feature_list_item_txt_ttl {
    padding: 0.5em 0 0.25em;
  }
}
main.Top .feature_list_item_txt_desc {
  font-family: "Noto Serif JP", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1023px), print {
  main.Top .feature_list_item_txt_desc {
    font-size: calc(14px + 2 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .feature_list_item_txt_desc {
    font-size: 14px;
  }
}
main.Top .feature_list_item_txt_desc {
  font-weight: 500;
}
main.Top .feature_list_item_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}
@media screen and (max-width: 834px), print {
  main.Top .feature_list_item_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
main.Top .feature_list_item_img_box {
  display: block;
  width: 100%;
  aspect-ratio: 450/318;
  overflow: hidden;
}
@media screen and (max-width: 834px), print {
  main.Top .feature_list_item_img_box {
    aspect-ratio: 1.75;
  }
}
main.Top .feature_list_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.Top .faq {
  padding: 80px 0 85px;
  background-color: #F9FAFC;
}
@media screen and (max-width: 834px), print {
  main.Top .faq {
    padding: 60px 0;
  }
}
main.Top .faq_cont {
  width: 90%;
  max-width: 628px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Top .faq_cont {
    width: 94%;
  }
}
main.Top .faq_cont {
  padding-top: 54px;
}
@media screen and (max-width: 834px), print {
  main.Top .faq_cont {
    padding-top: 32px;
  }
}
main.Top .faq_cont_item {
  padding: 0 22px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 834px), print {
  main.Top .faq_cont_item {
    padding: 0 12px;
  }
}
main.Top .faq_cont_item:not(:last-of-type) {
  margin-bottom: 16px;
}
main.Top .faq_cont_item_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  gap: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
main.Top .faq_cont_item_q:hover {
  opacity: 0.75;
}
@media screen and (max-width: 834px), print {
  main.Top .faq_cont_item_q {
    padding: 18px 0;
    gap: 10px;
  }
}
main.Top .faq_cont_item_q::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  width: 19px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/ico_q.svg");
}
main.Top .faq_cont_item_q::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11px;
          flex: 0 0 11px;
  width: 11px;
  height: 7px;
  margin-right: 3px;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/ico_arr.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main.Top .faq_cont_item_q_box {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 1023px), print {
  main.Top .faq_cont_item_q_box {
    font-size: calc(15px + 3 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .faq_cont_item_q_box {
    font-size: 15px;
  }
}
main.Top .faq_cont_item_q.open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
main.Top .faq_cont_item_a {
  padding: 18px 0 24px 34px;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 834px), print {
  main.Top .faq_cont_item_a {
    padding: 16px 0 18px 24px;
  }
}
main.Top .faq_cont_item_a::before {
  content: "A. ";
  display: inline-block;
  font-family: "PT Serif";
  color: #00C0E8;
}
main.Top .faq_cont_item_a_box {
  color: #515257;
}
main.Top .company {
  padding: 80px 0 110px;
}
@media screen and (max-width: 834px), print {
  main.Top .company {
    padding: 60px 0;
  }
}
main.Top .company_summary {
  width: 90%;
  max-width: 703px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Top .company_summary {
    width: 94%;
  }
}
main.Top .company_summary {
  padding: 38px 0 40px;
}
@media screen and (max-width: 834px), print {
  main.Top .company_summary {
    max-width: 480px;
    padding: 20px 0 28px;
  }
}
main.Top .company_summary_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 26px 0 26px 32px;
  border-top: #ccc solid 1px;
}
@media screen and (max-width: 834px), print {
  main.Top .company_summary_item {
    padding: 1em 0 1em 0.5em;
  }
}
main.Top .company_summary_item_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 182px;
          flex: 0 0 182px;
  font-weight: 600;
}
@media screen and (max-width: 834px), print {
  main.Top .company_summary_item_ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
main.Top .company_summary_item_desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
main.Top .company_map {
  height: 297px;
  width: 90%;
  max-width: 847px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Top .company_map {
    width: 94%;
  }
}
main.Top .company_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
main.Top .contact {
  padding: 100px 0 110px;
  text-align: center;
  background-color: #F9FAFC;
}
@media screen and (max-width: 834px), print {
  main.Top .contact {
    padding: 60px 0;
  }
}
main.Top .contact_intro {
  width: 90%;
  max-width: 1320px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Top .contact_intro {
    width: 94%;
  }
}
main.Top .contact_intro {
  padding: 47px 0 35px;
}
@media screen and (max-width: 834px), print {
  main.Top .contact_intro {
    padding: 30px 0 20px;
  }
}
main.Top .contact_tel {
  width: 90%;
  max-width: 1320px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Top .contact_tel {
    width: 94%;
  }
}
main.Top .contact_tel {
  padding-bottom: 61px;
  font-size: 17px;
}
@media screen and (max-width: 1023px), print {
  main.Top .contact_tel {
    font-size: calc(15px + 2 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .contact_tel {
    font-size: 15px;
  }
}
main.Top .contact_tel {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #00C0E8;
}
@media screen and (max-width: 834px), print {
  main.Top .contact_tel {
    padding-bottom: 40px;
  }
}
main.Top .contact_tel a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
main.Top .contact_tel a:hover {
  opacity: 0.75;
}
main.Top .contact_tel a strong {
  font-size: 24px;
}
@media screen and (max-width: 1023px), print {
  main.Top .contact_tel a strong {
    font-size: calc(22px + 2 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .contact_tel a strong {
    font-size: 22px;
  }
}
main.Top .contact_form {
  width: 90%;
  max-width: 628px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Top .contact_form {
    width: 94%;
  }
}
main.Top .contact_form {
  height: 1000px;
}
@media screen and (max-width: 834px), print {
  main.Top .contact_form {
    height: 1100px;
  }
}
main.Top .contact_form iframe {
  display: block;
  width: 100%;
  height: 100%;
}
main.Top .contact_sns_lead {
  width: 100%;
  max-width: 452px;
  margin: auto;
}
main.Top .contact_sns_lead {
  padding: 117px 0 50px;
}
@media screen and (max-width: 834px), print {
  main.Top .contact_sns_lead {
    padding: 60px 0 28px;
  }
}
main.Top .contact_sns_list {
  width: 90%;
  max-width: 1320px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Top .contact_sns_list {
    width: 94%;
  }
}
main.Top .contact_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
}
@media screen and (max-width: 834px), print {
  main.Top .contact_sns_list {
    gap: 16px;
  }
}
main.Top .contact_sns_list a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 60px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
main.Top .contact_sns_list a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 834px), print {
  main.Top .contact_sns_list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    height: 32px;
  }
}
main.Top .contact_sns_list a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=top.css.map */