@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap);
@charset "UTF-8"; /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

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

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

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

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.inview,
.inviewL,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  box-sizing: border-box;
  color: #485157;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-justify: inter-ideograph;
  width: 100%;
}

.stopscroll {
  overflow: hidden;
}

.inter {
  font-family: "Inter", sans-serif;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 1031px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
  }
}
main {
  margin-top: 70px;
}
@media screen and (max-width: 1030px) {
  main {
    margin-top: 70px;
  }
}

.ly_w1100 {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 40px);
}

.ly_w1240 {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 40px);
}

.slick-dots li {
  margin: 0 2px !important;
}
.slick-dots li button {
  height: 30px;
  width: 30px;
}
.slick-dots li button:before {
  color: #b3b3b3 !important;
  content: "●" !important;
  font-family: sans-serif !important;
  font-size: 12px !important;
}

.slick-loading .slick-list {
  background: none !important;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  opacity: 1 !important;
}
@media screen and (max-width: 1030px) {
  .slick-prev:before,
  .slick-next:before {
    height: 50px;
    width: 15px;
  }
}

.slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*.slick-prev{
  width: 35px;
        height: 62px;
        background: url(/ad/brand/garage1/assets/images/arrow_l.png) no-repeat center top;
        background-size: 100%;
  @include g.mq-down(lg) {

  }
}

.slick-next{
  width: 35px ;
        height: 62px ;
        background: url(/ad/brand/garage1/assets/images/arrow_r.png) no-repeat center top;
        background-size: 100%;
  @include g.mq-down(lg) {

  }
}*/
.slick-prev,
.slick-next {
  color: #000;
  height: 62px;
  width: 35px;
  z-index: 1;
}
.control-style1 .slick-prev {
  left: 0;
  top: calc(100% + 10px);
}
.control-style1 .slick-next {
  left: 34px;
  right: auto;
  top: calc(100% + 10px);
}
.control-style1 .slick-dots {
  bottom: -30px;
  left: 80px;
  text-align: left;
}

.el_btn {
  background: #FFFFFF;
  border: 3px solid #000;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  padding: 12px 110px;
  position: relative;
  text-align: center;
  transition: ease 0.2s;
}
.el_btn span {
  color: #000;
  position: relative;
  z-index: 3;
}
.el_btn .arrow_r {
  fill: #000;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 27px;
}
.el_btn .arrow_l {
  fill: #000;
  left: 15px;
  position: absolute;
  top: 6px;
  width: 27px;
}
@media screen and (max-width: 768px) {
  .el_btn {
    padding: 10px 67px;
  }
}
.el_btn::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 100%;
  z-index: 2;
}
.el_btn:hover {
  border: 3px solid #fff;
}
.el_btn:hover span {
  color: #fff;
}
.el_btn:hover .arrow_r {
  fill: #fff;
}
.el_btn:hover .arrow_l {
  fill: #fff;
}
.el_btn:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.el_btn.--black {
  border-color: #1a1a1a;
}

.el_line-btn {
  align-items: center;
  background-color: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 50px;
  color: #3EB157;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 10px 0;
  transition: background-color 0.2s, border-color 0.2s;
}
.el_line-btn .icon {
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .el_line-btn .icon {
    height: 26px;
    width: 26px;
  }
}
@media screen and (min-width: 769px) {
  .el_line-btn:hover {
    background-color: #1a1a1a;
    border-color: #fff;
  }
}

body {
  color: #485157;
  width: 100%;
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}

.bl {
  color: #0086ac;
}

.tb {
  color: #66a6b4;
}

.ppl {
  color: #8e679a;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 18vw;
  }
}

header {
  position: relative;
  width: 100%;
}
header .hd_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  header .hd_inner {
    padding: 20px 0;
    width: 90%;
  }
}
header .header_title {
  max-width: 238px;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  header .header_title {
    padding: 0;
    width: 35%;
  }
}
header .th {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  header .th {
    width: 15%;
  }
}

