@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: #1a1a1a;
  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 {
  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;
  }
}

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

header {
  background-color: #fff;
  position: relative;
  width: 100%;
}
header .pc_nav {
  display: block;
}
@media screen and (max-width: 768px) {
  header .pc_nav {
    display: none;
  }
}
header .pc_nav .hd_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
header .pc_nav .header_title {
  max-width: 148px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  header .pc_nav .header_title {
    width: 15%;
  }
}
header .pc_nav .gnav ul {
  display: flex;
  padding: 15px 0;
}
header .pc_nav .gnav ul li {
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.25;
  margin-left: 30px;
  text-align: center;
}
header .pc_nav .gnav ul li span {
  display: block;
  font-size: 0.7em;
  font-weight: 300;
  letter-spacing: 2.5px;
}
header .sp_nav {
  display: none;
}
@media screen and (max-width: 768px) {
  header .sp_nav {
    display: block;
  }
}
header .sp_nav .hd_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .sp_nav .hd_top .header_title {
    margin-left: 5%;
    width: 25%;
  }
}
header .sp_nav .hd_top .tglBtn {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  height: 55px;
  position: relative;
  text-align: center;
  width: 55px;
}
header .sp_nav .hd_top .tglBtn p {
  font-size: 2.2vw;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .sp_nav .gnav {
  background-color: #fff;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10001;
}
header .sp_nav .gnav ul {
  display: block;
}
header .sp_nav .gnav ul li {
  border-top: solid 1px #000;
  font-size: 3vw;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
header .sp_nav .gnav ul li span {
  display: block;
  font-size: 0.7em;
  font-weight: 300;
  letter-spacing: 2.5px;
}

.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%;
  }
}

.pageTop {
  bottom: 100px;
  cursor: pointer;
  position: absolute;
  right: 2%;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .pageTop {
    width: 12%;
  }
}

footer {
  -webkit-justify-content: center;
  display: flex;
  font-size: 1.3rem;
  justify-content: center;
  padding: 50px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
  }
}

.footer_nav a {
  display: inline-block;
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .footer_nav a {
    display: block;
    margin: 10px 5%;
  }
}

.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;
}

.kv {
  width: 100%;
}
.kv .kv_image {
  height: 600px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv .kv_image {
    height: 35%;
  }
}
.kv .kv_image .imgArea {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.kv .kv_image .imgArea img {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv .kv_image .imgArea img {
    height: 30%;
  }
}
.kv .kv_image .kv_catch {
  left: 0;
  margin: auto;
  max-width: 932px;
  position: absolute;
  right: 0;
  top: 15%;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .kv .kv_image .kv_catch {
    top: 5%;
  }
}
.kv .kv_beige {
  background-color: #fff2d8;
  padding: 50px 0 70px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv .kv_beige {
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
  }
}
.kv .kv_beige .top_txt {
  color: #ff572e;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .kv .kv_beige .top_txt {
    font-size: 3.8vw;
    letter-spacing: 0.2em;
  }
}
.kv .kv_beige .kv_btn {
  margin: 20px auto 0;
  max-width: 675px;
}
@media screen and (max-width: 768px) {
  .kv .kv_beige .kv_btn {
    margin: 10px auto;
    max-width: 90%;
  }
}

.section {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .section {
    margin: 50px auto;
  }
}
.section .section_inner {
  margin: 0 auto;
  max-width: 1430px;
  padding: 0 4.69%;
  width: 100%;
}

