@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  text-align: left;
  font-weight: normal; }

img, abbr, acronym, fieldset {
  border: 0; }

input, textarea, select, option {
  line-height: 1.1; }

input[type="submit"], button {
  border-radius: 0;
  -webkit-appearance: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style: none; }

li {
  list-style-type: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  height: 0; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

b, strong {
  font-weight: bolder; }

a, a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:focus {
  outline: none; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle; }

form label {
  cursor: pointer; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
@media (min-width: 768px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; }
  img {
    max-width: 100%;
    height: auto; } }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.to-footer {
  background-color: #646d64; }

.footer {
  position: relative;
  background-color: #646d64;
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .footer {
      padding-top: 100px;
      padding-bottom: 120px; } }
  .footer_logo {
    display: inline-block;
    text-align: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .footer_logo {
        margin-bottom: 60px; }
        .footer_logo img {
          width: 75%; } }
  .footer_copyright {
    text-align: center;
    font-size: 1.2rem;
    line-height: 3rem;
    font-weight: 500;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .footer_copyright {
        font-size: 0.9rem;
        line-height: 1.5rem; } }
  .footer .gototop {
    position: fixed;
    right: 70px;
    bottom: 40px;
    z-index: 9;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
    @media screen and (max-width: 767px) {
      .footer .gototop {
        right: 15px;
        bottom: 20px; } }
    .footer .gototop.show {
      opacity: 1;
      pointer-events: visible;
      visibility: visible; }
    .footer .gototop.absolute {
      top: -94px;
      position: absolute;
      bottom: inherit; }
      @media screen and (max-width: 767px) {
        .footer .gototop.absolute {
          top: -64px; } }
    .footer .gototop a {
      width: 44px;
      height: 54px;
      display: block;
      font-size: 0;
      background: url(../image/top/gotop.svg) no-repeat center center;
      background-size: 44px 54px; }
      @media screen and (max-width: 767px) {
        .footer .gototop a {
          width: 34px;
          height: 44px;
          background-size: 34px 44px; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
.header {
  position: fixed;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 99; }
  .header.onscroll {
    background-color: rgba(255, 255, 255, 0.85); }
  .header.onscroll .header_logo {
    opacity: 1;
    visibility: visible; }
  .header_inner {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    height: 120px;
    z-index: 99; }
    @media screen and (max-width: 767px) {
      .header_inner {
        height: 55px; } }
  .header_c {
    text-align: center; }
  .header_l {
    width: 20%;
    padding-left: 80px; }
    @media screen and (max-width: 767px) {
      .header_l {
        padding-left: 15px; } }
  .header_r {
    width: 20%;
    padding-right: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .header_r {
        padding-right: 15px; } }
  .header_logo {
    width: 250px;
    padding-left: 5%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .header_logo {
        position: relative;
        top: -2px;
        width: 70%;
        margin: 0 auto; } }
  .header_lang {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 500;
    color: rgba(61, 61, 61, 0.5); }
    @media screen and (max-width: 767px) {
      .header_lang {
        font-size: 1.1rem;
        white-space: nowrap; } }
    .header_lang a.active, .header_lang a:hover {
      color: #3d3d3d; }
  .header_social {
    position: relative; }
    @media screen and (max-width: 767px) {
      .header_social {
        display: none; } }
    .header_social a {
      display: inline-block;
      margin: 0 10px; }

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #dae1d1;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1; }
  .gnav_open {
    cursor: pointer;
    position: relative;
    width: 35px;
    height: 25px;
    margin-left: 32px; }
    @media screen and (max-width: 767px) {
      .gnav_open {
        width: 25px;
        height: 15px;
        margin-left: 0; } }
    .gnav_open span {
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #000;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .gnav_open span:nth-child(1) {
        top: 0; }
      .gnav_open span:nth-child(2) {
        bottom: 0; }
  .gnav_show {
    overflow: hidden; }
    .gnav_show .header_logo {
      opacity: 1;
      visibility: visible; }
    .gnav_show .header_l, .gnav_show .header_social {
      opacity: 0;
      visibility: hidden; }
    .gnav_show .header_inner {
      background-color: #dae1d1; }
  .gnav_show .gnav {
    opacity: 1;
    z-index: 98;
    background-color: #dae1d1;
    visibility: visible; }
  .gnav_show .gnav_open span:nth-child(1) {
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .gnav_show .gnav_open span:nth-child(2) {
    top: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .gnav_left {
    width: 47%; }
    @media screen and (max-width: 767px) {
      .gnav_left {
        width: 34%; } }
  .gnav_menu {
    padding-top: 200px; }
    @media screen and (max-width: 767px) {
      .gnav_menu {
        padding-top: 100px; } }
    .gnav_menu li, .gnav_menu a {
      font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      position: relative;
      font-size: 2rem;
      line-height: 1.5;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .gnav_menu li, .gnav_menu a {
          font-size: 1.6rem; } }
    .gnav_menu li {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .gnav_menu li {
          margin-bottom: 30px; } }
      .gnav_menu li:last-child {
        margin-bottom: 0; }
    .gnav_menu a {
      display: inline-block;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .gnav_menu a {
          padding: 0 4px; } }
      .gnav_menu a:hover:after {
        width: 100%; }
      .gnav_menu a:after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 5px;
        background-color: #ceffe1;
        z-index: -1;
        width: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media screen and (max-width: 767px) {
          .gnav_menu a:after {
            height: 3px;
            bottom: 7px; } }
    .gnav_menu > li {
      text-align: right; }
  .gnav_submenu {
    position: relative;
    margin-left: 20px;
    margin-top: -32px;
    left: 100%; }
    @media screen and (max-width: 767px) {
      .gnav_submenu {
        margin-top: -24px;
        margin-left: 10px;
        width: 100%; } }
    .gnav_submenu > li {
      padding-left: 25px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .gnav_submenu > li {
          padding-left: 15px; } }
      .gnav_submenu > li > a {
        font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          .gnav_submenu > li > a {
            font-size: 1.5rem; } }
        .gnav_submenu > li > a:after {
          bottom: 9px; }
          @media screen and (max-width: 767px) {
            .gnav_submenu > li > a:after {
              bottom: 6px; } }
      .gnav_submenu > li:before {
        content: "-";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 1.8rem;
        line-height: 1;
        font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .gnav_social {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .gnav_social {
        margin-top: 40px; } }
    .gnav_social a {
      margin: 0 10px; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 M", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #3D3D3D; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 320px; } }
  body:after {
    content: "";
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    z-index: 100000; }
  body.load::after {
    width: 0; }
  body.move::after {
    width: 100%;
    right: 0;
    left: auto; }

.main {
  position: relative; }

.l-wrap {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto; }

.l-cont {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .l-cont {
      padding-left: 15px;
      padding-right: 15px; } }

.lity-active body {
  overflow: hidden; }

.bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  margin-bottom: 0;
  border: 0;
  z-index: 0; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title01 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  color: #666666;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
  display: inline-block;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .c-title01 {
      font-size: 2.9rem;
      margin-bottom: 20px; } }
  .c-title01:after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: 22px;
    height: 7px;
    margin: 0 auto;
    background-color: #ceffe1;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .c-title01:after {
        bottom: 12px;
        height: 4px; } }

.c-title02 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  color: #5A5A5A;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  display: inline-block;
  z-index: 1;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .c-title02 {
      font-size: 2.1rem;
      margin-bottom: 15px; } }
  .c-title02:after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 7px;
    background-color: #ceffe1;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .c-title02:after {
        height: 4px;
        bottom: 10px; } }
  .c-title02 span {
    font-size: 2.4rem; }
    @media screen and (max-width: 767px) {
      .c-title02 span {
        font-size: 1.6rem; } }
  body.en .c-title02:after {
    bottom: 16px; }
    @media screen and (max-width: 767px) {
      body.en .c-title02:after {
        bottom: 8px; } }

.c-title03 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  color: #5A5A5A;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .c-title03 {
      font-size: 2.1rem;
      margin-bottom: 10px; } }
  .c-title03:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background-color: #ceffe1;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .c-title03:after {
        bottom: 4px;
        height: 1px; } }
  .c-title03 span {
    font-family: "FOT-筑紫Aオールド明朝 Pr6 M", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-left: 15px;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 500;
    color: #3D3D3D; }
    @media screen and (max-width: 767px) {
      .c-title03 span {
        font-size: 1.4rem;
        margin-left: 10px; } }

.c-title04 {
  position: relative;
  font-size: 2.5rem;
  line-height: 4rem;
  display: inline-block;
  z-index: 1;
  margin-bottom: 20px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c-title04 {
      font-size: 1.7rem;
      line-height: 2rem;
      margin-bottom: 15px; } }
  .c-title04:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background-color: #ceffe1;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .c-title04:after {
        bottom: 0;
        height: 1px; } }
  body.en .c-title04:after {
    bottom: 8px; }
    @media screen and (max-width: 767px) {
      body.en .c-title04:after {
        bottom: 2px; } }
  .c-title04_note {
    font-size: 1.3rem;
    line-height: 4rem;
    font-weight: 500;
    margin-left: 20px; }