.bnr {
  max-width: 204px;
  padding-top: 50px;
  right: 0;
  z-index: 1001;
}
@media screen and (min-width: 769px) {
  .bnr {
    position: absolute;
    top: 950px;
  }
  .bnr.fixed {
    position: fixed;
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .bnr {
    bottom: 0;
    max-width: 100%;
    position: fixed;
    width: 100%;
  }
}

footer {
  background-color: #e9e9e5;
  font-size: 1.3rem;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
  }
}
footer .logo_btm {
  margin: 0 auto 50px;
  width: 186px;
}
footer .footer_nav {
  margin-bottom: 30px;
}
footer .footer_nav li {
  margin-bottom: 10px;
  text-align: center;
}
footer .footer_nav li a {
  text-decoration: underline;
}
footer .footer_nav li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .footer_nav {
    display: block;
    margin: 10px 5%;
  }
}
footer .sns_link {
  margin-bottom: 30px;
  text-align: center;
}
footer .sns_link li {
  display: inline-block;
  margin: auto 5px;
  width: 35px;
}

.footer_copy {
  color: #666;
  margin: 0 12px 0 24px;
}
@media screen and (max-width: 768px) {
  .footer_copy {
    display: block;
    margin: 30px 5% 0;
  }
}

main {
  margin-top: 0;
}

.top_cnt {
  background: url(../images/mv_bg.jpg) center top;
  background-size: cover;
  width: 100%;
}

.kv {
  position: relative;
  width: 100%;
  margin: 50px auto 100px;
}
.kv .kv_image {
  height: auto;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.kv {
		margin: 0px auto 0;
	}
	
  .kv .kv_image {
	  width: 100%;
    height: 30%;
  }
}
.kv .kv_image .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv .kv_image .imgArea img {
    height: 30%;
  }
}
.kv .btnArea {
  bottom: -20px;
  left: 5%;
  position: absolute;
  width: 36%;
}
@media screen and (max-width: 768px) {
  .kv .btnArea {
    bottom: auto;
    left: auto;
    margin: 0 auto;
    position: relative;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .kv .btn_wrap {
    padding: 30px 0;
    position: relative;
  }
}
.kv .kv_beige {
  padding: 50px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv .kv_beige {
    margin: 0 auto;
    padding-bottom: 0px;
    width: 90%;
  }
}
.kv .kv_beige .lead_top {
  margin: 0 auto 30px;
  max-width: 235px;
}
@media screen and (max-width: 768px) {
  .kv .kv_beige .lead_top {
    margin: 0 auto 15px;
    width: 40%;
  }
}
.kv .kv_beige .lead_title {
  margin: 0px auto 30px;
  max-width: 798px;
}
@media screen and (max-width: 768px) {
  .kv .kv_beige .lead_title {
    margin: 50px auto 30px;
    max-width: 100%;
    width: 75%;
  }
}

.section {
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .section {
    margin: 0px auto;
  }
}
.section .g_bg {
  background-color: #a9946b;
}
.section .ttlArea .inner {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.section .ttlArea .inner .en {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  padding: 20px 10px;
}
.section .ttlArea .inner .en span {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .section .ttlArea .inner .en span {
    font-size: 2.7vw;
  }
}
.section .ttlArea .inner .jp {
  margin-left: 20px;
}
.section .ttlArea .inner .jp .catch {
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .section .ttlArea .inner .jp .catch {
    font-size: 3vw;
  }
}
.section .ttlArea .inner .jp .section_title {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .section .ttlArea .inner .jp .section_title {
    font-size: 5vw;
  }
}
.section .inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section .inner {
    padding: 0;
    width: 90%;
  }
}
.section .inner .strong_box {
  padding: 50px 0;
}

.present-sec {
  padding: 0px 0 90px;
}
@media screen and (max-width: 768px) {
  .present-sec {
    padding: 8vw 0 6vw;
  }
}
.present-sec .inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .present-sec .inner {
    max-width: none;
    width: 100%;
  }
}

.present-sec .inner .present_cam_txt{
	width: 765px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
	.present-sec .inner .present_cam_txt{
	width: 90%;
}
}

