@charset "UTF-8";
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Sans:wght@500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: min(1rem, 10px);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body {
  font-family: "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  color: #000;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

img {
  max-width: 100%;
}

picture {
  width: 100%;
  text-align: center;
}

a {
  color: #3fa9f5;
  text-decoration: underline;
}
a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.8;
  }
}

header {
  height: 7.9333333333vw;
  max-height: 11.0185185185rem;
}
header .inner {
  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: #fff;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: 7.9333333333vw;
  max-height: 11.0185185185rem;
}
header h2.header--logo {
  width: 31.1333333333vw;
  max-width: 40rem;
}

/*============================
#side
============================*/
div#side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 50;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  width: 0;
  bottom: 0;
}
div#side a {
  display: block;
  width: 4.5vw;
  min-width: 5.5rem;
  max-width: 60px;
  position: relative;
}
div#side a.mta:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 3.48vw;
  height: 3.48vw;
  min-width: 4.2533333333rem;
  min-height: 4.2533333333rem;
  background: url(../img/badge_free.svg) 50%/contain no-repeat;
  -webkit-transform: translate(-30%, -40%);
          transform: translate(-30%, -40%);
  pointer-events: none;
  width: 46.4px;
  height: 46.4px;
}
div#side a img {
  position: relative;
  width: 133%;
  max-width: none;
}
@media (min-width: 770px) {
  div#side a {
    background: left top/133% no-repeat;
  }
  div#side a.mta {
    background-image: url(../img/side_btn_mta_ov.svg);
  }
  div#side a.teiki {
    background-image: url(../img/side_btn_teiki_ov.svg);
  }
  div#side a.shushin {
    background-image: url(../img/side_btn_shushin_ov.svg);
  }
  div#side a:hover img {
    opacity: 0;
  }
}

main.main {
  background: #fff2e5;
  /*============================
  #kv
  ============================*/
  /*============================
  #overview
  ============================*/
  /*============================
  #check
  ============================*/
  /*============================
  #feature
  ============================*/
  /*============================
  #data
  ============================*/
  /*============================
  #cta
  ============================*/
  /*============================
  #tvcm
  ============================*/
}
main.main section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.main #kv {
  background: url(../img/kv_bg_pc.png) 50% top/100% no-repeat;
  padding-top: 3.6vw;
}
main.main #kv h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.7333333333vw 1.4666666667vw;
}
main.main #kv h1 .copy {
  width: 67.9vw;
}
main.main #kv h1 .logo {
  width: 40.5333333333vw;
}
main.main #kv .cta {
  margin: 42.5666666667vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6666666667vw;
}
main.main #kv .cta a {
  display: block;
}
main.main #kv .cta a img {
  width: 100%;
}
@media (min-width: 770px) {
  main.main #kv .cta a {
    background: 50% top/100% no-repeat;
  }
  main.main #kv .cta a.mta {
    background-image: url(../img/btn_mta_pc_ov.svg);
  }
  main.main #kv .cta a.teiki {
    background-image: url(../img/btn_teiki_pc_ov.svg);
  }
  main.main #kv .cta a.shushin {
    background-image: url(../img/btn_shushin_pc_ov.svg);
  }
  main.main #kv .cta a:hover img {
    opacity: 0;
  }
}
main.main #kv .cta .mta {
  width: 47.6666666667vw;
  position: relative;
}
main.main #kv .cta .mta:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 22.3776223776%;
  height: 131.6872427984%;
  background: url(../img/badge_free.svg) 50%/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
main.main #kv .cta .service {
  width: 68.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main.main #kv .cta .service .teiki,
