<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--------------------------------------------------

    global-header

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .global-header {
    line-height: 1;
    position: relative;
    z-index: 1000; }
    .global-header_inner {
      align-items: flex-start;
      width: 100%;
      padding: 30px 65px 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000; }
    .global-header_logo {
      width: 210px; }
    .global-header_info {
      align-items: center;
      justify-content: center;
      width: 345px;
      margin: 20px 0 0; }
    .global-header_tel {
      margin: 0 0 20px; }
    .global-header_sns-list {
      margin-left: 25px; }
      .global-header_sns-list-item:not(:last-child) {
        margin-right: 15px; }
      .global-header_sns-list-link:hover {
        opacity: 0.6; } }

@media screen and (max-width: 767px) {
  .global-header_bar {
    align-items: center;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 9px 10px -10px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.75s; }
    .global-header_bar.is-show {
      transform: translateY(0); }
    .global-header_bar.is-hide {
      transform: translateY(-100%); }
  .global-header_logo {
    width: auto;
    height: 40px;
    margin-left: 10px; }
    .global-header_logo img {
      vertical-align: top;
      height: 100%; }
  .global-header_tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-left: auto;
    color: #fff;
    font-size: 1.5em;
    background-color: #f7cbde; }
  .global-header_hamburger {
    width: 50px;
    height: 50px;
    position: relative;
    transition: all 0.5s;
    background-color: #6ca97e;
    cursor: pointer; }
    .global-header_hamburger span {
      display: block;
      width: 30px;
      height: 2.5px;
      margin: auto;
      background-color: #fff;
      transition: all 0.3s;
      position: absolute;
      right: 0;
      left: 0; }
      .global-header_hamburger span:first-child {
        top: 13px; }
      .global-header_hamburger span:nth-child(2) {
        top: 23px; }
      .global-header_hamburger span:last-child {
        top: 33px; }
    .global-header_hamburger.is-active span:first-child {
      transform: rotate(45deg); }
    .global-header_hamburger.is-active span:last-child {
      transform: rotate(-45deg); }
    .global-header_hamburger.is-active span:nth-child(2) {
      opacity: 0;
      transform: translateX(20px); }
    .global-header_hamburger.is-active span:not(:nth-child(2)) {
      top: 23px; } }