.present-sec .inner .present {
  margin: 0 auto 0px;
  width: 1020px;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .present {
    margin: 0 auto 4vw;
    width: calc(100% - 50px);
  }
}
.present-sec .inner .present img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .present img {
    margin-bottom: 2.6666666667vw;
  }
}
.present-sec .inner .present small {
  color: #fff;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .present small {
    font-size: 2.4vw;
  }
}
.present-sec .inner .requirement {
  border: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .requirement {
    margin: 0 auto;
    width: calc(100% - 50px);
  }
}
.present-sec .inner .requirement dl {
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 25px 0;
  width: 886px;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .requirement dl {
    display: block;
    padding: 4.6666666667vw;
    width: 100%;
  }
}
.present-sec .inner .requirement dl dt {
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 20px 0;
  text-align: center;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .requirement dl dt {
    border-radius: 5px;
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
    padding: 2vw 0;
    width: 100%;
  }
}
.present-sec .inner .requirement dl dd {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 30px;
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  .present-sec .inner .requirement dl dd {
    font-size: 2.9333333333vw;
    line-height: 1.4;
    padding-left: 0;
    width: 100%;
  }
}
.present-sec .inner .requirement dl dd small {
  display: block;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .requirement dl dd small {
    font-size: 3.2vw;
    margin-top: 0.6666666667vw;
  }
}

