@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* NEW マーク */
.localnav__list li {
  position: relative;
}

.localnav__list li:nth-child(8) a::after {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
  content: "NEW";
  background: #841313;
  color: #fff;
  padding: 1px 3px 1px;
  line-height: 12px;
  margin-left: 5px;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.center {
  text-align: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz16 {
  font-size: 1.6rem;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #221815;
  margin: 0;
}

body {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
}

.font-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-mincho {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif;
}

.new {
  position: absolute;
  top: 0;
  right: 0;
}

.gnav-under-inner li {
  position: relative;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

th.center,
td.center,
th.center td {
  text-align: center;
}

tr.top,
td.top,
tr.top td,
th.top,
th.top td {
  vertical-align: top;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: none;
}

a img {
  border: none;
}

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

picture {
  display: inline;
}

ul,
li {
  margin: 0;
  padding: 0;
}

.pc-only,
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only,
  .pc {
    display: none;
  }
}

.sp-only,
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only,
  .sp {
    display: block;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

img {
  max-width: 100%;
}

main img {
  vertical-align: top;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.loaded {
  display: block;
}

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

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 62.5%;
}

.aniFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}
.aniFadeIn.doAniFadeIn {
  opacity: 1;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}
.aniFadeIn.fadeUp {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.aniFadeIn.fadeLeft {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.aniFadeIn.fadeDown {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.aniFadeIn.fadeRight {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
.aniFadeIn.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
  transform: translateY(100px) scale(0.7);
}
.aniFadeIn.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
  transform: translateY(0) scale(1) !important;
}
.aniFadeIn.textFade .fadeTarget {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n-1) {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n) {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.aniFadeIn.textFade .fadeTarget.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}

.fz70p {
  font-size: 70%;
}

.fz120p {
  font-size: 120%;
}

.fz140p {
  font-size: 140%;
}

.fz150p {
  font-size: 150%;
}

.fz180p {
  font-size: 180%;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.page-header {
  height: 217px;
  border-bottom: solid 2px #bf9c47;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-header {
    height: 142px;
  }
}
.page-header .page-title {
  padding: 58px 38px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-header .page-title {
    padding: 40px 23px;
  }
}
.page-header .page-title .title-main {
  font-family: "Times New Roman", Arial, serif;
  color: #b05f49;
  font-size: 3.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-header .page-title .title-main {
    font-size: 2.3rem;
    margin-bottom: 5px;
  }
}
.page-header .page-title .title-sub {
  color: #b05f49;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-header .page-title .title-sub {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.page-header .page-title .title-text {
  color: #40220f;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-header .page-title .title-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .header-body {
    padding-right: 80px;
  }
}

.header-nav__item-map .header-nav__link,
.header-nav__item-outline .header-nav__link {
  color: #614a34;
  background: #fff;
  border: 1px solid #aea79a;
}

.header-nav__form_btn .header-nav__link {
  background: #aea79a;
  border: 1px solid #fff;
}

.localnav__list .localnav__link {
  line-height: 1.2;
}
.localnav__list .localnav__link.selected {
  background: #aea79a;
}
.localnav__list .localnav__link .en {
  font-size: 8px;
  letter-spacing: 0.16em;
}

.localnav__list .localnav__item {
  border: solid 1px #aea79a;
}

.localnav__list .localnav__item.last {
  border-right: solid 1px #aea79a;
}
@media screen and (max-width: 768px) {
  .localnav__list .localnav__item.last {
    border-top: none;
    border-left: none;
    /*border-right: solid 1px #aea79a;
    border-bottom: solid 1px #aea79a;*/
    border-right: solid 1px #c9bc9c;
  }
}

.localnav__list .localnav__item.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .localnav__list .localnav__item.sp {
    display: block;
  }
}

.localnav__item .localnav__link {
  color: #614a34;
}

.footer-company__list .footer-company__item:nth-of-type(1) .footer-company__img {
  width: 177px;
  margin-top: 8px;
}
.footer-company__list .footer-company__item:nth-of-type(2) .footer-company__img {
  width: 387px;
  margin-top: 6px;
}
.footer-tel .footer-tel__body {
  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;
}

.footer-tel .footer-tel__body img {
  vertical-align: top;
}

.footer-tel .footer-tel__body .footer-tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-tel .footer-tel__body .footer-tel__link::before {
  content: "通話料無料";
  display: inline-block;
  font-size: 12px;
  border: solid 1px #282828;
  color: #282828;
  margin: 0 10px 0 0;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .footer-tel .footer-tel__body .footer-tel__link::before {
    font-size: 8px;
    margin: 0 4px 0 0;
    padding: 3px;
  }
}

.gen-inner {
  max-width: 810px;
  margin: auto;
}
.gen-mv img {
  width: 100%;
}

.gen-catch {
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .gen-catch {
    margin-bottom: 20px;
  }
}
.gen-catch__title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .gen-catch__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.gen-catch__title .title1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .gen-catch__title .title1 {
    font-size: 1.4rem;
  }
}
.gen-catch__title .title2 {
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .gen-catch__title .title2 {
    font-size: 2rem;
  }
}
.gen-catch__main {
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1024px) {
  .gen-catch__main {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.gen-catch__main.text-left {
  text-align: left;
}
.gen-catch__sub {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1024px) {
  .gen-catch__sub {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}
.gen-catch__sub.text-left {
  text-align: left;
}
.gen-catch__note {
  margin-top: 40px;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1024px) {
  .gen-catch__note {
    margin-top: 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .gen-catch__note.sp-left {
    text-align: left;
  }
}

.gen-footer-banner {
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .gen-footer-banner {
    margin: 20px 0;
    padding: 0 20px;
  }
}
.gen-footer-banner .btn-request {
  display: block;
  max-width: 600px;
  margin: auto;
  padding: 20px;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .gen-footer-banner .btn-request {
    font-size: 2rem;
  }
}
.gen-footer-banner .btn-request:hover {
  text-decoration: none;
}

.aniShine::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(100%, white), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation: shiny 3s ease-in-out infinite;
  animation: shiny 3s ease-in-out infinite;
}

.common-information-box {
  color: #221815;
  background: #f5f2e7;
  padding: 40px 20px;
}
.common-information-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .common-information-box__inner {
    display: block;
  }
}
.common-information-box__title {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .common-information-box__title {
    font-size: 1.6rem;
    display: block;
    text-align: center;
  }
}
.common-information-box__text {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .common-information-box__text {
    font-size: 2rem;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.common-information-box__button {
  margin: 0 0 0 auto;
}
.common-information-box__button .btn-request {
  display: block;
  text-align: center;
  width: 450px;
  color: #fff;
  background: #c9bc9c;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .common-information-box__button .btn-request {
    width: auto;
  }
}
.common-information-box__button .btn-request .btn-request-main {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .common-information-box__button .btn-request .btn-request-main {
    font-size: 1.6rem;
  }
}
.common-information-box__button .btn-request .btn-request-sub {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .common-information-box__button .btn-request .btn-request-sub {
    font-size: 1.2rem;
  }
}
.common-information-box__button .btn-request:hover {
  text-decoration: none;
}

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

/*@media screen and (max-width: 768px) {
  .footer-topcontrol {
    display: none;
  }
}*/

.title100 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 1.4em;
  margin-bottom: 1.3em;
}

.text101 {
  font-size: 19px;
  margin-bottom: 35px;
  text-align: center;
}

.text102 {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.9em;
}

@media screen and (max-width: 768px) {
  .text102 {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.7em;
  }
}
.text112 {
  padding-top: 2.9em;
  padding-bottom: 2.9em;
  color: #3b3b3b;
  width: 100%;
  background-image: radial-gradient(circle, #fff23a, #e0a208 80%);
  font-size: 16px;
  text-align: center;
  line-height: 1.9em;
}

.text113 {
  width: 90%;
  margin: auto;
  margin-top: 2em;
  max-width: 650px;
  text-align: justify;
}

.text113r {
  margin: auto;
  width: 90%;
  max-width: 600px;
  margin-bottom: 2em;
}

.text113h {
  font-size: 2.4em;
  margin: auto;
  margin-top: 1.6em;
  margin-bottom: 1.1em;
}

.text114 {
  font-size: 2.2em;
  line-height: 1.5em;
}

.text115 {
  font-size: 1.4em;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .text112 {
    padding-top: 2.9em;
    padding-bottom: 2.9em;
    color: #3b3b3b;
    width: 100%;
    background-image: radial-gradient(circle, #fff23a, #e0a208 80%);
    font-size: 16px;
    text-align: center;
    line-height: 1.9em;
  }

  .text113 {
    width: 90%;
    margin: auto;
    margin-top: 2em;
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.5em;
  }

  .text113h {
    font-size: 1.6em;
    line-height: 1.6em;
    margin: auto;
    margin-top: 1.6em;
    margin-bottom: 1.1em;
  }

  .text114 {
    font-size: 1.4em;
    line-height: 1.5em;
  }
}
.text501 {
  font-size: 23px;
  margin-bottom: 4em;
  text-align: center;
  margin-top: 2em;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .text501 {
    font-size: 16px;
    margin-bottom: 4em;
    text-align: center;
    margin-top: 2em;
    line-height: 2em;
  }
}
.text900 {
  font-size: 19px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.9em;
}

.text901 {
  font-size: 19px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.9em;
}

@media screen and (max-width: 768px) {
  .text901 {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.9em;
  }
}
.header-body__title {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header-body__title img {
    max-width: 260px;
  }
}
.c-caption-target {
  position: relative;
}
.c-caption-target .c-caption {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .c-caption-target .c-caption {
    font-size: 8px;
  }
}
.c-caption-target .c-caption.in {
  position: absolute;
  bottom: 4px;
}
.c-caption-target .c-caption.in.top {
  bottom: auto;
  top: 4px;
}
.c-caption-target .c-caption.in.right {
  right: 4px;
  text-align: right;
}
.c-caption-target .c-caption.in.left {
  left: 4px;
  text-align: left;
}
.c-caption-target .c-caption.out {
  margin-top: 4px;
}
.c-caption-target .c-caption.out.right {
  text-align: right;
}
.c-caption-target .c-caption.out.left {
  text-align: left;
}
.c-caption-target .c-caption.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.c-caption-target .c-caption.black {
  color: #000;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
}

.c-btn {
  text-decoration: none;
}
.c-btn:hover {
  text-decoration: none;
}

@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes aniFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes aniFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes btnShine {
  0% {
    left: -50%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes btnShine {
  0% {
    left: -50%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(125deg);
    transform: scale(0) rotate(125deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(125deg);
    transform: scale(1) rotate(125deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(125deg);
    transform: scale(50) rotate(125deg);
    opacity: 0;
  }
}
@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(125deg);
    transform: scale(0) rotate(125deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(125deg);
    transform: scale(1) rotate(125deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(125deg);
    transform: scale(50) rotate(125deg);
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep1A {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep1A {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep1B {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep1B {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep2A {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep2A {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep2B {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep2B {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#page-top .mv-contents {
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
#page-top .mv-contents .main-mv {
  width: 100%;
  overflow: hidden;
}
#page-top .mv-contents .main-mv img {
  vertical-align: bottom;
  width: 100%;
}
#page-top .mv-contents .slick {
  opacity: 0;
  line-height: 1;
  font-size: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
#page-top .mv-contents .slick img {
  vertical-align: top;
}
#page-top .mv-contents .slick.slick-initialized {
  opacity: 1;
}

/* ------------------------------------------------------------
  コンテンツエリアレイアウト
  ------------------------------------------------------------ */
.main-contents {
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .main-contents__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main-contents__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.common-page-note {
  padding: 0 0px 20px;
  max-width: 1280px;
  margin: 40px auto;
}

/* ------------------------------------------------------------
  注釈レイアウト
  ------------------------------------------------------------ */
.common-page-note-list > li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .common-page-note-list > li {
    font-size: 1rem;
  }
}

/* ------------------------------------------------------------
  見出しテキスト
  ------------------------------------------------------------ */
.title01 {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.title02 {
  font-size: 34px;
}
.title03 {
  font-size: 20px;
  font-weight: 300;
}
.txt01 {
  font-size: 20px;
}
.lineheight18 {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .title01 {
    font-size: 6vw;
  }
  .title02 {
    font-size: 4.5vw;
  }
  .title03 {
    font-size: 3vw;
  }
  .txt01 {
    font-size: 3vw;
  }
}

/* ------------------------------------------------------------
  トップページ
  ------------------------------------------------------------ */
.merit {
  background: url("../img/top/4features_bg.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding-top: 40px;
}
.merit__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.merit__inner div {
  width: 24.5%;
}
.merit h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit {
    background: url("../img/top/4features_bg_sp.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding-top: 20px;
  }
  .merit h2 {
    font-size: 5vw;
  }
  .merit__inner {
    flex-wrap: wrap;
    padding: 10px 20px 15px;
  }
  .merit {
    display: block;
  }
  .merit__inner div {
    width: 49%;
    margin-bottom: 5px;
  }
  .merit div {
    margin-top: 2px;
  }
}
.top-info {
  background: url("../img/top/information_bg.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 40px 0px;
}
.top-info h2 {
  font-size: 18px;
  letter-spacing: 0.3em;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 1em;
}
.top-info p {
  text-align: center;
}
.top-info p.big {
  font-size: 48px;
}

.top-info .limited_banner {
  display: block;
  margin: 20px auto 0;
  width: 95%;
  max-width: 980px;
}

.top-info .limited_banner:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .top-info {
    background: url("../img/top/information_bg_sp.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 40px 0px;
  }
  .top-info h2 {
    font-size: 3vw;
    margin: 0em auto 1em;
  }
  .top-info p.big {
    font-size: 6vw;
  }
}
.btn a {
  position: relative;
  display: block;
  width: 480px;
  padding: 8px 15px;
  background-color: #858585;
  border-radius: 0px;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 1em auto;
  border: solid 1px #fff;
  transition: all 400ms 0s ease;
}
.btn a:hover {
  position: relative;
  display: block;
  width: 480px;
  padding: 8px 15px;
  background-color: #333;
  border-radius: 0px;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 1em auto;
  border: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .btn a {
    position: relative;
    display: block;
    width: 80%;
    padding: 8px 15px;
    background-color: #858585;
    border-radius: 0px;
    font-size: 5vw;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 1em auto;
    border: solid 1px #fff;
  }
  .btn a:hover {
    position: relative;
    display: block;
    width: 80%;
    padding: 8px 15px;
    background-color: #333;
    border-radius: 0px;
    font-size: 5vw;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 1em auto;
    border: solid 1px #fff;
  }
}
/* アイコンのスタイル */
.btn-arrow-right a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.big_bn .col-pcflex-spflex {
  flex-wrap: wrap;
}
.big_bn .col-pcflex-spflex div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .big_bn .col-pcflex-spflex div {
    width: 100%;
  }
}

.big_bn a {
  transition-duration: 0.5s;
  background-color: #fff;
}
.big_bn a:hover {
  opacity: 0.2;
}
/* ------------------------------------------------------------
  予告広告
  ------------------------------------------------------------ */
#page-top main .yokoku {
  max-width: 1280px;
  padding: 7px 0;
  margin: 0 auto 5px;
  color: #221815;
  border-top: solid 1px #221815;
  border-bottom: solid 1px #221815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #page-top main .yokoku {
    display: block;
    position: relative;
    padding: 14px 0 7px;
    margin: 10% 10px 5px;
  }
}
#page-top main .yokoku__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  margin-right: 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-top main .yokoku__title {
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: -30px;
    left: 0;
    margin-right: 10px;
  }
}
#page-top main .yokoku__title > span {
  display: inline-block;
  padding: 20px;
  border: solid 1px #221815;
}
@media screen and (max-width: 1024px) {
  #page-top main .yokoku__title > span {
    padding: 5px;
  }
}
#page-top main .yokoku__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  #page-top main .yokoku__main {
    padding: 0 10px;
  }
}
/********************************************************************/
/*デザイン*/
.top_concept {
  background: url("../img/top/4features_bg.jpg") top center repeat-y;
  background-size: contain;
  margin: 0 auto;
  padding: 40px 0px;
}
.concept {
  background: url("../img/top/4features_bg.jpg") top center repeat-y;
  background-size: contain;
  margin: 0 auto;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .top_concept {
    background: url("../img/top/4features_bg.jpg") top center repeat-y;
    background-size: contain;
    margin: 0 auto;
    padding: 40px 0px;
  }
  .concept {
    background: url("../img/top/4features_bg.jpg") top center repeat-y;
    background-size: contain;
    margin: 0 auto;
    padding: 40px 0px;
  }
}
.top_concept_01 {
  max-width: 200px;
  margin: 0 auto 30px;
}
.concept_01 {
  max-width: 200px;
  margin: 0 auto 30px;
}
.design_01 {
  background: url("../img/design/pattern_l.png") top left repeat-y, url("../img/design/pattern_r.png") top right repeat-y;
  background-color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .top_concept_01,
  .concept_01 {
    max-width: 35%;
    margin: 0 auto 15px;
  }
  .design_01 {
    background: url("../img/design/pattern_l.png") top left repeat-y, url("../img/design/pattern_r.png") top right repeat-y;
    background-color: #f7f7f7;
    background-size: 50vw, 50vw;
  }
}
.top_concept_02,
.concept_02 {
  text-align: center;
}
.top_concept_02 h3 {
}
.top_concept_02 h3,
.concept_02 h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 1em;
}
.concept_02 h3 span {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1em;
}
.top_concept_02 p,
.concept_02 p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 2.2;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .top_concept_02 h3 {
    color: #fff;
    font-size: 4.5vw;
    font-weight: 300;
  }
  .top_concept_02 p {
    color: #fff;
    font-size: 3vw;
    font-weight: 300;
  }
  .concept_02 h3 {
    color: #fff;
    font-size: 4.5vw;
    font-weight: 300;
  }
  .concept_02 h3 span {
    color: #fff;
    font-size: 3.5vw;
    font-weight: 300;
  }
  .concept_02 p {
    color: #fff;
    font-size: 3vw;
    font-weight: 300;
  }
}
.design_03 h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  padding: 0.5em 0;
}
.design_03 p.main_copy {
  font-size: 18px;
  line-height: 1.8;
}
.design_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.design_03 {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .design_03 {
    width: 100%;
    margin-bottom: 20px;
  }
  .design_03 h4 {
    font-size: 4.2vw;
    line-height: 1.5;
    font-weight: 300;
    padding: 0.5em 0;
  }
  .design_03 p.main_copy {
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
/********************************************************************/
/*プラン*/
.plan_01 {
  background: url("../img/design/pattern_l.png") top left no-repeat, url("../img/design/pattern_r.png") top right no-repeat;
  background-color: #fff;
}
.plan_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  align-items: center;
}
.plan_02 h2 {
  background-color: #8a8270;
  font-weight: 300;
  font-size: 42px;
  color: #fff;
  display: block;
  text-align: center !important;
  width: 100%;
}
.plan_03 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  align-items: center;
}
.plan_04 {
  width: 48%;
  margin-bottom: 40px;
}
.plan_04 p.main_copy {
  font-size: 16px;
  line-height: 1.8;
}
.plan_07 p.main_copy {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .plan_04 p.main_copy {
    font-size: 4vw;
    line-height: 1.8;
  }
  .plan_7 p.main_copy {
    font-size: 4vw;
    line-height: 1.8;
  }
  .plan_02 h2 {
    background-color: #8a8270;
    font-weight: 300;
    font-size: 4.6vw;
    color: #fff;
    display: block;
    text-align: center !important;
    width: 100%;
  }
  .plan_03 {
    width: 80%;
    margin: 0 auto;
    padding: 15px;
  }
}
.plus1 {
  display: inline-block;
  background: #ccc904;
  color: #fff;
  padding: 0 0.5em;
}
.plan_05 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  align-items: center;
}
.plan_06 {
  width: 48%;
  margin-bottom: 40px;
}
.plan_07 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  align-items: center;
}
.plan_08 {
  width: 50%;
  margin-bottom: 40px;
}
.plan_09 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  align-items: center;
}
.plan_10 {
  width: 32%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .plan_06 {
    width: 100%;
    margin-bottom: 40px;
  }
  .plan_03 {
    width: 100%;
    margin-bottom: 10px;
  }
  .plan_03 h4 {
    font-size: 4.2vw;
    line-height: 1.5;
    font-weight: 300;
    padding: 0.5em 0;
  }
  .plan_03 p.main_copy {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .plan_08 {
    width: 100%;
    margin-bottom: 40px;
  }
  .plan_09 {
    width: 90%;
    margin-bottom: 40px;
  }
  .plan_10 {
    width: 100%;
    margin-bottom: 40px;
  }
}

/********************************************************************/
/*アクセス*/
.access_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.access_02 {
  width: 58%;
}
.access_02:nth-child(2) {
  width: 38%;
}
.access_02 h4 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.access_02 p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.access .design_01 h4 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .access_02 {
    width: 100%;
  }
  .access_02:nth-child(2) {
    width: 100%;
  }
  .access_02 h4 {
    font-size: 4.2vw;
    font-weight: 300;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  .access_02 p {
    font-size: 3vw;
    font-weight: 300;
    margin-bottom: 1em;
  }
  .access .design_01 h4 {
    font-size: 3.8vw;
    font-weight: 300;
    margin-bottom: 0.5em;
  }
}
.image-scroll {
  display: flex;
  flex-direction: column;
  gap: 20px; /* 任意の間隔 */
}

.scroll-item img {
  display: block;
  width: 100%;
  height: auto;
}
.access_03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.access_04 {
  width: 48%;
}
/* スマホ(768px以下)は横スクロール */
@media screen and (max-width: 768px) {
  .image-scroll {
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-item {
    flex: 0 0 auto;
    width: 180%; /* 横幅を調整して並びを制御 */
    scroll-snap-align: start;
  }
}

/********************************************************************/
/*クオリティ*/
.quality {
  background: url("../img/quality/quality_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 100px 80px;
}
.quality_01 {
  max-width: 1100px;
  margin: 0 auto;
}
.quality_02 {
  width: 60%;
  margin: 0 auto;
}
.quality_03 {
  width: 100%;
  margin: 0 auto;
}
.quality_01 p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  padding: 40px 0;
}
.quality_03 h2 {
  text-align: center;
  font-size: 38px;
  line-height: 1.6;
  padding: 40px 0 0 0;
}
.quality_03 p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  padding: 40px 0;
}
.quality_05 h2 {
  font-size: 42px;
  line-height: 1.5;
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.4em;
  text-align: center;
  margin-bottom: 1.5em;
}
.quality_05 p {
  font-size: 18px;
  line-height: 2;
  padding-bottom: 0.4em;
  text-align: center;
  margin-bottom: 1.5em;
}
.quality_06 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.quality_07 {
  width: 48%;
  margin-bottom: 1em;
}
.quality_07a {
  width: 100%;
  font-size: 18px;
  margin-bottom: 0em;
}
@media screen and (max-width: 768px) {
  .quality_07a {
    width: 100%;
    font-size: 11px;
    margin-bottom: 0em;
  }
}
h2.box_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  align-items: stretch;
  font-size: 24px;
  font-weight: 300;
}
.quality_07 p {
  font-size: 18px;
  line-height: 1.6;
}
.quality_07 p span {
  font-size: 12px;
}
h2.box_title {
  padding-bottom: 0px;
  border-bottom: solid 1px #b48e64;
  padding-bottom: 0px;
  text-align: center;
}
.box_title div {
  display: block;
  background: #b48e64;
  color: #fff;
  width: 17%;
  padding: 0.4em;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.quality_07 h4 {
  font-size: 30px;
  color: #b48e64;
  font-weight: 300;
}
.quality_07 h3 {
  font-size: 30px;
  background: #b48e64;
  color: #fff;
  font-weight: 300;
  padding-left: 0.4em;
  margin-bottom: 0.5em;
}
.box_title div:nth-child(2) {
  display: block;
  color: #b48e64;
  width: 83%;
  background: none;
  text-align: left;
  padding-left: 0.4em;
}
.sp_order1 {
  order: 2;
}
.sp_order2 {
  order: 1;
}
.quality_07 p.caption-right,
.quality_07 p.on-caption-right-wht {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .quality {
    background: url("../img/quality/quality_bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 40px 20px;
  }
  .quality_02 {
    width: 90%;
    margin: 0 auto;
  }
  .quality_03 {
    width: 100%;
    margin: 0 auto;
  }
  .quality_01 p {
    text-align: center;
    font-size: 3.4vw;
    line-height: 2;
    padding: 20px 0;
  }
  .quality_03 h2 {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.6;
    padding: 20px 0 0 0;
  }
  .quality_03 p {
    text-align: center;
    font-size: 3.2vw;
    line-height: 2;
    padding: 20px 0;
  }
  .quality_03 h2 {
    text-align: center;
    font-size: 4vw;
    line-height: 1.6;
    padding: 20px 0 0 0;
  }
  .quality_03 p {
    text-align: center;
    font-size: 3.2vw;
    line-height: 2;
    padding: 20px 0;
  }
  .quality_05 h2 {
    font-size: 4vw;
    line-height: 1.5;
    border-bottom: solid 1px #ccc;
    padding-bottom: 0.4em;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .quality_05 p {
    font-size: 3.2vw;
    line-height: 2;
    padding-bottom: 0.4em;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .quality_07 {
    width: 100%;
    margin-bottom: 1em;
  }
  .sp_order1 {
    order: 1;
  }
  .sp_order2 {
    order: 2;
  }
  h2.box_title {
    font-size: 3.6vw;
    font-weight: 300;
    border-bottom: solid 1px #ccc;
  }
  .quality_07 p {
    font-size: 3vw;
    line-height: 1.6;
  }
  .quality_07 p span {
    font-size: 2.8vw;
  }
  .quality_07 h4 {
    font-size: 4vw;
    color: #b48e64;
    font-weight: 300;
  }
  .quality_07 h3 {
    font-size: 3.6vw;
    background: #b48e64;
    color: #fff;
    font-weight: 300;
    padding-left: 0.4em;
    margin-bottom: 0.5em;
  }
}
.order1 {
}
#page-concept .concept-mv {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#page-concept .concept-mv .concept-mv--image-1 {
  text-align: center;
}
#page-concept .concept-section-1 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url("../img/concept/pc/cta_bg_1.jpg") center center/100% 100% no-repeat;
}
#page-concept .concept-section-1 .concept-section-1__inner {
  padding: 60px 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-concept .concept-section-1 .concept-section-1__inner {
    padding: 20px;
  }
}
#page-concept .concept-section-1 .concept-section-1--heading-1 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-concept .concept-section-1 .concept-section-1--heading-1 {
    font-size: 12px;
  }
}
#page-concept .concept-section-1 .concept-section-1--heading-2 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-concept .concept-section-1 .concept-section-1--heading-2 {
    font-size: 20px;
  }
}
#page-concept .concept-section-2 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url("../img/concept/pc/bg_1.jpg") bottom center/100% auto no-repeat;
}
#page-concept .concept-section-2 .concept-section-2__inner {
  max-width: 1280px;
  margin: auto;
  padding: 100px 0 400px;
}
@media screen and (max-width: 1024px) {
  #page-concept .concept-section-2 .concept-section-2__inner {
    padding: 40px 20px 200px;
  }
}
#page-concept .concept-section-2 .concept-section-2--image-1 {
  text-align: center;
}
#page-concept .concept-section-2 .concept-section-2--image-1:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-concept .concept-section-2 .concept-section-2--image-1:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

