#section-news {
  height: 600px; }

#keyvisual {
  position: relative;
  background: url("../img/top/key_deco.png") no-repeat left 30px top 80px/758px auto;
  padding: 80px 0 40px; }
  #keyvisual .row {
    position: relative;
    margin-top: 27px; }
    #keyvisual .row h3 {
      position: absolute;
      top: 45%;
      left: 64px;
      z-index: 1;
      width: 577.5px;
      transform: translateY(-50%); }
    #keyvisual .row .photo {
      height: 506px;
      margin-left: 528px; }
      #keyvisual .row .photo img {
        border-radius: 300px 0 0 300px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left; }
  @media screen and (min-width: 768px) and (max-width: 1230px) {
    #keyvisual {
      background-size: calc((758 / 1230 * 100%));
      padding-bottom: calc((36 / 1230 * 100%)); }
      #keyvisual .row h3 {
        left: calc((64 / 1230) * 100vw);
        width: calc((577.5 / 1230) * 100vw); }
      #keyvisual .row .photo {
        height: calc((506 / 1230) * 100vw);
        margin-left: calc((528 / 1230) * 100vw); } }
  @media screen and (max-width: 767px) {
    #keyvisual {
      background-size: 100%;
      padding-bottom: 30px; }
      #keyvisual .row {
        margin-top: 30px; }
        #keyvisual .row h3 {
          position: unset;
          width: auto;
          transform: unset;
          width: 90%;
          margin: 0 auto; }
        #keyvisual .row .photo {
          width: auto;
          height: fit-content;
          margin: 30px 0 0 30px; } }

#sec1 {
  margin-top: 35px; }
  #sec1 .inner {
    position: relative;
    padding: 42px 123px 24px; }
    #sec1 .inner::before {
      content: '';
      position: absolute;
      background: url("../img/top/sec1_bg.png") repeat center/auto 200px;
      inset: 0;
      border-radius: 100px;
      z-index: -1; }
    #sec1 .inner:after {
      content: '';
      position: absolute;
      background: #d4ecf3;
      inset: 0;
      border-radius: 100px;
      z-index: -2; }
  #sec1 .sec1-js .slick-arrow {
    position: absolute;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    text-transform: lowercase;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
    font-size: 0; }
  #sec1 .sec1-js .slick-arrow:hover {
    opacity: 0.7; }
  #sec1 .sec1-js .slick-prev {
    background: url("../img/top/sec1_prev.svg") no-repeat center/100%;
    left: -63px; }
  #sec1 .sec1-js .slick-next {
    background: url("../img/top/sec1_next.svg") no-repeat center/100%;
    right: -63px; }
  #sec1 .sec1-js .slick-slide {
    padding: 0 10px;
    transition: 0.3s; }
    #sec1 .sec1-js .slick-slide a {
      display: block; }
    #sec1 .sec1-js .slick-slide .txt {
      text-align: center;
      margin-top: 4px;
      font-size: 16px;
      letter-spacing: .2em; }
    #sec1 .sec1-js .slick-slide:hover {
      opacity: 0.8; }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    #sec1 .inner {
      padding-left: 90px;
      padding-right: 90px; }
      #sec1 .inner .slick-slide {
        padding: 0 5px; } }
  @media screen and (max-width: 767px) {
    #sec1 {
      margin-top: 0; }
      #sec1 .inner {
        padding: 20px 20px 10px; }
        #sec1 .inner::before {
          border-radius: 30px; }
        #sec1 .inner:after {
          border-radius: 30px; }
      #sec1 .sec1-js .slick-arrow {
        top: calc(50% - 12px);
        width: 40px;
        height: 40px; }
      #sec1 .sec1-js .slick-prev {
        left: -10px; }
      #sec1 .sec1-js .slick-next {
        right: -10px; }
      #sec1 .sec1-js .slick-slide {
        padding: 0 10px; }
        #sec1 .sec1-js .slick-slide .txt {
          text-align: center;
          margin-top: 4px;
          letter-spacing: .2em; } }

