@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400, medium: 500, bold: 700 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/*@mixin font-deco {
	font-family: "Fuggles", cursive;
	font-weight: 400;
	font-style: normal;
}*/
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 縦書き */
/* 内径 */
/* 基本設定
---------------------------------------------------------------------------*/
/* reboot */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6, em {
  margin: 0;
  font-weight: normal;
  font-style: inherit; }

p {
  margin: 0;
  padding: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding: 0; }

dt {
  font-weight: 400;
  margin: 0;
  padding: 0; }

dd {
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
a.notel {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

/*リンク（全般）設定
---------------------------------------------------------------------------*/
/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }
/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* レスポンシブ */
@media screen and (max-width: 480px) {
  .view-pc {
    display: none; } }

.view-tab {
  display: none; }
  @media screen and (max-width: 768px) {
    .view-tab {
      display: block; } }
  @media screen and (max-width: 480px) {
    .view-tab {
      display: none; } }

.view-sp {
  display: none; }
  @media screen and (max-width: 480px) {
    .view-sp {
      display: block; } }

/* 画像 */
img {
  max-width: 100%;
  height: auto; }

/* ------------------------------------------------------------------------*/
/* レイアウト
---------------------------------------------------------------------------*/
body {
  position: relative;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 1; }
  @media screen and (max-width: 1300px) {
    body {
      font-size: 1.3846153846vw; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 4.8vw; } }
  body.scrollnone {
    overflow: hidden; }

#wrap {
  overflow: hidden;
  position: relative; }

body#top #wrap {
  padding-top: 0; }

* {
  outline: none; }

img {
  display: block;
  width: auto;
  height: auto; }

a {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  color: inherit; }

@media (hover: hover) {
  a:hover {
    opacity: .6;
    color: inherit;
    text-decoration: none; } }

a.notel {
  pointer-events: none; }

html {
  visibility: hidden; }

html.wf-active {
  visibility: visible; }

