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

home style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.wi-641 {
  display: inherit; }

.ttl__wp {
  margin-bottom: 30px;
  text-align: center; }
  .ttl__wp h3 {
    color: #4A3F8B;
    font-size: 1.8rem;
    letter-spacing: .1em; }
  .ttl__wp p {
    font-size: 1.3rem; }
    @media (min-width: 375px) {
      .ttl__wp p {
        font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
    @media (min-width: 1160px) {
      .ttl__wp p {
        font-size: 1.5rem; } }

#mainimg {
  position: relative; }
  #mainimg .mainimg__bg-wp .mainimg__bg {
    height: 85vh;
    max-height: 575px; }
    #mainimg .mainimg__bg-wp .mainimg__bg:nth-child(1) {
      background: url("/img/home/mianimg_01.jpg") center/cover no-repeat; }
    #mainimg .mainimg__bg-wp .mainimg__bg:nth-child(2) {
      background: url("/img/home/mianimg_02.jpg") 60%/cover no-repeat; }
    #mainimg .mainimg__bg-wp .mainimg__bg:nth-child(3) {
      background: url("/img/home/mianimg_03.jpg") 65%/cover no-repeat; }
  #mainimg .mainimg__txt-wp {
    position: absolute;
    top: 10%;
    left: 6.66%;
    width: 70%;
    color: #fff; }
    #mainimg .mainimg__txt-wp .mainimg__ttl {
      font-size: 3rem;
      line-height: 1.5; }
      @media (min-width: 375px) {
        #mainimg .mainimg__txt-wp .mainimg__ttl {
          font-size: calc( 3rem + ( 1vw - 3.75px ) * 1.9108280255 ); } }
      @media (min-width: 1160px) {
        #mainimg .mainimg__txt-wp .mainimg__ttl {
          font-size: 4.5rem; } }
    #mainimg .mainimg__txt-wp .mainimg__txt {
      font-size: 1.6rem; }
      @media (min-width: 375px) {
        #mainimg .mainimg__txt-wp .mainimg__txt {
          font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
      @media (min-width: 1160px) {
        #mainimg .mainimg__txt-wp .mainimg__txt {
          font-size: 1.8rem; } }
  #mainimg .mainimg__msurs {
    box-sizing: border-box;
    position: absolute;
    border-radius: 100px 0 0 100px;
    bottom: 10%;
    right: 0;
    padding: 15px 25px 15px 55px;
    width: 75%;
    max-width: 275px;
    background: rgba(255, 255, 255, 0.9); }
    #mainimg .mainimg__msurs .mainimg__msurs-ttl {
      color: #17B8DE;
      font-size: 1.4rem;
      line-height: normal; }
      @media (min-width: 375px) {
        #mainimg .mainimg__msurs .mainimg__msurs-ttl {
          font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.127388535 ); } }
      @media (min-width: 1160px) {
        #mainimg .mainimg__msurs .mainimg__msurs-ttl {
          font-size: 1.5rem; } }
    #mainimg .mainimg__msurs .mainimg__msurs-txt {
      font-size: 1.2rem;
      line-height: 1.7; }
      @media (min-width: 375px) {
        #mainimg .mainimg__msurs .mainimg__msurs-txt {
          font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
      @media (min-width: 1160px) {
        #mainimg .mainimg__msurs .mainimg__msurs-txt {
          font-size: 1.4rem; } }
  #mainimg .slick-dots {
    bottom: 33% !important;
    left: 6.66% !important;
    width: auto !important; }
    #mainimg .slick-dots li {
      margin: 0 !important; }
      #mainimg .slick-dots li button::before {
        opacity: 1;
        color: #fff;
        transition: .4s; }
      #mainimg .slick-dots li.slick-active button::before {
        opacity: 1;
        color: #4A3F8B; }

