@charset "UTF-8";
/* Scss Document */
/* 全体の70%の色 */
/* 全体の25%の色 */
/*----メディアクエリ(案件によって使い分け)----*/
/*----------PC・スマホのみ----------*/
/*----------end-PC・スマホのみ----------*/
/*--------br管理--------*/
@media (max-width: 560px) {
  .msBr {
    display: block;
  }
}

@media (min-width: 561px) and (max-width: 960px) {
  .msBr {
    display: none;
  }
}

@media (min-width: 769px) {
  .msBr {
    display: none;
  }
}

@media (max-width: 560px) {
  .mmBr {
    display: none;
  }
}

@media (min-width: 561px) and (max-width: 960px) {
  .mmBr {
    display: block;
  }
}

@media (min-width: 769px) {
  .mmBr {
    display: none;
  }
}

@media (max-width: 560px) {
  .mlBr {
    display: none;
  }
}

@media (min-width: 561px) and (max-width: 960px) {
  .mlBr {
    display: none;
  }
}

@media (min-width: 769px) {
  .mlBr {
    display: block;
  }
}

/*--------end-br管理--------*/
/* Scss Document */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 62.5%;
  color: #000;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

table {
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

/* Scss Document */
/* 全体の70%の色 */
/* 全体の25%の色 */
/*----メディアクエリ(案件によって使い分け)----*/
/*----------PC・スマホのみ----------*/
/*----------end-PC・スマホのみ----------*/
/*--------br管理--------*/
@media (max-width: 560px) {
  .msBr {
    display: block;
  }
}

@media (min-width: 561px) and (max-width: 960px) {
  .msBr {
    display: none;
  }
}

@media (min-width: 769px) {
  .msBr {
    display: none;
  }
}

@media (max-width: 560px) {
  .mmBr {
    display: none;
  }
}

@media (min-width: 561px) and (max-width: 960px) {
  .mmBr {
    display: block;
  }
}

@media (min-width: 769px) {
  .mmBr {
    display: none;
  }
}

@media (max-width: 560px) {
  .mlBr {
    display: none;
  }
}

@media (min-width: 561px) and (max-width: 960px) {
  .mlBr {
    display: none;
  }
}

@media (min-width: 769px) {
  .mlBr {
    display: block;
  }
}

/*--------end-br管理--------*/
/* Scss Document */
.header {
  min-width: 100%;
  background-color: #163C1F;
  position: relative;
}

.header .h-logo {
  width: 140px;
  margin: 0 auto;
  padding: 27px 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  .header .h-logo {
    width: 100px;
    padding: 20px 0;
  }
}

.header .h-logo img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

.header .openbtn {
  position: absolute;
  top: 50%;
  right: 3.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 26px;
  cursor: pointer;
  z-index: 999;
}

@media (min-width: 0px) and (max-width: 768px) {
  .header .openbtn {
    width: 35px;
    height: 24px;
  }
}

.header .openbtn span {
  display: block;
  background-color: #E9C396;
  width: 40px;
  height: 2px;
  position: absolute;
  right: 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 0px) and (max-width: 768px) {
  .header .openbtn span {
    width: 35px;
  }
}

.header .openbtn .op-btn01 {
  top: 0;
}

.header .openbtn .op-btn02 {
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .openbtn .op-btn03 {
  bottom: 0;
}

.header .openbtn.active span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #163C1F;
}

.header .openbtn.active .op-btn01 {
  top: 6px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

.header .openbtn.active .op-btn02 {
  opacity: 0;
}

.header .openbtn.active .op-btn03 {
  top: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.header .sp-menu {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 998;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

@media (min-width: 0px) and (max-width: 768px) {
  .header .sp-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .header .sp-menu .menu-logo {
    width: 50%;
  }
  .header .sp-menu .menu-logo a {
    display: block;
    text-align: center;
  }
}

.header .sp-menu .sp-menu_content .h-list {
  margin-bottom: 46px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .header .sp-menu .sp-menu_content .h-list {
    padding: 0 5.4vw;
  }
}

.header .sp-menu .sp-menu_content .h-list:last-of-type {
  margin-bottom: 0;
}

.header .sp-menu .sp-menu_content .h-list .h-list_link {
  font-size: 1.8rem;
  color: #163C1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (min-width: 0px) and (max-width: 768px) {
  .header .sp-menu .sp-menu_content .h-list .h-list_link {
    font-size: 1.4rem;
  }
}

.header .sp-menu .sp-menu_content .h-list .h-list_link::before {
  content: attr(data-title);
  font-family: athelas, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 6rem;
  line-height: 1;
  width: 308px;
  display: block;
}

@media (min-width: 0px) and (max-width: 768px) {
  .header .sp-menu .sp-menu_content .h-list .h-list_link::before {
    font-size: 3.8rem;
    width: 185px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 769px) {
  .header .sp-menu .sp-menu_content .h-list .h-list_link:hover {
    color: #E9C396;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}

.header .sp-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .4s;
  transition: .4s;
}

/* Scss Document */
/* 全体の70%の色 */
/* 全体の25%の色 */
/*----メディアクエリ(案件によって使い分け)----*/
/*----------PC・スマホのみ----------*/
/*----------end-PC・スマホのみ----------*/
/*--------br管理--------*/
@media (max-width: 560px) {
  .msBr {
    display: block;
  }
}

@media (min-width: 561px) and (max-width: 960px) {
  .msBr {
    display: none;
  }
}

@media (min-width: 769px) {
  .msBr {
    display: none;
  }
}

@media (max-width: 560px) {
  .mmBr {
    display: none;
  }
}

@media (min-width: 561px) and (max-width: 960px) {
  .mmBr {
    display: block;
  }
}

@media (min-width: 769px) {
  .mmBr {
    display: none;
  }
}

@media (max-width: 560px) {
  .mlBr {
    display: none;
  }
}

@media (min-width: 561px) and (max-width: 960px) {
  .mlBr {
    display: none;
  }
}

@media (min-width: 769px) {
  .mlBr {
    display: block;
  }
}

/*--------end-br管理--------*/
.footer {
  text-align: center;
  padding: 60px 0 20px;
  color: #E9C396;
}

.footer .logo a {
  display: block;
  width: 140px;
  margin: 0 auto 30px;
}

.footer .palce {
  font-size: 1.4rem;
  margin-bottom: 60px;
}

.footer .copyright {
  font-family: athelas, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}

.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 200px auto;
}

@media (min-width: 769px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 561px) and (max-width: 960px) {
  .container {
    padding-right: 3.4vw;
    padding-left: 3.4vw;
  }
}

@media (max-width: 560px) {
  .container {
    padding-right: 5.4vw;
    padding-left: 5.4vw;
    margin-bottom: 100px;
  }
}

.swiper-container .swiper-wrapper {
  height: 100%;
  position: relative;
}

.swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.element {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition: opacity 1.6s, visibility 1.6s, -webkit-transform 1.6s;
  transition: opacity 1.6s, visibility 1.6s, -webkit-transform 1.6s;
  transition: opacity 1.6s, visibility 1.6s, transform 1.6s;
  transition: opacity 1.6s, visibility 1.6s, transform 1.6s, -webkit-transform 1.6s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.swiper01,
.swiper02 {
  overflow: hidden;
}

.swiper01 .swiper-wrapper,
.swiper02 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper01 .swiper-slide,
.swiper02 .swiper-slide {
  width: 40% !important;
  height: auto !important;
  max-width: 500px !important;
  max-height: 400px !important;
}

@media (max-width: 560px) {
  .swiper01 .swiper-slide,
  .swiper02 .swiper-slide {
    width: 50% !important;
  }
}

.swiper01 .swiper-slide img,
.swiper02 .swiper-slide img {
  height: auto;
  width: 100%;
}

.section-title {
  margin: 0 0 100px;
  padding: 0 0 0 14%;
  color: #E9C396;
  font-size: 140px;
  font-family: athelas, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 0.74;
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  .section-title {
    font-size: 100px;
    padding: 0 0 0 9%;
    margin: 0 0 60px;
  }
}

@media (max-width: 560px) {
  .section-title {
    font-size: 65px;
  }
}

.section-title::before, .section-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 96%;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: left top;
  position: absolute;
  top: 0;
}

.section-title::before {
  left: calc(14% + 605px);
}

@media (min-width: 0px) and (max-width: 768px) {
  .section-title::before {
    left: calc(9% + 430px);
  }
}

@media (max-width: 560px) {
  .section-title::before {
    left: calc(9% + 280px);
  }
}

.section-title::after {
  right: 86%;
  background-position: right top;
}

@media (min-width: 0px) and (max-width: 768px) {
  .section-title::after {
    right: 91%;
  }
}

.section-title.is-fadein span {
  -webkit-animation: titlefade ease-out forwards 1s;
          animation: titlefade ease-out forwards 1s;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

@-webkit-keyframes titlefade {
  0% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes titlefade {
  0% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

body {
  background-color: #163C1F;
}

body.active {
  overflow: hidden;
}

.content {
  overflow: hidden;
}

.mainvisual {
  height: calc(100vh - 120px);
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  .mainvisual {
    height: calc(100dvh - 87.5px);
  }
}

.mainvisual:after {
  content: '';
  display: block;
  width: 91%;
  height: 280px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

@media (min-width: 0px) and (max-width: 768px) {
  .mainvisual:after {
    height: 50vh;
  }
}

.mainvisual .swiper-container {
  width: 91%;
  margin-left: auto;
  height: 100%;
  z-index: -1;
}

.mainvisual .swiper-container .swiper-wrapper .swiper-slide:first-child img {
  -o-object-position: right 30% bottom 0;
     object-position: right 30% bottom 0;
}

.mainvisual .swiper-container .swiper-wrapper .swiper-slide:nth-child(2) img {
  -o-object-position: right 52% bottom 0;
     object-position: right 52% bottom 0;
}

.mainvisual .swiper-container .swiper-wrapper .swiper-slide:nth-child(3) img {
  -o-object-position: right 30% bottom 0;
     object-position: right 30% bottom 0;
}

.mainvisual .swiper-container .swiper-wrapper .swiper-slide:nth-child(4) img {
  -o-object-position: right 75% bottom 0;
     object-position: right 75% bottom 0;
}

.mainvisual .text-content {
  width: 71%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 997;
}

@media (max-width: 1250px) {
  .mainvisual .text-content {
    width: 80%;
    left: auto;
    right: 50px;
    bottom: 5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .mainvisual .text-content {
    width: calc(100% - 15%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: auto;
    left: 15%;
  }
}

.mainvisual .text-content .text-left {
  color: #fff;
  padding-right: 20px;
}

.mainvisual .text-content .text-left .title {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  line-height: 45px;
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .mainvisual .text-content .text-left .title {
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
}

.mainvisual .text-content .text-left .text {
  line-height: 30px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .mainvisual .text-content .text-left .text {
    font-size: 1.4rem;
    line-height: 26px;
    margin-bottom: 40px;
  }
}

.mainvisual .text-content .text-right a {
  background-color: #fff;
  padding: 22px 53px;
  font-size: 1.8rem;
  line-height: 1;
  color: #163C1F;
  white-space: nowrap;
  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;
  z-index: 3;
  position: relative;
}

.mainvisual .text-content .text-right a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #163C1F;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@media (min-width: 0px) and (max-width: 768px) {
  .mainvisual .text-content .text-right a {
    padding: 16px 32px;
    font-size: 1.4rem;
  }
}

@media (min-width: 769px) {
  .mainvisual .text-content .text-right a:hover {
    color: #fff;
  }
  .mainvisual .text-content .text-right a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.mainvisual .url {
  font-family: athelas, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  color: #E9C396;
  letter-spacing: 0.12em;
  position: absolute;
  top: 50%;
  left: 4.5%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

@media (min-width: 0px) and (max-width: 768px) {
  .mainvisual .url {
    font-size: 1.4rem;
  }
}

.mainvisual .scrolldown {
  position: absolute;
  bottom: 0;
  left: 4.5%;
}

.mainvisual .scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 20px;
  background: #163C1F;
  z-index: 5;
  -webkit-animation: insidemove 1.6s ease-in-out infinite, movehide 1.6s ease-out infinite;
          animation: insidemove 1.6s ease-in-out infinite, movehide 1.6s ease-out infinite;
}

.mainvisual .scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #E9C396;
}

.mainvisual .scrolldown span {
  font-family: athelas, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  color: #E9C396;
  letter-spacing: 0.12em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: -65px;
  left: -25px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .mainvisual .scrolldown span {
    font-size: 1rem;
    top: -70px;
    left: -18px;
  }
}

@-webkit-keyframes insidemove {
  0% {
    bottom: 85px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes insidemove {
  0% {
    bottom: 85px;
  }
  100% {
    bottom: -5px;
  }
}

@-webkit-keyframes movehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes movehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.about {
  padding: 155px 0 200px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .about {
    padding: 100px 0 20px;
  }
}

.about .section-title::before, .about .section-title::after {
  background-image: url(../images/about-bg.png);
}

.about .about-content {
  padding: 0 0 160px 14%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0px) and (max-width: 768px) {
  .about .about-content {
    padding: 0 0 80px 9%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.about .about-content .text {
  width: 46%;
}

@media (min-width: 0px) and (max-width: 768px) {
  .about .about-content .text {
    width: 100%;
    padding-right: 5.4vw;
    margin-bottom: 60px;
  }
}

.about .about-content .text p {
  margin-bottom: 60px;
  color: #E9C396;
  line-height: 40px;
  font-size: 1.8rem;
}

@media (min-width: 0px) and (max-width: 768px) {
  .about .about-content .text p {
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  .about .about-content .text p {
    font-size: 1.4rem;
    line-height: 28px;
  }
}

.about .about-content .text p:last-of-type {
  margin-bottom: 0;
}

.about .about-content .swiper-container {
  width: 44%;
  height: 600px;
  max-width: 520px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .about .about-content .swiper-container {
    width: 100%;
    margin-left: auto;
  }
}

@media (max-width: 560px) {
  .about .about-content .swiper-container {
    height: 450px;
  }
}

.about .about-content02 {
  padding: 160px 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 0px) and (max-width: 768px) {
  .about .about-content02 {
    padding: 80px 9% 0 0;
  }
}

.about .about-content02 .about-pic {
  width: 38%;
  height: 600px;
  max-width: 520px;
  margin-right: 9%;
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  .about .about-content02 .about-pic {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media (max-width: 560px) {
  .about .about-content02 .about-pic {
    height: 450px;
  }
}

.about .about-content02 .about-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about .about-content02 .text {
  width: 40%;
}

@media (min-width: 0px) and (max-width: 768px) {
  .about .about-content02 .text {
    width: 100%;
    padding-left: 5.4vw;
    padding-right: 0;
  }
}

.about .about-content02 .text h3 {
  font-size: 3rem;
  color: #E9C396;
  margin-bottom: 100px;
}

@media (max-width: 560px) {
  .about .about-content02 .text h3 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}

.design {
  margin-bottom: 200px;
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 560px) {
  .design {
    margin-bottom: 100px;
    padding-top: 60px;
    margin-top: -60px;
  }
}

.design .section-title {
  line-height: 1.13;
  text-align: center;
  padding: 0;
}

.design .section-title::before, .design .section-title::after {
  background-image: url(../images/design-bg.png);
  height: 80%;
  margin-top: 32px;
  background-position: left bottom;
}

@media (min-width: 0px) and (max-width: 768px) {
  .design .section-title::before, .design .section-title::after {
    margin-top: 23px;
  }
}

@media (max-width: 560px) {
  .design .section-title::before, .design .section-title::after {
    margin-top: 15px;
  }
}

.design .section-title::before {
  left: calc(50% + 245px);
}

@media (min-width: 0px) and (max-width: 768px) {
  .design .section-title::before {
    left: calc(50% + 175px);
  }
}

@media (max-width: 560px) {
  .design .section-title::before {
    left: calc(50% + 115px);
  }
}

.design .section-title::after {
  background-position: right top;
  right: calc(50% + 215px);
}

@media (min-width: 0px) and (max-width: 768px) {
  .design .section-title::after {
    right: calc(50% + 155px);
  }
}

@media (max-width: 560px) {
  .design .section-title::after {
    right: calc(50% + 100px);
  }
}

.design .design-content {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 560px) {
  .design .design-content {
    margin-bottom: 80px;
  }
}

.design .design-content .design-illust {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  .design .design-content .design-illust {
    position: static;
    padding: 0;
    margin-bottom: 40px;
  }
}

.design .design-content .design-illust img {
  -webkit-filter: drop-shadow(0 0 10px #000);
          filter: drop-shadow(0 0 10px #000);
}

.design .design-content .text {
  padding-top: 50%;
  width: 52%;
}

@media (min-width: 0px) and (max-width: 768px) {
  .design .design-content .text {
    width: 100%;
    padding-top: 0;
    margin-bottom: 60px;
  }
}

.design .design-content .text p {
  margin-bottom: 40px;
  color: #E9C396;
  line-height: 30px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .design .design-content .text p {
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  .design .design-content .text p {
    font-size: 1.4rem;
    line-height: 28px;
  }
}

.design .design-content .text p:last-of-type {
  margin-bottom: 0;
}

.design .design-pic .item {
  width: 100%;
  padding-top: 77%;
  min-width: 100%;
  position: relative;
}

.design .design-pic .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.plan {
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 560px) {
  .plan {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.plan .section-title {
  padding: 0;
}

.plan .section-title span {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1165px) {
  .plan .section-title span {
    width: 90%;
  }
}

.plan .section-title::before, .plan .section-title::after {
  background-image: url(../images/plan-bg.png);
}

.plan .section-title::before {
  left: calc(50% - 200px);
}

@media (max-width: 1165px) {
  .plan .section-title::before {
    left: calc(390px);
  }
}

@media (max-width: 960px) {
  .plan .section-title::before {
    left: calc(3.4vw + 345px);
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .plan .section-title::before {
    left: calc(3.4vw + 250px);
  }
}

@media (max-width: 560px) {
  .plan .section-title::before {
    left: calc(5.4vw + 165px);
  }
}

.plan .section-title::after {
  left: calc(-50% - 495px);
}

@media (max-width: 1165px) {
  .plan .section-title::after {
    left: -90%;
  }
}

.plan .plan-slide {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 1165px) {
  .plan .plan-slide {
    width: 90%;
  }
}

@media (max-width: 560px) {
  .plan .plan-slide {
    margin-bottom: 40px;
  }
}

.plan .plan-slide .swiper-wrapper .swiper-slide {
  padding-top: 58%;
}

@media (max-width: 560px) {
  .plan .plan-slide .swiper-wrapper .swiper-slide {
    padding-top: 60%;
  }
}

.plan .plan-slide .swiper-button-white {
  width: 50px;
  height: 130px;
  margin: 0;
  color: transparent;
  background-image: url(../images/plan-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 0px) and (max-width: 768px) {
  .plan .plan-slide .swiper-button-white {
    width: 35px;
    height: 90px;
  }
}

@media (max-width: 560px) {
  .plan .plan-slide .swiper-button-white {
    width: 25px;
    height: 63px;
  }
}

.plan .plan-slide .swiper-button-prev {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
  left: -15px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .plan .plan-slide .swiper-button-prev {
    left: -8px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .plan .plan-slide .swiper-button-prev {
    left: 0;
  }
}

.plan .plan-slide .swiper-button-next {
  right: -65px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .plan .plan-slide .swiper-button-next {
    right: -42px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .plan .plan-slide .swiper-button-next {
    right: -25px;
  }
}

.plan .paln-info .info-content {
  color: #E9C396;
  margin-bottom: 70px;
}

@media (max-width: 560px) {
  .plan .paln-info .info-content {
    margin-bottom: 20px;
  }
}

.plan .paln-info .info-content .info-title {
  padding: 13px 5px 13px 10px;
  margin-bottom: 40px;
  border-top: 1px solid #E9C396;
  border-bottom: 1px solid #E9C396;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}

@media (max-width: 560px) {
  .plan .paln-info .info-content .info-title {
    font-size: 1.6rem;
    padding: 10px 2px 10px 6px;
    margin-bottom: 20px;
  }
}

.plan .paln-info .info-content .info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 560px) {
  .plan .paln-info .info-content .info-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.plan .paln-info .info-content .info-detail .detail {
  width: 46%;
}

@media (max-width: 560px) {
  .plan .paln-info .info-content .info-detail .detail {
    width: 100%;
  }
}

.plan .paln-info .info-content .info-detail .detail dl {
  margin-bottom: 30px;
}

@media (min-width: 561px) {
  .plan .paln-info .info-content .info-detail .detail dl:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .plan .paln-info .info-content .info-detail .detail dl {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}

.plan .paln-info .info-content .info-detail .detail dl dt {
  margin-bottom: 5px;
}

@media (max-width: 560px) {
  .plan .paln-info .info-content .info-detail .detail dl dt {
    margin-bottom: 3px;
  }
}

.plan .paln-info .info-content .info-detail .detail dl dd {
  line-height: 30px;
}

@media (max-width: 560px) {
  .plan .paln-info .info-content .info-detail .detail dl dd {
    line-height: 26px;
  }
}

.plan .paln-info .info-content .info-about {
  display: block;
}

.plan .paln-info .info-content .info-about .text {
  line-height: 30px;
  text-align: justify;
}

@media (max-width: 560px) {
  .plan .paln-info .info-content .info-about .text {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.plan .paln-info .half-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 560px) {
  .plan .paln-info .half-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}

.plan .paln-info .half-content .info-half {
  width: 47.8%;
}

@media (max-width: 560px) {
  .plan .paln-info .half-content .info-half {
    width: 100%;
    margin-bottom: 40px;
  }
}

.plan .paln-info .half-content .info-half .info-title .price .tax {
  font-size: 1.4rem;
}

@media (max-width: 560px) {
  .plan .paln-info .half-content .info-half .info-title .price .tax {
    font-size: 1.2rem;
  }
}

.plan .paln-info .half-content .info-half .info-detail .text {
  line-height: 30px;
  letter-spacing: 0;
}

@media (max-width: 560px) {
  .plan .paln-info .half-content .info-half .info-detail .text {
    font-size: 1.4rem;
    line-height: 26px;
  }
}

.access {
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 560px) {
  .access {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.access .section-title {
  padding: 0;
}

.access .section-title span {
  display: block;
  margin: 0 auto;
}

.access .section-title::before, .access .section-title::after {
  background-image: url(../images/access-bg.png);
}

.access .section-title::before {
  left: calc(50% - 65px);
}

@media (max-width: 1080px) {
  .access .section-title::before {
    left: calc(40px + 425px);
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .access .section-title::before {
    left: calc(3.4vw + 310px);
  }
}

@media (max-width: 560px) {
  .access .section-title::before {
    left: calc(5.4vw + 200px);
  }
}

.access .section-title::after {
  left: calc(-50% - 500px);
}

@media (max-width: 1080px) {
  .access .section-title::after {
    left: -96.5%;
  }
}

@media (max-width: 560px) {
  .access .section-title::after {
    left: -94.7%;
  }
}

.access .access-content {
  text-align: center;
}

.access .access-content .map {
  margin-bottom: 46px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.access .access-content .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access .access-content .place {
  color: #E9C396;
  font-size: 2.6rem;
  margin-bottom: 60px;
}

@media (max-width: 560px) {
  .access .access-content .place {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.access .access-content .palce-info {
  color: #E9C396;
  font-size: 1.8rem;
  line-height: 30px;
}

@media (max-width: 560px) {
  .access .access-content .palce-info {
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 26px;
  }
}

.contact {
  background-color: #fff;
  padding-bottom: 100px;
}

.contact .section-title {
  background-color: #163C1F;
  color: #fff;
  text-align: center;
  line-height: 0.65;
  padding: 0;
  margin-bottom: 90px;
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 560px) {
  .contact .section-title {
    margin-bottom: 60px;
    padding-top: 60px;
    margin-top: -60px;
  }
}

.contact .contact-text {
  font-size: 1.8rem;
  text-align: center;
  color: #163C1F;
  line-height: 38px;
  margin-bottom: 40px;
  padding: 0 20px;
}

@media (max-width: 560px) {
  .contact .contact-text {
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.contact .iefodosan {
  text-align: center;
  margin-bottom: 160px;
}

@media (max-width: 560px) {
  .contact .iefodosan {
    margin-bottom: 100px;
  }
}

.contact .iefodosan .text {
  font-size: 1.8rem;
  color: #163C1F;
  margin-bottom: 20px;
}

.contact .iefodosan .text span {
  margin-right: 15px;
}

@media (max-width: 560px) {
  .contact .iefodosan .text {
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.contact .iefodosan img {
  width: 250px;
}

@media (max-width: 560px) {
  .contact .iefodosan img {
    width: 220px;
  }
}

.contact .contact-content {
  margin: 0 auto;
}

.contact .contact-content .contact-box {
  max-width: 800px;
  margin: 0 auto 90px;
}

.contact .contact-content .contact-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 45px;
}

.contact .contact-content .contact-box dt {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (max-width: 560px) {
  .contact .contact-content .contact-box dt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.contact .contact-content .contact-box .required .form-ttl {
  display: inline-block;
  position: relative;
}

.contact .contact-content .contact-box .required .form-ttl:after {
  content: '必須';
  color: #E9C396;
  background-color: #163C1F;
  padding: 6px 11px;
  display: block;
  font-size: 1.4rem;
  position: absolute;
  top: -3px;
  right: -70px;
}

@media (max-width: 560px) {
  .contact .contact-content .contact-box .required .form-ttl:after {
    font-size: 1.2rem;
    top: -4px;
    right: -60px;
  }
}

.contact .contact-content .contact-box dd input {
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  padding: 22px 24px;
  font-size: 1.6rem;
  line-height: 1;
}

@media (max-width: 560px) {
  .contact .contact-content .contact-box dd input {
    padding: 18px 20px;
    font-size: 1.4rem;
  }
}

.contact .contact-content .contact-box .half dd input {
  width: 50%;
}

@media (max-width: 560px) {
  .contact .contact-content .contact-box .half dd input {
    width: 100%;
  }
}

.contact .contact-content .contact-box .textarea-content {
  min-height: 270px;
}

@media (max-width: 560px) {
  .contact .contact-content .contact-box .textarea-content dt {
    line-height: 26px;
  }
}

.contact .contact-content .contact-box .textarea-content dd {
  height: 100%;
}

.contact .contact-content .contact-box .textarea-content textarea {
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  min-height: 270px;
  padding: 22px 24px;
  font-size: 1.6rem;
  resize: none;
}

@media (max-width: 560px) {
  .contact .contact-content .contact-box .textarea-content textarea {
    font-size: 1.4rem;
  }
}

.contact .contact-content ::-webkit-input-placeholder {
  color: #ccc;
}

.contact .contact-content :-ms-input-placeholder {
  color: #ccc;
}

.contact .contact-content ::-ms-input-placeholder {
  color: #ccc;
}

.contact .contact-content ::placeholder {
  color: #ccc;
}

.contact .contact-content :focus {
  outline: none;
}

.contact .contact-content .privacy {
  max-width: 920px;
  margin: 0 auto 80px auto;
  padding-left: 60px;
}

@media (max-width: 1000px) {
  .contact .contact-content .privacy {
    max-width: 800px;
    padding-left: 0;
    margin: 0 auto 60px auto;
  }
}

@media (max-width: 560px) {
  .contact .contact-content .privacy {
    margin-bottom: 60px;
  }
}

.contact .contact-content .privacy .privacy-title {
  margin: 0 0 50px 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 560px) {
  .contact .contact-content .privacy .privacy-title {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
  }
}

.contact .contact-content .privacy .scroll-area {
  width: 100%;
  height: 400px;
  padding: 0 50px 0 0;
  margin-bottom: 100px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 769px) {
  .contact .contact-content .privacy .scroll-area::-webkit-scrollbar {
    width: 10px;
  }
}

@media (min-width: 769px) {
  .contact .contact-content .privacy .scroll-area::-webkit-scrollbar-track {
    background-color: #163C1F;
  }
}

@media (min-width: 769px) {
  .contact .contact-content .privacy .scroll-area::-webkit-scrollbar-thumb {
    background-color: #E9C396;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .contact .contact-content .privacy .scroll-area {
    padding: 10px;
    border: 1px solid #163C1F;
  }
}

@media (max-width: 560px) {
  .contact .contact-content .privacy .scroll-area {
    margin-bottom: 50px;
  }
}

.contact .contact-content .privacy .scroll-area .text {
  line-height: 24px;
  margin-bottom: 50px;
}

@media (max-width: 560px) {
  .contact .contact-content .privacy .scroll-area .text {
    font-size: 1.4rem;
    margin: 0 0 40px 0;
  }
}

.contact .contact-content .privacy .scroll-area .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .contact .contact-content .privacy .scroll-area .title {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
}

.contact .contact-content .privacy .scroll-area dl:last-of-type .text {
  margin-bottom: 0;
}

.contact .contact-content .doui {
  text-align: center;
  margin-bottom: 55px;
}

@media (max-width: 560px) {
  .contact .contact-content .doui {
    font-size: 1.4rem;
  }
}

.contact .contact-content .doui span {
  font-weight: 700;
}

.contact .contact-content .doui input[type=checkbox] {
  display: none;
}

.contact .contact-content .doui input[type=checkbox]:checked + .label_test:before {
  border-right: 3px solid #E9C396;
  border-bottom: 3px solid #E9C396;
}

.contact .contact-content .doui input[type=checkbox]:checked + .label_test:after {
  background-color: #163C1F;
}

.contact .contact-content .doui .label_test {
  position: relative;
  padding: 0 0 0 40px;
}

.contact .contact-content .doui .label_test::before, .contact .contact-content .doui .label_test::after {
  content: "";
  display: block;
  position: absolute;
}

.contact .contact-content .doui .label_test::after {
  top: 50%;
  left: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background-color: #ccc;
}

@media (max-width: 560px) {
  .contact .contact-content .doui .label_test::after {
    width: 20px;
    height: 20px;
  }
}

.contact .contact-content .doui .label_test::before {
  top: 42%;
  left: 15px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}

@media (max-width: 560px) {
  .contact .contact-content .doui .label_test::before {
    width: 7px;
    height: 12px;
  }
}

.contact .contact-content .submit {
  width: 460px;
  height: 100px;
  margin: 0 auto;
  background-color: #163C1F;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 2px solid #163C1F;
  z-index: 3;
  position: relative;
}

@media (max-width: 560px) {
  .contact .contact-content .submit {
    min-width: 300px;
    width: 80%;
    height: 80px;
  }
}

.contact .contact-content .submit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.contact .contact-content .submit input {
  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;
  width: 100%;
  height: 100%;
  color: #E9C396;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (min-width: 769px) {
  .contact .contact-content .submit:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .contact .contact-content .submit:hover input {
    color: #163C1F;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}
/*# sourceMappingURL=common.css.map */