main.main #kv .cta .service .shushin {
  width: 21.1vw;
}
main.main #overview {
  padding-top: 3vw;
  gap: 1.6666666667vw;
}
main.main #overview .lead {
  width: 52.7666666667vw;
  position: relative;
}
main.main #overview .lead::after {
  content: "";
  display: block;
  width: 24.2577384713%;
  height: 38.0570409982%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(12%) translateX(100%);
          transform: translateY(12%) translateX(100%);
  background: url(../img/seemee_walk.png) 50%/contain no-repeat;
}
main.main #overview .reason {
  width: 78vw;
}
main.main #overview .data {
  width: 78vw;
}
main.main #check {
  padding-top: 3.6vw;
  padding-bottom: 7.3333333333vw;
  gap: 1.6666666667vw;
}
main.main #check .check {
  width: 66.6666666667vw;
  position: relative;
}
main.main #check .check.check4::after {
  content: "";
  display: block;
  width: 20.95%;
  height: 39.2931392931%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%) translateX(-60%);
          transform: translateY(-45%) translateX(-60%);
  background: url(../img/seemee_check.png) 50%/contain no-repeat;
}
main.main #feature {
  background: -webkit-gradient(linear, left top, right top, from(#fce9ed), color-stop(50%, #fce9ed), color-stop(50%, #e2f2fd));
  background: linear-gradient(90deg, #fce9ed 0%, #fce9ed 50%, #e2f2fd 50%);
  padding-bottom: 4vw;
}
main.main #feature h2 {
  width: 100%;
  background: #ff8200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
main.main #feature h2 img {
  width: 100%;
  max-width: 1200px;
}
main.main #feature h2::after {
  content: "";
  display: block;
  width: 10.5333333333%;
  height: 64.5161290323%;
  position: absolute;
  top: -41.2903225806%;
  left: 50%;
  -webkit-transform: translateX(-38vw);
          transform: translateX(-38vw);
  background: url(../img/turtle.png) 50%/contain no-repeat;
}
main.main #feature .features {
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.main #feature .features .feature {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6.6666666667vw;
  position: relative;
}
main.main #feature .features .feature::before {
  content: "";
  display: block;
  width: 6.44vw;
  height: 6.5933333333vw;
  background: url(../img/feature_arrow.svg) 50% bottom/100% no-repeat;
  position: absolute;
  top: -0.7666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main.main #feature .features .feature img {
  width: 90.4666666667%;
}
main.main #feature .cta {
  margin-top: 5.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 770px) {
  main.main #feature .cta a {
    background: 50% top/100% no-repeat;
  }
  main.main #feature .cta a img {
    width: 100%;
  }
  main.main #feature .cta a.mta {
    background-image: url(../img/btn_mta_pc_ov.svg);
  }
  main.main #feature .cta a.teiki {
    background-image: url(../img/btn_teiki_pc_ov.svg);
  }
  main.main #feature .cta a.shushin {
    background-image: url(../img/btn_shushin_pc_ov.svg);
  }
  main.main #feature .cta a:hover img {
    opacity: 0;
  }
}
main.main #feature .cta h3 {
  width: 60.6333333333vw;
}
main.main #feature .cta .logos {
  width: 92vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.5vw;
}
main.main #feature .cta .logos .logo {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.main #feature .cta .logos .logo img {
  width: 79.1333333333%;
}
main.main #feature .cta .btn_mta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.main #feature .cta .btn_mta .seemee {
  width: 19.4vw;
  margin-top: -2.3333333333vw;
}
main.main #feature .cta .btn_mta a {
  display: block;
  width: 47.6666666667vw;
  margin-top: -1.6666666667vw;
  position: relative;
}
main.main #feature .cta .btn_mta a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 22.3776223776%;
  height: 131.6872427984%;
  background: url(../img/badge_free.svg) 50%/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
main.main #feature .cta .btns {
  margin-top: 2.6666666667vw;
  width: 92vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.main #feature .cta .btns .btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.main #feature .cta .btns .btn a {
  width: 51.6666666667%;
}
main.main #data {
  padding: 5.5333333333vw;
}
main.main #data .data {
  width: 88vw;
  position: relative;
}
main.main #data .data::after {
  content: "";
  display: block;
  width: 11.3636363636%;
  height: 21.9527363184%;
  position: absolute;
  top: -10.447761194%;
  right: 8.3712121212%;
  background: url(../img/seemee_index.png) 50%/contain no-repeat;
}
main.main #cta {
  background: url(../img/bg_pink-80.jpg) 50%/cover no-repeat;
  padding: 3.6666666667vw 0 1.1666666667vw;
  gap: 1.6666666667vw;
}
main.main #cta h2 {
  width: 71.5666666667vw;
}
main.main #cta .lead {
  width: 38.6666666667vw;
}
main.main #cta .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3vw;
}
main.main #cta .btns a.btn {
  width: 31.1vw;
  position: relative;
}
main.main #cta .btns a.btn::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background: 50%/contain no-repeat;
  top: 50%;
}
main.main #cta .btns a.btn.tel::after {
  width: 17.6848874598%;
  height: 109.4650205761%;
  background-image: url(../img/cta_btn_tel_seemee.png);
  left: 0;
  -webkit-transform: translate(40%, -62%);
          transform: translate(40%, -62%);
}
main.main #cta .btns a.btn.consul::after {
  width: 21.8649517685%;
  height: 120.1646090535%;
  background-image: url(../img/cta_btn_consul_seemee.png);
  right: 0;
  -webkit-transform: translate(-15%, -62%);
          transform: translate(-15%, -62%);
}
@media (min-width: 770px) {
  main.main #cta .btns a.btn {
    background: left top/100% no-repeat;
  }
  main.main #cta .btns a.btn img {
    width: 100%;
  }
  main.main #cta .btns a.btn.tel[href="tel:0120889564"] {
    background-image: url(../img/cta_btn_tel_564_pc_ov.svg);
  }
  main.main #cta .btns a.btn.tel[href="tel:0120790190"] {
    background-image: url(../img/cta_btn_tel_190_pc_ov.svg);
  }
  main.main #cta .btns a.btn.tel[href="tel:0120781388"] {
    background-image: url(../img/cta_btn_tel_388_pc_ov.svg);
  }
  main.main #cta .btns a.btn.tel[href="tel:0120877440"] {
    background-image: url(../img/cta_btn_tel_440_pc_ov.svg);
  }
  main.main #cta .btns a.btn.tel[href="tel:0120890144"] {
    background-image: url(../img/cta_btn_tel_144_pc_ov.svg);
  }
  main.main #cta .btns a.btn.consul {
    background-image: url(../img/cta_btn_consul_pc_ov.svg);
  }
  main.main #cta .btns a.btn:hover img {
    opacity: 0;
  }
}
main.main #cta .note {
  text-align: center;
  font-size: 1.15rem;
}
main.main #tvcm {
  padding: 4.5333333333vw 0 6.0333333333vw;
  background: #fff;
  gap: 1.6666666667vw;
  position: relative;
  overflow: hidden;
}
main.main #tvcm h2 {
  width: 28.0666666667vw;
}
main.main #tvcm .video {
  width: 40.6666666667vw;
  min-width: 560px;
  aspect-ratio: 16/9;
  position: relative;
}
main.main #tvcm .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
main.main #tvcm::after {
  content: "";
  display: block;
  width: 9.7666666667vw;
  height: 16.3vw;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(35vw, 38%);
          transform: translate(35vw, 38%);
  background: url(../img/tvcm_seemee.png) 50%/contain no-repeat;
}