#other {
  margin-bottom: 65px; }
  #other #clndr {
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    margin-top: -50px;
    padding: 4%;
    background: #fff;
    box-shadow: 0px 3px 40px rgba(45, 46, 74, 0.09); }
    #other #clndr .clndr__txt-wp {
      margin-bottom: 15px;
      color: #4A3F8B;
      font-size: 1.4rem;
      line-height: normal; }
      #other #clndr .clndr__txt-wp .clndr__ttl {
        margin-bottom: 5px;
        font-size: 1.6rem; }
        @media (min-width: 375px) {
          #other #clndr .clndr__txt-wp .clndr__ttl {
            font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
        @media (min-width: 1160px) {
          #other #clndr .clndr__txt-wp .clndr__ttl {
            font-size: 1.8rem; } }
    #other #clndr .clndr__year {
      color: #4A3F8B;
      font-size: 1.4rem; }
    #other #clndr .clndr__all-wp {
      overflow: hidden; }
    #other #clndr .clndr__wp {
      width: 104% !important; }
      #other #clndr .clndr__wp .slick-prev {
        display: none; }
      #other #clndr .clndr__wp .slick-prev,
      #other #clndr .clndr__wp .slick-next {
        right: 0;
        left: 28%;
        color: #fff;
        opacity: 1;
        background: #4A3F8B;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        margin: auto;
        z-index: 1; }
        #other #clndr .clndr__wp .slick-prev:before,
        #other #clndr .clndr__wp .slick-next:before {
          position: absolute;
          width: 8px;
          height: 8px;
          border-top: 2px solid;
          border-right: 2px solid;
          top: 50%;
          transform: rotate(45deg) translate(0%, -50%);
          top: 45%;
          left: 0;
          right: 25%;
          margin: auto;
          transform: rotate(45deg) translate(0, -50%);
          opacity: 1;
          content: ''; }
        #other #clndr .clndr__wp .slick-prev.slick-disabled,
        #other #clndr .clndr__wp .slick-next.slick-disabled {
          opacity: 0; }
      #other #clndr .clndr__wp .slick-prev {
        left: -38%; }
        #other #clndr .clndr__wp .slick-prev:before {
          transform: rotate(-135deg) translate(0, -50%);
          top: 25%;
          right: -25%; }
      #other #clndr .clndr__wp .clndr__box:first-child {
        margin-right: 4%; }
      #other #clndr .clndr__wp .clndr__box .clndr__month-wp {
        border-radius: 5px 5px 0 0;
        padding: 0 10px;
        background: #4A3F8B;
        color: #fff; }
        #other #clndr .clndr__wp .clndr__box .clndr__month-wp .clndr__month {
          font-size: 1.4rem; }
          #other #clndr .clndr__wp .clndr__box .clndr__month-wp .clndr__month .month-num {
            font-size: 1.8rem; }
          #other #clndr .clndr__wp .clndr__box .clndr__month-wp .clndr__month .month-en {
            display: inline-block;
            margin-left: 10px;
            font-size: 1.3rem; }
      #other #clndr .clndr__wp .clndr__box .clndr__day-wp {
        padding: 10px 10px 15px;
        background: #F5F6FD;
        color: #4A3F8B;
        text-align: center; }
        #other #clndr .clndr__wp .clndr__box .clndr__day-wp .clndr__day-ttl {
          margin-bottom: 3px;
          font-size: 1.4rem; }
          #other #clndr .clndr__wp .clndr__box .clndr__day-wp .clndr__day-ttl li {
            flex: 0 1 13%;
            width: 13%;
            max-width: 13%; }
        #other #clndr .clndr__wp .clndr__box .clndr__day-wp .clndr__day-num li {
          flex: 0 1 13%;
          width: 13%;
          max-width: 13%;
          margin-bottom: 3px;
          background: #fff; }
          #other #clndr .clndr__wp .clndr__box .clndr__day-wp .clndr__day-num li.hldy-txt {
            background: #FFD8C9; }
          #other #clndr .clndr__wp .clndr__box .clndr__day-wp .clndr__day-num li.num-none {
            background: transparent; }
  #other #info .info__list {
    margin-bottom: 30px;
    padding: 0 20px; }
    #other #info .info__list li {
      border-bottom: solid 1px #E2E2E2; }
      #other #info .info__list li a {
        display: block;
        padding: 10px 0 5px; }
        #other #info .info__list li a .info__time {
          color: #4A3F8B;
          font-size: 1.3rem; }
          @media (min-width: 375px) {
            #other #info .info__list li a .info__time {
              font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
          @media (min-width: 1160px) {
            #other #info .info__list li a .info__time {
              font-size: 1.5rem; } }
        #other #info .info__list li a .info__ttl {
          position: relative;
          font-size: 1.4rem; }
          @media (min-width: 375px) {
            #other #info .info__list li a .info__ttl {
              font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.127388535 ); } }
          @media (min-width: 1160px) {
            #other #info .info__list li a .info__ttl {
              font-size: 1.5rem; } }
          #other #info .info__list li a .info__ttl::after {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-50%);
            display: block;
            right: 5px;
            transform: translateY(-50%) rotate(45deg);
            width: 8px;
            height: 8px;
            border-top: solid 1px #707070;
            border-right: solid 1px #707070;
            content: ""; }
      #other #info .info__list li:first-child a {
        padding: 0 0 5px; }
  #other #info .info__btn a {
    font-size: 1.5rem; }

#method .ttl__wp {
  margin-bottom: 25px; }
  #method .ttl__wp h3 {
    margin-bottom: 15px;
    line-height: 1; }
#method .method__wp {
  margin-bottom: 60px; }
  #method .method__wp .method__box {
    flex: 0 1 48.5%;
    width: 48.5%;
    max-width: 48.5%;
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px;
    background: #fff; }
    #method .method__wp .method__box a {
      display: block; }
    #method .method__wp .method__box .method__img-box {
      margin-bottom: 15px;
      border-radius: 5px 5px 0 0;
      overflow: hidden; }
      #method .method__wp .method__box .method__img-box.ate {
        position: relative; }
        #method .method__wp .method__box .method__img-box.ate::after {
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #DD4C00;
          font-size: 4rem;
          text-align: center;
          content: "仮"; }
    #method .method__wp .method__box .method__txt-box {
      box-sizing: border-box;
      padding: 0 13px 50px; }
      #method .method__wp .method__box .method__txt-box .method__ttl {
        margin-bottom: 2px;
        color: #4A3F8B;
        font-size: 1.5rem;
        line-height: 1.7; }
        @media (min-width: 375px) {
          #method .method__wp .method__box .method__txt-box .method__ttl {
            font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.3821656051 ); } }
        @media (min-width: 1160px) {
          #method .method__wp .method__box .method__txt-box .method__ttl {
            font-size: 1.8rem; } }
        #method .method__wp .method__box .method__txt-box .method__ttl--s {
          font-size: 1.5rem; }
          @media (min-width: 375px) {
            #method .method__wp .method__box .method__txt-box .method__ttl--s {
              font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.127388535 ); } }
          @media (min-width: 1160px) {
            #method .method__wp .method__box .method__txt-box .method__ttl--s {
              font-size: 1.6rem; } }
      #method .method__wp .method__box .method__txt-box .method__txt {
        font-size: 1.3rem;
        line-height: normal; }
        @media (min-width: 375px) {
          #method .method__wp .method__box .method__txt-box .method__txt {
            font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.127388535 ); } }
        @media (min-width: 1160px) {
          #method .method__wp .method__box .method__txt-box .method__txt {
            font-size: 1.4rem; } }
    #method .method__wp .method__box .method__more {
      position: absolute;
      box-sizing: border-box;
      padding-right: 30px;
      bottom: 15px;
      right: 0;
      color: #4A3F8B;
      font-size: 1.4rem;
      text-align: right;
      line-height: normal; }
      @media (min-width: 375px) {
        #method .method__wp .method__box .method__more {
          font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.127388535 ); } }
      @media (min-width: 1160px) {
        #method .method__wp .method__box .method__more {
          font-size: 1.5rem; } }
      #method .method__wp .method__box .method__more::after {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
        width: 5px;
        height: 5px;
        border-top: solid 1px #4A3F8B;
        border-right: solid 1px #4A3F8B;
        content: ""; }
    #method .method__wp .method__box .method__box-attn {
      position: absolute;
      top: 101%;
      left: 0;
      font-size: 1.2rem;
      letter-spacing: normal;
      line-height: 1.5;
      text-align: left;
      font-weight: 300;
      font-family: "ヒラギノ丸ゴ W3 JIS2004", "Hiragino Maru Gothic W3 JIS2004", "Yu Gothic medium", "A1 Gothic M", "Hiragino Kaku Gothic ProN", "sans-serif"; }
    #method .method__wp .method__box:nth-child(n+3) {
      margin-bottom: 0; }