.biss_sec {
  background: url(../images/biss_bg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .biss_sec {
    background: url(../images/biss_bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
.biss_sec .inner {
  margin: 0 auto;
  width: 1020px;
  padding: 80px 0 50px;
  width: 90%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .biss_sec .inner {
    padding: 50px 0;
  }
}
.biss_sec .inner .section_title {
  margin-bottom: 30px;
  font-size: 2.3em;
  font-weight: 60;
}

.biss_sec .inner p{
	line-height: 2;
	margin-bottom: 50px;
}

.biss_sec .inner .biss_logo{
	max-width: 265px;
}


@media screen and (max-width: 768px) {
  .biss_sec .inner .section_title {
  font-size: 5vw;
  margin-bottom: 20px;
}

.biss_sec .inner p{
	font-size: 3vw;
	margin-bottom: 15px;
}

.biss_sec .inner .biss_logo{
	width: 45%;
}
}

.bene_sec{
	width: 100%;
	background-color: #060304;
	padding: 50px 0 90px;
}

@media screen and (max-width: 768px) {
  .feature-sec {
    padding: 8vw 0 6vw;
  }
}

.model_sec{
	padding: 90px 0;
}

.outline-sec {
  background: #DFDAD0;
  padding: 112px 0 187px;
}
@media screen and (max-width: 768px) {
  .outline-sec {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}
.outline-sec .inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner {
    margin: 0 auto;
    width: calc(100% - 50px);
  }
}
.outline-sec .inner .box {
  background: #fff;
  margin-bottom: 114px;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box {
    margin-bottom: 10.6666666667vw;
  }
}
.outline-sec .inner .box .midashi {
  background: #3C312C;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .midashi {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
  }
}
.outline-sec .inner .box .content {
  font-size: 1.5rem;
  font-weight: 700;
  height: 587px;
  letter-spacing: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 30px 60px 60px;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content {
    height: 140vw;
    padding: 1.3333333333vw 5.3333333333vw;
  }
}
.outline-sec .inner .box .content dl {
  border-bottom: 2px solid #000;
  color: #000;
  display: flex;
  padding: 30px 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl {
    display: block;
    font-size: 2.6666666667vw;
    padding: 4vw 0;
  }
}
.outline-sec .inner .box .content dl dt {
  font-size: 1.8rem;
  width: 175px;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl dt {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
    width: 100%;
  }
}
.outline-sec .inner .box .content dl dd {
  font-size: 1.5rem;
  width: calc(100% - 175px);
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl dd {
    font-size: 2.9333333333vw;
    width: 100%;
  }
}
.outline-sec .inner .box .content dl dd p {
  /*margin-left: 1em;
  text-indent: -1em;*/
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl dd p {
    letter-spacing: 0;
    line-height: 1.6;
  }
  .outline-sec .inner .box .content dl dd p .no-indent {
    display: block;
    margin-left: 0;
    text-indent: -1em;
  }
}
.outline-sec .inner .btn {
  display: block;
  margin: 0 auto;
  max-width: 646px;
}
.outline-sec .inner .btn img {
  transition: opacity 0.2s;
}
@media screen and (min-width: 769px) {
  .outline-sec .inner .btn:hover img {
    opacity: 0.8;
  }
}

/**********見学会新規cssここから************/
.bg_bl{
	background-color: #daf0fc;
}

.bg_gr{
	background-color: #f4f4ef;
}

.orange{
	color: #c34500;
}

.bl{
	color: #417296
}

.contentArea{
	width: 100%;
	padding: 120px 0;
	color: #231815;
}

@media screen and (max-width: 768px) {
	.contentArea{
	padding: 60px 0;
}
}

.contentArea .inner{
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}

.contentArea .lead_ttl{
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	border-bottom: solid 1px #231815;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.contentArea .leadArea{
	width: 100%;
	margin: 0 auto 100px;
}

.contentArea .leadArea .lead_txt{
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.1em
}

.contentArea .leadArea .lead_txt h3{
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 2px
}

.contentArea .leadArea ul{
	display: flex;
	justify-content: space-between;
}

.contentArea .leadArea ul li{
	max-width: 318px;
	width: 32%;
}

.contentArea .leadArea ul li p{
	font-size: 0.88em;
	margin-top: 10px
}

@media screen and (max-width: 768px) {
	.contentArea .lead_ttl{
	text-align: center;
	font-size: 4vw;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.contentArea .leadArea{
	width: 100%;
	margin: 0 auto 50px;
}

.contentArea .leadArea .lead_txt{
	text-align: center;
	margin-bottom: 30px;
	font-size: 3.3vw;
}

.contentArea .leadArea .lead_txt h3{
	font-size: 5vw;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 2px
}

.contentArea .leadArea ul{
	flex-wrap: wrap;
}

.contentArea .leadArea ul li{
	width: 48%;
	margin-bottom: 20px;
}

.contentArea .leadArea ul li p{
	font-size: 0.75em;
}

}

.contentArea .top_siteArea{
	max-width: 1000px;
	margin: 0 auto 100px;
	color: #072945;
}

@media screen and (max-width: 768px) {
	.contentArea .top_siteArea{
	margin: 0 auto 30px;
}
}

.contentArea .top_siteArea .site_ttl{
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 4px;
	font-weight: 600;
	padding: 20px 0;
	border: solid 1px #072945;
	margin-bottom: 50px;
}

.contentArea .top_siteArea ul{
	display: flex;
	justify-content: space-between
	
}

.contentArea .top_siteArea ul li{
	max-width: 318px;
	width: 32%;
}

.contentArea .top_siteArea ul li .big{
	font-size: 1.2em;
	margin: 10px auto 10px;
	text-align: center;
	font-weight: 600;
}

.contentArea .top_siteArea ul li p{
	font-size: 0.88em;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contentArea .top_siteArea .site_ttl{
	text-align: center;
	font-size: 4vw;
}
	
	.contentArea .top_siteArea ul{
	flex-wrap: wrap;
}

.contentArea .top_siteArea ul li{
	width: 48%;
	margin-bottom: 30px;
}

.contentArea .top_siteArea ul li .big{
	font-size: 3.6vw;
}

.contentArea .top_siteArea ul li p{
	font-size: 0.75em;
	margin-bottom: 20px;
}
}

.btn{
	
}

.btn a{

	color: #fff;
}

.bl_btn a{
	font-size: 1em;
	font-weight: 600;
	color: #417296;
	display: inline-block;
	text-decoration: underline;
}

.db_btn{
	text-align: center;
	margin: 10px auto;
}

.db_btn a{
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #072945;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    position: relative;
 }
 
.db_btn a:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
	.btn a{
		padding: 10px 0;
	}
	.bl_btn a{
	font-size: 3.5vw;
}

.db_btn a{
	font-size: 3.5vw;
}

.db_btn a:before {
	right: 12px;
	width: 10px;
  height: 10px;
}

}

.r_btn a{
	font-size: 1.1em;
	background-color: #c34500;
	font-weight: 600;
}

.r_box{
	box-sizing: border-box;
	margin-bottom: 70px;
}


.r_box .sec_ttl{
	display: inline-block;
	border-bottom: solid 1px #417296;
	color: #417296;
	font-size: 1.8em;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 20px;
}

.map_box .sec_ttl{
	border-bottom: solid 1px #072945;
	color: #072945;
}

.r_box .bold{
	font-size: 1.2em;
}

.r_box .site_list .tabArea{
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}

.r_box .site_list .tabArea .tab{
	width: 16%;
	color: #fff;
	border: solid 1px #417296;
	background-color: #417296;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-radius: 15px;
	font-weight: 600;
	font-size: 0.9em;
}

.r_box .site_list .tabArea .tab.current{
	background-color: #fff;
	color: #417296;
}

.r_box .site_list .siteArea{
	
}

.siteArea .site_box{
	display: none;
}

.siteArea .site_box.current{
	display: block;
}

.r_box .site_list .siteArea .site_box ul{
	display: flex;
	flex-wrap: wrap;
}

.r_box .site_list .siteArea .site_box ul li{
	max-width: 318px;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
	display: flex;
   flex-direction: column;
  
}

.r_box .site_list .siteArea .site_box ul .hide_list{
	 display: none;
}

.r_box .site_list .siteArea .site_box ul li:nth-child(3n){
	margin-right: 0;
}

.r_box .site_list .siteArea .site_box ul li .img{
	margin-bottom: 10px;
}

.r_box .site_list .siteArea .site_box ul li .pref_tag{
	display: inline-block;
	background-color: #417296;
	color: #fff;
	padding: 2px 20px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 0.9em;
	max-width: 100px;
	text-align: center;
}

.r_box .site_list .siteArea .site_box ul li p{
	margin-bottom: 10px;
	flex-grow: 1;
}

.r_box .site_list .siteArea .site_box ul li .r_btn{
	margin-top: auto;
}

.r_box .show_more_btn{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	width: 100%;
	color: #417296;
	border-top: solid 1px #417296;
	margin: 0 auto 50px;
	cursor: pointer;
}

.r_box .sp_show_more_btn{
	display: none;
}

.r_box .show_more_btn p{
	font-size: 1.2em;
	font-weight: 600;
}

.r_box .show_more_btn .icon{
	display: inline-block;
	margin-left: 10px;
	width: 69px;
	height: 69px;
	transition: transform .3s ease-in-out;
}



.r_box .close_btn{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	width: 100%;
	color: #417296;
	border-top: solid 1px #417296;
	margin: 0 auto 50px;
	cursor: pointer;
	display: none;
}

.r_box .sp_close_btn{
	display: none;
}

.r_box .close_btn p{
	font-size: 1.2em;
	font-weight: 600;
}

.r_box .close_btn .icon{
	display: inline-block;
	margin-left: 10px;
	width: 69px;
	height: 69px;
	transition: transform .3s ease-in-out;
}

.r_box .close_btn .icon{
	transform: rotate(-180deg);
}

/*.show_more_btn .close{
	display: none;
}

.show_more_btn .open{
	display: block;
}

.show_more_btn.open_btn .close{
	display: block;
}

.show_more_btn.open_btn .open{
	display: none;
}*/

@media screen and (max-width: 768px) {
	.r_box{
	padding: 5% 2.5%;
	margin-bottom: 40px;
}

	.r_box .sec_ttl{
	font-size: 5vw;
	margin-bottom: 20px;
}

.r_box .bold{
	font-size: 4vw;
}

.r_box .site_list .tabArea{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto;
}

.r_box .site_list .tabArea .tab{
	width: 32%;
	font-size: 3.5vw;
	margin-bottom: 10px;
}

.r_box .site_list .tabArea .tab p{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.r_box .site_list .tabArea .tab span{
	font-size: 0.7em;
}


.r_box .site_list .siteArea .site_box ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

.r_box .site_list .siteArea .site_box ul li:nth-child(3n){
	margin-right: auto;
}

.r_box .site_list .siteArea .site_box ul li:nth-child(2n){
	margin-right: 0;
}

.r_box .site_list .siteArea .site_box ul .sp_hide_list{
	 display: none;
}

.r_box .site_list .siteArea .site_box ul li p{
	margin-bottom: 10px;
	flex-grow: 1;
}

.r_box .site_list .siteArea .site_box ul li .r_btn{
	margin-top: auto;
}

.r_box .sp_show_more_btn{
	display: flex;
}

.r_box .show_more_btn p{
	font-size: 3.8vw;
	font-weight: 600;
}

.r_box .show_more_btn .icon{
	display: inline-block;
	margin-left: 10px;
	width: 40px;
	height: 40px;
}

.r_box .sp_close_btn{
	display: none;
}

.r_box .close_btn p{
	font-size: 3.8vw;
	font-weight: 600;
}

.r_box .close_btn .icon{
	display: inline-block;
	margin-left: 10px;
	width: 40px;
	height: 40px;
}
}


@media screen and (min-width: 769px) {
	.r_box .site_list .siteArea .site_box ul .show_list{
		display: flex;
	}
}

.map_box .mapArea {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .map_box .mapArea {
    display: block;
  }
}
.map_box .mapArea .map {
  max-width: 350px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .map_box .mapArea .map {
    margin: 0 auto 20px;
    width: 65%;
  }
}
.map_box .mapArea .area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .map_box .mapArea .area {
    width: 100%;
  }
}
.map_box .mapArea .area dl {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.map_box .mapArea .area dl dt {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin-right: 20px;
  padding: 7px 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .map_box .mapArea .area dl dt {
    font-size: 3.2vw;
  }
}
.map_box .mapArea .area dl dd ul {
  display: flex;
}
.map_box .mapArea .area dl dd ul li {
  font-weight: 600;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .map_box .mapArea .area dl dd ul li {
    font-size: 3.2vw;
    margin-right: 15px;
  }
}
.map_box .mapArea .area dl.-tohoku dt {
  background-color: #72a4ec;
}
.map_box .mapArea .area dl.-kitakantou dt {
  background-color: #5eb86a;
}
.map_box .mapArea .area dl.-kantou dt {
  background-color: #ffaea8;
}
.map_box .mapArea .area dl.-chubu dt {
  background-color: #a1d962;
}
.map_box .mapArea .area dl.-kinki dt {
  background-color: #e7d447;
}
.map_box .mapArea .area dl.-chugoku dt {
  background-color: #efa34d;
}
.map_box .mapArea .area dl.-shikoku dt {
  background-color: #f26150;
}
.map_box .mapArea .area dl.-kyusyu dt {
  background-color: #ef84a2;
}

.mh_box .site_list .tabArea{
}

.mh_box .site_list .tabArea .tab{

	
}

.mh_box .site_list .tabArea .tab p{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.mh_box .site_list .tabArea .tab .small{
	
}

@media screen and (max-width: 768px) {
	.mh_box .site_list .tabArea{
		flex-wrap: wrap;
}
	
	.mh_box .site_list .tabArea .tab{
		width: 32%;
		margin-bottom: 10px;
	}
}

.tokutenArea{
	max-width: 1000px;
	margin: 0 auto 70px;
	background-color: #fff;
	
}

.tokutenArea h2{
	text-align: center;
	font-size: 2.5em;
	font-weight: 600;
	color: #fff;
	padding: 5px 0;
background: linear-gradient(to right,  #866a0b 0%,#b3994e 50%,#967613 100%); 

}

.tokutenArea .tokuten_box{
	box-sizing: border-box;
	padding: 40px;
}

@media screen and (max-width: 768px) {
	.tokutenArea{
	margin: 0 auto 40px;
	
}

.tokutenArea h2{
	text-align: center;
	font-size: 5vw;

}

.tokutenArea .tokuten_box{
	box-sizing: border-box;
	padding: 5% 2.5%;
}
}

.presentArea{
	max-width: 1000px;
	margin: 0 auto;
}

.disabled{
    pointer-events: none;
    opacity: 0.9;
  }
  
.r_btn .disabled {
	background-color: gray;
}

/*# sourceMappingURL=app.css.map*/