footer.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6666666667vw;
  gap: 1.6666666667vw;
  background: #f5f5f5;
}
footer.footer .logo_tmn {
  width: 19.7vw;
}
footer.footer .logo_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.6666666667vw;
}
footer.footer .logo_service .logo {
  width: 19.1666666667vw;
}
footer.footer .footer_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2em;
  width: 46.8666666667vw;
  font-size: 1.45rem;
  letter-spacing: 0.05em;
  line-height: 1.5689655172;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer.footer #copyright {
  font-size: 0.8620689655em;
}

@media (min-width: 770px) {
  .sponly {
    display: none !important;
  }
}
@media (max-width: 769px) {
  html {
    font-size: 1.3333333333vw;
  }
  header {
    height: 10.5rem;
  }
  header .inner {
    height: 10.5rem;
  }
  header h2.header--logo {
    width: 48.4rem;
    max-width: none;
  }
  /*============================
  #side
  ============================*/
  div#side {
    top: 18rem;
    bottom: auto;
  }
  div#side a {
    width: 6.6rem;
  }
  div#side a.mta:before {
    width: 5.8rem;
    height: 5.8rem;
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
  main.main {
    /*============================
    #kv
    ============================*/
    /*============================
    #overview
    ============================*/
    /*============================
    #check
    ============================*/
    /*============================
    #feature
    ============================*/
    /*============================
    #data
    ============================*/
    /*============================
    #cta
    ============================*/
    /*============================
    #tvcm
    ============================*/
  }
  main.main #kv {
    background: url(../img/kv_bg_sp.png) 50% top/100% no-repeat;
    padding-top: 4rem;
  }
  main.main #kv h1 {
    gap: 0;
  }
  main.main #kv h1 .copy {
    width: 51rem;
    margin-bottom: 4rem;
  }
  main.main #kv h1 .logo {
    width: 57rem;
    margin-bottom: 2rem;
  }
  main.main #kv .cta {
    margin-top: 42rem;
    gap: 4rem;
  }
  main.main #kv .cta a {
    display: block;
  }
  main.main #kv .cta .mta {
    width: 61rem;
    position: relative;
  }
  main.main #kv .cta .mta:before {
    width: 10rem;
    height: 10rem;
    -webkit-transform: translate(-25%, -20%);
            transform: translate(-25%, -20%);
  }
  main.main #kv .cta .service {
    width: 68rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.main #kv .cta .service .teiki,
  main.main #kv .cta .service .shushin {
    width: 31rem;
  }
  main.main #overview {
    padding-top: 6rem;
    gap: 7rem;
  }
  main.main #overview .lead {
    width: 63rem;
    position: relative;
  }
  main.main #overview .lead::after {
    width: 20rem;
    height: 22rem;
    -webkit-transform: translateY(30%) translateX(20%);
            transform: translateY(30%) translateX(20%);
  }
  main.main #overview .reason {
    width: 67.7rem;
  }
  main.main #overview .data {
    width: 67.8rem;
  }
  main.main #check {
    padding-top: 8rem;
    padding-bottom: 12rem;
    gap: 5rem;
  }
  main.main #check .check {
    width: 67.7rem;
    position: relative;
  }
  main.main #check .check.check4::after {
    display: none;
  }
  main.main #feature {
    background: -webkit-gradient(linear, left top, right top, from(#fce9ed), color-stop(50%, #fce9ed), color-stop(50%, #e2f2fd));
    background: linear-gradient(90deg, #fce9ed 0%, #fce9ed 50%, #e2f2fd 50%);
    padding-bottom: 4vw;
  }
  main.main #feature h2 {
    display: block;
  }
  main.main #feature h2 img {
    width: 100%;
  }
  main.main #feature h2::after {
    width: 15rem;
    height: 9.4rem;
    top: 0;
    left: 2.5rem;
    -webkit-transform: translate(0%, -60%);
            transform: translate(0%, -60%);
  }
  main.main #feature .features {
    width: 100%;
  }
  main.main #feature .features .feature {
    padding-top: 9rem;
    position: relative;
  }
  main.main #feature .features .feature::before {
    width: 9rem;
    height: 9.25rem;
    top: 0;
    -webkit-transform: translate(-50%, -15%);
            transform: translate(-50%, -15%);
  }
  main.main #feature .features .feature img {
    width: 31.2rem;
  }
  main.main #feature .features .feature .logo {
    width: 31.2rem;
    position: absolute;
    top: 29rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main.main #feature .features .feature.shushin::after {
    content: "";
    position: absolute;
    top: 114.5rem;
    left: 0.3rem;
    display: block;
    width: 11rem;
    height: 6rem;
    background: url(../img/feature_shushin_baloon_sp.svg) 50%/contain no-repeat;
  }
  main.main #feature .cta {
    width: 100%;
    margin-top: 8rem;
  }
  main.main #feature .cta h3 {
    width: 53.4rem;
  }
  main.main #feature .cta .logos {
    width: 100%;
    margin-top: 5rem;
  }
  main.main #feature .cta .logos .logo img {
    width: 31.8rem;
  }
  main.main #feature .cta .btn_mta .seemee {
    width: 29.2rem;
    margin-top: -2rem;
  }
  main.main #feature .cta .btn_mta a {
    width: 61rem;
    margin-top: -3rem;
    position: relative;
  }
  main.main #feature .cta .btn_mta a:before {
    width: 10rem;
    height: 10rem;
    -webkit-transform: translate(-25%, -20%);
            transform: translate(-25%, -20%);
  }
  main.main #feature .cta .btns {
    margin-top: 3rem;
    width: 100%;
  }
  main.main #feature .cta .btns .btn a {
    width: 31rem;
  }
  main.main #data {
    padding: 13rem 0 6rem;
  }
  main.main #data .data {
    width: 67.7rem;
  }
  main.main #data .data::after {
    width: 14.1rem;
    height: 16.7rem;
    top: -10.5rem;
    right: 0.5rem;
  }
  main.main #cta {
    padding: 8rem 0;
    gap: 4rem;
  }
  main.main #cta h2 {
    width: 60rem;
  }
  main.main #cta .lead {
    width: 50.2rem;
  }
  main.main #cta .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
  main.main #cta .btns a.btn {
    width: 65.2rem;
    position: relative;
  }
  main.main #cta .btns a.btn.tel::after {
    width: 12rem;
    height: 19.3rem;
    -webkit-transform: translate(25%, -62%);
            transform: translate(25%, -62%);
  }
  main.main #cta .btns a.btn.consul::after {
    width: 14.8rem;
    height: 21.2rem;
    -webkit-transform: translate(-7%, -60%);
            transform: translate(-7%, -60%);
  }
  main.main #cta .note {
    font-size: 1.8rem;
    line-height: 1.7222222222;
  }
  main.main #tvcm {
    padding: 5rem 0 6rem;
    gap: 3rem;
    position: relative;
    overflow: hidden;
  }
  main.main #tvcm .turtle {
    display: block;
    width: 16.5rem;
  }
  main.main #tvcm h2 {
    width: 63.5rem;
  }
  main.main #tvcm .video {
    width: 67.6rem;
    min-width: 0;
  }
  main.main #tvcm .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  main.main #tvcm::after {
    display: none;
  }
  footer.footer {
    padding: 5rem 0 15rem;
    gap: 3rem;
    background: #f5f5f5;
  }
  footer.footer .logo_tmn {
    width: 62.7rem;
  }
  footer.footer .logo_service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  footer.footer .logo_service .logo {
    width: 53.7rem;
  }
  footer.footer .footer_text {
    gap: 1em;
    width: 69rem;
    font-size: 2.8rem;
  }
  footer.footer #copyright {
    width: 100%;
    text-align: center;
  }
  footer.footer .pconly {
    display: none !important;
  }
}