#method .method__btn {
  font-size: 1.5rem; }

#trtmnt {
  position: relative;
  z-index: 1;
  padding: 0% 0% 12.71% 0%;
  margin-top: 120px;
  background: #fff; }
  #trtmnt .ttl__wp.trtmnt-ttl h3 {
    position: relative; }
    #trtmnt .ttl__wp.trtmnt-ttl h3::after {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      bottom: -5px;
      width: 60px;
      height: 1px;
      background: #4A3F8B;
      content: ""; }
  #trtmnt .trtmnt__sub-ttl {
    margin-bottom: 50px;
    color: #4A3F8B;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.7; }
    @media (min-width: 375px) {
      #trtmnt .trtmnt__sub-ttl {
        font-size: calc( 2.2rem + ( 1vw - 3.75px ) * 0.3821656051 ); } }
    @media (min-width: 1160px) {
      #trtmnt .trtmnt__sub-ttl {
        font-size: 2.5rem; } }
  #trtmnt .trtmnt__sub-txt {
    margin-bottom: 50px;
    font-size: 1.3rem;
    text-align: center; }
    @media (min-width: 375px) {
      #trtmnt .trtmnt__sub-txt {
        font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.3821656051 ); } }
    @media (min-width: 1160px) {
      #trtmnt .trtmnt__sub-txt {
        font-size: 1.6rem; } }
  #trtmnt .trtmnt__wp {
    position: relative;
    border-radius: 5px;
    padding: 60px 20px 40px;
    background: #F5F6FD; }
    #trtmnt .trtmnt__wp .trtmnt__ttl {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      box-sizing: border-box;
      display: block;
      border-radius: 5px;
      top: -20px;
      padding: 5px 0;
      width: 90%;
      max-width: 350px;
      background: #fff;
      color: #4A3F8B;
      border: solid 2px #4A3F8B;
      font-size: 1.5rem;
      text-align: center; }
      @media (min-width: 375px) {
        #trtmnt .trtmnt__wp .trtmnt__ttl {
          font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.3821656051 ); } }
      @media (min-width: 1160px) {
        #trtmnt .trtmnt__wp .trtmnt__ttl {
          font-size: 1.8rem; } }
      #trtmnt .trtmnt__wp .trtmnt__ttl::before {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        z-index: 2;
        bottom: -12.5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 17.5px 0 17.5px;
        border-color: #fff transparent transparent transparent;
        content: ""; }
      #trtmnt .trtmnt__wp .trtmnt__ttl::after {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        z-index: 1;
        bottom: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 15.5px 0 15.5px;
        border-color: #4A3F8B transparent transparent transparent;
        content: ""; }
    #trtmnt .trtmnt__wp .trtmnt__list li {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      margin-bottom: 40px; }
      #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__img-box {
        position: relative;
        z-index: 1;
        margin: 0 auto 15px;
        width: 80%;
        background: #FFF;
        border-radius: 100%;
        width: 125px;
        height: 125px; }
        #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__img-box figure {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 80%; }
        #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__img-box .ate {
          position: relative; }
          #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__img-box .ate::before, #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__img-box .ate::after {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: block; }
          #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__img-box .ate::before {
            border-radius: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            content: ""; }
          #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__img-box .ate::after {
            color: #DD4C00;
            font-family: "ヒラギノ丸ゴ W5 JIS2004", "Hiragino Maru Gothic W5 JIS2004", "Yu Gothic medium", "A1 Gothic M", "Hiragino Kaku Gothic ProN", "sans-serif";
            text-align: center;
            font-size: 1.6rem;
            content: "アテ"; }
      #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__con-ttl {
        color: #4A3F8B;
        font-size: 1.5rem;
        text-align: center;
        line-height: 1; }
        @media (min-width: 375px) {
          #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__con-ttl {
            font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.127388535 ); } }
        @media (min-width: 1160px) {
          #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__con-ttl {
            font-size: 1.6rem; } }
      #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__other {
        overflow: hidden;
        border-radius: 5px;
        font-size: 1.4rem; }
        #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__other .trtmnt__other-ttl {
          padding: 0 10px;
          background: #4A3F8B;
          color: #fff; }
        #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__other .trtmnt__other-box {
          padding: 10px 10px;
          background: #fff;
          color: #4A3F8B;
          line-height: normal; }
          #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__other .trtmnt__other-box p {
            position: relative;
            padding-left: 1.1em; }
            #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__other .trtmnt__other-box p::after {
              position: absolute;
              width: 100%;
              top: 50%;
              transform: translateY(-50%);
              display: block;
              left: 0;
              content: "●"; }
      #trtmnt .trtmnt__wp .trtmnt__list li:nth-child(n+5) {
        margin-bottom: 0; }
      #trtmnt .trtmnt__wp .trtmnt__list li:last-child {
        flex: 0 1 46%;
        width: 46%;
        max-width: 46%; }
  #trtmnt .trtmnt__bg {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: -1;
    top: -60px;
    height: 200px; }
    #trtmnt .trtmnt__bg::after {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      z-index: -1;
      border-radius: 100% 100% 0 0;
      top: 0;
      width: 120%;
      height: 200px;
      background: #fff;
      content: ""; }

