@charset "UTF-8";
/* menu.css */

@media screen and (min-width: 320px) {
  /* スマホ用レイアウト 320px以上の範囲に収めるデザインはこの中に記述 */

  .sp-none,
  .tb-only {
    display: none;
  }
  /*==============================================================
  　　MENU
  ==============================================================*/
  .menu {
    margin: 80px 0 70px;
  }
  .sec-title {
    font-weight: 600;
    text-align: right;
    margin: 18px 25px 0 0;
  }

  .sec-title .title {
    font-size: 24px;
    letter-spacing: 0.24em;
    margin-right: -6px;
    margin-bottom: 9px;
  }

  .sec-title .title-jp {
    font-size: 10px;
    letter-spacing: 0.17em;
  }

  .menu-line {
    height: 53px;
  }

  .menu-img {
    width: 100%;
    height: 215px;
    padding-right: 25px;
    overflow: hidden;
  }

  .menu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 53%;
  }

  /*==============================================================
  　　COURSE
  ==============================================================*/
  .content .sec-title {
    margin: 0;
    text-align: center;
    font-weight: 600;
    max-width: 100vw;
  }

  .content .sec-title .title {
    margin-right: 0;
    margin-left: 6px;
  }

  .content .sec-title .title-line {
    width: 14px;
    height: 1px;
    background-color: #212121;
    margin: 12px auto 30px;
  }

  .course .sec-title .title-jp {
    font-size: 11px;
    letter-spacing: 0.24em;
    line-height: 2.8;
    margin-left: 12px;
  }

  .course .sec-title .title-jp span {
    letter-spacing: 0.33em;
  }

  .course-img {
    width: 205px;
    height: 100px;
    overflow: hidden;
    margin: 37px auto 40px;
  }

  .course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .course-box {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    justify-items: center;
    line-height: 1.5;
    text-align: center;
    margin-top: 48px;
    margin-left: 7px;
  }

  .course-box .course-num {
    width: 80px;
    text-align: center;
  }

  .course-box .course-box-item {
    margin-bottom: 30px;
  }

  /*==============================================================
    　　Care Item
  ==============================================================*/
  .item {
    /* margin-top: 80px; */
    margin-top: 120px;
  }

  .item .sec-title .title {
    letter-spacing: 0.1em;
  }

  .item .item-box {
    margin: 0 20px;
  }

  .item .item-box .price {
    text-align: right;
    font-size: 11px;
    letter-spacing: 0.24em;
    font-weight: 600;
    margin: 20px 0 50px;
  }

  .item-img {
    width: 100%;
    height: 172px;
    overflow: hidden;
    margin-top: 40px;
  }

  .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .item .sec-title .title-jp {
    font-size: 11px;
    letter-spacing: 0em;
    line-height: 2.8;
  }

  .item .sec-title .title-jp span {
    letter-spacing: 0.1em;
  }

  .item .item-text {
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 2.3;
    width: 310px;
    margin: 0 auto;
    color: #868686;
  }

  .item .item-text span {
    letter-spacing: 0.24em;
  }



  /*==============================================================
    　　FAQ
  ==============================================================*/
  .sec-faq {
    margin: 100px 27px 42px;
    height: 172px;
    overflow: hidden;
    position: relative;
  }

  .sec-faq .sec-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    color: #fff;
  }

  .sec-faq .sec-title .title {
    font-size: 26px;
    letter-spacing: 0.27em;
    margin-left: 6px;
  }

  .sec-faq .sec-title .title-jp {
    font-size: 10px;
    letter-spacing: 0.21em;
    margin-left: 4px;
  }

  .sec-title .title-line {
    width: 14px;
    height: 1px;
    background-color: #fff;
    margin: 12px auto;
  }

  .sec-bg {
    background-color: rgba(110, 110, 110, 0.3);
    width: 100%;
    height: 100%;
    align-content: center;
    position: relative;
  }

  .arrow {
    position: relative;
    display: inline-block;
    height: 19px;
  }

  .sec-bg .more-box {
    position: absolute;
    right: 13px;
    bottom: 13px;
  }

  .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    z-index: -1;
  }

  .sec-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

}