#sec2 {
  position: relative;
  z-index: 1;
  padding: 117px 0 278px; }
  #sec2 .deco1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2; }
    #sec2 .deco1::before {
      content: "";
      position: absolute;
      background: url("../img/top/sec2_deco1.png") no-repeat;
      top: -50px;
      left: -54px;
      background-size: 100%;
      width: 480px;
      height: 453px; }
    #sec2 .deco1:after {
      content: "";
      position: absolute;
      background: url("../img/top/sec2_deco2.png") no-repeat;
      top: -94px;
      right: -109px;
      background-size: 100%;
      width: 340.5px;
      height: 409px; }
  #sec2 .deco2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2; }
    #sec2 .deco2::before {
      content: "";
      position: absolute;
      background: url("../img/top/sec2_deco3.png") no-repeat;
      background-size: 100%;
      bottom: 14px;
      left: -235px;
      width: 547px;
      height: 323.5px; }
    #sec2 .deco2:after {
      content: "";
      position: absolute;
      background: url("../img/top/sec2_deco4.png") no-repeat;
      bottom: -43px;
      right: 78px;
      background-size: 100%;
      width: 543.5px;
      height: 252.5px; }
  #sec2 .bg-deco {
    position: absolute;
    background: url("../img/top/sec2_bg_bot.png") no-repeat center bottom/100%;
    inset: 0;
    z-index: -1; }
  #sec2 .wrap {
    max-width: 1040px; }
  #sec2 .ttl-shared::before {
    content: "";
    position: absolute;
    background: url("../img/top/sec2_ttl_deco1.png") no-repeat;
    width: 95px;
    height: 88.5px;
    background-size: 100%;
    top: 13px;
    left: -127px; }
  #sec2 .ttl-shared::after {
    content: "";
    position: absolute;
    background: url("../img/top/sec2_ttl_deco2.png") no-repeat;
    width: 36px;
    height: 83px;
    background-size: 100%;
    top: 22px;
    right: -82px; }
  #sec2 .txt {
    margin-top: 41px;
    font-size: 17px;
    line-height: 26px; }
  #sec2 .table-price {
    margin-top: 34px;
    padding: 20px 0;
    overflow: overlay; }
    #sec2 .table-price .scroll-x {
      background: #e2f7f7;
      border-radius: 32px;
      width: 1000px; }
    #sec2 .table-price table {
      table-layout: fixed;
      width: 100%;
      font-size: 20px;
      line-height: 25px; }
      #sec2 .table-price table tbody tr th {
        position: relative;
        z-index: 1;
        vertical-align: middle;
        font-weight: bold;
        padding: 30px 0 36px; }
        #sec2 .table-price table tbody tr th::after {
          content: '';
          position: absolute;
          background: url("../img/top/sec2_dotted1.svg") no-repeat;
          width: 162px;
          height: 2px;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%); }
        #sec2 .table-price table tbody tr th:nth-child(1) {
          width: 256px; }
        #sec2 .table-price table tbody tr th .subject {
          width: fit-content;
          text-align: left;
          margin: 0 auto;
          letter-spacing: -0.1em; }
      #sec2 .table-price table tbody tr td {
        vertical-align: middle;
        position: relative;
        text-align: center;
        z-index: 1; }
        #sec2 .table-price table tbody tr td:after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%); }
        #sec2 .table-price table tbody tr td:nth-child(2)::after {
          background: url("../img/top/sec2_dotted2.svg") no-repeat;
          width: 162px;
          height: 2px; }
        #sec2 .table-price table tbody tr td:nth-child(3)::after {
          background: url("../img/top/sec2_dotted3.svg") no-repeat;
          width: 134px;
          height: 2px; }
        #sec2 .table-price table tbody tr td:last-child::after {
          background: url("../img/top/sec2_dotted3.svg") no-repeat;
          width: 134px;
          height: 2px; }
        #sec2 .table-price table tbody tr td.bg-green {
          position: relative;
          width: 335px; }
          #sec2 .table-price table tbody tr td.bg-green::before {
            content: '';
            position: absolute;
            background: #80d4ce;
            inset: 0;
            z-index: -1; }
        #sec2 .table-price table tbody tr td.bg-green-first::before {
          top: -18px;
          border-radius: 20px 20px 0 0; }
        #sec2 .table-price table tbody tr td.bg-green-last::before {
          bottom: -18px;
          border-radius: 0 0 20px 20px; }
      #sec2 .table-price table tbody tr h3 {
        text-align: center;
        background: #fff;
        color: #29abe2;
        border-radius: 30px;
        width: 140px;
        margin: 0 auto;
        font-size: 20px;
        font-weight: bold;
        line-height: 50px; }
        #sec2 .table-price table tbody tr h3.big {
          color: #ff7bac;
          width: 260px;
          font-size: 30px; }
      #sec2 .table-price table tbody tr .sub-txt {
        margin-top: 4px;
        font-weight: bold; }
      #sec2 .table-price table tbody tr .price1 {
        color: #fff;
        font-size: 30px;
        font-weight: bold; }
        #sec2 .table-price table tbody tr .price1 small {
          font-size: 20px; }
      #sec2 .table-price table tbody tr .price2 {
        margin-top: 0px;
        font-size: 18px; }
      #sec2 .table-price table tbody tr:nth-child(1) th:after {
        display: none; }
      #sec2 .table-price table tbody tr:nth-child(1) td {
        padding: 28px 0 16px; }
        #sec2 .table-price table tbody tr:nth-child(1) td:after {
          display: none; }
      #sec2 .table-price table tbody tr:last-child th:after,
      #sec2 .table-price table tbody tr:last-child td:after {
        display: none; }
  #sec2 .note {
    text-align: right;
    margin-top: 4px;
    font-size: 13px; }
  @media screen and (max-width: 767px) {
    #sec2 {
      padding: 60px 0; }
      #sec2 .deco1::before {
        top: -30px;
        left: -30px;
        width: 40%;
        height: 50vw; }
      #sec2 .deco1:after {
        top: -30px;
        right: -30px;
        width: 40%;
        height: 50vw; }
      #sec2 .deco2::before {
        bottom: -30px;
        left: -30px;
        width: 40%;
        height: 50vw; }
      #sec2 .deco2:after {
        bottom: -30px;
        right: -30px;
        width: 40%;
        height: 50vw; }
      #sec2 .ttl-shared::before {
        width: 60px;
        height: 70px; }
      #sec2 .ttl-shared::after {
        width: 30px;
        height: 83px;
        top: 22px; }
      #sec2 .txt {
        margin-top: 30px;
        font-size: 15px;
        line-height: 25px; }
      #sec2 .table-price {
        margin-top: 30px; }
        #sec2 .table-price .scroll-x {
          width: 800px; }
        #sec2 .table-price table {
          font-size: 16px; }
          #sec2 .table-price table tbody tr th {
            padding: 20px 0; }
            #sec2 .table-price table tbody tr th:nth-child(1) {
              width: 200px; }
          #sec2 .table-price table tbody tr td.bg-green {
            position: relative;
            width: 250px; }
          #sec2 .table-price table tbody tr h3 {
            width: 140px;
            font-size: 20px;
            line-height: 40px; }
            #sec2 .table-price table tbody tr h3.big {
              width: 200px;
              font-size: 20px; }
          #sec2 .table-price table tbody tr .price1 {
            font-size: 25px; }
            #sec2 .table-price table tbody tr .price1 small {
              font-size: 16px; }
          #sec2 .table-price table tbody tr .price2 {
            font-size: 16px; }
      #sec2 .note {
        margin-top: 10px;
        font-size: 12px; } }