#flow {
  padding: 0% 0% 12.71% 0%;
  background: #fff; }
  #flow .ttl__wp {
    line-height: 1; }
  #flow .flow__wp li {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    position: relative;
    margin-bottom: 25px; }
    #flow .flow__wp li .flow__img-box {
      position: relative;
      margin-bottom: 20px; }
      #flow .flow__wp li .flow__img-box figure {
        overflow: hidden;
        border-radius: 5px; }
      #flow .flow__wp li .flow__img-box .flow__num {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
        letter-spacing: 0;
        z-index: 1; }
        #flow .flow__wp li .flow__img-box .flow__num::after {
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: block;
          z-index: -1;
          border-radius: 50px;
          width: 35px;
          height: 35px;
          background: #4A3F8B;
          content: ""; }
    #flow .flow__wp li .flow__txt-box .flow__ttl {
      color: #4A3F8B;
      font-size: 1.6rem;
      font-size: 1.6rem;
      letter-spacing: normal;
      text-align: center;
      line-height: 1.7; }
      @media (min-width: 375px) {
        #flow .flow__wp li .flow__txt-box .flow__ttl {
          font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
      @media (min-width: 1160px) {
        #flow .flow__wp li .flow__txt-box .flow__ttl {
          font-size: 1.8rem; } }
    #flow .flow__wp li .flow__txt-box .flow__txt {
      font-size: 1.3rem;
      line-height: 1.8; }
      @media (min-width: 375px) {
        #flow .flow__wp li .flow__txt-box .flow__txt {
          font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
      @media (min-width: 1160px) {
        #flow .flow__wp li .flow__txt-box .flow__txt {
          font-size: 1.5rem; } }
    #flow .flow__wp li .flow__txt-box .flow__contact {
      padding-top: 5px; }
      #flow .flow__wp li .flow__txt-box .flow__contact .flow__contact-ttl {
        border-radius: 50px;
        background: #FFF7F2;
        color: #DD4C00;
        font-size: 1.4rem;
        text-align: center; }
        @media (min-width: 375px) {
          #flow .flow__wp li .flow__txt-box .flow__contact .flow__contact-ttl {
            font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
        @media (min-width: 1160px) {
          #flow .flow__wp li .flow__txt-box .flow__contact .flow__contact-ttl {
            font-size: 1.6rem; } }
      #flow .flow__wp li .flow__txt-box .flow__contact a {
        color: #DD4C00;
        font-size: 1.6rem;
        text-align: center;
        letter-spacing: 0.06em; }
        @media (min-width: 375px) {
          #flow .flow__wp li .flow__txt-box .flow__contact a {
            font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.7643312102 ); } }
        @media (min-width: 1160px) {
          #flow .flow__wp li .flow__txt-box .flow__contact a {
            font-size: 2.2rem; } }
        #flow .flow__wp li .flow__txt-box .flow__contact a span {
          display: inline-block;
          padding-right: 5px;
          font-size: 1.2rem; }
          @media (min-width: 375px) {
            #flow .flow__wp li .flow__txt-box .flow__contact a span {
              font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
          @media (min-width: 1160px) {
            #flow .flow__wp li .flow__txt-box .flow__contact a span {
              font-size: 1.4rem; } }
      #flow .flow__wp li .flow__txt-box .flow__contact .flow__contact-time {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        line-height: 1.4; }
        @media (min-width: 375px) {
          #flow .flow__wp li .flow__txt-box .flow__contact .flow__contact-time {
            font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.127388535 ); } }
        @media (min-width: 1160px) {
          #flow .flow__wp li .flow__txt-box .flow__contact .flow__contact-time {
            font-size: 1.3rem; } }
    #flow .flow__wp li .flow__arrow {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      right: -12px;
      width: auto;
      color: #4A3F8B; }
    #flow .flow__wp li:nth-child(n+3) {
      margin-bottom: 0; }