@media screen and (min-width: 640px) {
  /* タブレット用レイアウト 640px以上の範囲に収めるデザインはこの中に記述 */

  .sp-none,
  .tb-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
  /*==============================================================
    　　TB_MENU
  ==============================================================*/
  .menu {
    margin: 180px 0 80px;
  }

  .sec-title {
    margin: 35px 100px 0 0;
  }

  .sec-title .title {
    font-size: 40px;
    letter-spacing: 0.22em;
    margin-bottom: 20px;
  }

  .sec-title .title-jp {
    font-size: 15px;
    letter-spacing: 0.16em;
  }

  .menu-img {
    height: 370px;
    padding-right: 100px;
  }

  /*==============================================================
  　　TB_COURSE
  ==============================================================*/
  .content .sec-title .title-line {
    width: 22px;
    margin: 30px auto 45px;
  }

  .course .sec-title .title-jp {
    font-size: 15px;
    letter-spacing: 0.51em;
    line-height: 2.5;
    margin-left: 10px;
  }

  .course .sec-title .title-jp span {
    letter-spacing: 0.43em;
  }

  .course-box {
    font-size: 15px;
    margin-top: 100px;
    line-height: 2;
  }

  /*==============================================================
    　　TB_Care Item
  ==============================================================*/
  .item {
    margin-top: 160px;
  }

  .item .item-box .price {
    font-size: 15px;

    margin: 25px auto 60px;
  }

  .item-img {
    height: 276px;
    margin: 0 auto;
    margin-top: 60px;
  }

  .item-img img {
    object-position: 50% 42%;
  }

  .item .sec-title .title-jp {
    font-size: 15px;
    letter-spacing: 0.12em;
  }

  .item .sec-title .title-jp span {
    letter-spacing: 0.15em;
  }

  .item .item-text {
    font-size: 16px;
    line-height: 3;
    padding: 0;
    width: 720px;
  }

  .item .item-text span {
    letter-spacing: 0;
  }

  /*==============================================================
    　　TB_FAQ
  ==============================================================*/
  .sec-faq {
    margin: 0 27px 30px;
    height: 226px;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 165px;
    margin-bottom: 82px;
  }

  .sec-faq .sec-title {
    margin-bottom: 8px;
  }

  .sec-faq .sec-title .title {
    font-size: 36px;
    letter-spacing: 0.17em;
  }

  .sec-faq .sec-title .title-jp {
    font-size: 13px;
    letter-spacing: 0.21em;
  }

  .sec-faq .sec-title .title-line {
    width: 34.5px;
    margin: 30px auto 45px;
  }

  .arrow {
    height: 36px;
  }

  .sec-bg .more-box {
    right: 27px;
    bottom: 27px;
  }

}


@media screen and (min-width: 1024px) {
  /* パソコン用レイアウト 1024px以上の範囲に収めるデザインはこの中に記述 */

  .tb-only {
    display: none;
  }

  /*==============================================================
    　　PC_MENU
  ==============================================================*/
  .menu {
    margin: 180px 0 90px;
  }

  .sec-title {
    margin: 32px 100px 0 0;
  }

  .sec-title .title {
    font-size: 42px;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
  }

  .sec-title .title-jp {
    font-size: 15px;
    letter-spacing: 0.16em;
  }

  .menu-img {
    height: 370px;
    padding-right: 100px;
  }

  /*==============================================================
  　　PC_COURSE
  ==============================================================*/
  .content .sec-title .title-line {
    width: 20px;
    margin: 20px auto 45px;
  }

  .course .sec-title .title-jp {
    font-size: 15px;
    letter-spacing: 0.51em;
    line-height: 3;
    margin-left: 10px;
  }

  .course-box {
    line-height: 1.5;
  }

  .course-box {
    font-size: 15px;
    margin-top: 100px;
    line-height: 2;
  }

  .course-box .course-num {
    width: 130px;
  }

  .course-box .course-box-item {
    margin-bottom: 60px;
  }

  /*==============================================================
    　　PC_Care Item
  ==============================================================*/
  .item {
    margin-top: 170px;
  }

  .item .item-box .price {
    font-size: 16px;

    max-width: 884px;
    margin: 25px auto 115px;
  }

  .item-img {
    width: 884px;
    height: 400px;
    margin: 0 auto;
    margin-top: 95px;
  }

  .item-img img {
    object-position: 50% 70%;
  }

  .item .sec-title .title-jp {
    font-size: 15px;
    letter-spacing: 0.12em;
  }

  .item .sec-title .title-jp span {
    letter-spacing: 0.15em;
  }

  .item .item-text {
    font-size: 16px;
    line-height: 3;
    padding: 0;
    width: 884px;
  }


  /*==============================================================
    　　PC_FAQ
  ==============================================================*/
  .sec-faq {
    height: 220px;
    max-width: 884px;
    margin: 0 auto;
    margin-top: 190px;
    margin-bottom: 120px;
  }

  .sec-faq .sec-title {
    margin-bottom: 5px;
  }

  .sec-faq .sec-title .title {
    font-size: 36px;
    letter-spacing: 0.17em;
  }

  .sec-faq .sec-title .title-jp {
    font-size: 13px;
    letter-spacing: 0.21em;
  }

  .sec-faq .sec-title .title-line {
    width: 25px;
    margin: 27px auto 30px;
  }

  .arrow {
    height: 36px;
  }

  .sec-bg .more-box {
    right: 27px;
    bottom: 21px;
  }
}

@media screen and (min-width: 1400px) {
  /* パソコン用レイアウト 1400px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
    　　ホバーアニメーション
  ==============================================================*/
  /* ==================== FAQ ================== */
  .sec-faq:hover .bg-img {
    transform: scale(1.1);
  }

}