.cset {
  text-align: center;
}
.cset .section_title {
  border-bottom: solid 1px #000;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.5em;
  margin-bottom: 70px;
  padding: 0 30px 15px;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cset .section_title {
    font-size: 4vw;
    letter-spacing: 0.2em;
  }
}
.cset .catalog_list {
  margin: 0 auto;
  max-width: 996px;
}
.cset .catalog_list .catalog_box {
  border: solid 2px #f79e46;
  border-radius: 30px;
  border-top: none;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cset .catalog_list .catalog_box {
    border-radius: 20px;
  }
}
.cset .catalog_list .catalog_ttl {
  background-color: #f79e46;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cset .catalog_list .catalog_ttl {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    font-size: 5.5vw;
  }
}
.cset .catalog_list .catalog_ttl span {
  display: inline-block;
  font-size: 0.5em;
  font-weight: 500;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .cset .catalog_list .catalog_ttl span {
    display: block;
    font-size: 0.7em;
  }
}
.cset .catalog_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 50px 20px;
}
@media screen and (max-width: 768px) {
  .cset .catalog_list ul {
    display: block;
    padding: 40px 10% 20px;
  }
}
.cset .catalog_list ul li {
  margin-bottom: 60px;
  max-width: 430px;
  text-align: left;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .cset .catalog_list ul li {
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
  }
}
.cset .catalog_list ul li .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cset .catalog_list ul li .img {
    margin-bottom: 20px;
  }
}
.cset .catalog_list ul li .orange {
  color: #ff802e;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.cset .catalog_list ul li p {
  margin-bottom: 10px;
}

.beigeArea {
  background-color: #fff2d8;
  padding: 50px 0 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .beigeArea {
    padding: 30px 0 r50px;
  }
}
.beigeArea .w_box {
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 996px;
  padding: 50px 95px;
}
@media screen and (max-width: 768px) {
  .beigeArea .w_box {
    padding: 40px 5%;
    width: 90%;
  }
}
.beigeArea .orange {
  color: #f79e46;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .beigeArea .orange {
    font-size: 3.5vw;
  }
}
.beigeArea .catalogArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .beigeArea .catalogArea ul {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}
.beigeArea .catalogArea ul li {
  margin-bottom: 20px;
  max-width: 430px;
  text-align: left;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .beigeArea .catalogArea ul li {
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
  }
}
.beigeArea .catalogArea ul li .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .beigeArea .catalogArea ul li .img {
    margin-bottom: 20px;
  }
}
.beigeArea .kv_btn {
  margin: 0px auto 0;
  max-width: 675px;
}
@media screen and (max-width: 768px) {
  .beigeArea .kv_btn {
    margin: 30px auto 0px;
    max-width: 100%;
    width: 90%;
  }
}