#staff {
  padding-top: 35px; }
  #staff .ttl__wp {
    margin-bottom: 25px; }
    #staff .ttl__wp h3 {
      line-height: 1;
      margin-bottom: 20px; }
  #staff .staff__wp {
    margin-bottom: 40px; }
    #staff .staff__wp li {
      box-sizing: border-box;
      border-radius: 5px;
      margin-bottom: 20px;
      padding: 25px 20px;
      background: #fff; }
      #staff .staff__wp li .staff__img-box {
        flex: 0 1 38%;
        width: 38%;
        max-width: 38%; }
      #staff .staff__wp li .staff__txt-box {
        flex: 0 1 57%;
        width: 57%;
        max-width: 57%; }
        #staff .staff__wp li .staff__txt-box .staff__ctgry {
          display: inline-block;
          margin-bottom: 14px;
          padding: 4px 15px;
          border-radius: 50px;
          color: #4A3F8B;
          background: #fff;
          border: solid 1px #4A3F8B;
          font-size: 1.4rem;
          line-height: 1; }
        #staff .staff__wp li .staff__txt-box .staff__name {
          margin-bottom: 8px;
          color: #4A3F8B;
          font-size: 1.5rem;
          line-height: 1; }
          @media (min-width: 375px) {
            #staff .staff__wp li .staff__txt-box .staff__name {
              font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.127388535 ); } }
          @media (min-width: 1160px) {
            #staff .staff__wp li .staff__txt-box .staff__name {
              font-size: 1.6rem; } }
        #staff .staff__wp li .staff__txt-box .staff__member {
          margin-bottom: 5px;
          padding-bottom: 5px;
          border-bottom: solid 1px #E2E2E2;
          font-size: 1.2rem;
          letter-spacing: 0.06em;
          line-height: normal; }
          @media (min-width: 375px) {
            #staff .staff__wp li .staff__txt-box .staff__member {
              font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
          @media (min-width: 1160px) {
            #staff .staff__wp li .staff__txt-box .staff__member {
              font-size: 1.4rem; } }
        #staff .staff__wp li .staff__txt-box .staff__txt {
          font-size: 1.3rem;
          line-height: 1.8; }
          @media (min-width: 375px) {
            #staff .staff__wp li .staff__txt-box .staff__txt {
              font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
          @media (min-width: 1160px) {
            #staff .staff__wp li .staff__txt-box .staff__txt {
              font-size: 1.5rem; } }
      #staff .staff__wp li:last-child {
        margin-bottom: 0; }
  #staff .staff__btn a {
    font-size: 1.5rem; }