.wrap {
  /* 1280 */
  width: 1340px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1300px) {
    .wrap {
      width: 103.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .wrap {
      width: 88vw; } }

.wrap-min {
  /* 1080 */
  width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1300px) {
    .wrap-min {
      width: 84.6153846154vw; } }
  @media screen and (max-width: 480px) {
    .wrap-min {
      width: 88vw; } }

.wrap-minest {
  /* 980 */
  width: 980px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1300px) {
    .wrap-minest {
      width: 75.3846153846vw; } }
  @media screen and (max-width: 480px) {
    .wrap-minest {
      width: 88vw; } }

/* head
---------------------------------------------------------------------------*/
.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  position: fixed;
  z-index: 9000;
  width: 100%;
  height: 80px;
  padding: 10px 50px 10px 30px;
  background-color: #ffffff; }
  @media screen and (max-width: 1300px) {
    .head {
      height: 6.1538461538vw;
      padding: 0.7692307692vw 3.8461538462vw 0.7692307692vw 2.3076923077vw; } }
  @media screen and (max-width: 480px) {
    .head {
      height: 16vw;
      padding: 2.1333333333vw 2.6666666667vw; } }
  .head-logo {
    width: 112px; }
    @media screen and (max-width: 1300px) {
      .head-logo {
        width: 8.6153846154vw; } }
    @media screen and (max-width: 480px) {
      .head-logo {
        width: 21.3333333333vw; } }
  .head-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px; }
    @media screen and (max-width: 1300px) {
      .head-nav {
        gap: 2.6153846154vw; } }
    @media screen and (max-width: 480px) {
      .head-nav {
        position: fixed;
        left: 0;
        top: 16vw;
        width: 100%;
        height: calc(100svh - 16vw);
        overflow: scroll;
        background-color: #2E919F;
        color: #ffffff;
        gap: 0;
        padding: 17.3333333333vw 6.4vw 32vw;
        z-index: 9000;
        display: none; } }
    .head-nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 30px;
      font-family: "Hiragino Mincho ProN", serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-style: normal;
      font-weight: 600;
      font-size: 15px; }
      @media screen and (max-width: 1300px) {
        .head-nav-link {
          font-size: 1.1538461538vw; } }
      @media screen and (max-width: 480px) {
        .head-nav-link {
          font-size: 4vw; } }
      @media screen and (max-width: 1300px) {
        .head-nav-link {
          gap: 2.3076923077vw; } }
      @media screen and (max-width: 480px) {
        .head-nav-link {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 0;
          font-size: 4.2666666667vw;
          width: 100%;
          margin-bottom: 9.3333333333vw; }
          .head-nav-link li {
            width: 100%; }
            .head-nav-link li + li {
              border-top: 1px dashed #ffffff; }
            .head-nav-link li a {
              display: block;
              padding: 6.6666666667vw 0; } }
    .head-nav-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px;
      /*&-partner a {
      	background-color: clr(vit);
      }*/ }
      @media screen and (max-width: 1300px) {
        .head-nav-btn {
          gap: 0.6153846154vw; } }
      @media screen and (max-width: 480px) {
        .head-nav-btn {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .head-nav-btn li {
        width: 150px;
        color: #ffffff;
        font-family: "Hiragino Mincho ProN", serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        font-weight: 600;
        font-size: 14px; }
        @media screen and (max-width: 1300px) {
          .head-nav-btn li {
            font-size: 1.0769230769vw; } }
        @media screen and (max-width: 480px) {
          .head-nav-btn li {
            font-size: 3.7333333333vw; } }
        @media screen and (max-width: 1300px) {
          .head-nav-btn li {
            width: 11.5384615385vw; } }
        @media screen and (max-width: 480px) {
          .head-nav-btn li {
            width: 58.6666666667vw;
            font-size: 4vw; } }
        .head-nav-btn li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          width: 100%;
          height: 44px;
          border-radius: 22px;
          padding-left: 26px; }
          @media screen and (max-width: 1300px) {
            .head-nav-btn li a {
              height: 3.3846153846vw;
              border-radius: 1.6923076923vw;
              padding-left: 2vw; } }
          @media screen and (max-width: 480px) {
            .head-nav-btn li a {
              height: 16vw;
              border-radius: 8vw;
              padding-left: 17.6vw; } }
          .head-nav-btn li a::after {
            position: absolute;
            content: "";
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 14px;
            height: 14px;
            background-image: url(../img/cmn/arw-right-w.png);
            right: 15px;
            top: 50%;
            transform: translateY(-50%); }
            @media screen and (max-width: 1300px) {
              .head-nav-btn li a::after {
                width: 1.0769230769vw;
                height: 1.0769230769vw;
                right: 1.1538461538vw; } }
            @media screen and (max-width: 480px) {
              .head-nav-btn li a::after {
                width: 5.6vw;
                height: 5.6vw;
                right: 5.3333333333vw;
                background-image: url(../img/cmn/arw-right-mnd.png); } }
      @media screen and (max-width: 480px) {
        .head-nav-btn .btn-contact {
          color: #2E919F; } }
      .head-nav-btn .btn-contact a {
        background-color: #2E919F; }
        @media screen and (max-width: 480px) {
          .head-nav-btn .btn-contact a {
            background-color: #ffffff; } }
  .head-menubtn {
    display: none; }
    @media screen and (max-width: 480px) {
      .head-menubtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 10.6666666667vw;
        height: 10.6666666667vw;
        background-color: #2E919F;
        border-radius: 50%; }
        .head-menubtn a {
          position: relative;
          width: 4.8vw;
          height: 3.2vw; }
          .head-menubtn a span {
            position: absolute;
            left: 0;
            width: 100%;
            height: 0.5333333333vw;
            background-color: #ffffff;
            display: inline-block;
            transition-property: all;
            transition-duration: 0.5s;
            transition-timing-function: ease; }
            .head-menubtn a span:nth-of-type(1) {
              top: 0; }
            .head-menubtn a span:nth-of-type(2) {
              top: 1.3333333333vw; }
            .head-menubtn a span:nth-of-type(3) {
              bottom: 0; }
          .head-menubtn a.active span:nth-of-type(1) {
            transform: translateY(1.33333vw) rotate(-45deg); }
          .head-menubtn a.active span:nth-of-type(2) {
            left: 50%;
            opacity: 0;
            animation: active-bar02 .8s; }
          .head-menubtn a.active span:nth-of-type(3) {
            transform: translateY(-1.33333vw) rotate(45deg); } }

@keyframes active-bar02 {
  100% {
    height: 0; } }
/* foot
---------------------------------------------------------------------------*/
.foot {
  padding: 60px 0 46px;
  background-image: url(../img/cmn/foot-bg.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1300px) {
    .foot {
      padding: 4.6153846154vw 0 3.5384615385vw; } }
  @media screen and (max-width: 480px) {
    .foot {
      padding: 10.6666666667vw 0; } }
  .foot-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1196px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    font-family: "Hiragino Mincho ProN", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal; }
    @media screen and (max-width: 1300px) {
      .foot-wrap {
        width: 92vw;
        margin-bottom: 5.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .foot-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 88vw;
        margin-bottom: 5.3333333333vw; } }
  .foot-logo {
    width: 112px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1300px) {
      .foot-logo {
        width: 8.6153846154vw;
        margin-bottom: 1.5384615385vw; } }
    @media screen and (max-width: 480px) {
      .foot-logo {
        width: 30.1333333333vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4.2666666667vw; } }
  .foot-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px; }
    @media screen and (max-width: 1300px) {
      .foot-name {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .foot-name {
        font-size: 4.2666666667vw; } }
    @media screen and (max-width: 1300px) {
      .foot-name {
        margin-bottom: 2.3076923077vw; } }
    @media screen and (max-width: 480px) {
      .foot-name {
        margin-bottom: 5.8666666667vw;
        text-align: center; } }
  .foot-addr {
    font-size: 16px;
    line-height: 1.7; }
    @media screen and (max-width: 1300px) {
      .foot-addr {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .foot-addr {
        font-size: 4.2666666667vw; } }
    @media screen and (max-width: 480px) {
      .foot-addr {
        text-align: center; } }
  .foot-address {
    margin-bottom: 8px; }
    @media screen and (max-width: 1300px) {
      .foot-address {
        margin-bottom: 0.6153846154vw; } }
    @media screen and (max-width: 480px) {
      .foot-address {
        margin-bottom: 5.3333333333vw; } }
  .foot-navi {
    padding-top: 80px;
    padding-bottom: 64px; }
    @media screen and (max-width: 1300px) {
      .foot-navi {
        padding-top: 6.1538461538vw;
        padding-bottom: 4.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .foot-navi {
        padding-top: 10.6666666667vw;
        padding-bottom: 8vw; } }
    .foot-navi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px;
      font-size: 15px;
      font-weight: 700; }
      @media screen and (max-width: 1300px) {
        .foot-navi ul {
          font-size: 1.1538461538vw; } }
      @media screen and (max-width: 480px) {
        .foot-navi ul {
          font-size: 4vw; } }
      @media screen and (max-width: 1300px) {
        .foot-navi ul {
          gap: 2.3076923077vw; } }
      @media screen and (max-width: 480px) {
        .foot-navi ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 5.3333333333vw; } }
  .foot-privacy {
    font-size: 15px;
    text-align: right;
    font-weight: 700; }
    @media screen and (max-width: 1300px) {
      .foot-privacy {
        font-size: 1.1538461538vw; } }
    @media screen and (max-width: 480px) {
      .foot-privacy {
        font-size: 4vw; } }
    @media screen and (max-width: 480px) {
      .foot-privacy {
        font-size: 3.7333333333vw;
        text-align: center; } }
  .foot-copy {
    font-size: 15px;
    text-align: center; }
    @media screen and (max-width: 1300px) {
      .foot-copy {
        font-size: 1.1538461538vw; } }
    @media screen and (max-width: 480px) {
      .foot-copy {
        font-size: 4vw; } }
    @media screen and (max-width: 480px) {
      .foot-copy {
        font-size: 2.6666666667vw; } }

/* contact
---------------------------------------------------------------------------*/
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 332px; }
  @media screen and (max-width: 1300px) {
    .contact {
      height: 25.5384615385vw; } }
  @media screen and (max-width: 480px) {
    .contact {
      height: 88.5333333333vw; } }
  .contact-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
    .contact-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
  .contact-tx {
    /* 1080 */
    width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1300px) {
      .contact-tx {
        width: 84.6153846154vw; } }
    @media screen and (max-width: 480px) {
      .contact-tx {
        width: 88vw; } }
    @media screen and (max-width: 480px) {
      .contact-tx .font-en {
        font-size: 9.6vw;
        letter-spacing: .05em; }
      .contact-tx .font-min {
        font-size: 4.2666666667vw; }
      .contact-tx-btn span {
        font-size: 4.2666666667vw; } }
  .contact-deco {
    position: absolute;
    width: 150px;
    height: 175px;
    bottom: 0;
    left: calc(50% + 300px); }
    @media screen and (max-width: 1300px) {
      .contact-deco {
        width: 11.5384615385vw;
        height: 13.4615384615vw;
        left: calc(50% + 23.07692308vw); } }
    @media screen and (max-width: 480px) {
      .contact-deco {
        display: none; } }

/* ======================================================================= */
/* color
---------------------------------------------------------------------------*/
.clr-w {
  color: #ffffff; }

.clr-b {
  color: #000000; }

.clr-mnd {
  color: #2E919F; }

.clr-mnd-alpha {
  color: rgba(46, 145, 159, 0.5); }

/* 背景
---------------------------------------------------------------------------*/
.bg-w {
  background-color: #ffffff; }

.bg-light {
  background-color: #F7F6F0; }

/* フォント
---------------------------------------------------------------------------*/
.font-en {
  font-family: english, sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-min {
  font-family: "Hiragino Mincho ProN", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; }

.fw700 {
  font-weight: 700; }

.ls50 {
  letter-spacing: .05em; }

.ls100 {
  letter-spacing: .1em; }

.lh110 {
  line-height: 1.1; }

.lh120 {
  line-height: 1.2; }

.lh130 {
  line-height: 1.3; }

.lh150 {
  line-height: 1.5; }

.lh175 {
  line-height: 1.75; }

.lh180 {
  line-height: 1.8; }

.fs15 {
  font-size: 15px; }
  @media screen and (max-width: 1300px) {
    .fs15 {
      font-size: 1.1538461538vw; } }
  @media screen and (max-width: 480px) {
    .fs15 {
      font-size: 4vw; } }

.fs16 {
  font-size: 16px; }
  @media screen and (max-width: 1300px) {
    .fs16 {
      font-size: 1.2307692308vw; } }
  @media screen and (max-width: 480px) {
    .fs16 {
      font-size: 4.2666666667vw; } }

.fs20 {
  font-size: 20px; }
  @media screen and (max-width: 1300px) {
    .fs20 {
      font-size: 1.5384615385vw; } }
  @media screen and (max-width: 480px) {
    .fs20 {
      font-size: 5.3333333333vw; } }

.fs24 {
  font-size: 24px; }
  @media screen and (max-width: 1300px) {
    .fs24 {
      font-size: 1.8461538462vw; } }
  @media screen and (max-width: 480px) {
    .fs24 {
      font-size: 6.4vw; } }

.fs32 {
  font-size: 32px; }
  @media screen and (max-width: 1300px) {
    .fs32 {
      font-size: 2.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .fs32 {
      font-size: 8.5333333333vw; } }

.fs36 {
  font-size: 36px; }
  @media screen and (max-width: 1300px) {
    .fs36 {
      font-size: 2.7692307692vw; } }
  @media screen and (max-width: 480px) {
    .fs36 {
      font-size: 9.6vw; } }

.fs40 {
  font-size: 40px; }
  @media screen and (max-width: 1300px) {
    .fs40 {
      font-size: 3.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .fs40 {
      font-size: 10.6666666667vw; } }

.fs48 {
  font-size: 48px; }
  @media screen and (max-width: 1300px) {
    .fs48 {
      font-size: 3.6923076923vw; } }
  @media screen and (max-width: 480px) {
    .fs48 {
      font-size: 12.8vw; } }

.fs64 {
  font-size: 64px; }
  @media screen and (max-width: 1300px) {
    .fs64 {
      font-size: 4.9230769231vw; } }
  @media screen and (max-width: 480px) {
    .fs64 {
      font-size: 17.0666666667vw; } }

.al-center {
  text-align: center; }

/* 余白
---------------------------------------------------------------------------*/
.mb4 {
  margin-bottom: 4px; }
  @media screen and (max-width: 1300px) {
    .mb4 {
      margin-bottom: 0.3076923077vw; } }
  @media screen and (max-width: 480px) {
    .mb4 {
      margin-bottom: 1.0666666667vw; } }

.mb8 {
  margin-bottom: 8px; }
  @media screen and (max-width: 1300px) {
    .mb8 {
      margin-bottom: 0.6153846154vw; } }
  @media screen and (max-width: 480px) {
    .mb8 {
      margin-bottom: 2.1333333333vw; } }

.mb16 {
  margin-bottom: 16px; }
  @media screen and (max-width: 1300px) {
    .mb16 {
      margin-bottom: 1.2307692308vw; } }
  @media screen and (max-width: 480px) {
    .mb16 {
      margin-bottom: 4.2666666667vw; } }

.mb20 {
  margin-bottom: 20px; }
  @media screen and (max-width: 1300px) {
    .mb20 {
      margin-bottom: 1.5384615385vw; } }
  @media screen and (max-width: 480px) {
    .mb20 {
      margin-bottom: 5.3333333333vw; } }

.mb24 {
  margin-bottom: 24px; }
  @media screen and (max-width: 1300px) {
    .mb24 {
      margin-bottom: 1.8461538462vw; } }
  @media screen and (max-width: 480px) {
    .mb24 {
      margin-bottom: 6.4vw; } }

.mb32 {
  margin-bottom: 32px; }
  @media screen and (max-width: 1300px) {
    .mb32 {
      margin-bottom: 2.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .mb32 {
      margin-bottom: 8.5333333333vw; } }

.mb40 {
  margin-bottom: 40px; }
  @media screen and (max-width: 1300px) {
    .mb40 {
      margin-bottom: 3.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .mb40 {
      margin-bottom: 10.6666666667vw; } }

.mb46 {
  margin-bottom: 46px; }
  @media screen and (max-width: 1300px) {
    .mb46 {
      margin-bottom: 3.5384615385vw; } }
  @media screen and (max-width: 480px) {
    .mb46 {
      margin-bottom: 12.2666666667vw; } }

.mb86 {
  margin-bottom: 86px; }
  @media screen and (max-width: 1300px) {
    .mb86 {
      margin-bottom: 6.6153846154vw; } }
  @media screen and (max-width: 480px) {
    .mb86 {
      margin-bottom: 22.9333333333vw; } }

.mb136 {
  margin-bottom: 136px; }
  @media screen and (max-width: 1300px) {
    .mb136 {
      margin-bottom: 10.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .mb136 {
      margin-bottom: 36.2666666667vw; } }

/* カラム
---------------------------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.f-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.f-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.f-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.f-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.f-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.f-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media screen and (max-width: 480px) {
  .sp-f-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .sp-f-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .sp-f-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .sp-f-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .sp-f-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
/* btn
---------------------------------------------------------------------------*/
.btn-contact,
.btn-partner,
.btn-box {
  font-family: "Hiragino Mincho ProN", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 500; }
  .btn-contact a,
  .btn-partner a,
  .btn-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%; }
    .btn-contact a::after,
    .btn-partner a::after,
    .btn-box a::after {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      top: 50%;
      transform: translateY(-50%); }
    .btn-contact a > span,
    .btn-partner a > span,
    .btn-box a > span {
      display: block;
      width: 100%;
      white-space: nowrap;
      text-align: center; }

.btn-contact,
.btn-partner {
  color: #ffffff;
  width: 150px;
  font-size: 14px; }
  @media screen and (max-width: 1300px) {
    .btn-contact,
    .btn-partner {
      font-size: 1.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .btn-contact,
    .btn-partner {
      font-size: 3.7333333333vw; } }
  @media screen and (max-width: 1300px) {
    .btn-contact,
    .btn-partner {
      width: 11.5384615385vw; } }
  .btn-contact a,
  .btn-partner a {
    height: 44px;
    padding-left: 26px;
    border-radius: 22px; }
    @media screen and (max-width: 1300px) {
      .btn-contact a,
      .btn-partner a {
        height: 3.3846153846vw;
        padding-left: 2vw;
        border-radius: 1.6923076923vw; } }
    .btn-contact a::after,
    .btn-partner a::after {
      width: 14px;
      height: 14px;
      background-image: url(../img/cmn/arw-right-w.png);
      right: 15px; }
      @media screen and (max-width: 1300px) {
        .btn-contact a::after,
        .btn-partner a::after {
          width: 1.0769230769vw;
          height: 1.0769230769vw;
          right: 1.1538461538vw; } }
    .btn-contact a > span,
    .btn-partner a > span {
      text-align: left; }

.btn-contact a {
  background-color: #2E919F; }

.btn-partner a {
  background-color: #AE9051; }

.btn-box {
  width: 220px;
  font-size: 15px; }
  @media screen and (max-width: 1300px) {
    .btn-box {
      font-size: 1.1538461538vw; } }
  @media screen and (max-width: 480px) {
    .btn-box {
      font-size: 4vw; } }
  @media screen and (max-width: 1300px) {
    .btn-box {
      width: 16.9230769231vw; } }
  @media screen and (max-width: 480px) {
    .btn-box {
      width: 58.6666666667vw;
      font-size: 4.2666666667vw; } }
  .btn-box a {
    height: 60px;
    border-radius: 30px;
    text-align: center;
    padding-right: 14px; }
    @media screen and (max-width: 1300px) {
      .btn-box a {
        height: 4.6153846154vw;
        border-radius: 2.3076923077vw;
        padding-right: 1.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .btn-box a {
        height: 18.6666666667vw;
        border-radius: 9.3333333333vw; } }
    .btn-box a::after {
      width: 20px;
      height: 20px;
      background-image: url(../img/cmn/arw-right-w.png);
      right: 20px; }
      @media screen and (max-width: 1300px) {
        .btn-box a::after {
          width: 1.5384615385vw;
          height: 1.5384615385vw;
          right: 1.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .btn-box a::after {
          width: 5.3333333333vw;
          height: 5.3333333333vw;
          right: 5.3333333333vw; } }
  .btn-box.bg-white a {
    background-color: #ffffff; }
  .btn-box.bg-vit {
    color: #ffffff; }
    .btn-box.bg-vit a {
      background-color: #AE9051; }
  .btn-box.bg-mnd {
    color: #ffffff; }
    .btn-box.bg-mnd a {
      background-color: #2E919F; }
  .btn-box.bdr-mnd {
    color: #2E919F; }
    .btn-box.bdr-mnd a {
      border: 1px solid #2E919F; }
      .btn-box.bdr-mnd a::after {
        background-image: url(../img/cmn/arw-right-mnd.png); }
  .btn-box.large {
    width: 400px; }
    @media screen and (max-width: 1300px) {
      .btn-box.large {
        width: 30.7692307692vw; } }
    @media screen and (max-width: 480px) {
      .btn-box.large {
        width: 76.2666666667vw; } }
    .btn-box.large a {
      height: 80px;
      border-radius: 40px; }
      @media screen and (max-width: 1300px) {
        .btn-box.large a {
          height: 6.1538461538vw;
          border-radius: 3.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .btn-box.large a {
          height: 18.6666666667vw;
          border-radius: 9.3333333333vw; } }
  .btn-box.icn-mail-w a {
    padding-right: 0;
    padding-left: 1em; }
    .btn-box.icn-mail-w a::before {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(../img/cmn/icn-mail-w.png);
      width: 32px;
      height: 32px;
      left: 36px;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 1300px) {
        .btn-box.icn-mail-w a::before {
          width: 2.4615384615vw;
          height: 2.4615384615vw;
          left: 2.7692307692vw; } }
      @media screen and (max-width: 480px) {
        .btn-box.icn-mail-w a::before {
          width: 5.6vw;
          height: 5.6vw;
          left: 7.2vw; } }
    .btn-box.icn-mail-w a::after {
      right: 30px; }
      @media screen and (max-width: 1300px) {
        .btn-box.icn-mail-w a::after {
          right: 2.3076923077vw; } }
      @media screen and (max-width: 480px) {
        .btn-box.icn-mail-w a::after {
          right: 6.4vw; } }

@media (hover: hover) {
  .btn-contact.bg-mnd2vit a:hover,
  .btn-box.bg-mnd2vit a:hover {
    background-color: #AE9051;
    opacity: 1; } }

/* scroll
---------------------------------------------------------------------------*/
.scroll_fadein {
  opacity: 0;
  visibility: hidden; }

body.scroll .scroll_fadein {
  opacity: 1;
  visibility: visible;
  animation: fadein 1s ease; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: .6s; }

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1; }

/* ======================================================================= */
/* sb
---------------------------------------------------------------------------*/
.sb {
  position: relative;
  width: 100%;
  height: 333px;
  padding-top: 80px;
  margin-bottom: 52px; }
  @media screen and (max-width: 1300px) {
    .sb {
      height: 25.6153846154vw;
      padding-top: 6.1538461538vw;
      margin-bottom: 4vw; } }
  @media screen and (max-width: 480px) {
    .sb {
      height: 109.3333333333vw;
      padding-top: 16vw;
      margin-bottom: 2.6666666667vw; } }
  .sb-img {
    width: 100%;
    height: 100%; }
    .sb-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;";
      border-bottom-right-radius: 120px; }
      @media screen and (max-width: 1300px) {
        .sb-img img {
          border-bottom-right-radius: 9.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .sb-img img {
          border-bottom-right-radius: 0; } }
  .sb-tx {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 10;
    font-family: "Hiragino Mincho ProN", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #ffffff; }
    @media screen and (max-width: 480px) {
      .sb-tx {
        top: 56%; } }
    .sb-tx-en {
      font-size: 16px;
      margin-bottom: 16px; }
      @media screen and (max-width: 1300px) {
        .sb-tx-en {
          font-size: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .sb-tx-en {
          font-size: 4.2666666667vw; } }
      @media screen and (max-width: 1300px) {
        .sb-tx-en {
          margin-bottom: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .sb-tx-en {
          margin-bottom: 4.2666666667vw; } }
    .sb-tx-ja {
      font-size: 36px;
      font-weight: 400; }
      @media screen and (max-width: 1300px) {
        .sb-tx-ja {
          font-size: 2.7692307692vw; } }
      @media screen and (max-width: 480px) {
        .sb-tx-ja {
          font-size: 9.6vw; } }

/* bread
---------------------------------------------------------------------------*/
.breadblock {
  margin-bottom: 52px; }
  @media screen and (max-width: 1300px) {
    .breadblock {
      margin-bottom: 4vw; } }
  @media screen and (max-width: 480px) {
    .breadblock {
      margin-bottom: 13.8666666667vw; } }

.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media screen and (max-width: 480px) {
    .bread {
      width: 100%; } }
  .bread li {
    font-size: 16px; }
    @media screen and (max-width: 1300px) {
      .bread li {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .bread li {
        font-size: 4.2666666667vw; } }
    .bread li a {
      color: #2E919F;
      text-decoration: underline;
      font-weight: 500; }
    .bread li + li {
      position: relative;
      padding-left: 25px;
      margin-left: 7px; }
      @media screen and (max-width: 1300px) {
        .bread li + li {
          padding-left: 1.9230769231vw;
          margin-left: 0.5384615385vw; } }
      .bread li + li::before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(../img/cmn/bread-arw.png);
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 1300px) {
          .bread li + li::before {
            width: 1.1538461538vw;
            height: 1.1538461538vw; } }

/* ttl
---------------------------------------------------------------------------*/
.ttl-en {
  font-size: 48px;
  font-family: english, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .05em;
  text-align: center; }
  @media screen and (max-width: 1300px) {
    .ttl-en {
      font-size: 3.6923076923vw; } }
  @media screen and (max-width: 480px) {
    .ttl-en {
      font-size: 12.8vw; } }
  @media screen and (max-width: 480px) {
    .ttl-en {
      font-size: 10.6666666667vw;
      margin-bottom: 3vw; } }

.ttl-ja {
  font-size: 15px;
  font-family: "Hiragino Mincho ProN", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 1300px) {
    .ttl-ja {
      font-size: 1.1538461538vw; } }
  @media screen and (max-width: 480px) {
    .ttl-ja {
      font-size: 4vw; } }
  @media screen and (max-width: 1300px) {
    .ttl-ja {
      margin-bottom: 3.8461538462vw; } }
  @media screen and (max-width: 480px) {
    .ttl-ja {
      margin-bottom: 13.3333333333vw; } }
  .ttl-ja.big {
    font-size: 32px;
    font-weight: 600; }
    @media screen and (max-width: 1300px) {
      .ttl-ja.big {
        font-size: 2.4615384615vw; } }
    @media screen and (max-width: 480px) {
      .ttl-ja.big {
        font-size: 8.5333333333vw; } }

.ttl-en-brown {
  color: #AE9051;
  font-family: english, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 8px; }
  @media screen and (max-width: 1300px) {
    .ttl-en-brown {
      font-size: 1.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .ttl-en-brown {
      font-size: 3.7333333333vw; } }
  @media screen and (max-width: 1300px) {
    .ttl-en-brown {
      margin-bottom: 0.6153846154vw; } }
  @media screen and (max-width: 480px) {
    .ttl-en-brown {
      font-size: 3.4666666667vw;
      margin-bottom: 3.2vw; } }

.ttl-ja-brown {
  position: relative;
  font-family: "Hiragino Mincho ProN", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 18px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1300px) {
    .ttl-ja-brown {
      font-size: 1.8461538462vw; } }
  @media screen and (max-width: 480px) {
    .ttl-ja-brown {
      font-size: 6.4vw; } }
  @media screen and (max-width: 1300px) {
    .ttl-ja-brown {
      padding-bottom: 1.3846153846vw;
      margin-bottom: 3.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .ttl-ja-brown {
      font-size: 5.3333333333vw;
      padding-bottom: 4.2666666667vw;
      margin-bottom: 9.0666666667vw; } }
  .ttl-ja-brown::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #AE9051;
    left: 0;
    bottom: 0; }
    @media screen and (max-width: 1300px) {
      .ttl-ja-brown::after {
        width: 3.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .ttl-ja-brown::after {
        width: 13.3333333333vw; } }

/* ancpos
---------------------------------------------------------------------------*/
.ancpos {
  display: block;
  position: relative;
  z-index: -9999;
  padding-top: 80px;
  margin-top: -80px; }
  @media screen and (max-width: 1300px) {
    .ancpos {
      padding-top: 6.1538461538vw;
      margin-top: -6.1538461538vw; } }
  @media screen and (max-width: 480px) {
    .ancpos {
      padding-top: 16vw;
      margin-top: -16vw; } }