#sec3 {
  position: relative;
  z-index: 2;
  background: #85bde7;
  padding: 161px 0 205px;
  margin-top: -1px; }
  #sec3 .deco1 {
    position: absolute;
    top: 50px;
    left: calc(50% - 545px);
    width: 285px; }
  #sec3 .deco2 {
    position: absolute;
    top: 390px;
    right: calc(50% - 378px);
    width: 163px;
    z-index: 1; }
  #sec3 .deco3 {
    position: absolute;
    bottom: 138px;
    left: calc(50% - 442px);
    width: 125px;
    z-index: 1; }
  #sec3 .deco4 {
    position: absolute;
    bottom: 55px;
    right: calc(50% - 449px);
    width: 376.5px; }
  #sec3 .ttl-shared::before {
    content: "";
    position: absolute;
    background: url("../img/top/sec3_ttl_deco1.png") no-repeat;
    background-size: 100%;
    width: 52px;
    height: 81.5px;
    top: 32px;
    left: -61px; }
  #sec3 .ttl-shared::after {
    content: "";
    position: absolute;
    background: url("../img/top/sec3_ttl_deco2.png") no-repeat;
    background-size: 100%;
    width: 73.5px;
    height: 96px;
    top: 0;
    right: -59px; }
  #sec3 .sec3-js {
    margin-top: 79px; }
    #sec3 .sec3-js .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 90px;
      height: 90px;
      border: none;
      text-transform: lowercase;
      text-indent: -9999px;
      cursor: pointer;
      z-index: 99;
      font-size: 0; }
    #sec3 .sec3-js .slick-arrow:hover {
      opacity: 0.7; }
    #sec3 .sec3-js .slick-prev {
      background: url("../img/top/sec3_prev.svg") no-repeat center/100%;
      left: calc(50% - 500px); }
    #sec3 .sec3-js .slick-next {
      background: url("../img/top/sec3_next.svg") no-repeat center/100%;
      right: calc(50% - 500px); }
    #sec3 .sec3-js .slick-slide {
      background: #dff2fc;
      border-radius: 50%;
      width: 910px;
      height: 910px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      #sec3 .sec3-js .slick-slide h3 {
        text-align: center;
        color: #0071bc;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0; }
      #sec3 .sec3-js .slick-slide .sub-txt {
        background: #67c7c1;
        color: #fff;
        border-radius: 20px;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 27px;
        margin: 15px auto 29px;
        font-size: 20px;
        font-weight: 500;
        line-height: 37px;
        letter-spacing: 0; }
      #sec3 .sec3-js .slick-slide .photo {
        max-width: 772.5px;
        margin: 0 auto; }
      #sec3 .sec3-js .slick-slide .txt {
        text-align: center;
        max-width: 427px;
        margin: 8px auto 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px; }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    #sec3 .deco1 {
      left: calc(-50vw + 50% + 20px); }
    #sec3 .deco3 {
      left: calc(-50vw + 50% + 20px); }
    #sec3 .deco4 {
      right: calc(-50vw + 50% + 20px); }
    #sec3 .sec3-js .slick-slide {
      width: 650px;
      height: 650px; }
      #sec3 .sec3-js .slick-slide .photo {
        max-width: 600px; }
    #sec3 .sec3-js .slick-prev {
      left: calc(50% - 365px); }
    #sec3 .sec3-js .slick-next {
      right: calc(50% - 365px); } }
  @media screen and (max-width: 767px) {
    #sec3 {
      padding: 60px 0; }
      #sec3 .deco1 {
        top: 0;
        left: 0;
        width: 150px; }
      #sec3 .deco2 {
        top: 150px;
        right: 20px;
        width: 100px; }
      #sec3 .deco3 {
        bottom: 20px;
        left: 10px;
        width: 80px; }
      #sec3 .deco4 {
        bottom: 20px;
        right: 10px;
        width: 150px; }
      #sec3 .ttl-shared {
        margin: 0 20px; }
        #sec3 .ttl-shared::before {
          width: 35px;
          height: 60px; }
        #sec3 .ttl-shared:after {
          width: 56px;
          height: 75px; }
      #sec3 .sec3-js {
        margin-top: 40px; }
        #sec3 .sec3-js .slick-arrow {
          width: 50px;
          height: 50px; }
        #sec3 .sec3-js .slick-slide {
          width: 90vw;
          height: 90vw; }
          #sec3 .sec3-js .slick-slide h3 {
            font-size: 26px; }
          #sec3 .sec3-js .slick-slide .sub-txt {
            padding: 0 10px;
            margin: 10px auto;
            font-size: 16px;
            line-height: 1.5; }
          #sec3 .sec3-js .slick-slide .photo {
            max-width: 70%; }
          #sec3 .sec3-js .slick-slide .txt {
            max-width: 70%;
            margin: 5px auto 0;
            font-size: 12px;
            line-height: 1.5; } }