#access {
  padding: 8.47% 0% 12.71% 0%;
  background: #fff; }
  #access .ttl__wp h3 {
    line-height: 1; }
  #access .access__erea {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1; }
    @media (min-width: 769px) {
      #access .access__erea {
        font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.5115089514 ); } }
    @media (min-width: 1160px) {
      #access .access__erea {
        font-size: 1.6rem; } }
  #access .access__isshinin {
    margin-bottom: 35px; }
  #access .access__mikumari .access__wp {
    background: #FAF9F0; }
    #access .access__mikumari .access__wp .access__logo-mikumari {
      display: inline-block;
      position: relative;
      color: #9D7E28;
      overflow: visible;
      font-size: 1.7rem; }
      @media (min-width: 769px) {
        #access .access__mikumari .access__wp .access__logo-mikumari {
          font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 0.7672634271 ); } }
      @media (min-width: 1160px) {
        #access .access__mikumari .access__wp .access__logo-mikumari {
          font-size: 2rem; } }
      #access .access__mikumari .access__wp .access__logo-mikumari span {
        display: inline-block;
        margin-left: 10px;
        font-size: 2.3rem; }
        @media (min-width: 769px) {
          #access .access__mikumari .access__wp .access__logo-mikumari span {
            font-size: calc( 2.3rem + ( 1vw - 7.69px ) * 1.2787723785 ); } }
        @media (min-width: 1160px) {
          #access .access__mikumari .access__wp .access__logo-mikumari span {
            font-size: 2.8rem; } }
      #access .access__mikumari .access__wp .access__logo-mikumari::after {
        display: block;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        background: url("/img/home/icon_link-mikumari.svg") center/cover no-repeat;
        content: ''; }
    #access .access__mikumari .access__wp .access__adrss {
      color: #9D7E28; }
      #access .access__mikumari .access__wp .access__adrss .access__adrss-note {
        display: block;
        margin-bottom: 10px;
        color: #434343;
        font-size: 1.2rem;
        line-height: 1.3; }
    #access .access__mikumari .access__wp .access__tel {
      color: #9D7E28; }
    #access .access__mikumari .access__wp .access__more a {
      color: #9D7E28; }
    #access .access__mikumari .access__wp .access__btn a {
      color: #9D7E28;
      border: solid 1px #9D7E28; }
    #access .access__mikumari .access__wp .access__time-box .access__time-day {
      background: #9D7E28; }
    #access .access__mikumari .access__wp .access__time-box .access__time-con {
      color: #9D7E28; }
    #access .access__mikumari .access__wp .access__time-attn {
      margin-bottom: 10px; }
    #access .access__mikumari .access__wp .access__line {
      text-align: center; }
      #access .access__mikumari .access__wp .access__line .access__line-ttl {
        margin-bottom: 10px;
        color: #26A700;
        font-size: 1.5rem;
        line-height: 1; }
      #access .access__mikumari .access__wp .access__line .access__line-btn a {
        display: block;
        box-sizing: border-box;
        border-radius: 5px;
        margin: auto;
        padding: 15px 10px;
        max-width: 250px;
        color: #26A700;
        background: #fff;
        border: solid 2px #26A700;
        font-size: 1.4rem;
        line-height: 1; }
        @media (min-width: 769px) {
          #access .access__mikumari .access__wp .access__line .access__line-btn a {
            font-size: calc( 1.4rem + ( 1vw - 7.69px ) * -0.2557544757 ); } }
        @media (min-width: 1160px) {
          #access .access__mikumari .access__wp .access__line .access__line-btn a {
            font-size: 1.3rem; } }
        #access .access__mikumari .access__wp .access__line .access__line-btn a p {
          position: relative;
          display: inline-block;
          padding-right: 25px; }
          #access .access__mikumari .access__wp .access__line .access__line-btn a p .btn__arrow {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50px;
            right: 0;
            width: 15px;
            height: 15px;
            background: #26A700;
            transition: .3s; }
            #access .access__mikumari .access__wp .access__line .access__line-btn a p .btn__arrow::after {
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              display: block;
              left: 45%;
              width: 4px;
              height: 4px;
              transform: translate(-50%, -50%) rotate(45deg);
              border-top: solid 1px #fff;
              border-right: solid 1px #fff;
              content: ""; }
  #access .access__map iframe {
    width: 100%;
    height: 225px; }
  #access .access__wp {
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    margin: -50px auto 0;
    padding: 30px 10px;
    width: calc(100% - 40px);
    background: #F5F6FD; }
    #access .access__wp .access__con-wp {
      padding: 0 10px; }
    #access .access__wp .access__logo {
      margin-bottom: 20px;
      width: 60%;
      max-width: 170px; }
    #access .access__wp .access__adrss {
      color: #4A3F8B;
      font-size: 1.4rem; }
      @media (min-width: 375px) {
        #access .access__wp .access__adrss {
          font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
      @media (min-width: 1160px) {
        #access .access__wp .access__adrss {
          font-size: 1.6rem; } }
    #access .access__wp .access__tel {
      margin-bottom: 5px;
      color: #4A3F8B;
      font-size: 1.3rem; }
      @media (min-width: 769px) {
        #access .access__wp .access__tel {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.5115089514 ); } }
      @media (min-width: 1160px) {
        #access .access__wp .access__tel {
          font-size: 1.5rem; } }
    #access .access__wp .access__more {
      margin: 5px 0;
      font-size: 1.4rem;
      letter-spacing: 0.06em;
      color: #434343;
      line-height: 1; }
      #access .access__wp .access__more a {
        color: #4A3F8B; }
    #access .access__wp .access__btn {
      margin: 10px 0  15px; }
      #access .access__wp .access__btn a {
        display: block;
        box-sizing: border-box;
        border-radius: 50px;
        margin: 0 0 0 auto;
        padding: 5px;
        width: 150px;
        color: #4A3F8B;
        background: #fff;
        border: solid 1px #4A3F8B;
        font-size: 1.5rem;
        text-align: center;
        line-height: normal; }
    #access .access__wp .access__time-box {
      margin-bottom: 10px; }
      #access .access__wp .access__time-box .access__time-day {
        box-sizing: border-box;
        padding: 5px 10px;
        color: #fff;
        background: #4A3F8B;
        font-size: 1.3rem; }
        @media (min-width: 375px) {
          #access .access__wp .access__time-box .access__time-day {
            font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
        @media (min-width: 1160px) {
          #access .access__wp .access__time-box .access__time-day {
            font-size: 1.5rem; } }
        #access .access__wp .access__time-box .access__time-day li {
          flex: 0 1 9%;
          width: 9%;
          max-width: 9%;
          text-align: center;
          letter-spacing: normal; }
          #access .access__wp .access__time-box .access__time-day li.access__time-ttl {
            flex: 0 1 37%;
            width: 37%;
            max-width: 37%;
            text-align: left; }
      #access .access__wp .access__time-box .access__time-con {
        box-sizing: border-box;
        padding: 5px 10px;
        color: #4A3F8B;
        background: #fff;
        border-left: solid 1px #EFEFEF;
        border-right: solid 1px #EFEFEF;
        border-bottom: solid 1px #EFEFEF; }
        #access .access__wp .access__time-box .access__time-con .access__time-wp {
          margin-bottom: 5px;
          padding-bottom: 5px;
          border-bottom: solid 1px #EFEFEF;
          font-size: 1.2rem; }
          @media (min-width: 375px) {
            #access .access__wp .access__time-box .access__time-con .access__time-wp {
              font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.127388535 ); } }
          @media (min-width: 1160px) {
            #access .access__wp .access__time-box .access__time-con .access__time-wp {
              font-size: 1.3rem; } }
          #access .access__wp .access__time-box .access__time-con .access__time-wp li {
            flex: 0 1 9%;
            width: 9%;
            max-width: 9%;
            text-align: center;
            letter-spacing: normal; }
            #access .access__wp .access__time-box .access__time-con .access__time-wp li.access__time {
              flex: 0 1 37%;
              width: 37%;
              max-width: 37%;
              text-align: left; }
            #access .access__wp .access__time-box .access__time-con .access__time-wp li.read-txt {
              color: #434343; }
            #access .access__wp .access__time-box .access__time-con .access__time-wp li.gray-txt {
              color: #707070; }
            #access .access__wp .access__time-box .access__time-con .access__time-wp li.oushin-txt {
              font-size: 1.1rem; }
              @media (min-width: 375px) {
                #access .access__wp .access__time-box .access__time-con .access__time-wp li.oushin-txt {
                  font-size: calc( 1.1rem + ( 1vw - 3.75px ) * 0.2547770701 ); } }
              @media (min-width: 1160px) {
                #access .access__wp .access__time-box .access__time-con .access__time-wp li.oushin-txt {
                  font-size: 1.3rem; } }
          #access .access__wp .access__time-box .access__time-con .access__time-wp:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none; }
    #access .access__wp .access__time-attn {
      font-size: 1.3rem;
      line-height: 1.7; }
  #access .measures {
    margin: 40px auto 0;
    padding: 15px;
    border-top: 1px solid #17B8DE;
    border-bottom: 1px solid #17B8DE;
    text-align: center;
    font-size: 1.3rem; }
    @media (min-width: 769px) {
      #access .measures {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.5115089514 ); } }
    @media (min-width: 1160px) {
      #access .measures {
        font-size: 1.5rem; } }
    #access .measures .measures__ttl {
      margin-bottom: 5px;
      color: #17B8DE;
      line-height: 1;
      letter-spacing: .1em; }
    #access .measures .measures__txt {
      line-height: 1.6;
      letter-spacing: .05em;
      font-family: "ヒラギノ丸ゴ W4 JIS2004", "Hiragino Maru Gothic W4 JIS2004", "Yu Gothic medium", "A1 Gothic M", "Hiragino Kaku Gothic ProN", "sans-serif"; }

@media screen and (min-width: 431px) {
  .wi-431 {
    display: none; } }