#page-landscape .landscape-mv {
  margin: 0 calc(50% - 50vw) 100px;
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-mv {
    margin-bottom: 50px;
  }
}
#page-landscape .landscape-mv .landscape-mv__inner {
  text-align: center;
}
#page-landscape .landscape-section-set-1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-set-1 {
    margin-bottom: 50px;
  }
}
#page-landscape .landscape-section-1 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-1 {
    padding: 0 20px;
  }
}
#page-landscape .landscape-section-1 .landscape-section-1__inner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
#page-landscape .landscape-section-1 .landscape-section-1--heading-1 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-1 .landscape-section-1--heading-1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#page-landscape .landscape-section-1 .landscape-section-1--text-1 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-1 .landscape-section-1--text-1 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#page-landscape .landscape-section-1 .landscape-section-1--text-1 .large-1 {
  font-size: 140%;
}
#page-landscape .landscape-section-1 .landscape-section-1--text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-landscape .landscape-section-1 .landscape-section-1--note-1 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-1 .landscape-section-1--note-1 {
    font-size: 10px;
  }
}
#page-landscape .landscape-section-2 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-2 {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-landscape .landscape-section-2:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-2:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
#page-landscape .landscape-section-2 .landscape-section-2__inner {
  text-align: center;
  max-width: 760px;
  margin: auto;
}
#page-landscape .landscape-section-2 .landscape-section-2--image-1 {
  text-align: center;
}
#page-landscape .landscape-section-2 .landscape-section-2--note-1 {
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-2 .landscape-section-2--note-1 {
    font-size: 10px;
  }
}
#page-landscape .landscape-section-3 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url("../img/landscape/pc/bg_1.jpg") center center/100% 100% no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-landscape .landscape-section-3 .landscape-section-3__inner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
}
#page-landscape .landscape-section-3 .landscape-section-3--image-1 {
  text-align: center;
}
#page-landscape .landscape-section-3 .landscape-section-3--note-1 {
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-3 .landscape-section-3--note-1 {
    font-size: 10px;
  }
}
#page-landscape .landscape-section-4 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#page-landscape .landscape-section-4 .landscape-section-4__inner {
  text-align: center;
}
#page-landscape .landscape-section-4 .landscape-section-4--image-1 {
  text-align: center;
}
#page-landscape .landscape-section-4 .landscape-section-4--note-1 {
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-4 .landscape-section-4--note-1 {
    font-size: 10px;
  }
}
#page-landscape .landscape-section-5 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#page-landscape .landscape-section-5 .landscape-section-5__inner {
  text-align: center;
  max-width: 760px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-5 .landscape-section-5__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-landscape .landscape-section-5 .landscape-section-5--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page-landscape .landscape-section-5 .landscape-section-5--list-1 .landscape-section-5--list-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
  margin-bottom: 20px;
}
#page-landscape .landscape-section-5 .landscape-section-5--list-1 .landscape-section-5--list-1__text-1 {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-5 .landscape-section-5--list-1 .landscape-section-5--list-1__text-1 {
    font-size: 10px;
  }
}
#page-landscape .landscape-section-5 .landscape-section-5--image-1 {
  text-align: center;
}
#page-landscape .landscape-section-5 .landscape-section-5--note-1 {
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  #page-landscape .landscape-section-5 .landscape-section-5--note-1 {
    font-size: 10px;
  }
}