.c-title05 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  font-size: 4.2rem;
  line-height: 1.5;
  display: inline-block;
  z-index: 1;
  margin-bottom: 20px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c-title05 {
      font-size: 2.4rem; } }
  .c-title05:after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 7px;
    background-color: #ceffe1;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .c-title05:after {
        height: 4px;
        bottom: 10px; } }
  body.en .c-title05:after {
    bottom: 19px; }
    @media screen and (max-width: 767px) {
      body.en .c-title05:after {
        bottom: 9px; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c-text1 {
      font-size: 1.6rem;
      line-height: 2.5rem; } }

.c-text2 {
  font-size: 1.6rem;
  line-height: 4rem;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c-text2 {
      font-size: 1.2rem;
      line-height: 2.2rem; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list01 {
  position: relative; }
  .c-list01_note {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 1.3rem;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .c-list01_note {
        font-size: 1.1rem; } }
  .c-list01_rows {
    margin-left: -45px;
    margin-right: -45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .c-list01_rows {
        margin-left: 0;
        margin-right: 0; } }
  .c-list01_item {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 50px;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .c-list01_item {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
        width: 100%; } }
  .c-list01_img {
    text-align: center;
    margin-bottom: 15px; }
  .c-list01_title {
    font-size: 1.8em;
    line-height: 2.6rem;
    color: #3D3D3D;
    font-weight: 500;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .c-list01_title {
        font-size: 1.5rem;
        line-height: 2rem; } }
  .c-list01_desc {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #3D3D3D;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: -0.1px; }
    @media screen and (max-width: 767px) {
      .c-list01_desc {
        font-size: 1.1rem;
        line-height: 1.5rem;
        letter-spacing: 0; } }
  .c-list01_price {
    display: inline-block;
    white-space: nowrap;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .c-list01_price {
        font-size: 1.5rem; } }

.c-list02 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-list02 li {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-right: 23px; } }

.c-list02 li, .c-list02_text, .c-list02_price {
  font-size: 1.7rem;
  line-height: 4rem;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c-list02 li, .c-list02_text, .c-list02_price {
      font-size: 1.3rem;
      line-height: 2.3rem; } }

.c-list02_price {
  margin-left: auto;
  white-space: nowrap; }
  .c-list02_price.approx {
    position: relative;
    display: inline-block; }
    .c-list02_price.approx:after {
      content: "～";
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-left: 5px; }
      @media screen and (max-width: 767px) {
        .c-list02_price.approx:after {
          font-size: 1.3rem;
          line-height: 2.3rem;
          margin-left: 2px;
          margin-top: 2px; } }

.c-list02_sub {
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .c-list02_sub {
      padding-left: 15px; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
.lity {
  background-color: #f2f5ed !important; }
  .lity-container {
    max-width: 80%; }
  .lity-content:after {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .lity-content .c-video01_play {
    display: none; }
  .lity-content .c-video1_full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .lity-content .c-video1_full video {
      width: 100%; }
  .lity-close {
    right: 10px;
    font-size: 0 !important;
    width: auto; }
    .lity-close:before {
      content: "CLOSE";
      font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 1.4rem;
      font-weight: 600;
      color: #666666;
      text-shadow: none; }

.c-video01 {
  position: relative;
  overflow-y: hidden; }
  @media screen and (max-width: 767px) {
    .c-video01 {
      width: 100vw;
      height: 100vw; } }
  .c-video01 > video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 767px) {
      .c-video01 > video {
        height: 100%; } }
  .c-video01_play {
    position: absolute;
    bottom: 40px;
    right: 60px;
    width: 60px;
    height: 60px;
    background-color: rgba(242, 245, 237, 0.85);
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .c-video01_play {
        width: 40px;
        height: 40px;
        bottom: 30px;
        right: 14px; } }
    .c-video01_play:after {
      font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      content: "Play";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      text-align: center;
      color: #3D3D3D;
      font-size: 1.4rem;
      font-weight: 500;
      letter-spacing: .2rem;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .c-video01_play:after {
          font-size: 0.9rem; } }

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .c-video01 {
    overflow: hidden; }
    .c-video01 > video {
      width: auto;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .c-video01_play {
      right: 30px; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
slide
------------------------------------------------------------*/
.c-slide {
  position: relative;
  padding-left: 120px;
  padding-right: 120px; }
  @media screen and (max-width: 767px) {
    .c-slide {
      padding-left: 0;
      padding-right: 0; } }
  .c-slide_list .slick-track {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-slide_prev, .c-slide_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    font-size: 0;
    width: 45px;
    height: 45px; }
    @media screen and (max-width: 767px) {
      .c-slide_prev, .c-slide_next {
        width: 35px;
        height: 50%; } }
    .c-slide_prev:after, .c-slide_next:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      border: 1px solid #c4c4c4;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .c-slide_prev {
    left: 105px; }
    @media screen and (max-width: 767px) {
      .c-slide_prev {
        left: 30px; } }
    .c-slide_prev:after {
      border-top: 0;
      border-right: 0; }
  .c-slide_next {
    right: 105px; }
    @media screen and (max-width: 767px) {
      .c-slide_next {
        right: 30px; } }
    .c-slide_next:after {
      border-left: 0;
      border-bottom: 0; }
  .c-slide_item {
    text-align: center; }
    .c-slide_item img {
      margin-left: auto;
      margin-right: auto; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-map {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-map_embed, .c-map_info {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .c-map_embed, .c-map_info {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .c-map_embed {
      margin-bottom: 35px; }
      .c-map_embed iframe {
        width: 100%;
        height: calc(100vw - 30px); } }
  .c-map_embed iframe {
    max-width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .c-map_info {
    padding-left: 75px; }
    @media screen and (max-width: 767px) {
      .c-map_info {
        padding-left: 0; } }
    .c-map_info li {
      padding: 20px 10px;
      border-bottom: 1px solid #C4C4C4; }
      @media screen and (max-width: 767px) {
        .c-map_info li {
          padding: 25px 15px; } }
      .c-map_info li:first-child {
        border-top: 1px solid #C4C4C4; }
  .c-map_text {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 3.2rem;
    display: table-row; }
    @media screen and (max-width: 767px) {
      .c-map_text {
        font-size: 1.5rem;
        line-height: 2.5rem; } }
    .c-map_text.row {
      display: block; }
      .c-map_text.row span {
        display: inline-block; }
    .c-map_text .txt1 {
      min-width: 70px;
      display: table-cell;
      vertical-align: baseline;
      font-size: 1.1rem;
      text-align: right;
      color: #666666;
      padding-right: 5px; }
      @media screen and (max-width: 767px) {
        .c-map_text .txt1 {
          font-size: 1rem; } }
    .c-map_text .txt2 {
      display: table-cell;
      vertical-align: middle;
      min-width: 60px;
      padding-right: 5px; }
    .c-map_text .txt3 {
      position: relative;
      font-size: 1.9rem; }
      @media screen and (max-width: 767px) {
        .c-map_text .txt3 {
          font-size: 1.8rem; } }
      .c-map_text .txt3.map:after {
        background-color: #ffb6ff; }
      .c-map_text .txt3.tel:after {
        background-color: #ceffe1; }
      .c-map_text .txt3.map:after, .c-map_text .txt3.tel:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 3px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1; }
    .c-map_text .txt4 {
      font-size: 1.4rem;
      line-height: 2.5rem; }
      @media screen and (max-width: 767px) {
        .c-map_text .txt4 {
          font-size: 1.2rem;
          line-height: 2.3rem; } }
    .c-map_text .txt5 {
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .c-map_text .txt5 {
          font-size: 1.3rem; } }

.c-block01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-block01 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-block01_col1, .c-block01_col2 {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .c-block01_col1, .c-block01_col2 {
        width: 100%; } }
  .c-block01_col1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 40px; }
    @media screen and (max-width: 767px) {
      .c-block01_col1 {
        padding-right: 0;
        margin-bottom: 40px; } }
  .c-block01_col2 {
    padding-left: 40px; }
    .c-block01_col2 p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .c-block01_col2 {
        padding-left: 0; } }
  .c-block01_txt1 {
    font-size: 2.2rem;
    line-height: 4rem;
    margin-bottom: 20px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .c-block01_txt1 {
        font-size: 1.6rem;
        line-height: 2.5rem; } }
  .c-block01_txt2 {
    font-size: 1.6rem;
    line-height: 4rem;
    margin-bottom: 20px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .c-block01_txt2 {
        font-size: 1.2rem;
        line-height: 2.2rem; } }
    .c-block01_txt2 a {
      text-decoration: underline; }
      .c-block01_txt2 a:hover {
        text-decoration: none; }

.c-block02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -45px;
  margin-right: -45px;
  padding-bottom: 160px; }
  @media screen and (max-width: 767px) {
    .c-block02 {
      margin-left: 0;
      margin-right: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-bottom: 100px; } }
  .c-block02:after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 96px;
    background-color: #B8EDD6; }
    @media screen and (max-width: 767px) {
      .c-block02:after {
        height: 48px; } }
  .c-block02:last-child {
    padding-bottom: 0; }
    .c-block02:last-child:after {
      display: none; }
  .c-block02_body, .c-block02_img {
    width: 50%;
    padding-left: 50px;
    padding-right: 53px; }
    @media screen and (max-width: 767px) {
      .c-block02_body, .c-block02_img {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .c-block02_img {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 40px; } }
  .c-block02_title {
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 4rem;
    color: #3D3D3D;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c-block02_title {
        font-size: 1.6rem;
        line-height: 2.5rem; } }
  .c-block02_desc {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3rem;
    color: #3D3D3D;
    margin-bottom: 20px;
    text-align: justify; }
    @media screen and (max-width: 767px) {
      .c-block02_desc {
        font-size: 1.2rem;
        line-height: 2.2rem; } }

.c-time {
  position: relative;
  font-size: 2.3rem;
  line-height: 4rem;
  color: #5A5A5A; }
  @media screen and (max-width: 767px) {
    .c-time {
      font-size: 1.4rem;
      line-height: 2.5rem; } }
  .c-time span {
    position: relative;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .c-time span {
        min-width: 70px;
        white-space: nowrap; } }
    .c-time span:before, .c-time span:after {
      position: absolute;
      font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 2.3rem;
      line-height: 4rem;
      color: #5A5A5A; }
      @media screen and (max-width: 767px) {
        .c-time span:before, .c-time span:after {
          font-size: 1.4rem;
          line-height: 2.5rem; } }
    .c-time span:before {
      content: "［";
      left: -10px; }
      @media screen and (max-width: 767px) {
        .c-time span:before {
          left: -8px; } }
    .c-time span:after {
      content: "］";
      right: -10px; }
      @media screen and (max-width: 767px) {
        .c-time span:after {
          right: -8px; } }

.c-bgfix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .c-bgfix__item {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: cover;
    background-position: center;
    opacity: 0;
    pointer-events: none; }
    .c-bgfix__item.is-opacity {
      opacity: 1; }

.parallax {
  min-height: 522px; }

/*------------------------------------------------------------
TOP
------------------------------------------------------------*/
.top_mv {
  width: 100%;
  height: 100vh; }
  .to-footer .top_mv {
    opacity: 0; }
  .top_mv .bx-wrapper {
    position: fixed;
    width: 100vw;
    height: 100%;
    z-index: -1; }
  .top_mv_item {
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .top_mv_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100%; }
  .top_mv_logo {
    width: 441px; }
    @media screen and (max-width: 767px) {
      .top_mv_logo {
        position: relative;
        width: 62%;
        top: -55px; } }
  .top_mv_scroll {
    display: block;
    position: absolute;
    left: 40px;
    bottom: -160px;
    height: 320px;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .top_mv_scroll {
        display: none; } }
    .top_mv_scroll:before {
      content: "SCROLL";
      position: absolute;
      display: block;
      width: 2px;
      height: 100%;
      color: #fff;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 0.5;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      text-indent: -70px;
      background-color: #B8EDD6;
      top: 0;
      left: 0; }
    .top_mv_scroll:after {
      content: "";
      position: absolute;
      display: block;
      width: 1.5px;
      height: 15px;
      left: 4px;
      bottom: 0;
      background-color: #B8EDD6;
      -webkit-transform: rotate(30deg);
          -ms-transform: rotate(30deg);
              transform: rotate(30deg); }

.top_sc01 {
  position: relative;
  background-color: #f2f5ed;
  padding-top: 150px;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .top_sc01 {
      padding-top: 70px; } }
  .en .top_sc01 {
    padding-bottom: 140px; }
    @media screen and (max-width: 767px) {
      .en .top_sc01 {
        padding-bottom: 60px; } }
  .top_sc01_txt1 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .top_sc01_txt1 {
        font-size: 1.6rem;
        line-height: 2.5rem; } }
  .top_sc01_txt2 {
    font-size: 1.6rem;
    line-height: 4rem;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .top_sc01_txt2 {
        font-size: 1.2rem;
        line-height: 2.2rem; } }
  .top_sc01 .c-slide {
    margin-top: 60px; }

.top_sc02 {
  position: relative;
  background-color: #dae1d1;
  padding-top: 150px;
  padding-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .top_sc02 {
      padding-top: 70px;
      padding-bottom: 70px; } }

.top_sc03 {
  position: relative;
  background-color: #f2f5ed; }
  .top_sc03_inner {
    padding-top: 150px;
    padding-bottom: 180px; }
    @media screen and (max-width: 767px) {
      .top_sc03_inner {
        padding-top: 60px;
        padding-bottom: 70px; } }
  @media screen and (max-width: 767px) {
    .top_sc03 .c-text2 br {
      display: none; } }

.top_sc04 {
  background: #ffffff;
  position: relative;
  padding-top: 150px; }
  @media screen and (max-width: 767px) {
    .top_sc04 {
      padding-top: 60px;
      padding-bottom: 10px; } }
  .top_sc04:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 158px;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #B8EDD6;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .top_sc04:before {
        height: 80px;
        top: -40px; } }
  .top_sc04 .c-title02:after {
    bottom: 14px; }
    @media screen and (max-width: 767px) {
      .top_sc04 .c-title02:after {
        bottom: 5px; } }
  body.en .top_sc04 .c-title02:after {
    bottom: 17px; }
    @media screen and (max-width: 767px) {
      body.en .top_sc04 .c-title02:after {
        bottom: 8px; } }

.top_sc05 {
  background: #ffffff;
  position: relative;
  padding-top: 170px; }
  @media screen and (max-width: 767px) {
    .top_sc05 {
      padding-top: 60px; } }
  .top_sc05 .c-title03 {
    margin-bottom: 0; }
  .top_sc05 .c-list01 {
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .top_sc05 .c-list01 {
        padding-top: 20px; } }

.top_sc06 {
  background: #ffffff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .top_sc06 {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .top_sc06 .c-title03 {
    margin-bottom: 0; }
  .top_sc06 .c-list01 {
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .top_sc06 .c-list01 {
        padding-top: 20px; } }

.top_sc07 {
  position: relative; }
  .top_sc07_inner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 180px;
    background-color: #f2f5ed; }
    @media screen and (max-width: 767px) {
      .top_sc07_inner {
        padding-top: 60px;
        padding-bottom: 70px; } }

.top_sc08 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 180px;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .top_sc08 {
      padding-top: 60px;
      padding-bottom: 70px; } }
  .top_sc08:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 158px;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #B8EDD6;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .top_sc08:before {
        height: 80px;
        top: -40px; } }
  .top_sc08_row01 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .top_sc08_row01 {
        margin-bottom: 60px; } }
  .top_sc08_row02 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .top_sc08_row02 {
        margin-bottom: 60px; } }
  .top_sc08_list01 {
    margin-bottom: 20px; }
  .top_sc08_desc {
    font-size: 1.6rem;
    line-height: 4rem;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .top_sc08_desc {
        font-size: 1.2rem;
        line-height: 2.2rem; } }

.top_sc09 {
  position: relative; }
  .top_sc09_inner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 180px;
    background: #ffffff; }
    @media screen and (max-width: 767px) {
      .top_sc09_inner {
        padding-top: 60px;
        padding-bottom: 70px; } }
  .top_sc09_row01 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .top_sc09_row01 {
        margin-bottom: 60px; } }
  .top_sc09_row02 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .top_sc09_row02 {
        margin-bottom: 20px; } }
  .top_sc09_row03 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .top_sc09_row03 {
        margin-bottom: 60px; } }
  .top_sc09_list01 {
    margin-bottom: 30px; }
  .top_sc09_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .top_sc09_title.en {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .top_sc09_title.en .c-title04 {
        margin-bottom: 20px !important; }
      .top_sc09_title.en .logo {
        font-size: 1.7rem;
        line-height: 2.8rem;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .top_sc09_title.en .logo {
            font-size: 1.2rem;
            line-height: 1.8rem; } }
        .top_sc09_title.en .logo img {
          margin-left: 0 !important;
          margin-right: 15px; }
          @media screen and (max-width: 767px) {
            .top_sc09_title.en .logo img {
              display: block;
              width: 69px; } }
    .top_sc09_title .c-title04 {
      margin-bottom: 0; }
    .top_sc09_title img {
      margin-left: 40px; }
      @media screen and (max-width: 767px) {
        .top_sc09_title img {
          margin-left: 20px;
          width: 102px; } }

.top_sc10 {
  position: relative; }
  .top_sc10_inner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 180px;
    background: #ffffff; }
    @media screen and (max-width: 767px) {
      .top_sc10_inner {
        padding-top: 60px;
        padding-bottom: 40px; } }
  .top_sc10_row01 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .top_sc10_row01 {
        margin-bottom: 60px; } }
  .top_sc10_row02 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .top_sc10_row02 {
        margin-bottom: 60px; } }
  .top_sc10_row03 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .top_sc10_row03 {
        margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .top_sc10_list01 {
      margin-bottom: 20px; } }

.top_sc11 {
  position: relative; }
  .top_sc11_inner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 180px;
    background-color: #f2f5ed; }
    @media screen and (max-width: 767px) {
      .top_sc11_inner {
        padding-top: 60px;
        padding-bottom: 70px; } }
  .top_sc11_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .top_sc11_title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 30px; } }
    .top_sc11_title .c-title05 {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .top_sc11_title .c-title05 {
          margin-bottom: 10px; } }
    .top_sc11_title img {
      width: 148px;
      margin-left: auto; }
      @media screen and (max-width: 767px) {
        .top_sc11_title img {
          width: 76px;
          margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .top_sc11 .c-text2 br {
      display: none; } }

.top_sc12 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 180px;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .top_sc12 {
      padding-top: 60px;
      padding-bottom: 70px; } }
  .top_sc12:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 158px;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #B8EDD6;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .top_sc12:before {
        height: 80px;
        top: -40px; } }
  .top_sc12_row01 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .top_sc12_row01 {
        margin-bottom: 60px; } }
  .top_sc12_row02 {
    margin-bottom: 160px; }
    @media screen and (max-width: 767px) {
      .top_sc12_row02 {
        margin-bottom: 60px; } }
  .top_sc12_img img {
    width: 100%; }