@media screen and (min-width: 641px) {
  .wi-641 {
    display: none; }

  #mainimg .slick-dots {
    bottom: 45% !important; } }
/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #mainimg .mainimg__bg-wp .mainimg__bg {
    height: 60vh;
    max-height: 680px; }
  #mainimg .mainimg__txt-wp .mainimg__ttl {
    line-height: normal; }
  #mainimg .slick-dots {
    bottom: 35% !important; }

  #other .other__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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #other .other__wp .other__box {
      flex: 0 1 45%;
      width: 45%;
      max-width: 45%; }
  #other #clndr {
    margin-bottom: 0;
    padding: 30px 20px; }
  #other #info .ttl__wp {
    margin-bottom: 5px; }
  #other #info .info__list {
    margin-bottom: 25px;
    padding: 0; }
    #other #info .info__list li a {
      padding: 10px 0 5px; }
      #other #info .info__list li a:hover {
        opacity: 1;
        background: #EDEEF5; }
    #other #info .info__list li:first-child a {
      padding: 10px 0 5px; }
  #other #info .btn a {
    margin: 0 0 0 auto; }

  #method ttl__wp {
    margin-bottom: 35px; }
    #method ttl__wp h3 {
      margin-bottom: 15px;
      line-height: 1; }
  #method .method__wp .method__box {
    flex: 0 1 24%;
    width: 24%;
    max-width: 24%;
    margin-bottom: 0;
    transition: .4s; }
    #method .method__wp .method__box:hover {
      background: #4A3F8B; }
      #method .method__wp .method__box:hover a {
        opacity: 1; }
        #method .method__wp .method__box:hover a .method__txt-box .method__ttl {
          margin-bottom: 5px;
          color: #fff; }
        #method .method__wp .method__box:hover a .method__txt-box .method__txt {
          color: #fff; }
        #method .method__wp .method__box:hover a .method__more {
          color: #fff; }
          #method .method__wp .method__box:hover a .method__more::after {
            border-color: #fff; }
    #method .method__wp .method__box .method__txt-box .method__ttl {
      margin-bottom: 5px; }
    #method .method__wp .method__box .method__img-box {
      margin-bottom: 20px; }
    #method .method__wp .method__box .method__txt-box {
      box-sizing: border-box;
      padding: 0 20px 40px; }

  #trtmnt .trtmnt__sub-ttl {
    margin-bottom: 25px; }
  #trtmnt .trtmnt__sub-txt {
    margin-bottom: 80px; }
  #trtmnt .trtmnt__wp {
    padding: 70px 20px 25px; }
    #trtmnt .trtmnt__wp .trtmnt__list li {
      flex: 0 1 20%;
      width: 20%;
      max-width: 20%;
      margin-bottom: 25px; }
      #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__other {
        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: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50px;
        background: #fff; }
        #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__other .trtmnt__other-ttl {
          flex: 0 1 15%;
          width: 15%;
          max-width: 15%;
          box-sizing: border-box;
          padding: 10px;
          text-align: center; }
        #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__other .trtmnt__other-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;
          flex: 0 1 85%;
          width: 85%;
          max-width: 85%;
          box-sizing: border-box;
          padding: 10px 50px; }
          #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__other .trtmnt__other-box p {
            flex: 0 1 auto;
            width: auto;
            margin: 0 3%;
            padding: 0;
            text-align: center; }
            #trtmnt .trtmnt__wp .trtmnt__list li .trtmnt__other .trtmnt__other-box p::after {
              display: none; }
      #trtmnt .trtmnt__wp .trtmnt__list li:nth-child(n+5) {
        margin-bottom: 0; }
      #trtmnt .trtmnt__wp .trtmnt__list li:last-child {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%; }

  #flow {
    margin-bottom: 50px;
    padding-bottom: 50px; }
    #flow .flow__wp li {
      flex: 0 1 23.8%;
      width: 23.8%;
      max-width: 23.8%;
      margin-bottom: 0; }
      #flow .flow__wp li .flow__img-box {
        margin-bottom: 25px; }
      #flow .flow__wp li .flow__txt-box .flow__contact .flow__contact-time {
        text-align: center; }

  #staff .staff__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; }
    #staff .staff__wp li {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      margin-bottom: 0;
      padding: 30px 15px; }
      #staff .staff__wp li .staff__img-box {
        flex: 0 1 40%;
        width: 40%;
        max-width: 40%; }
      #staff .staff__wp li .staff__txt-box {
        flex: 0 1 55%;
        width: 55%;
        max-width: 55%; }
        #staff .staff__wp li .staff__txt-box .staff__ctgry {
          margin-bottom: 10px; }

  #access .access__erea {
    margin-bottom: 30px; }
  #access .access__wp .access__time-box .access__time-day {
    padding: 5px 10px 5px 20px; }
  #access .access__wp .access__time-box .access__time-con {
    padding: 5px 10px 5px 20px; }
  #access .access__isshinin {
    margin-bottom: 75px; }
  #access .access__mikumari .access__wp .access__btn a:hover {
    background: #9D7E28; }
  #access .access__mikumari .access__wp .access__time-attn {
    margin-bottom: 15px; }
  #access .access__mikumari .access__wp .access__line {
    text-align: left; }
    #access .access__mikumari .access__wp .access__line .access__line-ttl {
      margin-bottom: 5px; }
    #access .access__mikumari .access__wp .access__line .access__line-btn a {
      margin: 0;
      max-width: 200px;
      text-align: center; }
      #access .access__mikumari .access__wp .access__line .access__line-btn a:hover {
        opacity: 1;
        color: #fff;
        background: #26A700; }
        #access .access__mikumari .access__wp .access__line .access__line-btn a:hover p .btn__arrow {
          background: #fff; }
          #access .access__mikumari .access__wp .access__line .access__line-btn a:hover p .btn__arrow::after {
            border-color: #26A700; }
  #access .access__map iframe {
    width: 60%;
    height: 400px; }
  #access .access__wp {
    margin: -350px 0 0 auto;
    padding: 30px 30px 20px;
    width: 55%; }
    #access .access__wp .access__con-wp {
      padding: 0; }
    #access .access__wp .access__logo {
      margin-bottom: 10px; }
    #access .access__wp .access__tel {
      margin-bottom: 10px; }
    #access .access__wp .access__btn a {
      margin: 0; }
      #access .access__wp .access__btn a:hover {
        opacity: 1;
        color: #fff;
        background: #4A3F8B; }

  #access .access__mikumari {
    display: flex;
    flex-direction: column; }
    #access .access__mikumari .access__map {
      order: 1; }
    #access .access__mikumari .access__wp {
      order: 3;
      margin: -460px 0 0 auto; }
  #access .measures {
    order: 2;
    width: 42%;
    max-width: 375px;
    margin: 20px auto 0 0;
    padding: 15px 1% 15px 2%;
    box-sizing: border-box;
    text-align: left; } }