#page-location .location-mv {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#page-location .location-mv .location-mv__inner {
  text-align: center;
}
#page-location .location-section-1 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 120px 20px 100px;
}
@media screen and (max-width: 1024px) {
  #page-location .location-section-1 {
    padding: 40px 20px;
  }
}
#page-location .location-section-1 .location-section-1__inner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
#page-location .location-section-1 .location-section-1--heading-1 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-location .location-section-1 .location-section-1--heading-1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
#page-location .location-section-1 .location-section-1--text-1 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-location .location-section-1 .location-section-1--text-1 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#page-location .location-section-1 .location-section-1--text-1 .large-1 {
  font-size: 140%;
}
#page-location .location-section-1 .location-section-1--text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-location .location-section-1 .location-section-1--note-1 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  #page-location .location-section-1 .location-section-1--note-1 {
    font-size: 10px;
  }
}
#page-location .location-section-2 {
  margin: 0 calc(50% - 50vw) 80px;
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-location .location-section-2 {
    margin-bottom: 40px;
  }
}
#page-location .location-section-2 .location-section-2__inner {
  text-align: center;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-location .location-section-2 .location-section-2__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-location .location-section-2 .location-section-2--heading-1 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-location .location-section-2 .location-section-2--heading-1 {
    margin-bottom: 40px;
  }
}
#page-location .location-section-2 .location-section-2--heading-2 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-location .location-section-2 .location-section-2--heading-2 {
    font-size: 10px;
    margin-bottom: 25px;
  }
}
#page-location .location-section-2 .location-section-2--heading-2.type-shopping {
  color: #c95f1a;
  background: #fef3e9;
  border: 1px solid #c95f1a;
}
#page-location .location-section-2 .location-section-2--heading-2.type-park {
  color: #8bac5c;
  background: #f2f8eb;
  border: 1px solid #8bac5c;
}
#page-location .location-section-2 .location-section-2--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page-location .location-section-2 .location-section-2--list-1 .location-section-2--list-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-location .location-section-2 .location-section-2--list-1 .location-section-2--list-1__item {
    margin-bottom: 20px;
  }
}
#page-location .location-section-2 .location-section-2--list-1 .location-section-2--list-1__text-1 {
  font-size: 16px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  #page-location .location-section-2 .location-section-2--list-1 .location-section-2--list-1__text-1 {
    font-size: 12px;
  }
}
#page-location .location-section-2 .location-section-2--list-1 .location-section-2--list-1__text-2 {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  #page-location .location-section-2 .location-section-2--list-1 .location-section-2--list-1__text-2 {
    font-size: 12px;
  }
}

