@charset "UTF-8";
/*//////////////////////////////////////////////////

home style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
#title {
  background: url("/img/about/harikyu/titleimg.jpg") center right 0%/cover no-repeat; }

.read-ppl {
  color: #4A3F8B;
  font-family: "ヒラギノ丸ゴ W5 JIS2004", "Hiragino Maru Gothic W5 JIS2004", "Yu Gothic medium", "A1 Gothic M", "Hiragino Kaku Gothic ProN", "sans-serif"; }

.w-1411 {
  display: none; }

#harikyu .harikyu__wp {
  padding: 0 20px; }
  #harikyu .harikyu__wp .hatikyu__txt-box {
    margin-bottom: 40px; }
    #harikyu .harikyu__wp .hatikyu__txt-box .harikyu__ttl {
      margin-bottom: 15px;
      color: #4A3F8B;
      font-size: 1.8rem;
      text-align: center; }
      @media (min-width: 375px) {
        #harikyu .harikyu__wp .hatikyu__txt-box .harikyu__ttl {
          font-size: calc( 1.8rem + ( 1vw - 3.75px ) * 0.5095541401 ); } }
      @media (min-width: 1160px) {
        #harikyu .harikyu__wp .hatikyu__txt-box .harikyu__ttl {
          font-size: 2.2rem; } }
    #harikyu .harikyu__wp .hatikyu__txt-box .harikyu__sub-ttl {
      margin-bottom: 10px;
      font-size: 1.6rem; }
    #harikyu .harikyu__wp .hatikyu__txt-box .harikyu__copy {
      font-size: 1.4rem; }
      @media (min-width: 375px) {
        #harikyu .harikyu__wp .hatikyu__txt-box .harikyu__copy {
          font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.127388535 ); } }
      @media (min-width: 1160px) {
        #harikyu .harikyu__wp .hatikyu__txt-box .harikyu__copy {
          font-size: 1.5rem; } }

#worries .worries__inner {
  padding: 0% 4% 0% 4%; }
#worries .worries__wp {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 40px rgba(45, 46, 74, 0.09); }
#worries .worries__ttl {
  position: relative;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: #4A3F8B;
  font-size: 1.5rem; }
  @media (min-width: 375px) {
    #worries .worries__ttl {
      font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.7058823529 ); } }
  @media (min-width: 800px) {
    #worries .worries__ttl {
      font-size: 1.8rem; } }
  #worries .worries__ttl::after {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14.5px 0 14.5px;
    border-color: #4A3F8B transparent transparent transparent;
    content: ""; }
#worries .worries__list {
  padding: 30px 20px 25px; }
  #worries .worries__list li {
    flex: 0 1 47.5%;
    width: 47.5%;
    max-width: 47.5%;
    margin-bottom: 10px;
    padding: 5px 0;
    border-radius: 5px;
    color: #4A3F8B;
    background: #F5F6FD;
    font-size: 1.4rem;
    text-align: center; }
    #worries .worries__list li:nth-child(n+11) {
      margin-bottom: 0; }
#worries .imprvmnt__wp {
  padding: 0 20px; }
  #worries .imprvmnt__wp .imprvmnt__box {
    margin-bottom: 30px; }
    #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__img-box {
      position: relative;
      z-index: 1;
      margin: 0 auto 30px;
      width: 80%;
      max-width: 135px; }
      #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__img-box figure {
        position: relative; }
        #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__img-box figure::before, #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__img-box figure::after {
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: block; }
        #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__img-box figure::before {
          border-radius: 100%;
          height: 100%;
          content: ""; }
      #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__img-box::after {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        z-index: -1;
        border-radius: 100%;
        width: 135px;
        height: 135px;
        background: #fff;
        content: ""; }
    #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__txt-box .imprvmnt__ttl {
      margin-bottom: 5px;
      color: #4A3F8B;
      font-size: 1.6rem;
      text-align: center; }
      @media (min-width: 375px) {
        #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__txt-box .imprvmnt__ttl {
          font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
      @media (min-width: 1160px) {
        #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__txt-box .imprvmnt__ttl {
          font-size: 1.8rem; } }
    #worries .imprvmnt__wp .imprvmnt__box:last-child {
      margin-bottom: 0; }

#about .about__ttl {
  position: relative;
  margin-bottom: 30px;
  padding: 8px 0;
  color: #4A3F8B;
  border-top: solid 1px #4A3F8B;
  border-bottom: solid 1px #4A3F8B;
  font-size: 1.8rem;
  text-align: center; }
  @media (min-width: 375px) {
    #about .about__ttl {
      font-size: calc( 1.8rem + ( 1vw - 3.75px ) * 0.3305785124 ); } }
  @media (min-width: 980px) {
    #about .about__ttl {
      font-size: 2rem; } }
#about .about__wp {
  margin-bottom: 50px; }
  #about .about__wp .about__box {
    margin-bottom: 40px;
    padding: 25px 20px;
    border-radius: 5px;
    background: #fff; }
    #about .about__wp .about__box .about__con-ttl {
      margin-bottom: 15px;
      padding-bottom: 10px;
      color: #4A3F8B;
      border-bottom: solid 1px #E2E2E2;
      font-size: 1.8rem;
      text-align: center; }
    #about .about__wp .about__box .about__copy {
      margin-bottom: 15px; }
    #about .about__wp .about__box .about__sub-ttl {
      margin-bottom: 5px;
      color: #4A3F8B;
      font-size: 1.5rem;
      text-align: center; }
      @media (min-width: 375px) {
        #about .about__wp .about__box .about__sub-ttl {
          font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.1652892562 ); } }
      @media (min-width: 980px) {
        #about .about__wp .about__box .about__sub-ttl {
          font-size: 1.6rem; } }
    #about .about__wp .about__box .about__img-box {
      overflow: hidden;
      border-radius: 5px; }
    #about .about__wp .about__box:last-child {
      margin-bottom: 0; }
#about .about__txt-wp {
  padding: 0 20px;
  text-align: center; }
  #about .about__txt-wp .about__main-ttl {
    margin-bottom: 10px;
    color: #4A3F8B;
    font-size: 1.6rem; }
    @media (min-width: 375px) {
      #about .about__txt-wp .about__main-ttl {
        font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.6611570248 ); } }
    @media (min-width: 980px) {
      #about .about__txt-wp .about__main-ttl {
        font-size: 2rem; } }
  #about .about__txt-wp .about__main-copy {
    font-size: 1.4rem; }
    @media (min-width: 375px) {
      #about .about__txt-wp .about__main-copy {
        font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.1652892562 ); } }
    @media (min-width: 980px) {
      #about .about__txt-wp .about__main-copy {
        font-size: 1.5rem; } }

#ab-contact {
  position: relative; }
  #ab-contact .ab-contact__img {
    position: relative;
    border-radius: 5px;
    height: 195px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: url("/img/about/about_contact.jpg") center right 35%/cover no-repeat; }
    #ab-contact .ab-contact__img::after {
      position: absolute;
      display: block;
      border-radius: 5px;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(71, 60, 131, 0.8);
      content: ""; }
  #ab-contact .ab-contact__wp {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center; }
    #ab-contact .ab-contact__wp .ab-contact__ttl {
      margin-bottom: 15px;
      font-size: 1.6rem; }
      @media (min-width: 375px) {
        #ab-contact .ab-contact__wp .ab-contact__ttl {
          font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.6611570248 ); } }
      @media (min-width: 980px) {
        #ab-contact .ab-contact__wp .ab-contact__ttl {
          font-size: 2rem; } }
    #ab-contact .ab-contact__wp .ab-contact__ttl-box {
      margin-bottom: 10px;
      line-height: normal; }
      #ab-contact .ab-contact__wp .ab-contact__ttl-box .ab-contact__txt {
        flex: 0 1 auto;
        width: auto;
        box-sizing: border-box;
        border-radius: 50px;
        margin-right: 10px;
        padding: 5px 10px;
        color: #DD4C00;
        background: #fff;
        font-size: 1.4rem; }
        @media (min-width: 375px) {
          #ab-contact .ab-contact__wp .ab-contact__ttl-box .ab-contact__txt {
            font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.9917355372 ); } }
        @media (min-width: 980px) {
          #ab-contact .ab-contact__wp .ab-contact__ttl-box .ab-contact__txt {
            font-size: 2rem; } }
      #ab-contact .ab-contact__wp .ab-contact__ttl-box a {
        font-size: 3rem;
        letter-spacing: 0.08em; }
        @media (min-width: 375px) {
          #ab-contact .ab-contact__wp .ab-contact__ttl-box a {
            font-size: calc( 3rem + ( 1vw - 3.75px ) * 1.652892562 ); } }
        @media (min-width: 980px) {
          #ab-contact .ab-contact__wp .ab-contact__ttl-box a {
            font-size: 4rem; } }
    #ab-contact .ab-contact__wp .ab-contact__txt-box {
      font-size: 1.2rem; }
      @media (min-width: 375px) {
        #ab-contact .ab-contact__wp .ab-contact__txt-box {
          font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.4958677686 ); } }
      @media (min-width: 980px) {
        #ab-contact .ab-contact__wp .ab-contact__txt-box {
          font-size: 1.5rem; } }

#ab-btn .ttl__wp {
  margin-bottom: 15px; }
  #ab-btn .ttl__wp h4 {
    color: #4A3F8B;
    font-size: 1.8rem;
    text-align: center; }
    @media (min-width: 375px) {
      #ab-btn .ttl__wp h4 {
        font-size: calc( 1.8rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
    @media (min-width: 900px) {
      #ab-btn .ttl__wp h4 {
        font-size: 2rem; } }
#ab-btn .ab-btn__list li {
  margin-bottom: 15px; }
  #ab-btn .ab-btn__list li a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    background: #fff; }
    #ab-btn .ab-btn__list li a .ab-btn__list-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 35%;
      height: 100%; }
    #ab-btn .ab-btn__list li a .ab-btn__list-box {
      margin: 0 0 0 auto;
      padding: 15px 20px 15px 0;
      width: 55%;
      line-height: normal; }
      #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-ttl {
        color: #4A3F8B;
        font-size: 1.5rem;
        letter-spacing: 0.06em;
        transition: .3s; }
        @media (min-width: 375px) {
          #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-ttl {
            font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
        @media (min-width: 900px) {
          #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-ttl {
            font-size: 1.8rem; } }
      #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-txt {
        margin-bottom: 5px;
        font-size: 1.2rem;
        letter-spacing: normal;
        transition: .3s; }
        @media (min-width: 375px) {
          #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-txt {
            font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
        @media (min-width: 900px) {
          #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-txt {
            font-size: 1.4rem; } }
      #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-more {
        position: relative;
        padding-right: 10px;
        color: #4A3F8B;
        font-size: 1.3rem;
        text-align: right;
        transition: .3s; }
        @media (min-width: 375px) {
          #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-more {
            font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
        @media (min-width: 900px) {
          #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-more {
            font-size: 1.5rem; } }
        #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-more::before {
          position: absolute;
          width: 100%;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          right: 0;
          width: 6px;
          height: 6px;
          transform: translateY(-50%) rotate(45deg);
          border-top: solid 1px #4A3F8B;
          border-right: solid 1px #4A3F8B;
          transition: .3s;
          content: ""; }
  #ab-btn .ab-btn__list li:first-child a .ab-btn__list-img {
    background: url("/img/about/list_01.jpg") center/cover no-repeat; }
  #ab-btn .ab-btn__list li:nth-child(2) a .ab-btn__list-img {
    background: url("/img/about/list_02.jpg") center/cover no-repeat; }
  #ab-btn .ab-btn__list li:nth-child(3) a .ab-btn__list-img {
    background: url("/img/about/list_03.jpg") center/cover no-repeat; }
  #ab-btn .ab-btn__list li:last-child a .ab-btn__list-img {
    background: url("/img/about/list_04.jpg") center/cover no-repeat; }

#ab-list .ab-list__list {
  padding: 35px 20px 0;
  border-top: solid 1px #707070; }
  #ab-list .ab-list__list li {
    margin-bottom: 30px; }
    #ab-list .ab-list__list li a {
      position: relative;
      display: block;
      overflow: hidden;
      border-radius: 5px;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21); }
      #ab-list .ab-list__list li a .ab-list__img {
        position: relative;
        height: 120px; }
        #ab-list .ab-list__list li a .ab-list__img::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          transition: .3s;
          content: ""; }
      #ab-list .ab-list__list li a .ab-list__ttl {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        color: #fff;
        font-size: 1.8rem;
        text-align: center;
        transition: .3s; }
        @media (min-width: 375px) {
          #ab-list .ab-list__list li a .ab-list__ttl {
            font-size: calc( 1.8rem + ( 1vw - 3.75px ) * 0.3305785124 ); } }
        @media (min-width: 980px) {
          #ab-list .ab-list__list li a .ab-list__ttl {
            font-size: 2rem; } }
        #ab-list .ab-list__list li a .ab-list__ttl::after {
          position: absolute;
          width: 100%;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          right: -30px;
          width: 8px;
          height: 8px;
          transform: translateY(-50%) rotate(45deg);
          border-top: solid 1px #fff;
          border-right: solid 1px #fff;
          transition: .3s;
          content: ""; }
    #ab-list .ab-list__list li:first-child a .ab-list__img {
      background: url("/img/about/btn_about.jpg") top 0% left 0%/cover no-repeat; }
    #ab-list .ab-list__list li:nth-child(2) a .ab-list__img {
      background: url("/img/about/btn_proce.jpg") center/cover no-repeat; }
    #ab-list .ab-list__list li:last-child {
      margin-bottom: 0; }
      #ab-list .ab-list__list li:last-child a .ab-list__img {
        background: url("/img/about/btn_health.jpg") center/cover no-repeat; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #harikyu .harikyu__wp .hatikyu__txt-box .harikyu__ttl {
    margin-bottom: 5px;
    text-align: left; }
  #harikyu .harikyu__wp .hatikyu__txt-box .harikyu__sub-ttl {
    margin-bottom: 0; }

  #worries .worries__wp {
    margin-bottom: 60px; }
  #worries .worries__ttl {
    padding: 10px; }
  #worries .worries__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px 15px; }
    #worries .worries__list li {
      flex: 0 1 auto;
      width: auto;
      margin-bottom: 10px;
      margin-right: 10px;
      padding: 5px 15px; }
      #worries .worries__list li:nth-child(n+11) {
        margin-bottom: 10px; }
  #worries .imprvmnt__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0; }
    #worries .imprvmnt__wp .imprvmnt__box {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      margin-bottom: 0; }
      #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__img-box {
        max-width: 170px; }
        #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__img-box::after {
          width: 170px;
          height: 170px; }
      #worries .imprvmnt__wp .imprvmnt__box .imprvmnt__txt-box .imprvmnt__ttl {
        margin-bottom: 15px; }

  #about .about__ttl {
    margin-bottom: 45px;
    padding: 5px 0; }
  #about .about__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px; }
    #about .about__wp .about__box {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      box-sizing: border-box;
      margin-bottom: 0;
      padding: 40px 30px; }
      #about .about__wp .about__box .about__con-ttl {
        padding-bottom: 15px; }
      #about .about__wp .about__box .about__sub-ttl {
        margin-bottom: 0;
        text-align: left; }
      #about .about__wp .about__box .about__copy {
        text-align: left; }
  #about .about__txt-wp .about__main-ttl {
    margin-bottom: 10px; }

  #ab-contact .ab-contact__img {
    height: 180px; }
  #ab-contact .ab-contact__wp .ab-contact__ttl-box .ab-contact__txt {
    padding: 5px 15px; }
  #ab-contact .ab-contact__wp .ab-contact__txt-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #ab-contact .ab-contact__wp .ab-contact__txt-box .ab-contact__time {
      margin-right: 20px; }

  #ab-btn .ttl__wp {
    margin-bottom: 50px; }
  #ab-btn .ab-btn__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #ab-btn .ab-btn__list li {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      margin-bottom: 35px; }
      #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-ttl {
        margin-bottom: 5px;
        letter-spacing: normal; }
      #ab-btn .ab-btn__list li a .ab-btn__list-box .ab-btn__list-txt {
        line-height: 1.5; }
      #ab-btn .ab-btn__list li a:hover {
        opacity: 1;
        background: #4A3F8B; }
        #ab-btn .ab-btn__list li a:hover .ab-btn__list-box .ab-btn__list-ttl {
          color: #fff; }
        #ab-btn .ab-btn__list li a:hover .ab-btn__list-box .ab-btn__list-txt {
          color: #fff; }
        #ab-btn .ab-btn__list li a:hover .ab-btn__list-box .ab-btn__list-more {
          color: #fff; }
          #ab-btn .ab-btn__list li a:hover .ab-btn__list-box .ab-btn__list-more::before {
            border-color: #fff; }
      #ab-btn .ab-btn__list li:nth-child(n+3) {
        margin-bottom: 0; }

  #ab-list .ab-list__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 65px 0 0; }
    #ab-list .ab-list__list li {
      flex: 0 1 32%;
      width: 32%;
      max-width: 32%;
      margin-bottom: 0; }
      #ab-list .ab-list__list li a .ab-list__img {
        height: 200px; }
      #ab-list .ab-list__list li a .ab-list__ttl {
        width: 62%; }
        #ab-list .ab-list__list li a .ab-list__ttl::after {
          right: -20px; }
      #ab-list .ab-list__list li a:hover {
        opacity: 1; }
        #ab-list .ab-list__list li a:hover .ab-list__img::before {
          opacity: 0; }
        #ab-list .ab-list__list li a:hover .ab-list__ttl {
          color: #4A3F8B; }
          #ab-list .ab-list__list li a:hover .ab-list__ttl::after {
            border-color: #4A3F8B; } }
/*------------------------------
		1041px以上
------------------------------*/
@media screen and (min-width: 861px) {
  #harikyu .harikyu__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0; }
    #harikyu .harikyu__wp .hatikyu__txt-box {
      flex: 0 1 50%;
      width: 50%;
      max-width: 50%;
      margin-bottom: 0; }
      #harikyu .harikyu__wp .hatikyu__txt-box .harikyu__ttl {
        margin-bottom: 10px; }
      #harikyu .harikyu__wp .hatikyu__txt-box .harikyu__sub-ttl {
        margin-bottom: 15px; }
    #harikyu .harikyu__wp .harikyu__img-box {
      flex: 0 1 43%;
      width: 43%;
      max-width: 43%; }

  #worries .worries__inner {
    padding: 0; }
  #worries .worries__wp {
    margin-bottom: 70px; }
  #worries .worries__list {
    padding: 30px 20px 15px 30px; }
  #worries .imprvmnt__wp .imprvmnt__box {
    flex: 0 1 44%;
    width: 44%;
    max-width: 44%; }

  #about .about__ttl {
    padding: 10px 0; }

  #ab-contact .ab-contact__wp .ab-contact__ttl-box {
    margin-bottom: 10px; }

  #ab-btn {
    margin-bottom: 75px; }
    #ab-btn .ttl__wp {
      margin-bottom: 50px; }
    #ab-btn .ab-btn__list li a .ab-btn__list-img {
      width: 38%; }
    #ab-btn .ab-btn__list li a .ab-btn__list-box {
      width: 52%; }

  #ab-list .ab-list__list {
    padding-top: 70px; }
    #ab-list .ab-list__list li {
      flex: 0 1 32%;
      width: 32%;
      max-width: 32%;
      margin-bottom: 0; }
      #ab-list .ab-list__list li a .ab-list__ttl {
        width: 60%; } }
@media screen and (min-width: 1141px) {
  .w-1411 {
    display: inherit; }

  #header .header__nav-list li:nth-child(3)::after {
    opacity: 1; } }
/*------------------------------
		1281px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