#sec4 {
  background: url("../img/top/sec4_bg_top.png") no-repeat center top/100%, url("../img/top/sec4_bg_bot.png") no-repeat center bottom -1px/100%;
  padding: 237px 0 400px; }
  #sec4 .ttl-shared::before {
    content: "";
    position: absolute;
    background: url("../img/top/sec4_ttl_deco1.png") no-repeat;
    background-size: 100%;
    width: 41.5px;
    height: 52px;
    top: 34px;
    left: -105px; }
  #sec4 .ttl-shared::after {
    content: "";
    position: absolute;
    background: url("../img/top/sec4_ttl_deco2.png") no-repeat;
    background-size: 100%;
    width: 44px;
    height: 70px;
    top: 22px;
    right: -103px; }
  #sec4 .wrap {
    max-width: 1050px; }
  #sec4 .row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 99px; }
    #sec4 .row .col {
      max-width: 321.5px;
      width: 100%; }
      #sec4 .row .col h3 {
        text-align: center;
        margin-top: 20px;
        min-height: 50px;
        color: #0071bc;
        font-size: 20px;
        font-weight: bold;
        line-height: 25px; }
      #sec4 .row .col .txt {
        max-width: 292px;
        margin: 20px auto 0; }
  @media screen and (max-width: 767px) {
    #sec4 {
      padding: 70px 0 100px; }
      #sec4 .ttl-shared::before {
        width: 32.5px;
        height: 42px; }
      #sec4 .ttl-shared::after {
        width: 34px;
        height: 55px; }
      #sec4 .row {
        flex-direction: column;
        margin-top: 40px; }
        #sec4 .row .col {
          max-width: 100%; }
          #sec4 .row .col h3 {
            margin-top: 15px;
            min-height: auto;
            font-size: 17px;
            line-height: 1.5; }
          #sec4 .row .col .txt {
            max-width: 100%;
            margin-top: 10px; } }