#page-access .access-mv {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#page-access .access-mv .access-mv__inner {
  text-align: center;
}
#page-access .access-section-1 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 120px 20px 100px;
}
@media screen and (max-width: 1024px) {
  #page-access .access-section-1 {
    padding: 40px 20px;
  }
}
#page-access .access-section-1 .access-section-1__inner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
#page-access .access-section-1 .access-section-1--heading-1 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-access .access-section-1 .access-section-1--heading-1 {
    font-size: 25px;
  }
}
#page-access .access-section-1 .access-section-1--text-1 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-access .access-section-1 .access-section-1--text-1 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#page-access .access-section-1 .access-section-1--text-1 .large-1 {
  font-size: 140%;
}
#page-access .access-section-1 .access-section-1--text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-access .access-section-1 .access-section-1--note-1 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  #page-access .access-section-1 .access-section-1--note-1 {
    font-size: 10px;
  }
}
#page-access .access-section-2 {
  margin: 0 calc(50% - 50vw) 100px;
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-access .access-section-2 {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-access .access-section-2 .access-section-2__inner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
#page-access .access-section-2 .access-section-2--image-1 {
  text-align: center;
}
#page-access .access-section-3 {
  margin: 0 calc(50% - 50vw) 100px;
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-access .access-section-3 {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-access .access-section-3 .access-section-3__inner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
#page-access .access-section-3 .access-section-3--image-1 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-access .access-section-3 .access-section-3--image-1 {
    margin-bottom: 40px;
  }
}
#page-access .access-section-3 .access-section-3--image-2 {
  text-align: center;
}
#page-access .access-section-3 .access-section-3--note-1 {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  #page-access .access-section-3 .access-section-3--note-1 {
    font-size: 10px;
  }
}
#page-access .access-section-4 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-access .access-section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-access .access-section-4 .access-section-4__inner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
#page-access .access-section-4 .access-section-4--image-1 {
  text-align: center;
}
#page-access .access-section-4 .access-section-4--text-1 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-access .access-section-4 .access-section-4--text-1 {
    font-size: 12px;
  }
}
#page-access .access-section-4 .access-section-4--text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-access .access-section-4 .access-section-4--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page-access .access-section-4 .access-section-4--list-1 .access-section-4--list-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