.p-ct main {
  margin-top: 0;
}
.p-ct .kv {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ct .kv {
    height: 100vh;
  }
}
.p-ct .kv .kv_image {
  height: 600px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ct .kv .kv_image {
    height: 50%;
  }
}
.p-ct .kv .kv_image .imgArea {
  width: 100%;
}
.p-ct .kv .kv_image .imgArea picture {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-ct .kv .kv_image .imgArea img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-ct .kv .kv_image .kv_catch {
  left: 0;
  margin: auto;
  max-width: 932px;
  position: absolute;
  right: 0;
  top: 15%;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-ct .kv .kv_image .kv_catch {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-ct .kv .kv_orange {
  background-color: #f79e46;
  padding: 50px 0 70px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ct .kv .kv_orange {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 100%;
  }
}
.p-ct .kv .kv_orange .catalogArea {
  left: 0;
  margin: 0 auto;
  max-width: 460px;
  padding-bottom: 50px;
  position: absolute;
  right: 0;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .p-ct .kv .kv_orange .catalogArea {
    top: -50px;
    width: 60%;
  }
}
.p-ct .kv .kv_orange .kv_btn {
  margin: 0px auto 0;
  max-width: 675px;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-ct .kv .kv_orange .kv_btn {
    margin: 50px auto 30px;
    max-width: 100%;
    padding-top: 100px;
  }
}
.p-ct .kv .kv_orange .kv_btn {
  margin: 20px auto 0;
  max-width: 675px;
}
@media screen and (max-width: 768px) {
  .p-ct .kv .kv_orange .kv_btn {
    margin: 10px auto;
    max-width: 90%;
  }
}
.p-ct .section {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .p-ct .section {
    margin: 0px auto 50px;
  }
}
.p-ct .section .section_inner {
  margin: 0 auto;
  max-width: 1430px;
  padding: 0 4.69%;
  width: 100%;
}
.p-ct .type {
  text-align: center;
}
.p-ct .type .orange_title {
  color: #f79e46;
  font-size: 2.3em;
  font-weight: 600;
  line-height: 2;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ct .type .orange_title {
    font-size: 5vw;
    margin-bottom: 30px;
  }
}
.p-ct .type .orange_title span {
  display: block;
  font-size: 0.6em;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-ct .type .orange_title span {
    display: block;
  }
}
.p-ct .type .survey_list {
  margin: 0 auto 80px;
  max-width: 998px;
}
@media screen and (max-width: 768px) {
  .p-ct .type .survey_list {
    margin: 0 auto 50px;
  }
}
.p-ct .type .survey_list .survey_box {
  text-align: left;
}
.p-ct .type .survey_list .survey_box ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-ct .type .survey_list .survey_box ul {
    display: block;
  }
}
.p-ct .type .survey_list .survey_box ul li {
  border: solid 2px #f79e46;
  box-sizing: border-box;
  margin-bottom: 20px;
  max-width: 317px;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .survey_list .survey_box ul li {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
.p-ct .type .survey_list .survey_box ul li .survey_ttl {
  background-color: #f79e46;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  padding: 25px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ct .type .survey_list .survey_box ul li .survey_ttl {
    font-size: 5vw;
  }
}
.p-ct .type .survey_list .survey_box ul li .survey_ttl span {
  display: inline-block;
  font-size: 0.5em;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-ct .type .survey_list .survey_box ul li .survey_ttl span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-ct .type .survey_list .survey_box ul li .box {
    align-items: center;
    display: flex;
  }
}
.p-ct .type .survey_list .survey_box ul li .persent {
  margin: 30px auto -10px;
  max-width: 241px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .survey_list .survey_box ul li .persent {
    margin-left: 2%;
    margin-right: 2%;
    width: 46%;
  }
}
.p-ct .type .survey_list .survey_box ul li .img {
  margin: 0 auto 0px;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .survey_list .survey_box ul li .img {
    margin-bottom: 10px;
    width: 50%;
  }
}
.p-ct .type .survey_list .survey_box .comment {
  font-size: 0.8em;
}
.p-ct .type .survey_list .bold {
  font-size: 1.3em;
  font-weight: 600;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ct .type .survey_list .bold {
    font-size: 4vw;
  }
}
.p-ct .type .typeArea .tab_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.p-ct .type .typeArea .tab_list li {
  color: #fff;
  cursor: pointer;
  font-size: 1.3em;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .tab_list li {
    margin-bottom: 10px;
    padding: 15px 0;
    width: 48%;
  }
}
.p-ct .type .typeArea .tab_list li.tab1 {
  background-color: #ff8bd9;
}
.p-ct .type .typeArea .tab_list li.tab2 {
  background-color: #82cf00;
}
.p-ct .type .typeArea .tab_list li.tab3 {
  background-color: #009bff;
}
.p-ct .type .typeArea .tab_list li.tab4 {
  background-color: #ffa445;
}
.p-ct .type .typeArea .type_list .tab_box {
  border-bottom: solid 9px;
  border-top: solid 9px;
  box-sizing: border-box;
  display: none;
  padding: 0 70px;
  position: relative;
}
.p-ct .type .typeArea .type_list .tab_box.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box {
    padding: 0;
  }
}
.p-ct .type .typeArea .type_list .tab_box .topArea {
  display: flex;
  padding: 60px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box .topArea {
    display: block;
    padding: 30px 0 10px;
  }
}
.p-ct .type .typeArea .type_list .tab_box .topArea .txt {
  text-align: left;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box .topArea .txt {
    width: 100%;
  }
}
.p-ct .type .typeArea .type_list .tab_box .topArea .txt .type_ttl {
  font-size: 2.3em;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box .topArea .txt .type_ttl {
    font-size: 4.5vw;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
  }
}
.p-ct .type .typeArea .type_list .tab_box .topArea .txt .type_ttl span {
  display: block;
  font-size: 0.9em;
}
.p-ct .type .typeArea .type_list .tab_box .topArea .txt p {
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box .topArea .txt p {
    font-size: 3.3vw;
    line-height: 2;
  }
}
.p-ct .type .typeArea .type_list .tab_box .topArea .img {
  margin-left: 5%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box .topArea .img {
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 38%;
  }
}
.p-ct .type .typeArea .type_list .tab_box .floormap {
  margin: 0 auto 60px;
  width: 100%;
}
.p-ct .type .typeArea .type_list .tab_box.type1 {
  border-color: #ff8bd9;
}
.p-ct .type .typeArea .type_list .tab_box.type1 .type_ttl span {
  color: #ff8bd9;
}
.p-ct .type .typeArea .type_list .tab_box.type1::before {
  background-color: #ff8bd9;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box.type1::before {
    content: none;
  }
}
.p-ct .type .typeArea .type_list .tab_box.type2 {
  border-color: #82cf00;
}
.p-ct .type .typeArea .type_list .tab_box.type2 .type_ttl span {
  color: #82cf00;
}
.p-ct .type .typeArea .type_list .tab_box.type2::before {
  background-color: #82cf00;
  content: "";
  display: block;
  height: 15px;
  left: 25.5%;
  position: absolute;
  top: -20px;
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box.type2::before {
    content: none;
  }
}
.p-ct .type .typeArea .type_list .tab_box.type3 {
  border-color: #009bff;
}
.p-ct .type .typeArea .type_list .tab_box.type3 .type_ttl span {
  color: #009bff;
}
.p-ct .type .typeArea .type_list .tab_box.type3::before {
  background-color: #009bff;
  content: "";
  display: block;
  height: 15px;
  left: 51%;
  position: absolute;
  top: -20px;
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box.type3::before {
    content: none;
  }
}
.p-ct .type .typeArea .type_list .tab_box.type4 {
  border-color: #ffa445;
}
.p-ct .type .typeArea .type_list .tab_box.type4 .type_ttl span {
  color: #ffa445;
}
.p-ct .type .typeArea .type_list .tab_box.type4 .topArea {
  margin-bottom: 30px;
}
.p-ct .type .typeArea .type_list .tab_box.type4 .topArea .txt {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box.type4 .topArea .txt {
    width: 100%;
  }
}
.p-ct .type .typeArea .type_list .tab_box.type4 .topArea .img {
  margin-left: 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box.type4 .topArea .img {
    margin-left: auto;
  }
}
.p-ct .type .typeArea .type_list .tab_box.type4 .floormap {
  border: solid 1px #000;
  height: 420px;
  overflow: scroll;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box.type4 .floormap {
    height: 200px;
  }
}
.p-ct .type .typeArea .type_list .tab_box.type4::before {
  background-color: #ffa445;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: -20px;
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .p-ct .type .typeArea .type_list .tab_box.type4::before {
    content: none;
  }
}
.p-ct .beigeArea {
  background-color: #fff2d8;
  margin-bottom: 0;
  padding: 70px 0 50px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea {
    padding: 30px 0 50px;
  }
}
.p-ct .beigeArea .section_title {
  border-bottom: solid 1px #000;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.5em;
  margin-bottom: 30px;
  padding: 0 30px 15px;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea .section_title {
    font-size: 4vw;
    letter-spacing: 0.2em;
  }
}
.p-ct .beigeArea .examArea {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 70px;
}
.p-ct .beigeArea .examArea .ttlArea {
  margin-bottom: 30px;
}
.p-ct .beigeArea .examArea .ttlArea .num {
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea .examArea .ttlArea .num {
    max-width: 100px;
  }
}
.p-ct .beigeArea .examArea .ttlArea .ttl {
  background-color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea .examArea .ttlArea .ttl {
    font-size: 3.8vw;
    padding: 15px 0;
  }
}
.p-ct .beigeArea .examArea .ttlArea .client {
  background-color: #000;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 20px 0;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea .examArea .ttlArea .client {
    font-size: 3.5vw;
    padding: 15px 0;
  }
}
.p-ct .beigeArea .examArea .example_slider_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea .examArea .example_slider_wrap {
    margin-bottom: 30px;
  }
}
.p-ct .beigeArea .examArea .example_slider_wrap .example_slider-wrapper .slick-list {
  margin: 0 auto;
  max-width: 648px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea .examArea .example_slider_wrap .example_slider-wrapper .slick-list {
    width: 90%;
  }
}
.p-ct .beigeArea .examArea .example_slider_wrap .example_slider-wrapper .slick-slide {
  height: 372px;
  margin: 0 auto;
  width: 648px;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea .examArea .example_slider_wrap .example_slider-wrapper .slick-slide {
    height: auto;
    width: 100%;
  }
}
.p-ct .beigeArea .examArea .example_slider_wrap .example_slider-wrapper .slick-prev {
  background: url(/ad/howto/assets/images/arrow_l.png) no-repeat center top;
  background-size: 100%;
  font-size: 0;
  height: 65px;
  left: auto;
  left: 120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea .examArea .example_slider_wrap .example_slider-wrapper .slick-prev {
    height: 49px;
    left: -2%;
    width: 20px;
  }
}
.p-ct .beigeArea .examArea .example_slider_wrap .example_slider-wrapper .slick-next {
  background: url(/ad/howto/assets/images/arrow_r.png) no-repeat center top;
  background-size: 100%;
  font-size: 0;
  height: 65px;
  left: auto;
  position: absolute;
  right: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea .examArea .example_slider_wrap .example_slider-wrapper .slick-next {
    height: 49px;
    right: -2%;
    width: 20px;
  }
}
.p-ct .beigeArea .examArea .example_slider_wrap .example_slider-wrapper .swiper-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-ct .beigeArea .examArea .txtArea {
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea .examArea .txtArea {
    margin-bottom: 40px;
  }
}
.p-ct .beigeArea .examArea .txtArea h4 {
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-ct .beigeArea .examArea .txtArea h4 {
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
.p-ct .beigeArea .examArea .txtArea p {
  line-height: 2;
}
.p-ct .orangeArea {
  background-color: #f79e46;
  padding: 70px 0 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ct .orangeArea {
    padding: 50px 0 50px;
  }
}
.p-ct .orangeArea .w_box {
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 996px;
  padding: 50px 95px;
}
@media screen and (max-width: 768px) {
  .p-ct .orangeArea .w_box {
    padding: 40px 5%;
    width: 90%;
  }
}
.p-ct .orangeArea .orange {
  color: #f79e46;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ct .orangeArea .orange {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ct .orangeArea .catalogArea ul {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}
.p-ct .orangeArea .catalogArea ul li {
  margin: 0 auto 20px;
  max-width: 430px;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .p-ct .orangeArea .catalogArea ul li {
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
  }
}
.p-ct .orangeArea .catalogArea ul li .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-ct .orangeArea .catalogArea ul li .img {
    margin-bottom: 20px;
  }
}
.p-ct .orangeArea .kv_btn {
  margin: -60px auto 0;
  max-width: 675px;
}
@media screen and (max-width: 768px) {
  .p-ct .orangeArea .kv_btn {
    margin: 30px auto 0px;
    max-width: 100%;
    width: 90%;
  }
}

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