/*--------------------------------------------------

    catch

--------------------------------------------------*/
.catch {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 100; }
  .catch_title {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative; }
    .catch_title::after {
      content: '';
      width: 114px;
      height: 14px;
      background: url(../images/common/catch_title_shape.png) no-repeat center/contain;
      position: absolute;
      bottom: 0;
      left: 0; }
    .catch_title span {
      display: block; }
  .catch_scroll {
    display: flex;
    align-items: center;
    height: auto;
    color: #6ca97e;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 20px;
    left: 100px;
    z-index: 100; }
    .catch_scroll:hover {
      opacity: 0.6; }
    .catch_scroll::after {
      content: '';
      width: 5px;
      height: 31px;
      margin: 10px 0 0;
      background: url(../images/common/catch_scroll_shape.png) no-repeat center/contain; }
  .catch_video {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .catch video {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  @media screen and (min-width: 768px) {
    .catch {
      height: 100vh;
      padding-left: 100px; }
      .catch_video {
        width: calc(100% - 400px); }
      .catch_title {
        padding: 0 0 64px;
        font-size: 8rem; } }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .catch video {
      object-fit: none; } }
  @media screen and (max-width: 767px) {
    .catch {
      height: 35vh;
      margin: 50px 0 0;
      padding-left: 20px; }
      .catch_title {
        width: 63%;
        max-width: 345px;
        padding: 20px 0; }
        .catch_title::after {
          width: 57px;
          height: 7px; }
      .catch_video {
        width: calc(100% - 50px); } }
  .catch-under {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 0; }
    .catch-under_title {
      text-align: center; }
      .catch-under_title span {
        display: block; }
      .catch-under_title_en {
        font-weight: 500;
        text-transform: uppercase;
        background: url(../images/common/catch-under_title_en_bg.png) no-repeat bottom; }
      .catch-under_title_ja {
        color: #6ca97e;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif; }
    .catch-under_figure {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .catch-under_image {
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 768px) {
      .catch-under {
        height: 350px; }
        .catch-under_title_en {
          padding: 0 0 26px;
          margin: 0 0 15px;
          font-size: 4.5rem; }
        .catch-under_title_ja {
          font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .catch-under {
        height: 30vh;
        margin: 50px 0 0; }
        .catch-under_title_en {
          padding: 0 0 15px;
          margin: 0 0 10px;
          font-size: 3.2rem;
          background-size: 58px 8.5px; }
        .catch-under_title_ja {
          font-size: 1.6rem; } }

/*--------------------------------------------------

    global-nav

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .global-nav {
    padding: 30px 0; }
    .global-nav_list {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: space-between;
      width: 1080px;
      margin: 0 auto;
      text-align: center;
      letter-spacing: 0.05em; }
      .global-nav_list-item {
        flex: 1; }
      .global-nav_list a {
        display: inline-block; }
        .global-nav_list a:hover, .global-nav_list a.is-current {
          color: #6ca97e; }
      .global-nav_list-text_ja {
        display: block;
        margin: 0 0 10px; }
      .global-nav_list-text_en {
        display: block; }
    .global-nav_fixed {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      align-items: center;
      width: 100%;
      padding: 16.53px 50px;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      transition: all 0.75s; }
      .global-nav_fixed.is-show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
      .global-nav_fixed_list {
        flex: 1;
        justify-content: flex-end;
        width: auto;
        margin-right: 35px; }
        .global-nav_fixed_list-item {
          flex: none; }
          .global-nav_fixed_list-item:not(:last-child) {
            margin-right: 55px; }
    .global-nav_fix {
      align-items: center;
      padding: 16.53px 50px; }
    .global-nav_logo {
      width: 163px; }
    .global-nav_sns-list {
      margin-left: 25px; }
      .global-nav_sns-list-item:not(:last-child) {
        margin-right: 15px; }
      .global-nav_sns-list-link:hover {
        opacity: 0.6; } }

@media screen and (max-width: 1400px) and (min-width: 768px) {
  .global-nav_fixed_list-item:not(:last-child) {
    margin-right: 30px; } }

@media screen and (max-width: 767px) {
  .global-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 80px 20px 50%;
    font-weight: 500;
    font-size: 1.6rem;
    white-space: nowrap;
    background: url(../images/common/cmn_bg.png) repeat center/contain;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden auto;
    transition: all 0.5s;
    z-index: 500; }
    .global-nav.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
      .global-nav.is-open &gt; * {
        transform: translateX(0);
        filter: blur(0); }
    .global-nav &gt; * {
      transform: translateX(30%);
      transition: all 0.5s;
      filter: blur(10px); }
    .global-nav_list {
      width: 100%;
      margin: 0 0 20px;
      padding: 0 0 20px;
      border-bottom: 1px solid; }
      .global-nav_list-item {
        width: 100%; }
    .global-nav_main {
      line-height: 2.5; }
      .global-nav_main-item {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between; }
        .global-nav_main-item:first-child {
          margin: 0 0 13px;
          padding: 0 0 13px;
          border-bottom: 1px solid; }
        .global-nav_main-item:not(:last-child) {
          margin-bottom: 10px; }
        .global-nav_main-item a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
          .global-nav_main-item a::after {
            content: '\f0da';
            font-size: 0.8em;
            font-weight: 900;
            font-family: "Font Awesome 5 Free"; }
    .global-nav_sub a {
      width: 100%;
      padding: 4px 7px;
      font-size: 1.4rem; }
    .global-nav_info {
      align-items: center;
      justify-content: flex-start;
      width: 100%; }
    .global-nav_tel {
      margin: 0 0 20px; }
    .global-nav_button {
      margin-right: 15px; }
    .global-nav_sns-list-item:not(:last-child) {
      margin-right: 10px; }
    .global-nav_sns-list-link:hover {
      opacity: 0.6; } }

/*--------------------------------------------------

    top

--------------------------------------------------*/
.measures_title {
  text-align: center;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em; }
  .measures_title_emphasis {
    color: #f19ec2; }

.measures_list {
  align-items: stretch;
  line-height: 1.5;
  counter-reset: number 0; }
  .measures_list-item {
    align-items: center; }
    .measures_list-item::before {
      counter-increment: number 1;
      content: "0" counter(number);
      line-height: 1;
      color: #6ca97e;
      font-weight: 300;
      letter-spacing: 0.09em; }
  .measures_list span {
    display: block; }
  .measures_list-text {
    flex: 1; }
    .measures_list-text_en {
      color: #8c8c8c;
      letter-spacing: 0.05em; }

@media screen and (min-width: 768px) {
  .measures {
    padding-bottom: 160px; }
    .measures_title {
      margin: 0 0 70px;
      line-height: 1.83333;
      font-size: 3rem; }
    .measures_list {
      padding: 0 105px;
      font-size: 1.7rem; }
      .measures_list-item {
        width: 340px; }
        .measures_list-item:not(:nth-last-child(-n+2)) {
          margin-bottom: 65px; }
        .measures_list-item::before {
          padding: 0 0 5px;
          margin-right: 35px;
          font-size: 5rem; }
      .measures_list-text_en {
        font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .measures {
    padding-bottom: 0; }
    .measures_title {
      width: 100%;
      margin: 0 0 30px;
      line-height: 1.5;
      font-size: 2.2rem; }
    .measures_list {
      max-width: 350px;
      margin: 0 auto;
      justify-content: center;
      font-size: 1.6rem; }
      .measures_list-item {
        width: 235px;
        margin: 0 0 20px; }
        .measures_list-item::before {
          font-size: 3rem;
          margin-right: 15px; }
      .measures_list-text_en {
        font-size: 1.2rem; }
      .measures_list-figure {
        width: 20%; } }

@media screen and (max-width: 767px) and (min-width: 540px) {
  .measures_list {
    justify-content: space-between;
    max-width: 100%; }
    .measures_list-item {
      width: 48%; } }

@media screen and (min-width: 768px) {
  .greeting {
    min-height: 600px;
    padding: 110px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .greeting_title {
      width: auto;
      text-align: left; }
      .greeting_title span {
        background-position: left bottom; }
    .greeting_figure {
      width: 790px;
      height: 600px;
      position: absolute;
      top: 0;
      left: calc(50% - 860px);
      z-index: -1; }
      .greeting_figure img {
        width: 100%;
        height: 100%; }
    .greeting_text-box {
      width: 650px;
      text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff; } }

@media screen and (max-width: 767px) {
  .greeting {
    padding-bottom: 0; }
    .greeting_figure {
      width: 100%;
      margin: 0 0 20px;
      text-align: center; } }

.news-top_title {
  letter-spacing: 0.1em; }

.news-top_button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6ca97e; }
  .news-top_button::after {
    content: '';
    width: 20px;
    height: 5.5px;
    margin-left: 11px;
    background: url(../images/common/icon-arrow.png) no-repeat center/contain; }
  .news-top_button:hover {
    opacity: 0.6; }

@media screen and (min-width: 768px) {
  .news-top {
    margin: -100px 0 0;
    padding: 0 0 40px;
    position: relative;
    z-index: 10; }
    .news-top_wrap {
      align-items: center;
      min-height: 313px;
      padding: 30px 55px 70px 100px;
      background: linear-gradient(to left top, #98c3a4 50%, rgba(255, 255, 255, 0) 50%) no-repeat right bottom/36px 36px rgba(255, 255, 255, 0.7); }
    .news-top_item {
      width: 150px;
      text-align: center; }
    .news-top_title {
      margin: 0 0 15px;
      font-size: 2rem; }
    .news-top_list {
      width: 670px; } }

@media screen and (max-width: 767px) {
  .news-top_item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 10px; }
  .news-top_title {
    margin-right: 25px; } }

.point {
  background: url(../images/top/point/point_bg01.png) no-repeat left bottom 90px, url(../images/top/point/point_bg02.png) no-repeat right 50px top;
  position: relative;
  z-index: 0; }
  .point::after {
    content: '';
    width: 100%;
    height: 15px;
    background: linear-gradient(90deg, #dcdcdc, #dcdcdc) no-repeat left top/70% 1px, linear-gradient(90deg, #dcdcdc, #dcdcdc) no-repeat right bottom/40% 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .point_list-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    letter-spacing: 0.075em;
    position: relative;
    z-index: 0; }
    .point_list-item::before {
      content: '';
      width: 61px;
      height: 37px;
      margin: auto;
      background: url(../images/top/point/point_list_number01.png) no-repeat center/contain;
      position: absolute;
      top: 50px;
      right: 0;
      left: 0; }
    .point_list-item:nth-child(2)::before {
      background: url(../images/top/point/point_list_number02.png) no-repeat center/contain; }
    .point_list-item:nth-child(3)::before {
      background: url(../images/top/point/point_list_number03.png) no-repeat center/contain; }
    .point_list-item:nth-child(4)::before {
      background: url(../images/top/point/point_list_number04.png) no-repeat center/contain; }
  .point_list-text {
    background: url(../images/top/point/point_list-text_shape.png) no-repeat bottom; }
  .point_list-figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .point_list-figure::before, .point_list-figure::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
    .point_list-figure::before {
      border: 7px solid rgba(255, 255, 255, 0.35);
      z-index: 10; }
    .point_list-figure::after {
      background: linear-gradient(to right bottom, rgba(108, 169, 126, 0.7) 50%, rgba(255, 255, 255, 0) 50%) no-repeat left top/100% 100%;
      z-index: 5; }
    .point_list-figure img {
      width: 100%;
      height: 100%; }
  .point_list-item:nth-child(even) .point_list-figure::after {
    background: linear-gradient(to right bottom, rgba(169, 158, 108, 0.7) 50%, rgba(255, 255, 255, 0) 50%) no-repeat left top/100% 100%; }
  @media screen and (min-width: 768px) {
    .point {
      padding: 100px 0 187px; }
      .point::before {
        content: url(../images/top/point/point_shape.png);
        position: absolute;
        right: 120px;
        bottom: 110px;
        z-index: -1; }
      .point_list-item {
        width: 240px;
        height: 240px;
        font-size: 2rem; }
      .point_list-text {
        margin: 50px 0 0;
        padding: 0 0 30px; } }
  @media screen and (max-width: 767px) {
    .point {
      padding: 50px 0;
      background-size: 20%;
      background-position: left bottom 30px, right top; }
      .point::after {
        height: 10px; }
      .point_wrap {
        max-width: 375px; }
      .point_list-item {
        width: 48%;
        height: 44.8vw;
        min-height: 168px;
        max-height: 180px;
        margin: 0 0 20px; }
        .point_list-item::before {
          width: 30.5px;
          height: 18.5px; }
      .point_list-text {
        margin: 40px 0 0;
        padding: 0 0 15px;
        background-size: 42px 8.5px; } }

.content {
  overflow: hidden; }
  .content_subtitle {
    letter-spacing: 0.05em;
    position: relative; }
    .content_subtitle::after {
      content: '';
      width: 43px;
      height: 39px;
      margin: auto;
      background: url(../images/top/content/content_title_shape.png) no-repeat center/contain;
      position: absolute;
      top: 0;
      right: 70px;
      bottom: 0; }
    .content_subtitle_fix::after {
      width: 45px;
      height: 42px;
      background: url(../images/top/content/content_title_fix_shape.png) no-repeat center/contain; }
    .content_subtitle span {
      display: block; }
    .content_subtitle_ja {
      color: #6ca97e;
      font-weight: 400;
      font-family: "Noto Sans JP", sans-serif; }
      .content_subtitle_ja_pink {
        color: #f19ec2; }
  .content_text {
    text-align: center; }
  .content_box {
    position: relative;
    z-index: 0; }
  @media screen and (min-width: 768px) {
    .content {
      padding: 80px 0 140px; }
      .content_item + .content_item {
        margin-top: 20px; }
      .content_text {
        margin: 0 0 20px; }
      .content_subtitle {
        margin: 0 0 25px; }
        .content_subtitle_en {
          margin: 0 0 10px;
          font-size: 3.3rem; }
        .content_subtitle_ja {
          font-size: 1.8rem; }
      .content_box {
        min-height: 469px; }
        .content_box::after {
          content: '';
          width: 100vw;
          height: 250px;
          background-color: #e2eee5;
          position: absolute;
          right: 50%;
          bottom: 100px;
          z-index: -2; }
        .content_box_fix::after {
          right: auto;
          left: 50%;
          background-color: #fff2f7; }
      .content_text-box {
        width: 410px;
        margin-left: auto; }
        .content_text-box_fix {
          margin-left: 0; }
      .content_figure {
        width: 410px;
        height: 469px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
        .content_figure_fix {
          right: 0;
          left: auto; }
        .content_figure img {
          width: 100%;
          height: 100%; }
      .content_button {
        margin: 40px 0 0; } }
  @media screen and (max-width: 767px) {
    .content_item + .content_item {
      margin-top: 30px; }
    .content_text {
      width: 80%;
      margin: 0 auto 30px; }
    .content_subtitle {
      padding: 25px 0 0;
      margin: 0 0 20px;
      text-align: center; }
      .content_subtitle::after {
        width: 21.5px;
        height: 19.5px;
        right: 0;
        bottom: auto;
        left: 0; }
      .content_subtitle_en {
        margin: 0 0 10px;
        font-size: 2.4rem; }
      .content_subtitle_ja {
        font-size: 1.4rem; }
    .content_figure {
      width: 100%;
      margin: 0 0 20px;
      text-align: center; }
    .content_button {
      margin-top: 30px; } }

.style-book {
  background: url(../images/common/cmn_bg.png) repeat; }
  .style-book_list-link:hover {
    opacity: 0.6; }
  .style-book_list-figure {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0; }
    .style-book_list-figure::after {
      content: '';
      width: 236px;
      height: 45px;
      margin: auto;
      background: url(../images/common/figure_shadow.png) no-repeat bottom/contain;
      position: absolute;
      right: 0;
      bottom: -20px;
      left: 0;
      z-index: -1; }
  .style-book_list-image {
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px) {
    .style-book {
      padding: 110px 0 140px; }
      .style-book_wrap {
        position: relative;
        z-index: 0; }
      .style-book_list {
        justify-content: flex-start; }
        .style-book_list-item {
          width: 240px;
          height: 240px; }
          .style-book_list-item:not(:nth-child(4n)):not(:last-child) {
            margin-right: 40px; }
          .style-book_list-item:not(:nth-last-child(-n+4)) {
            margin-bottom: 40px; }
      .style-book_button {
        position: absolute;
        top: 50px;
        right: 0;
        z-index: 10; } }
  @media screen and (max-width: 767px) {
    .style-book_list {
      margin: 0 0 10px; }
      .style-book_list-item {
        width: 48%;
        margin-bottom: 20px; }
      .style-book_list-figure {
        height: 44.8vw;
        min-height: 168px; }
        .style-book_list-figure::after {
          width: 100%;
          height: 22.5px;
          bottom: -12px; } }

/*--------------------------------------------------

    style-book-under

--------------------------------------------------*/
.style-book-under_title {
  width: 100%;
  border-bottom: 2px solid #6ca97e; }

.style-book-under_figure {
  width: 100%;
  height: 100%; }
  .style-book-under_figure:hover {
    opacity: 0.6; }

.style-book-under_image {
  width: 100%;
  height: 100%; }

@media screen and (min-width: 768px) {
  .style-book-under {
    padding: 100px 0; }
    .style-book-under_title {
      padding: 0 0 20px;
      margin: 0 0 50px; }
    .style-book-under_figure {
      width: 450px;
      height: 350px; }
    .style-book-under_text-box {
      width: 540px; } }

@media screen and (max-width: 767px) {
  .style-book-under {
    padding: 50px 0; }
    .style-book-under_title {
      padding: 0 0 10px;
      margin: 0 0 30px;
      font-size: 1.8rem; }
    .style-book-under_figure {
      height: 64vw;
      min-height: 240px;
      margin: 0 0 20px; }
    .style-book-under_text-box {
      width: 100%; } }

/*--------------------------------------------------

    recommend

--------------------------------------------------*/
.recommend_box {
  line-height: 2.4;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  background: url(../images/recommend/recommend_box_bg01.png) no-repeat left bottom, url(../images/recommend/recommend_box_bg02.png) no-repeat right top 50px;
  position: relative;
  z-index: 0; }
  .recommend_box::after {
    content: '';
    width: 1px;
    height: 63px;
    margin: auto;
    background-color: #232323;
    position: absolute;
    right: 0;
    bottom: -45px;
    left: 0; }

.recommend_text_emphasis {
  color: #6ca97e; }

.recommend_list {
  align-items: stretch; }

@media screen and (min-width: 768px) {
  .recommend {
    padding: 0 0 125px; }
    .recommend_wrap {
      width: calc(100% - 200px);
      max-width: 1370px; }
    .recommend_box {
      padding: 90px 0 100px;
      margin: 0 0 130px;
      font-size: 2.5rem;
      text-align: center; }
    .recommend_list-item {
      width: 45.9854%; }
      .recommend_list-item:not(:nth-last-child(-n+2)) {
        margin-bottom: 100px; }
    .recommend_list-figure {
      margin: 0 0 28px; }
    .recommend_comment {
      width: 1080px;
      margin: 130px auto 0; } }

@media screen and (max-width: 767px) {
  .recommend {
    padding-top: 0; }
    .recommend_box {
      padding: 8% 20px;
      margin: 0 0 70px;
      font-size: 1.6rem;
      background-size: 15%;
      background-position: left bottom, right top; }
      .recommend_box::after {
        height: 40px;
        bottom: -30px; }
    .recommend_list-item {
      margin: 0 0 40px; }
    .recommend_list-figure {
      width: 100%;
      margin: 0 0 15px;
      text-align: center; }
    .recommend_list-title {
      margin: 0 0 10px; } }

@media screen and (max-width: 767px) and (min-width: 540px) {
  .recommend_box {
    text-align: center; }
  .recommend_list-item {
    width: 48%; } }

/*--------------------------------------------------

    hair-salon

--------------------------------------------------*/
.hair-salon_nav {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Noto Serif JP", serif; }
  .hair-salon_nav_list-item {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 0; }
    .hair-salon_nav_list-item::before {
      content: '';
      width: 1px;
      height: 10px;
      margin: auto;
      background-color: #232323;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      transform: rotate(15deg); }
    .hair-salon_nav_list-item::after {
      content: '';
      width: 19px;
      height: 5px;
      margin-left: 10px;
      background: url(../images/common/icon-arrow.png) no-repeat center/contain; }
  .hair-salon_nav_list-link:hover {
    color: #6ca97e; }
  @media screen and (min-width: 768px) {
    .hair-salon_nav {
      padding: 50px 0 75px; }
      .hair-salon_nav_list-item {
        margin: 0 50px 25px 0;
        padding-right: 50px; } }
  @media screen and (max-width: 767px) {
    .hair-salon_nav {
      padding: 30px 0 0; }
      .hair-salon_nav_list-item {
        padding-right: 20px;
        margin: 0 20px 10px 0; }
        .hair-salon_nav_list-item::after {
          width: 12.66667px;
          height: 3.33333px; } }

.hair-salon_title {
  letter-spacing: .005em; }
  .hair-salon_title span {
    display: block; }
  .hair-salon_title_ja {
    color: #6ca97e;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif; }

.hair-salon_list-item {
  display: flex; }
  .hair-salon_list-item::before {
    content: '・'; }

@media screen and (min-width: 768px) {
  .hair-salon {
    overflow: hidden; }
    .hair-salon_wrap {
      width: calc(100% - 200px);
      max-width: 1370px; }
    .hair-salon_content {
      min-height: 560px;
      padding: 30px 145px 0;
      position: relative;
      z-index: 0; }
      .hair-salon_content + .hair-salon_content {
        margin-top: 100px; }
      .hair-salon_content::after {
        content: '';
        width: 100vw;
        height: 250px;
        background-color: #e2eee5;
        position: absolute;
        right: 50%;
        bottom: 120px;
        z-index: -1; }
      .hair-salon_content_fix::after {
        right: auto;
        left: 50%; }
    .hair-salon_text-box {
      width: 403px;
      margin-left: auto; }
      .hair-salon_text-box_fix {
        margin-left: 0; }
    .hair-salon_title {
      margin: 0 0 30px; }
      .hair-salon_title_en {
        margin: 0 0 10px;
        font-size: 3.3rem; }
      .hair-salon_title_ja {
        font-size: 1.8rem; }
    .hair-salon_figure {
      width: 632px;
      height: 560px;
      position: absolute;
      top: 0;
      left: 0; }
      .hair-salon_figure_fix {
        right: 0;
        left: auto; }
      .hair-salon_figure img {
        width: 100%;
        height: 100%; }
    .hair-salon_text + .hair-salon_text {
      margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .hair-salon_content + .hair-salon_content {
    margin-top: 50px; }
  .hair-salon_title {
    margin: 0 0 30px;
    text-align: center; }
    .hair-salon_title_en {
      margin: 0 0 10px;
      font-size: 3rem; }
    .hair-salon_title_ja {
      font-size: 1.6rem; }
  .hair-salon_figure {
    width: 100%;
    margin: 0 0 20px;
    text-align: center; } }

/*--------------------------------------------------

    nail-salon

--------------------------------------------------*/
.nail-salon_title span {
  display: block; }

.nail-salon_title_en {
  margin: 0 0 5px;
  color: #f19ec2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif; }

@media screen and (min-width: 768px) {
  .nail-salon {
    padding: 60px 0 100px; }
    .nail-salon_wrap {
      min-height: 400px;
      position: relative;
      z-index: 0; }
    .nail-salon_title {
      margin: 0 0 30px; }
      .nail-salon_title_en {
        font-size: 1.8rem; }
      .nail-salon_title_ja {
        font-size: 3.2rem; }
    .nail-salon_text-box {
      width: 410px; }
    .nail-salon_figure {
      width: 490px;
      height: 400px;
      position: absolute;
      top: 0;
      right: 50px;
      z-index: -1; }
      .nail-salon_figure img {
        width: 100%;
        height: 100%; } }

@media screen and (max-width: 767px) {
  .nail-salon_title {
    margin: 0 0 30px;
    text-align: center; }
    .nail-salon_title_en {
      font-size: 1.6rem; }
  .nail-salon_figure {
    width: 100%;
    margin: 0 0 20px;
    text-align: center; } }

.nail-salon_point {
  padding: 0; }
  .nail-salon_point_content {
    background-color: #fbf4f7; }
  .nail-salon_point_comment-label {
    background-color: #f19ec2; }
  @media screen and (min-width: 768px) {
    .nail-salon_point_wrap {
      width: 100%; }
    .nail-salon_point_content {
      width: calc(100% - 100px);
      max-width: 1370px;
      margin: 0 auto 75px;
      padding: 125px 0 140px; }
    .nail-salon_point_list {
      justify-content: center; }
      .nail-salon_point_list-item {
        width: 300px; }
        .nail-salon_point_list-item:not(:last-child) {
          margin-right: 40px; }
      .nail-salon_point_list-title {
        min-height: 47px;
        margin: 27px 0 14px;
        font-size: 1.8rem; }
    .nail-salon_point_comment {
      width: 1080px;
      margin: 0 auto; }
      .nail-salon_point_comment-label::after {
        border-left-color: #f19ec2; } }
  @media screen and (max-width: 767px) {
    .nail-salon_point_content {
      margin: 0 0 40px;
      padding: 20px 20px 10px; }
    .nail-salon_point_list-item {
      width: 100%;
      margin: 0 0 20px; }
    .nail-salon_point_list-figure {
      text-align: center; }
    .nail-salon_point_list-title {
      margin: 20px 0 15px;
      font-size: 1.7rem; }
    .nail-salon_point_comment-label::after {
      border-top-color: #f19ec2; } }
  @media screen and (max-width: 767px) and (min-width: 540px) {
    .nail-salon_point_list-item {
      width: 48%; } }

.nail-salon_menu_list-price {
  color: #f19ec2; }

/*--------------------------------------------------

    staff

--------------------------------------------------*/
.staff_item {
  padding: 0;
  position: relative; }
  .staff_item + .staff_item::before {
    content: '';
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #dcdcdc;
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }

.staff_image {
  width: 100%;
  height: 100%; }

@media screen and (min-width: 768px) {
  .staff {
    padding: 60px 0 250px; }
    .staff_item + .staff_item {
      padding-top: 100px;
      margin-top: 100px; }
      .staff_item + .staff_item::before {
        width: 980px; }
    .staff_content + .staff_content {
      margin-top: 70px; }
    .staff_title {
      margin: 0 0 40px; }
    .staff_figure {
      width: 490px;
      height: 400px; }
    .staff_table {
      width: 500px;
      margin-top: -16px; } }

@media screen and (max-width: 767px) {
  .staff {
    padding: 50px 0; }
    .staff_item + .staff_item {
      padding-top: 50px;
      margin-top: 50px; }
      .staff_item + .staff_item::before {
        width: 90%; }
    .staff_content + .staff_content {
      margin-top: 40px; }
    .staff_figure {
      width: 100%;
      height: 74.66667vw;
      margin: 0 0 10px; }
    .staff_table {
      width: 100%; } }

/*--------------------------------------------------

    information

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .information {
    padding-bottom: 180px; }
    .information_table {
      margin: 0 0 120px; }
      .information_table th {
        width: 400px; }
    .information_list-item:not(:last-child) {
      margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .information_table {
    margin: 0 0 50px; }
  .information_list-item {
    width: 48%;
    margin-bottom: 15px;
    text-align: center; } }

@media screen and (max-width: 767px) and (min-width: 540px) {
  .information_list {
    justify-content: flex-start; }
    .information_list-item {
      width: 32%; }
      .information_list-item:not(:nth-child(3n)):not(:last-child) {
        margin-right: 2%; } }

/*--------------------------------------------------

    privacy

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .privacy_title {
    margin: 0 0 50px; }
  .privacy_content:not(:last-child) {
    margin-bottom: 40px; }
  .privacy_subtitle {
    font-size: 2.6rem;
    margin: 0 0 15px; } }

@media screen and (max-width: 767px) {
  .privacy_content {
    padding: 0; }
    .privacy_content:not(:last-child) {
      margin-bottom: 25px; }
  .privacy_subtitle {
    margin: 0 0 10px; } }

/*--------------------------------------------------

    site

--------------------------------------------------*/
.site_list li {
  border-bottom: 1px solid #232323; }

.site a {
  display: flex;
  align-items: center;
  padding: 15px 7px 10px;
  position: relative; }
  .site a:hover {
    opacity: 0.7;
    transform: translateX(10px); }
  .site a::before {
    content: '\f054';
    font-size: 1em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 1em; }

@media screen and (min-width: 768px) {
  .site_list {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 400px; }
    .site_list li {
      width: 48%; } }

/*--------------------------------------------------

    e404

--------------------------------------------------*/
.error {
  text-align: center; }
  .error a {
    color: #6ca97e;
    display: inline;
    text-decoration: underline; }
  @media screen and (max-width: 539px) {
    .error {
      text-align: left; } }

/*--------------------------------------------------

    contact

--------------------------------------------------*/
.contact_table th {
  text-align: left;
  transition: all 0.5s; }
  .contact_table th [class*="mark"] {
    line-height: 1.5;
    color: #fff;
    float: right;
    padding: 4px 12px;
    font-size: 1.2rem;
    border-radius: 16px; }
  .contact_table th .required-mark {
    background-color: #f19ec2; }
  .contact_table th .arbitrary-mar {
    background-color: #15b91b; }

.contact_table td a {
  display: inline-block;
  text-decoration: underline;
  white-space: nowrap; }

.contact_table td div:not(:last-child) {
  margin-bottom: 8px; }

.contact_table td label {
  white-space: nowrap; }

.contact_table td input:focus,
.contact_table td select:focus,
.contact_table td textarea:focus {
  outline: none;
  border-color: #232323; }

.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='text'],
.contact input[type='num'],
.contact input[type='email'] {
  padding: 4px;
  border: 1px solid #dadada;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1) inset;
  transition: all 0.4s; }

.contact textarea {
  display: block;
  resize: none; }

.contact input[type='button'],
.contact input[type='submit'] {
  border: none;
  -webkit-appearance: none;
  transition: all 0.5s;
  cursor: pointer; }

.contact input[type='button'][disabled],
.contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: none;
  margin: 0; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  padding: 0 0 0 24px;
  color: inherit; }

.contact input[type=radio] + label::before,
.contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0; }

.contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px; }

.contact input[type=checkbox] + label::before {
  border: 2px solid #ccc; }

.contact input[type=radio]:checked + label::after,
.contact input[type=checkbox]:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%; }

.contact input[type=radio]:checked + label::after {
  margin-top: -4px;
  background: #b91515;
  border-radius: 8px;
  left: 5px;
  width: 8px;
  height: 8px; }

.contact input[type=checkbox]:checked + label::after {
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #b91515;
  border-bottom: 3px solid #b91515;
  transform: rotate(-45deg);
  left: 3px; }

.contact input[name="items[address]"] {
  margin-top: 8px; }

.contact .sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #3f955b; }

.contact .error-text {
  margin: 0 0 4px;
  color: #b91515; }

.contact_submits {
  display: flex;
  align-items: center;
  justify-content: center; }

.contact_button {
  max-width: 230px;
  margin: 0;
  padding: 0; }
  .contact_button + .contact_button {
    margin-left: 2%; }
  .contact_button:hover {
    opacity: 0.6; }

.contact_recaptcha {
  margin: 0 0 20px;
  overflow: hidden; }
  .contact_recaptcha .g-recaptcha {
    width: 304px;
    margin: auto; }

.contact_text-box {
  text-align: center; }

@media screen and (min-width: 768px) {
  .contact_table {
    width: 100%;
    margin: 0 0 40px; }
    .contact_table th {
      width: 340px;
      line-height: 1.5;
      vertical-align: middle; }
    .contact_table td {
      padding-left: 40px; }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='text'],
  .contact input[type='email'] {
    width: 85%; }
  .contact input[type='num'] {
    width: 70px; }
  .contact textarea {
    min-height: 230px; } }

@media screen and (max-width: 767px) {
  .contact_table {
    text-align: left;
    margin: 0 0 30px; }
    .contact_table th {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 10px;
      line-height: 1.5;
      text-align: left; }
    .contact_table td br {
      content: normal; }
  .contact input[type=radio] + lable {
    width: 31%;
    margin: 0; }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='num'],
  .contact input[type='text'],
  .contact input[type='email'] {
    width: 125%;
    padding: 8px;
    margin: 0 0 -9px;
    font-size: 16px;
    transform: scale(0.8);
    transform-origin: left top; }
  .contact input[type='num'] {
    width: 80px;
    margin: 0; }
    .contact input[type='num'] + input[type='num'] {
      transform-origin: right top; }
  .contact textarea {
    min-height: 200px;
    margin: 0 0 -40px; }
  .contact_recaptcha {
    margin: 0 0 30px; }
  .contact_button {
    width: 48%; } }

@media screen and (max-width: 539px) {
  .contact_text-box {
    text-align: left; } }

@media screen and (max-width: 767px) and (min-width: 540px) {
  .contact_table th {
    width: 40%; }
  .contact_table td {
    padding-left: 20px; } }

/*--------------------------------------------------

    global-footer

--------------------------------------------------*/
.global-footer {
  line-height: 1.73333;
  background-color: #edf4ef; }
  .global-footer_logo {
    text-align: center; }
    .global-footer_logo a {
      display: inline-block; }
  .global-footer_item {
    flex-direction: column;
    align-items: center; }
  .global-footer_text {
    display: flex; }
  .global-footer_box {
    align-items: center;
    justify-content: center; }
  .global-footer_copyright {
    text-align: center;
    background-color: #6ca97e; }
    .global-footer_copyright a {
      display: inline; }
  @media screen and (min-width: 768px) {
    .global-footer_wrap {
      padding: 50px 0 40px; }
    .global-footer_logo {
      margin: 0 0 55px; }
    .global-footer_text + .global-footer_text {
      margin-top: 30px; }
    .global-footer_text_label {
      margin-right: 40px; }
    .global-footer_box {
      margin: 40px 0 0; }
    .global-footer_button {
      margin-left: 50px; }
    .global-footer_map {
      height: 230px; }
    .global-footer_nav {
      padding: 19px 0;
      line-height: 1; }
      .global-footer_nav-list {
        align-items: center;
        width: 1080px;
        margin: 0 auto;
        text-align: center; }
      .global-footer_nav-item {
        flex: 1;
        position: relative; }
        .global-footer_nav-item:not(:last-child)::after {
          content: '';
          width: 1px;
          height: 15px;
          margin: auto;
          border-right: 1px dotted #6ca97e;
          transform: rotate(20deg);
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0; }
      .global-footer_nav a:hover {
        opacity: 0.6; }
    .global-footer_copyright {
      padding: 7px 0; } }
  @media screen and (max-width: 767px) {
    .global-footer_wrap {
      padding: 40px 0 30px; }
    .global-footer_logo {
      width: 50%;
      margin: 0 auto 20px; }
    .global-footer_text + .global-footer_text {
      margin-top: 10px; }
    .global-footer_text_label {
      margin-right: 20px; }
    .global-footer_box {
      flex-direction: column;
      margin: 20px 0 0; }
    .global-footer_tel {
      margin: 0 0 20px; }
    .global-footer_map {
      height: 61.33333vw;
      min-height: 230px;
      max-height: 380px; }
    .global-footer_copyright {
      padding: 10px 0;
      font-size: 1rem; } }

/*# sourceMappingURL=style.css.map */</pre></body></html>