#page-plan .plan-mv {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#page-plan .plan-mv .plan-mv__inner {
  text-align: center;
}
#page-plan .plan-section-1 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 120px 20px 100px;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-1 {
    padding: 40px 20px;
  }
}
#page-plan .plan-section-1 .plan-section-1__inner {
  text-align: center;
  max-width: 1280px;
  margin: auto;
}
#page-plan .plan-section-1 .plan-section-1--heading-1 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-1 .plan-section-1--heading-1 {
    font-size: 25px;
  }
}
#page-plan .plan-section-1 .plan-section-1--text-1 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-1 .plan-section-1--text-1 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#page-plan .plan-section-1 .plan-section-1--text-1 .large-1 {
  font-size: 140%;
}
#page-plan .plan-section-1 .plan-section-1--text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-plan .plan-section-1 .plan-section-1--note-1 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-1 .plan-section-1--note-1 {
    font-size: 10px;
  }
}
#page-plan .plan-section-2 {
  margin: 0 calc(50% - 50vw) 100px;
  width: 100vw;
  background: url("../img/plan/pc/bg_1.jpg") top center/cover no-repeat;
  padding: 90px 20px;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-2 {
    margin-bottom: 50px;
    padding: 40px 20px;
  }
}
#page-plan .plan-section-2 .plan-section-2__inner {
  text-align: center;
  max-width: 1280px;
  margin: auto;
}
#page-plan .plan-section-2 .plan-section-2--heading-1 {
  font-size: 45px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 90px;
  color: #9fa0a0;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-2 .plan-section-2--heading-1 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
#page-plan .plan-section-2 .plan-section-2--card-1 {
  background: #fff;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-2 .plan-section-2--card-1 {
    padding-top: 20px;
  }
}
#page-plan .plan-section-2 .plan-section-2--card-1 .plan-section-2--card-1__footer {
  padding: 60px;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-2 .plan-section-2--card-1 .plan-section-2--card-1__footer {
    padding: 20px;
  }
}
#page-plan .plan-section-2 .plan-section-2--image-1 {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-2 .plan-section-2--image-1 {
    margin-bottom: 40px;
  }
}
#page-plan .plan-section-2 .plan-section-2--icon-1 {
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-2 .plan-section-2--icon-1 {
    padding-right: 0;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-2 .plan-section-2--icon-1 img {
    max-width: 60px;
  }
}
#page-plan .plan-section-2 .plan-section-2--note-1 {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-2 .plan-section-2--note-1 {
    font-size: 10px;
  }
}
#page-plan .plan-section-3 {
  margin: 0 calc(50% - 50vw) 100px;
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-3 {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-plan .plan-section-3 .plan-section-3__inner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
#page-plan .plan-section-3 .plan-section-3--image-1 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-3 .plan-section-3--image-1 {
    margin-bottom: 30px;
  }
}
#page-plan .plan-section-3 .plan-section-3--image-2 {
  text-align: center;
}
#page-plan .plan-section-4 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-plan .plan-section-4 .plan-section-4__inner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
#page-plan .plan-section-4 .plan-section-4--image-1 {
  text-align: center;
}
#page-plan .plan-section-4 .plan-section-4--text-1 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-4 .plan-section-4--text-1 {
    font-size: 12px;
  }
}
#page-plan .plan-section-4 .plan-section-4--text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-plan .plan-section-4 .plan-section-4--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page-plan .plan-section-4 .plan-section-4--box-1 .plan-section-4--box-1__item {
  margin: 0 1% 20px;
}
@media screen and (max-width: 1024px) {
  #page-plan .plan-section-4 .plan-section-4--box-1 .plan-section-4--box-1__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }
}

#page-quality .quality-mv {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#page-quality .quality-mv .quality-mv__inner {
  text-align: center;
}
#page-quality .quality-section-cta {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #fff;
  padding: 100px 20px 0;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-cta {
    padding: 40px 20px 0;
  }
}
#page-quality .quality-section-cta .quality-section-cta__inner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
#page-quality .quality-section-cta .quality-section-cta__scene-1 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-cta .quality-section-cta__scene-1 {
    margin-bottom: 40px;
  }
}
#page-quality .quality-section-cta .quality-section-cta__scene-2:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-cta .quality-section-cta__scene-2:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#page-quality .quality-section-cta .quality-section-cta--heading-1 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-cta .quality-section-cta--heading-1 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
#page-quality .quality-section-cta .quality-section-cta--text-1 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-cta .quality-section-cta--text-1 {
    font-size: 12px;
  }
}
#page-quality .quality-section-cta .quality-section-cta--text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-quality .quality-section-cta .quality-section-cta--nav {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #5b4f3f;
}
#page-quality .quality-section-cta .quality-section-cta--nav .quality-section-cta--nav__list {
  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;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-cta .quality-section-cta--nav .quality-section-cta--nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#page-quality .quality-section-cta .quality-section-cta--nav .quality-section-cta--nav__list-item {
  margin: 20px 10px;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-cta .quality-section-cta--nav .quality-section-cta--nav__list-item {
    margin: 0 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#page-quality .quality-section-cta .quality-section-cta--nav .quality-section-cta--nav__link {
  display: block;
  color: #aea080;
  background: #fff;
  text-align: center;
  padding: 10px;
}
#page-quality .quality-section-cta .quality-section-cta--nav .quality-section-cta--nav__link:hover {
  text-decoration: none;
  color: #fff;
  background: #aea080;
}
#page-quality .quality-section-cta .quality-section-cta--nav .quality-section-cta--nav__text-1 {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-cta .quality-section-cta--nav .quality-section-cta--nav__text-1 {
    font-size: 10px;
  }
}
#page-quality .quality-section-cta .quality-section-cta--nav .quality-section-cta--nav__text-2 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-cta .quality-section-cta--nav .quality-section-cta--nav__text-2 {
    font-size: 16px;
  }
}
#page-quality .quality-section-set-wrapper-1 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url("../img/quality/pc/bg_1.jpg") top center/100% auto repeat-y;
  padding: 100px 20px 0;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-set-wrapper-1 {
    padding: 40px 20px 0;
  }
}
#page-quality .quality-section-set-wrapper-1 .quality-section-set-wrapper-1__inner {
  max-width: 1280px;
  margin: auto;
  background: #fff;
  padding: 80px 10vw;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-set-wrapper-1 .quality-section-set-wrapper-1__inner {
    padding: 40px 20px;
  }
}
#page-quality .quality-section-1 {
  padding: 40px;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 {
    padding: 0;
    margin-bottom: 20px;
  }
}
#page-quality .quality-section-1 .quality-section-1__inner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
#page-quality .quality-section-1 .quality-section-1__scene-1 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1__scene-1 {
    margin-bottom: 40px;
  }
}
#page-quality .quality-section-1 .quality-section-1__scene-2:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1__scene-2:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#page-quality .quality-section-1 .quality-section-1--image-1 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1--image-1 {
    margin-bottom: 20px;
  }
}
#page-quality .quality-section-1 .quality-section-1--heading-1 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 90px;
  color: #7b6a0f;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1--heading-1 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