#sec5 {
  position: relative;
  z-index: 1;
  background: url("../img/top/sec5_bg.jpg") repeat-y center top/100%;
  padding: 75px 0 112px;
  margin-top: -1px; }
  #sec5 .deco1 {
    position: absolute;
    top: -181px;
    left: -14px; }
  #sec5 .deco2 {
    position: absolute;
    top: -194px;
    right: -90px; }
  #sec5 .deco3 {
    position: absolute;
    bottom: -178px;
    left: -86px; }
  #sec5 .deco4 {
    position: absolute;
    bottom: -236px;
    right: 38px; }
  #sec5 h2 {
    position: relative;
    max-width: 567.5px;
    margin: 0 auto; }
    #sec5 h2::before {
      content: "";
      position: absolute;
      background: url("../img/top/sec5_h2_deco1.png") no-repeat;
      background-size: 100%;
      width: 60px;
      height: 75px;
      top: 26px;
      left: -104px; }
    #sec5 h2::after {
      content: "";
      position: absolute;
      background: url("../img/top/sec5_h2_deco2.png") no-repeat;
      background-size: 100%;
      width: 85px;
      height: 181px;
      top: -30px;
      right: -134px; }
  #sec5 h3 {
    position: relative;
    max-width: 520px;
    margin: 52px auto 0; }
    #sec5 h3::before {
      content: "";
      position: absolute;
      background: url("../img/top/sec5_h3_deco1.png") no-repeat;
      background-size: 100%;
      width: 134px;
      height: 129px;
      top: 76px;
      left: -207px; }
    #sec5 h3::after {
      content: "";
      position: absolute;
      background: url("../img/top/sec5_h3_deco2.png") no-repeat;
      background-size: 100%;
      width: 174px;
      height: 211px;
      top: 120px;
      right: -233px; }
  #sec5 .section-shared {
    max-width: 976px;
    margin: 104px auto 0; }
    #sec5 .section-shared h4::before {
      display: none; }
    #sec5 .section-shared .box-shared:last-child .txt-img-price {
      width: 240px; }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    #sec5 .deco1 {
      width: 300px; }
    #sec5 .deco2 {
      width: 300px; }
    #sec5 h3::before {
      left: calc(-50vw + 50% + 30px); }
    #sec5 h3:after {
      right: calc(-50vw + 50% + 30px); } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    #sec5 h2::before {
      left: calc(-50vw + 50% + 30px); }
    #sec5 h2:after {
      right: calc(-50vw + 50% + 30px); } }
  @media screen and (max-width: 767px) {
    #sec5 {
      padding: 65px 0 70px; }
      #sec5 .deco1 {
        top: -70px;
        left: -5px;
        width: 140px; }
      #sec5 .deco2 {
        top: -55px;
        right: -23px;
        width: 170px; }
      #sec5 .deco3 {
        bottom: -50px;
        left: 0;
        width: 150px; }
      #sec5 .deco4 {
        bottom: -75px;
        right: 5px;
        width: 170px; }
      #sec5 h2 {
        max-width: 100%;
        padding: 0 30px; }
        #sec5 h2::before {
          width: 30px;
          height: 40px;
          top: 50%;
          left: -10px;
          transform: translateY(-50%); }
        #sec5 h2::after {
          width: 45px;
          height: 97px;
          top: 50%;
          right: -10px;
          transform: translateY(-50%); }
      #sec5 h3 {
        max-width: 100%;
        padding: 0 30px;
        margin-top: 30px; }
        #sec5 h3::before {
          width: 55px;
          height: 55px;
          top: 50%;
          left: -10px;
          transform: translateY(-50%); }
        #sec5 h3::after {
          width: 80px;
          height: 50px;
          top: 50%;
          right: -10px;
          transform: translateY(-50%); }
      #sec5 .section-shared {
        margin-top: 70px; }
        #sec5 .section-shared .box-shared:last-child .txt-img-price {
          width: 42%; } }