/*------------------------------
		861px以上
------------------------------*/
@media screen and (min-width: 861px) {
  #mainimg .mainimg__bg-wp .mainimg__bg {
    height: 80vh;
    max-height: 680px; }
  #mainimg .mainimg__txt-wp {
    top: 20%; }
  #mainimg .mainimg__msurs {
    padding: 25px 40px 25px 50px;
    max-width: 430px; }
  #mainimg .slick-dots {
    bottom: 165px !important; }

  #other #clndr {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    margin-top: -90px; }
    #other #clndr .clndr__year {
      margin: auto;
      padding-left: 0;
      width: none; }
  #other #info {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    margin-top: 60px; }
    #other #info .ttl__wp {
      margin-bottom: 5px;
      text-align: left; }
    #other #info .info__list li a {
      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: 15px 0 !important; }
      #other #info .info__list li a .info__time {
        flex: 0 1 25%;
        width: 25%;
        max-width: 25%; }
      #other #info .info__list li a .info__ttl {
        flex: 0 1 73%;
        width: 73%;
        max-width: 73%; }
      #other #info .info__list li a:hover {
        opacity: 1;
        background: #EDEEF5; }
    #other #info .btn a {
      margin: 0 0 0 auto;
      width: 100%;
      max-width: 280px;
      color: #4A3F8B;
      background: #fff;
      border: solid 1px #fff; }
      #other #info .btn a:hover {
        color: #fff;
        background: #4A3F8B;
        border: solid 1px #4A3F8B; }

  #method .method__wp {
    margin-bottom: 65px; }
    #method .method__wp .method__box {
      flex: 0 1 23%;
      width: 23%;
      max-width: 23%; }
      #method .method__wp .method__box .method__txt-box {
        padding: 0 25px 45px; }
      #method .method__wp .method__box .method__more {
        bottom: 15px;
        padding-right: 50px; }
        #method .method__wp .method__box .method__more::after {
          right: 25px; }
      #method .method__wp .method__box .method__box-attn {
        letter-spacing: .1em; }

  #trtmnt {
    padding-bottom: 60px; }
    #trtmnt .trtmnt__wp {
      padding: 80px 90px 25px; }
      #trtmnt .trtmnt__wp .trtmnt__ttl {
        top: -25px; }

  #flow {
    margin-bottom: 85px;
    padding-bottom: 85px; }
    #flow .flow__wp li {
      flex: 0 1 22%;
      width: 22%;
      max-width: 22%; }
      #flow .flow__wp li .flow__arrow {
        right: -25px;
        font-size: 2rem; }

  #staff {
    margin-bottom: 70px; }
    #staff .ttl__wp {
      margin-bottom: 45px; }
      #staff .ttl__wp h3 {
        margin-bottom: 22px;
        line-height: 1; }
    #staff .staff__wp {
      margin-bottom: 40px; }
      #staff .staff__wp li {
        padding: 40px 25px 40px 30px; }
        #staff .staff__wp li .staff__txt-box {
          flex: 0 1 53%;
          width: 53%;
          max-width: 53%; }
          #staff .staff__wp li .staff__txt-box .staff__name {
            margin-bottom: 10px; }

  #access {
    padding: 50px 0 70px; }
    #access .access__wp {
      box-sizing: border-box;
      padding: 30px 40px 35px;
      max-width: 500px; } }
/*------------------------------
		1141px以上
------------------------------*/
@media screen and (min-width: 1041px) {
  #mainimg .mainimg__txt-wp {
    top: 30%;
    left: 15%; }
  #mainimg .slick-dots {
    left: 15% !important; }

  #other #clndr {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    box-sizing: border-box;
    max-width: 500px;
    padding: 30px 40px; }
  #other #info {
    flex: 0 1 40%;
    width: 40%;
    max-width: 40%;
    margin-right: 60px; }

  #method {
    margin-bottom: 160px; }
    #method .method__wp .method__box {
      flex: 0 1 22%;
      width: 22%;
      max-width: 22%; }

  #trtmnt .trtmnt__bg {
    top: -80px;
    height: 350px; }
    #trtmnt .trtmnt__bg::after {
      height: 350px; }

  #access .access__mikumari .access__wp {
    margin: -510px 0 0 auto; } }
@media screen and (max-height: 601px) {
  #mainimg .slick-dots {
    bottom: 100px !important; }
  #mainimg .mainimg__txt-wp {
    top: 20%; } }
@media screen and (max-height: 686px) {
  #mainimg .slick-dots {
    bottom: 140px !important; } }

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