#page-quality .quality-section-1 .quality-section-1--heading-2 {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #8a5f50;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #8a5f50;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1--heading-2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#page-quality .quality-section-1 .quality-section-1--heading-3 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1--heading-3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#page-quality .quality-section-1 .quality-section-1--text-1 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1--text-1 {
    font-size: 12px;
  }
}
#page-quality .quality-section-1 .quality-section-1--text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-quality .quality-section-1 .quality-section-1--text-2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1--text-2 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-1 .quality-section-1--text-2 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-quality .quality-section-1 .quality-section-1--text-3 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1--text-3 {
    font-size: 12px;
  }
}
#page-quality .quality-section-1 .quality-section-1--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1--box-1 {
    display: block;
  }
}
#page-quality .quality-section-1 .quality-section-1--box-1 .quality-section-1--box-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1--box-1 .quality-section-1--box-1__item:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
#page-quality .quality-section-set-1 {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-set-1 {
    margin-bottom: 40px;
  }
}
#page-quality .quality-section-2 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-2 {
    margin-bottom: 50px;
  }
}
#page-quality .quality-section-2 .quality-section-2__inner {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
#page-quality .quality-section-2 .quality-section-2--image-1 {
  text-align: center;
}
#page-quality .quality-section-2 .quality-section-2--note-1 {
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-2 .quality-section-2--note-1 {
    font-size: 10px;
    margin-top: 2px;
  }
}
#page-quality .quality-section-3 .quality-section-3__inner {
  text-align: center;
}
#page-quality .quality-section-3 .quality-section-3--heading-1 {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  border-bottom: 8px solid #518b3a;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--heading-1 {
    font-size: 20px;
    border-width: 4px;
    margin-bottom: 5px;
  }
}
#page-quality .quality-section-3 .quality-section-3--heading-2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #518b3a;
  border-bottom: 8px solid #518b3a;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--heading-2 {
    font-size: 14px;
    border-width: 4px;
    margin-bottom: 10px;
  }
}
#page-quality .quality-section-3 .quality-section-3--text-1 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--text-1 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-3 .quality-section-3--text-2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--text-2 {
    font-size: 10px;
  }
}
#page-quality .quality-section-3 .quality-section-3--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--box-1 {
    display: block;
  }
}
#page-quality .quality-section-3 .quality-section-3--box-1 .quality-section-3--box-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--box-1 .quality-section-3--box-1__item {
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-3 .quality-section-3--image-1 {
  text-align: center;
  margin-bottom: 20px;
}
#page-quality .quality-section-3 .quality-section-3--note-1 {
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--note-1 {
    font-size: 10px;
  }
}
#page-quality .quality-section-4 .quality-section-4__inner {
  text-align: center;
}
#page-quality .quality-section-4 .quality-section-4--heading-1 {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  border-bottom: 8px solid #d28300;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--heading-1 {
    font-size: 20px;
    border-width: 4px;
    margin-bottom: 5px;
  }
}
#page-quality .quality-section-4 .quality-section-4--heading-2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 8px solid #d28300;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--heading-2-wrapper {
    border-width: 4px;
    margin-bottom: 10px;
  }
}
#page-quality .quality-section-4 .quality-section-4--heading-2-icon {
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  background: #d28300;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--heading-2-icon {
    font-size: 16px;
  }
}
#page-quality .quality-section-4 .quality-section-4--heading-2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #d28300;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--heading-2 {
    font-size: 14px;
  }
}
#page-quality .quality-section-4 .quality-section-4--text-1 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--text-1 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-4 .quality-section-4--text-2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--text-2 {
    font-size: 10px;
  }
}
#page-quality .quality-section-4 .quality-section-4--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--box-1 {
    display: block;
  }
}
#page-quality .quality-section-4 .quality-section-4--box-1 .quality-section-4--box-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--box-1 .quality-section-4--box-1__item {
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-4 .quality-section-4--image-1 {
  text-align: center;
  margin-bottom: 20px;
}
#page-quality .quality-section-4 .quality-section-4--note-1 {
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--note-1 {
    font-size: 10px;
  }
}
#page-quality .quality-section-5 .quality-section-5__inner {
  text-align: center;
}
#page-quality .quality-section-5 .quality-section-5--heading-1 {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  border-bottom: 8px solid #00699d;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-5 .quality-section-5--heading-1 {
    font-size: 20px;
    border-width: 4px;
    margin-bottom: 5px;
  }
}
#page-quality .quality-section-5 .quality-section-5--heading-2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 8px solid #00699d;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-5 .quality-section-5--heading-2-wrapper {
    border-width: 4px;
    margin-bottom: 10px;
  }
}
#page-quality .quality-section-5 .quality-section-5--heading-2-icon {
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  background: #00699d;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-5 .quality-section-5--heading-2-icon {
    font-size: 16px;
  }
}
#page-quality .quality-section-5 .quality-section-5--heading-2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #00699d;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-5 .quality-section-5--heading-2 {
    font-size: 14px;
  }
}
#page-quality .quality-section-5 .quality-section-5--text-1 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-5 .quality-section-5--text-1 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-5 .quality-section-5--text-2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-5 .quality-section-5--text-2 {
    font-size: 10px;
  }
}
#page-quality .quality-section-5 .quality-section-5--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-5 .quality-section-5--box-1 {
    display: block;
  }
}
#page-quality .quality-section-5 .quality-section-5--box-1 .quality-section-5--box-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-5 .quality-section-5--box-1 .quality-section-5--box-1__item {
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-5 .quality-section-5--box-1 .quality-section-5--box-1__item:nth-of-type(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
#page-quality .quality-section-5 .quality-section-5--box-1 .quality-section-5--box-1-inbox-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-5 .quality-section-5--box-1 .quality-section-5--box-1-inbox-1 {
    display: block;
  }
}
#page-quality .quality-section-5 .quality-section-5--box-1 .quality-section-5--box-1-inbox-1 .quality-section-5--box-1-inbox-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}
#page-quality .quality-section-5 .quality-section-5--image-1 {
  text-align: center;
  margin-bottom: 20px;
}
#page-quality .quality-section-5 .quality-section-5--note-1 {
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-5 .quality-section-5--note-1 {
    font-size: 10px;
  }
}
#page-quality .quality-section-6 .quality-section-6__inner {
  text-align: center;
}
#page-quality .quality-section-6 .quality-section-6--heading-1 {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  border-bottom: 8px solid #7a659b;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--heading-1 {
    font-size: 20px;
    border-width: 4px;
    margin-bottom: 5px;
  }
}
#page-quality .quality-section-6 .quality-section-6--heading-2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 8px solid #7a659b;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--heading-2-wrapper {
    border-width: 4px;
    margin-bottom: 10px;
  }
}
#page-quality .quality-section-6 .quality-section-6--heading-2-icon {
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  background: #7a659b;
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--heading-2-icon {
    font-size: 16px;
  }
}
#page-quality .quality-section-6 .quality-section-6--heading-2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #7a659b;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--heading-2 {
    font-size: 14px;
    text-align: left;
  }
}
#page-quality .quality-section-6 .quality-section-6--text-1 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--text-1 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-6 .quality-section-6--text-2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--text-2 {
    font-size: 10px;
  }
}
#page-quality .quality-section-6 .quality-section-6--text-3 {
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--text-3 {
    font-size: 14px;
  }
}
#page-quality .quality-section-6 .quality-section-6--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--box-1 {
    display: block;
  }
}
#page-quality .quality-section-6 .quality-section-6--box-1 .quality-section-6--box-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--box-1 .quality-section-6--box-1__item {
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-6 .quality-section-6--box-1 .quality-section-6--box-1__item:nth-of-type(1),
#page-quality .quality-section-6 .quality-section-6--box-1 .quality-section-6--box-1__item:nth-of-type(2),
#page-quality .quality-section-6 .quality-section-6--box-1 .quality-section-6--box-1__item:nth-of-type(5),
#page-quality .quality-section-6 .quality-section-6--box-1 .quality-section-6--box-1__item:nth-of-type(6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
#page-quality .quality-section-6 .quality-section-6--box-1 .quality-section-6--box-1-inbox-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--box-1 .quality-section-6--box-1-inbox-1 {
    display: block;
  }
}
#page-quality .quality-section-6 .quality-section-6--box-1 .quality-section-6--box-1-inbox-1 .quality-section-6--box-1-inbox-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--box-1 .quality-section-6--box-1-inbox-1 .quality-section-6--box-1-inbox-1__item:not(:last-child) {
    margin-bottom: 1em;
  }
}
#page-quality .quality-section-6 .quality-section-6--image-1 {
  text-align: center;
  margin-bottom: 20px;
}
#page-quality .quality-section-6 .quality-section-6--note-1 {
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-6 .quality-section-6--note-1 {
    font-size: 10px;
  }
}
#page-quality .quality-section-7 .quality-section-7__inner {
  text-align: center;
}
#page-quality .quality-section-7 .quality-section-7--heading-1 {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  border-bottom: 8px solid #8d8d8d;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--heading-1 {
    font-size: 20px;
    border-width: 4px;
    margin-bottom: 5px;
  }
}
#page-quality .quality-section-7 .quality-section-7--heading-2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 8px solid #8d8d8d;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--heading-2-wrapper {
    border-width: 4px;
    margin-bottom: 10px;
  }
}
#page-quality .quality-section-7 .quality-section-7--heading-2-icon {
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  background: #8d8d8d;
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--heading-2-icon {
    font-size: 14px;
    margin-right: 0.5em;
  }
}
#page-quality .quality-section-7 .quality-section-7--heading-2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #8d8d8d;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--heading-2 {
    font-size: 14px;
  }
}
#page-quality .quality-section-7 .quality-section-7--heading-3 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #8d8d8d;
  border: 1px solid #8d8d8d;
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--heading-3 {
    font-size: 14px;
    padding: 5px;
    margin-bottom: 5px;
  }
}
#page-quality .quality-section-7 .quality-section-7--text-1 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--text-1 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-7 .quality-section-7--text-2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--text-2 {
    font-size: 10px;
  }
}
#page-quality .quality-section-7 .quality-section-7--text-2 + * {
  margin-top: 2em;
}
#page-quality .quality-section-7 .quality-section-7--text-3 {
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--text-3 {
    font-size: 14px;
  }
}
#page-quality .quality-section-7 .quality-section-7--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--box-1 {
    display: block;
  }
}
#page-quality .quality-section-7 .quality-section-7--box-1 .quality-section-7--box-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--box-1 .quality-section-7--box-1__item {
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-7 .quality-section-7--box-1 .quality-section-7--box-1__item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
#page-quality .quality-section-7 .quality-section-7--box-1 .quality-section-7--box-1__item:nth-of-type(2),
#page-quality .quality-section-7 .quality-section-7--box-1 .quality-section-7--box-1__item:nth-of-type(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
#page-quality .quality-section-7 .quality-section-7--box-1 .quality-section-7--box-1-inbox-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--box-1 .quality-section-7--box-1-inbox-1 {
    display: block;
  }
}
#page-quality .quality-section-7 .quality-section-7--box-1 .quality-section-7--box-1-inbox-1 .quality-section-7--box-1-inbox-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}
#page-quality .quality-section-7 .quality-section-7--image-1 {
  text-align: center;
  margin-bottom: 20px;
}
#page-quality .quality-section-7 .quality-section-7--note-1 {
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-7 .quality-section-7--note-1 {
    font-size: 10px;
  }
}
#page-quality .quality-section-corporation {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-corporation {
    margin: 0;
    width: 100%;
  }
}
#page-quality .quality-section-corporation .quality-section-corporation__inner {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
#page-quality .quality-section-corporation .quality-section-corporation--heading-1-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-corporation .quality-section-corporation--heading-1-wrapper {
    margin-bottom: 20px;
  }
}
#page-quality .quality-section-corporation .quality-section-corporation--heading-1 {
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-corporation .quality-section-corporation--heading-1 {
    font-size: 18px;
  }
}
#page-quality .quality-section-corporation .quality-section-corporation--heading-2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-corporation .quality-section-corporation--heading-2 {
    font-size: 12px;
  }
}
#page-quality .quality-section-corporation .quality-section-corporation--heading-3 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-corporation .quality-section-corporation--heading-3 {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#page-quality .quality-section-corporation .quality-section-corporation--text-1 {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-corporation .quality-section-corporation--text-1 {
    font-size: 12px;
  }
}
#page-quality .quality-section-about {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #f3ffd4;
  padding: 60px 20px 100px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-about {
    padding: 40px 20px;
  }
}
#page-quality .quality-section-about .quality-section-about__inner {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
#page-quality .quality-section-about .quality-section-about--heading-1-wrapper {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-about .quality-section-about--heading-1-logo {
    max-width: 200px;
    margin-bottom: 10px;
  }
}
#page-quality .quality-section-about .quality-section-about--heading-1 {
  font-size: 36px;
  font-weight: normal;
  color: #9d9068;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-about .quality-section-about--heading-1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#page-quality .quality-section-about .quality-section-about--text-1 {
  font-size: 18px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-about .quality-section-about--text-1 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#page-quality .quality-section-about .quality-section-about--image-1 {
  text-align: center;
}
#page-quality .quality-section-about .quality-section-about--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-about .quality-section-about--box-1 {
    display: block;
  }
}
#page-quality .quality-section-about .quality-section-about--box-1 .quality-section-about--box-1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-about .quality-section-about--box-1 .quality-section-about--box-1__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-about .quality-section-about--box-1 .quality-section-about--box-1__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