#sec6 {
  position: relative;
  background: url("../img/top/sec6_bg.png") no-repeat center top/100%;
  padding: 321px 0 197px; }
  #sec6 .deco1 {
    position: absolute;
    top: 264px;
    left: -77px; }
  #sec6 .deco2 {
    position: absolute;
    top: 231px;
    right: -11px; }
  #sec6 .deco3 {
    position: absolute;
    bottom: 571px;
    left: -97px; }
  #sec6 .deco4 {
    position: absolute;
    bottom: 246px;
    right: 91px; }
  #sec6 .ttl-shared::before {
    content: '';
    position: absolute;
    background: url("../img/top/sec6_deco_ttl1.png") no-repeat;
    background-size: 100%;
    width: 73px;
    height: 101px;
    top: -9px;
    left: -80px; }
  #sec6 .ttl-shared::after {
    content: "";
    position: absolute;
    background: url("../img/top/sec6_deco_ttl2.png") no-repeat;
    background-size: 100%;
    width: 54px;
    height: 118px;
    top: -14px;
    right: -115px; }
  #sec6 .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 85px;
    max-width: 988px;
    margin: 172px auto 0; }
    #sec6 .row .item {
      width: calc((292 / 988) * 100%); }
      #sec6 .row .item a {
        display: block; }
        #sec6 .row .item a .photo {
          max-width: 280px;
          margin: 0 auto; }
          #sec6 .row .item a .photo img {
            border-radius: 50%;
            box-shadow: 5px 5px 10px rgba(7, 208, 216, 0.3); }
        #sec6 .row .item a h3 {
          margin-top: 30px;
          text-align: center;
          color: #62cac3;
          font-size: 20px;
          font-weight: bold;
          line-height: 25px;
          letter-spacing: 0; }
        #sec6 .row .item a .txt {
          margin-top: 6px; }
        #sec6 .row .item a:hover {
          opacity: 0.7; }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    #sec6 .row .item h3 {
      font-size: calc((20 / 850) * 100vw);
      line-height: calc(25 / 20); } }
  @media screen and (max-width: 767px) {
    #sec6 {
      padding: 150px 0 70px; }
      #sec6 .deco1 {
        top: 50px;
        left: 10px;
        width: 120px; }
      #sec6 .deco2 {
        top: 40px;
        right: -10px;
        width: 80px; }
      #sec6 .deco3 {
        bottom: 30px;
        left: -20px;
        width: 100px; }
      #sec6 .deco4 {
        bottom: 15px;
        right: 10px;
        width: 130px; }
      #sec6 .ttl-shared::before {
        width: 40px;
        height: 56px;
        left: -10px !important; }
      #sec6 .ttl-shared::after {
        width: 25px;
        height: 56px;
        right: -10px !important; }
      #sec6 .row {
        flex-direction: column;
        gap: 30px;
        margin-top: 40px; }
        #sec6 .row .item {
          width: 100%; }
          #sec6 .row .item .photo {
            text-align: center;
            max-width: 100%; }
          #sec6 .row .item h3 {
            margin-top: 20px;
            font-size: 17px;
            line-height: 1.5; }
          #sec6 .row .item .txt {
            margin-top: 10px; } }