.top_sc13 {
  position: relative; }
  .top_sc13_inner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 180px;
    background: #ffffff; }
    @media screen and (max-width: 767px) {
      .top_sc13_inner {
        padding-top: 60px;
        padding-bottom: 70px; } }
  .top_sc13_row01 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .top_sc13_row01 {
        margin-bottom: 60px; } }
  .top_sc13_row02 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .top_sc13_row02 {
        margin-bottom: 60px; } }
  .top_sc13_row03 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .top_sc13_row03 {
        margin-bottom: 60px; } }

.top_sc14 {
  position: relative; }
  .top_sc14_inner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 180px;
    background-color: #f2f5ed; }
    @media screen and (max-width: 767px) {
      .top_sc14_inner {
        padding-top: 60px;
        padding-bottom: 70px; } }
  .top_sc14 .c-text1 {
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .top_sc14 .c-text2 br {
      display: none; } }

.top_sc15 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .top_sc15 {
      padding-top: 60px;
      padding-bottom: 80px; } }
  .top_sc15:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 158px;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #B8EDD6;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .top_sc15:before {
        height: 80px;
        top: -40px; } }

/*-------------------------------------------
Utility u-
-------------------------------------------*/
.u-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s; }
  .u-fadeIn.u-scrollIn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }


#overlay {
  /* オーバーレイの高さを指定 */
  height: 100vh;  
  /* オーバーレイの色と画像の指定 */
  background: linear-gradient(rgba(0, 0, 0, .8),  rgba(0, 0, 0, .6)),  url("../image/aquarelle1.jpeg"); 
  /* 画像の位置やサイズの調整 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