#page-outline .title1 {
  color: #5c676e;
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-outline .title1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#page-outline {
  font-family: serif;
}

#page-outline .under-img {
  text-align: center;
  margin-bottom: 40px;
}

#page-outline .main-contents {
  background: #fcfcfc;
  padding: 50px 0;
}

@media screen and (max-width: 1024px) {
  #page-outline .main-contents {
    padding: 20px;
  }
}
#page-outline .outline-title {
  text-align: center;
  color: #727171;
  line-height: 1;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #page-outline .outline-title {
    margin-bottom: 45px;
  }
}
#page-outline .outline-title .title-main {
  font-family: "Times New Roman", Arial, serif;
  font-size: 4.2rem;
}

@media screen and (max-width: 768px) {
  #page-outline .outline-title .title-main {
    font-size: 2.3rem;
  }
}
#page-outline .outline-title .title-sub {
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #page-outline .outline-title .title-sub {
    font-size: 1rem;
  }
}
#page-outline main .table-wrapper {
  margin-bottom: 40px;
}

#page-outline main .table-title {
  font-size: 2.4rem;
  margin-top: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #page-outline main .table-title {
    font-size: 1.6rem;
  }
}
#page-outline main table.outline-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4rem;
  color: #333333;
  border-top: solid 1px #aea79a;
}

#page-outline main table.outline-table th {
  color: #191919;
  background: #e8e7e3;
  border-left: solid 1px #aea79a;
  border-right: solid 1px #aea79a;
  width: 20%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px #aea79a;
}