#sec7 {
  position: relative;
  z-index: 2;
  background: url("../img/top/sec7_bg.png") repeat center top/auto;
  padding: 120px 20px; }
  #sec7 .wrap {
    max-width: 995px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 10px 0px inset;
    background: #fff;
    border-radius: 30px;
    padding: 88px 20px 77px; }
  #sec7 .ttl-shared::before {
    content: "";
    position: absolute;
    background: url("../img/top/sec7_deco_ttl1.png") no-repeat;
    background-size: 100%;
    width: 78px;
    height: 45px;
    top: 49px;
    left: -95px; }
  #sec7 .ttl-shared::after {
    content: "";
    position: absolute;
    background: url("../img/top/sec7_deco_ttl2.png") no-repeat;
    background-size: 100%;
    width: 75px;
    height: 80px;
    top: 24px;
    right: -85px; }
  #sec7 .inner {
    max-width: 806px;
    margin: 0 auto; }
  #sec7 .txt {
    margin-top: 41px;
    font-size: 17px;
    line-height: 26px; }
  #sec7 .box {
    background: #f2fafc;
    border-radius: 20px;
    padding: 30px 40px;
    margin-top: 38px; }
    #sec7 .box dl dt {
      color: #0071bc;
      margin-bottom: 7px;
      font-weight: bold; }
    #sec7 .box dl + dl {
      margin-top: 26px; }
  #sec7 .photo {
    margin-top: 48px; }
  @media screen and (max-width: 767px) {
    #sec7 {
      padding: 60px 20px; }
      #sec7 .wrap {
        border-radius: 20px;
        padding: 40px 20px; }
      #sec7 .ttl-shared::before {
        width: 55px;
        height: 34px;
        top: 20px !important; }
      #sec7 .ttl-shared::after {
        width: 53px;
        height: 58px;
        top: 20px !important; }
      #sec7 .txt {
        margin-top: 25px;
        font-size: 15px;
        line-height: 25px; }
      #sec7 .box {
        padding: 20px;
        margin-top: 25px; }
        #sec7 .box dl + dl {
          margin-top: 20px; }
      #sec7 .photo {
        margin-top: 25px; } }

#sec8 {
  position: relative;
  background: #ebf8f7;
  padding-top: 140px; }
  #sec8 .deco1 {
    position: absolute;
    top: 0;
    left: 40px; }
  #sec8 .deco2 {
    position: absolute;
    top: 130px;
    right: 30px; }
  #sec8 .wrap {
    z-index: 2; }
  #sec8 .ttl-shared::before {
    content: "";
    position: absolute;
    background: url("../img/top/sec8_ttl_deco1.png") no-repeat;
    background-size: 100%;
    width: 43px;
    height: 74px;
    top: 27px;
    left: -56px; }
  #sec8 .ttl-shared::after {
    content: "";
    position: absolute;
    background: url("../img/top/sec8_ttl_deco2.png") no-repeat;
    background-size: 100%;
    width: 74px;
    height: 78px;
    top: 20px;
    right: -73px; }
  #sec8 .content {
    max-width: 893px;
    margin: 68px auto 0; }
  #sec8 .toggle {
    position: relative;
    background: #f5fbfe;
    border-radius: 25px; }
    #sec8 .toggle::before {
      content: '';
      position: absolute;
      border: 1px solid #29abe2;
      border-radius: 25px;
      inset: 0; }
    #sec8 .toggle dl {
      display: flex;
      gap: 29px; }
      #sec8 .toggle dl dt {
        width: 37px; }
      #sec8 .toggle dl dd {
        flex: 1; }
    #sec8 .toggle .toggle-link {
      position: relative;
      z-index: 2;
      background: #fff;
      border: 1px solid #29abe2;
      border-radius: 25px;
      padding: 13px 70px 13px 37px;
      transition: 0.3s; }
      #sec8 .toggle .toggle-link::before {
        content: '';
        position: absolute;
        background: url("../img/top/sec8_arrow_down.svg") no-repeat;
        width: 24px;
        height: 13px;
        background-size: 100%;
        top: 50%;
        right: 25px;
        transform: translateY(-50%); }
      #sec8 .toggle .toggle-link dl dd {
        color: #29abe2;
        font-size: 18px;
        font-weight: bold;
        line-height: 37px; }
    #sec8 .toggle .toggle-main {
      padding: 14px 70px 56px 37px; }
      #sec8 .toggle .toggle-main dl dd {
        margin-top: 6px;
        font-size: 16px;
        line-height: 26px; }
    #sec8 .toggle + .toggle {
      margin-top: 20px; }
    #sec8 .toggle.active .toggle-link::before {
      background-image: url("../img/top/sec8_arrow_up.svg"); }
  #sec8 .btn-shared {
    margin-top: 100px; }
  @media screen and (max-width: 767px) {
    #sec8 {
      padding-top: 60px; }
      #sec8 .deco1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px; }
      #sec8 .deco2 {
        top: 0;
        right: 0;
        width: 100px; }
      #sec8 .ttl-shared::before {
        width: 43px;
        height: 74px; }
      #sec8 .ttl-shared::after {
        width: 74px;
        height: 78px; }
      #sec8 .content {
        margin-top: 40px; }
      #sec8 .toggle {
        border-radius: 20px; }
        #sec8 .toggle::before {
          border-radius: 20px; }
        #sec8 .toggle dl {
          gap: 10px; }
          #sec8 .toggle dl dt {
            width: 30px; }
        #sec8 .toggle .toggle-link {
          border-radius: 20px;
          padding: 20px 40px 20px 20px; }
          #sec8 .toggle .toggle-link::before {
            width: 20px;
            height: 12px;
            right: 15px; }
          #sec8 .toggle .toggle-link dl dd {
            font-size: 16px;
            line-height: 1.5; }
        #sec8 .toggle .toggle-main {
          padding: 20px 40px 20px 20px; }
          #sec8 .toggle .toggle-main dl dd {
            margin-top: 0;
            font-size: 13px;
            line-height: 25px; }
        #sec8 .toggle + .toggle {
          margin-top: 20px; }
      #sec8 .btn-shared {
        margin-top: 40px; } }

#footer {
  background: #ebf8f7; }