@media screen and (max-width: 768px) {
  #page-outline main table.outline-table th {
    border-bottom: none;
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}
#page-outline main table.outline-table td {
  background: #fff;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #aea79a;
  border-right: solid 1px #aea79a;
}

@media screen and (max-width: 768px) {
  #page-outline main table.outline-table td {
    display: block;
    font-size: 1.2rem;
    border-top: 1px solid #aea79a;
    border-left: solid 1px #aea79a;
  }
}
#page-outline main .table-box {
  border: solid 1px #aea79a;
  padding: 20px;
  font-size: 1.4rem;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #page-outline main .table-box {
    font-size: 1.2rem;
  }
}
#page-outline main .table-note {
  margin-top: 10px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  #page-outline main .table-note {
    font-size: 1rem;
  }
}
#page-map .title1 {
  color: #5c676e;
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-map .title1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#page-map .btn {
  max-width: 300px;
  margin: auto;
  display: block;
}

#page-map .main-contents {
  padding: 50px 0;
}

@media screen and (max-width: 1024px) {
  #page-map .main-contents {
    padding: 20px;
  }
}
#page-map .map-title {
  text-align: center;
  color: #727171;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #page-map .map-title {
    margin-bottom: 20px;
  }
}
#page-map .map-title .title-main {
  font-family: "Times New Roman", Arial, serif;
  font-size: 4.2rem;
}

@media screen and (max-width: 768px) {
  #page-map .map-title .title-main {
    font-size: 2.3rem;
  }
}
#page-map .map-title .title-sub {
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #page-map .map-title .title-sub {
    font-size: 1rem;
  }
}
#page-map main .map .map-item {
  margin: auto;
  text-align: center;
}

#page-map main .map .map-item:not(:last-child) {
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  #page-map main .map .map-item:not(:last-child) {
    margin-bottom: 18px;
  }
}
#page-map main .map .map-item .car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #40220f;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #page-map main .map .map-item .car {
    padding: 5px;
  }
}
#page-map main .map .map-item .car__icon {
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  #page-map main .map .map-item .car__icon {
    margin: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    font-size: 0;
  }
}
#page-map main .map .map-item .car__address {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #page-map main .map .map-item .car__address {
    font-size: 1rem;
  }
}
#page-map .map {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-map .map {
    margin-bottom: 40px;
  }
}
#page-map .map .map__image-1 {
  max-width: 1280px;
}
#page-map .map-more {
  text-align: center;
}
#page-map .btn-more {
  display: block;
  font-size: 16px;
  max-width: 200px;
  margin: auto;
  padding: 5px;
  color: #fff;
  background: #8ba5c7;
  border-radius: 50px;
}

/********************************************************************/
/*テキストインフォメーション*/
#text_info {
  width: 730px;
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  #text_info {
    width: 100%;
    margin-top: 0em;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1em;
    font-size: 0.9em;
  }
}
/********************************************************************/

/*231220追加*/
.borderBlue {
  border-bottom: 3px solid #00699d;
}

.k_title {
  display: flex;
  align-items: stretch;
}
.equipment-cont h5.k_title {
  padding-bottom: 0px;
}
.equipment-cont p {
  font-size: 16px;
}
.equipment-cont h5.k_title span {
  background: none;
  padding: inherit;
  box-sizing: border-box;
  color: #00699d;
  padding-bottom: 0px;
  font-size: 160%;
}
.equipment-cont h5.k_title span {
  background: none;
  padding: 7px 10px;
  box-sizing: border-box;
  color: #00699d;
}
.equipment-cont h5.k_title span:nth-child(1) {
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipment-cont h5.k_title span:nth-child(2) {
  padding-left: 1em;
}

.fl_L_w50 {
  float: left;
  width: 48%;
}
.fl_R_w50 {
  float: right;
  width: 48%;
}

.fl_L_w30 {
  float: left;
  width: 28%;
}
.fl_R_w70 {
  float: right;
  width: 69%;
}

.fl_L_w60 {
  float: left;
  width: 57%;
}
.fl_R_w40 {
  float: right;
  width: 40%;
}

.fl_L_w40 {
  float: left;
  width: 40%;
}
.fl_R_w60 {
  float: right;
  width: 57%;
}

@media screen and (max-width: 768px) {
  .equipment-cont p {
    font-size: 12px;
  }
  .equipment-cont h5.k_title span {
    font-size: 120%;
  }

  .under-page {
    padding-bottom: 30px;
    padding-top: 25px;
  }

  .fl_L_w50 {
    float: inherit;
    width: 100%;
  }
  .fl_R_w50 {
    float: inherit;
    width: 100%;
  }
  .fl_L_w40 {
    float: inherit;
    width: 100%;
    margin-bottom: 10px;
  }
  .fl_R_w60 {
    float: inherit;
    width: 100%;
  }
  .fl_L_w60 {
    float: inherit;
    width: 100%;
    margin-bottom: 30px;
  }
  .fl_R_w40 {
    float: inherit;
    width: 100%;
  }

  .fl_L_w30 {
    float: inherit;
    width: 95%;
    margin: 0 auto 10px auto;
  }
  .fl_R_w70 {
    float: inherit;
    width: 100%;
  }

  .sp_wid {
    width: 96%;
    margin: 0 auto;
  }

  .r-5 li,
  .r-3 li {
    width: 45%;
  }
  .r-2_sp1 li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  ul.flexBox li {
    width: 98%;
  }

  .under-page {
    padding-bottom: 30px;
    padding-top: 25px;
  }
  a.btn_pt1 {
    font-size: 15px;
  }

  .fl_L_w50 {
    float: inherit;
    width: 100%;
  }
  .fl_R_w50 {
    float: inherit;
    width: 100%;
  }
  .fl_L_w40 {
    float: inherit;
    width: 100%;
    margin-bottom: 10px;
  }
  .fl_R_w60 {
    float: inherit;
    width: 100%;
  }
  .fl_L_w60 {
    float: inherit;
    width: 100%;
    margin-bottom: 30px;
  }
  .fl_R_w65 {
    float: inherit;
    width: 100%;
  }

  .fl_R_w40 {
    float: inherit;
    width: 100%;
  }
  .fl_L_w35 {
    float: inherit;
    width: 100%;
  }

  .fl_L_w30 {
    float: inherit;
    width: 95%;
    margin: 0 auto 10px auto;
  }
  .fl_R_w70 {
    float: inherit;
    width: 100%;
  }

  .sp_wid {
    width: 96%;
    margin: 0 auto;
  }

  .r-5 li,
  .r-4 li,
  .r-3 li {
    width: 45%;
  }
  .r-2_sp1 li {
    width: 100%;
  }
}

.b-obi {
  padding: 5px;
  box-sizing: border-box;
  font-size: 18px;
  background: #396b2a;
  text-align: center;
  color: #fff;
  text-decoration: none;
  max-width: 980px;
  margin: 10px auto;
}
.btn_black {
  display: block;
  padding: 1%;
  box-sizing: border-box;
  font-size: 20px;
  background: #000;
  text-align: center;
  color: #fff;
  text-decoration: none;
  max-width: 500px;
  margin: 1% auto;
}
.btn_black:hover {
  text-decoration: none;
}

.info_box1 {
  width: 100%;
  margin: 50px auto;
  max-width: 800px;
}
.info_box2 {
  width: 95%;
  margin: 60px auto 15px auto;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .info_box1 {
    margin: 20px auto;
    max-width: 800px;
  }
  .info_box2 {
    margin: 30px auto 10px auto;
  }

  .btn_black {
    font-size: 15px;
    margin: 3% auto;
  }
  .b-obi {
    font-size: 14px;
    margin: 20px auto 1px auto;
  }
}

/********************************************************************/
/*装飾ボタン*/
a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #aa975c;
  border: 1px solid #aa975c;
  border-radius: 35px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  max-width: 500px;
  margin: 3% auto 5% auto;
  width: 90%;
  padding: 10px 20px 10px 70px;
  color: #fff;
  font-size: 30px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  box-sizing: border-box;
}
a.btn_01:hover {
  opacity: 0.7;
}
a.btn_01:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -7px;
}
a.btn_01:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #aa975c;
  box-shadow: 0px 0px 2px 0px rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 50px;
}
@media screen and (max-width: 768px) {
  a.btn_01 {
    padding: 5px 20px 5px 50px;
    font-size: 19px;
    margin: 8% auto 9% auto;
  }
}
