@charset "UTF-8";
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   a
   ========================================================================== */
a {
  outline: none;
}

a,
a:link {
  outline: none;
}

a:visited {
  outline: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

/* ==========================================================================
  form
   ========================================================================== */
input,
select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
}

input,
input[type=button],
input[type=submit],
input[type=reset] button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/******************************************
table
******************************************/
table,
thead,
tbody,
tr,
th,
td {
  display: block;
}

th,
td {
  text-align: left;
  font-weight: 400;
}

/* font */
/* color */
/* slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* defalt */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: url(../images/icon/arrow-left.svg);
}
[dir=rtl] .slick-prev:before {
  content: url(../images/icon/arrow-right.svg);
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: url(../images/icon/arrow-right.svg);
}
[dir=rtl] .slick-next:before {
  content: url(../images/icon/arrow-left.svg);
}

/* トップページのスライダー用に上記をカスタマイズ */
.home .slick-prev,
.home .slick-next {
  position: absolute;
  display: block;
  height: 40px !important;
  width: 40px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #1D1D1D !important;
  color: transparent;
  top: 111%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  .home .slick-prev,
  .home .slick-next {
    top: 113% !important;
  }
}
.home .slick-prev:hover, .home .slick-prev:focus,
.home .slick-next:hover,
.home .slick-next:focus {
  opacity: 0.8;
}
.home .slick-prev.slick-disabled:before,
.home .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.home .slick-prev:before,
.home .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home .slick-prev {
  left: auto !important;
  right: 80px !important;
}
@media screen and (min-width: 1400px) {
  .home .slick-prev {
    right: 185px !important;
  }
}
[dir=rtl] .home .slick-prev {
  left: auto;
  right: -25px;
}
.home .slick-prev:before {
  content: url(../images/icon/arrow-left.svg);
}
[dir=rtl] .home .slick-prev:before {
  content: url(../images/icon/arrow-right.svg);
}
.home .slick-next {
  right: 25px !important;
}
@media screen and (min-width: 1400px) {
  .home .slick-next {
    right: 130px !important;
  }
}
[dir=rtl] .home .slick-next {
  left: -25px;
  right: auto;
}
.home .slick-next:before {
  content: url(../images/icon/arrow-right.svg);
}
[dir=rtl] .home .slick-next:before {
  content: url(../images/icon/arrow-left.svg);
}

/* 詳細ページ用にカスタマイズ */
.single .slick-prev,
.single .slick-next {
  position: absolute;
  display: block;
  height: 40px !important;
  width: 40px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.single .slick-prev:hover, .single .slick-prev:focus,
.single .slick-next:hover,
.single .slick-next:focus {
  opacity: 0.8;
}
.single .slick-prev.slick-disabled:before,
.single .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.single .slick-prev:before,
.single .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single .slick-prev {
  left: 0 !important;
}
[dir=rtl] .single .slick-prev {
  left: auto;
  right: -25px;
}
.single .slick-prev:before {
  content: "" !important;
  position: absolute;
  top: 9px;
  left: 15px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffffff !important;
  border-left: 2px solid #ffffff !important;
  transform: rotate(-45deg);
}
.single .slick-next {
  right: 0 !important;
}
.single .slick-next:before {
  content: "" !important;
  position: absolute;
  top: 9px;
  right: 15px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffffff !important;
  border-right: 2px solid #ffffff !important;
  transform: rotate(45deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* common */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (min-width: 1025px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  background: #F9F9F9;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  max-width: 100%;
  color: #1D1D1D;
  overflow-x: hidden;
}

a {
  color: #1D1D1D;
  text-decoration: none;
  list-style: none;
}
a:hover {
  opacity: 0.8;
  transition: 0.3;
}

.main {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .main {
    margin-bottom: 250px;
  }
}

.container {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.container-s {
  max-width: 982px;
  margin-right: auto;
  margin-left: auto;
}

.br--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .br--sp {
    display: none;
  }
}

.br--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br--pc {
    display: block;
  }
}

iframe.wp-embedded-content {
  width: 100%;
  max-width: 500px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*************************************
 * * * * * * * Element * * * * * * *
 ***********************************/
/* title */
.sec--title::before {
  content: attr(date-title);
  display: block;
  margin-bottom: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  font-style: italic;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .sec--title::before {
    margin-bottom: 8px;
    font-size: 4rem;
  }
}
.sec--title {
  margin-bottom: 50px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .sec--title {
    margin-bottom: 80px;
  }
}

/* page main */
.page--main {
  margin-top: 61px;
}
@media screen and (min-width: 1520px) {
  .page--main {
    margin-top: 80px;
  }
}

/* page top */
.page--top {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page--top {
    margin-bottom: 113px;
  }
}
.page--top__inner {
  max-width: 1180px;
  padding: 24px 136px 24px 20px;
}
@media screen and (min-width: 1200px) {
  .page--top__inner {
    padding: 60px 136px 100px 130px;
  }
}
.page--top__breadcrumbs {
  margin-bottom: 35px !important;
}
@media screen and (min-width: 768px) {
  .page--top__breadcrumbs {
    margin-bottom: 58px !important;
  }
}
.page--top::after {
  content: "";
  position: absolute;
  top: -30%;
  right: -14%;
  z-index: -1;
  background: linear-gradient(-30deg, #010611 30%, #062056 70%);
  max-width: 400px;
  width: 40%;
  height: 200%;
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .page--top::after {
    right: -105px;
  }
}
.page--top picture {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 136px;
}
@media screen and (min-width: 768px) {
  .page--top picture {
    max-width: 243px;
  }
}
.page--top picture img {
  width: 100%;
  height: auto;
  max-height: 170px;
}
@media screen and (min-width: 768px) {
  .page--top picture img {
    max-height: 332px;
  }
}

/* page h1 */
.page--title::before {
  content: attr(date-title);
  display: block;
  margin-bottom: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  font-style: italic;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .page--title::before {
    margin-bottom: 10px;
    font-size: 6rem;
  }
}
.page--title {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .page--title {
    font-size: 1.5rem;
  }
}

.page--note {
  padding: 0 20px;
  margin-bottom: 105px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .page--note {
    line-height: 2;
  }
}

/*****************************
button
/*****************************
/* tel & contact ボタン (gnav,footerで使用） */
@media screen and (min-width: 1025px) {
  .btn--block {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .btn--block div {
    display: flex;
    margin-bottom: 64px;
  }
}
.btn--block__tel {
  position: relative;
  display: block;
  padding: 20px 30px;
  margin: 0 auto 20px;
  max-width: 360px;
  width: 100%;
  border: 1px solid #062056;
}
@media screen and (min-width: 1025px) {
  .btn--block__tel {
    border: none;
    padding: 0;
    margin: 0 auto;
  }
}
.btn--block__tel::after {
  content: url(../images/icon/arrow-right-blue.svg);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .btn--block__tel::after {
    display: none;
  }
}
.btn--block__tel h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #062056;
}
@media screen and (min-width: 1025px) {
  .btn--block__tel h3 {
    margin-bottom: 15px;
  }
}
.btn--block__tel p:nth-of-type(1) {
  position: relative;
  margin-bottom: 11px;
  padding-left: 29px;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #062056;
}
@media screen and (min-width: 1025px) {
  .btn--block__tel p:nth-of-type(1) {
    padding-left: 0;
    font-size: 3rem;
  }
}
.btn--block__tel p:nth-of-type(1):before {
  content: url(../images/icon/phone-blue.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .btn--block__tel p:nth-of-type(1):before {
    display: none;
  }
}
.btn--block__tel p:nth-of-type(2) {
  margin-bottom: 3px;
}
.btn--block__tel p:nth-of-type(2),
.btn--block__tel p:nth-of-type(3) {
  display: flex;
  column-gap: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #062056;
}
.btn--block__tel p:nth-of-type(2) span:nth-of-type(1),
.btn--block__tel p:nth-of-type(3) span:nth-of-type(1) {
  width: 55px;
}
.btn--block__contact {
  position: relative;
  display: block;
  padding: 26px 78px 27px;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  background: #062056;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .btn--block__contact {
    margin: 0;
    max-width: 300px;
    background: transparent;
    border: 1px solid #ffffff;
  }
}
.btn--block__contact::before {
  content: url(../images/icon/mail.svg);
  position: absolute;
  top: 52%;
  left: 40px;
  transform: translateY(-50%);
}
.btn--block__contact::after {
  content: url(../images/icon/arrow-right.svg);
  position: absolute;
  top: 51%;
  right: 30px;
  transform: translateY(-50%);
}

/* view more */
.more--btn {
  position: relative;
  display: block;
  padding: 21px 31px 22px;
  background-color: #1D1D1D;
  background-image: linear-gradient(135deg, #062056 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  max-width: 260px;
  width: 100%;
  height: 60px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: left;
  transition: background 400ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .more--btn {
    padding: 22px 31px 22px;
  }
}
.more--btn::after {
  content: url(../images/icon/arrow-right.svg);
  position: absolute;
  right: 30px;
  top: 23px;
}
@media screen and (min-width: 768px) {
  .more--btn:hover {
    background-position: 0;
    opacity: 1;
  }
}

.breadcrumbs {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  box-sizing: border-box;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 0;
    display: flex;
  }
}
.breadcrumbs a {
  text-decoration: underline;
  color: #9F9F9F;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs p {
  display: inline;
}
.breadcrumbs span {
  position: relative;
  display: block;
  color: #9F9F9F;
  margin: 0 !important;
}
.breadcrumbs > span:not(:last-child) {
  padding-right: 27px;
}
.breadcrumbs > span:not(:last-child)::after {
  content: url(../images/icon/arrow-right-gray.svg);
  position: absolute;
  top: 2px;
  right: 8px;
}
.breadcrumbs .current-item {
  text-decoration: none;
}

/*****************************
単体クラス
******************************/
/* font */
.fw-bold {
  font-weight: bold !important;
}

.font-italic {
  font-style: italic !important;
}

.td-underline {
  text-decoration: underline !important;
}

.td-linethrough {
  text-decoration: line-through !important;
}

.align-justify {
  text-align: justify !important;
}

/* margin-bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

/* pc margin-bottom */
@media screen and (min-width: 768px) {
  .pcmb-0 {
    margin-bottom: 0 !important;
  }
  .pcmb-10 {
    margin-bottom: 10px !important;
  }
  .pcmb-20 {
    margin-bottom: 20px !important;
  }
  .pcmb-25 {
    margin-bottom: 25px !important;
  }
  .pcmb-30 {
    margin-bottom: 30px !important;
  }
  .pcmb-40 {
    margin-bottom: 40px !important;
  }
  .pcmb-50 {
    margin-bottom: 50px !important;
  }
  .pcmb-60 {
    margin-bottom: 60px !important;
  }
  .pcmb-70 {
    margin-bottom: 70px !important;
  }
  .pcmb-80 {
    margin-bottom: 80px !important;
  }
  .pcmb-90 {
    margin-bottom: 90px !important;
  }
  .pcmb-100 {
    margin-bottom: 100px !important;
  }
  .pcmb-110 {
    margin-bottom: 110px !important;
  }
  .pcmb-120 {
    margin-bottom: 120px !important;
  }
  .pcmb-130 {
    margin-bottom: 130px !important;
  }
  .pcmb-140 {
    margin-bottom: 140px !important;
  }
  .pcmb-150 {
    margin-bottom: 150px !important;
  }
  .pcmb-200 {
    margin-bottom: 200px !important;
  }
}
.mt-auto {
  margin-top: auto;
}

/* 調整クラス */
.no--link {
  pointer-events: none;
}
.no--link:hover {
  opacity: 1;
}

/* 表示非表示 */
@media screen and (min-width: 768px) {
  .sp--only {
    display: none !important;
  }
}

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

/* header・footer・global-navigation */
/* 
header.scss
'.header--home'はトップページのみ
*/
.page .header,
.archive .header,
.single .header,
.search .header,
.error404 .header {
  top: 0 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 61px;
  background: rgba(29, 29, 29, 0.9);
  z-index: 998;
}
@media screen and (min-width: 1520px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  position: relative;
  padding: 15px 20px 14px;
  height: 100%;
}
@media screen and (min-width: 1520px) {
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px 0;
  }
}
.header__logo {
  max-width: 100px;
}
@media screen and (min-width: 1520px) {
  .header__logo {
    padding-bottom: 22px;
    max-width: 150px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__nav {
  display: none;
}
@media screen and (min-width: 1520px) {
  .header__nav {
    display: block;
  }
}
.header__slidedown li {
  background: rgba(29, 29, 29, 0.8);
}
.header__slidedown li a {
  color: #fff;
}

@media screen and (min-width: 1520px) {
  .header-menu {
    display: flex;
    align-items: center;
    column-gap: 50px;
  }
  .header-menu > li {
    padding-bottom: 22px;
  }
  .header-menu > li > a {
    display: block;
    text-align: center;
  }
  .header-menu > li > a span {
    display: block;
    color: #fff;
  }
  .header-menu > li > a span:nth-of-type(1) {
    margin-bottom: 7px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.03em;
  }
  .header-menu > li > a span:nth-of-type(2) {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}

.header-slidedown li {
  width: 160px;
}
.header-slidedown li a {
  display: block;
  padding: 10px 18px 11px;
  width: 100%;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.js-h-dropdownBtn {
  position: relative;
  cursor: pointer;
}
.js-h-dropdownBtn::after {
  content: url(../images/icon/arrow-bottom-white.svg);
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.js-h-dropdownBtn div {
  display: block;
  text-align: center;
}
.js-h-dropdownBtn div span {
  display: block;
  color: #fff;
}
.js-h-dropdownBtn div span:nth-of-type(1) {
  margin-bottom: 7px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.03em;
}
.js-h-dropdownBtn div span:nth-of-type(2) {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.js-h-dropdown {
  position: absolute;
  display: none;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  transition: all 0.2s;
}

/* メインビジュアル上のヘッダー */
.header--home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 61px;
  background: transparent;
  z-index: 998;
}
@media screen and (min-width: 1520px) {
  .header--home {
    height: 80px;
  }
}
.header--home__inner {
  position: relative;
  padding: 10px 5px 9px;
  height: 100%;
}
@media screen and (min-width: 400px) {
  .header--home__inner {
    padding: 15px 20px 14px;
  }
}
@media screen and (min-width: 1520px) {
  .header--home__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 40px 17px;
  }
}
.header--home__logo {
  max-width: 75px;
}
@media screen and (min-width: 1520px) {
  .header--home__logo {
    max-width: 94px;
  }
}
.header--home__logo img {
  width: 100%;
  height: auto;
}
.header--home__nav {
  display: none;
}
@media screen and (min-width: 1520px) {
  .header--home__nav {
    display: block;
    margin-left: auto;
  }
}
.header--home__slidedown li {
  background: rgba(255, 255, 255, 0.8);
}
.header--home__slidedown li a {
  color: #1D1D1D;
}
.header--home__slidedown li a:hover {
  background: #F1F4FC;
}

/* jsで操作用クラス */
.js_header {
  top: -70px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1520px) {
  .js_header {
    top: -100px;
  }
}
.js_header {
  /* jsで付与されるクラス */
}
.js_header.active {
  top: 0;
}

@media screen and (min-width: 768px) {
  .js_header_home {
    transition: all 0.3s ease-in-out;
  }
}
.js_header_home {
  /* jsで付与されるクラス */
}
@media screen and (min-width: 1520px) {
  .js_header_home.active {
    top: -70px;
  }
}

/* 開くボタン（タップ領域 約48×44px・ヘッダー内で縦中央） */
.toggle--open {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translateY(-50%);
  width: 24px;
  height: 10px;
  padding: 17px 12px;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 1520px) {
  .toggle--open {
    display: none;
  }
}
.toggle--open span {
  position: absolute;
  left: 50%;
  right: auto;
  margin-left: -12px;
  width: 24px;
  border: 1px solid #ffffff;
  transition: border-color 0.25s ease, opacity 0.25s ease;
}
.toggle--open {
  /* 線はパディング内で縦中央（絶対配置はパディング外側基準のため top で補正） */
}
.toggle--open span:nth-of-type(1) {
  top: 17px;
}
.toggle--open span:nth-of-type(2) {
  top: 24px;
}
.toggle--open:hover span {
  border-color: #E8F3F8;
}
.toggle--open:focus-visible {
  outline: 2px solid #E8F3F8;
  outline-offset: 4px;
}

/* トップ（MV上）：ホバーでブランドブルー */
.header--home .toggle--open:hover span {
  border-color: #062056;
}

.gnav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #ffffff;
  overflow-y: scroll;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
  right: -110%;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /*スクロールバー非表示（Chrome・Safari）*/
}
.gnav .gnav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1520px) {
  .gnav {
    display: none;
  }
}
.gnav .gnav__inner {
  position: relative;
  padding: 16px 20px 28px;
  width: 100%;
}
.gnav .gnav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.gnav .gnav__logo {
  display: block;
  flex: 0 0 auto;
  max-width: 100px;
  width: auto;
}
.gnav .gnav__logo img {
  width: 100%;
  height: auto;
}
.gnav .gnav__menu {
  margin-bottom: 42px;
}
.gnav .gnav__menu > li {
  border-bottom: 1px solid #E9E9E9;
}
.gnav .gnav__menu > li > a, .gnav .gnav__menu > li > div {
  position: relative;
  display: block;
  padding: 25px 0 22px;
}
.gnav .gnav__menu > li > a span, .gnav .gnav__menu > li > div span {
  display: block;
  color: #062056;
}
.gnav .gnav__menu > li > a span:nth-of-type(1), .gnav .gnav__menu > li > div span:nth-of-type(1) {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.03em;
}
.gnav .gnav__menu > li > a span:nth-of-type(2), .gnav .gnav__menu > li > div span:nth-of-type(2) {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
.gnav .gnav__menu > li > a:after {
  content: url(../images/icon/arrow-right-blue.svg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.gnav .gnav__sns {
  background: none;
}
.gnav .gnav__sns ul {
  display: flex !important;
  justify-content: center;
  margin-bottom: 0 !important;
}
.gnav .gnav__sns a {
  color: #1D1D1D;
}
.gnav .js-dropdownNavBtn {
  position: relative;
}
.gnav .js-dropdownNavBtn::after {
  content: url(../images/icon/plus.svg);
  position: absolute;
  top: 40px;
  right: 0;
}
.gnav .js-dropdownNavBtn.open::after {
  content: url(../images/icon/minus.svg);
  top: 34px;
}
.gnav .js-dropdownNav {
  display: none;
}
.gnav .js-dropdownNav li {
  border-top: 1px solid #E9E9E9;
}
.gnav .js-dropdownNav li a {
  position: relative;
  display: block;
  padding: 15px 0 16px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.gnav .js-dropdownNav li a:after {
  content: url(../images/icon/arrow-right-blue.svg);
  position: absolute;
  top: 16px;
  right: 0;
}

/* 閉じるボタン（ヘッダー .toggle--open と同じ top/right；線はパディング内で縦中央） */
.gnav > .toggle--close {
  position: absolute;
  top: 30.5px;
  right: 20px;
  z-index: 10001;
  transform: translateY(-50%);
  width: 25px;
  height: 7px;
  padding: 20px 12px;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.gnav > .toggle--close span {
  position: absolute;
  left: 50%;
  right: auto;
  width: 25px;
  border: 1px solid #062056;
  transition: border-color 0.25s ease, opacity 0.25s ease;
}
.gnav > .toggle--close span:nth-of-type(1) {
  top: 20px;
  transform: translateX(-50%) rotate(20deg);
}
.gnav > .toggle--close span:nth-of-type(2) {
  top: 20px;
  transform: translateX(-50%) rotate(-20deg);
}
.gnav > .toggle--close:hover span {
  border-color: #1D1D1D;
  opacity: 0.85;
}
.gnav > .toggle--close:focus-visible {
  outline: 2px solid #062056;
  outline-offset: 4px;
}

/* jsで操作 */
.js_gnav.active {
  right: 0;
}

.tel-note {
  margin: 0 auto 20px;
  max-width: 607px;
  line-height: 1.7;
}

.gnav-btn {
  margin-bottom: 28px;
}
.gnav-btn .gnav-btn__tel {
  position: relative;
  display: block;
  padding: 20px 30px;
  margin: 0 auto 20px;
  max-width: 360px;
  width: 100%;
  border: 1px solid #062056;
}
.gnav-btn .gnav-btn__tel::after {
  content: url(../images/icon/arrow-right-blue.svg);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.gnav-btn .gnav-btn__tel h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #062056;
}
.gnav-btn .gnav-btn__tel p:nth-of-type(1) {
  position: relative;
  margin-bottom: 11px;
  padding-left: 29px;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #062056;
}
.gnav-btn .gnav-btn__tel p:nth-of-type(1):before {
  content: url(../images/icon/phone-blue.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.gnav-btn .gnav-btn__tel p:nth-of-type(2) {
  margin-bottom: 3px;
}
.gnav-btn .gnav-btn__tel p:nth-of-type(2),
.gnav-btn .gnav-btn__tel p:nth-of-type(3) {
  display: flex;
  column-gap: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #062056;
}
.gnav-btn .gnav-btn__tel p:nth-of-type(2) span:nth-of-type(1),
.gnav-btn .gnav-btn__tel p:nth-of-type(3) span:nth-of-type(1) {
  width: 55px;
}
.gnav-btn .gnav-btn__contact {
  position: relative;
  display: block;
  padding: 26px 78px 27px;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  background: #062056;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.gnav-btn .gnav-btn__contact::before {
  content: url(../images/icon/mail.svg);
  position: absolute;
  top: 52%;
  left: 40px;
  transform: translateY(-50%);
}
.gnav-btn .gnav-btn__contact::after {
  content: url(../images/icon/arrow-right.svg);
  position: absolute;
  top: 51%;
  right: 30px;
  transform: translateY(-50%);
}

.footer--contact {
  position: relative;
}
.footer--contact h2,
.footer--contact h2::before,
.footer--contact h3,
.footer--contact p {
  color: #ffffff !important;
}
.footer--contact__inner {
  padding: 60px 20px 56px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .footer--contact__inner {
    display: flex;
    padding: 100px 20px 100px;
  }
}
.footer--contact__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  z-index: -1;
  filter: brightness(30%);
  transition: all 0.2s ease-in-out;
}
.footer--contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.footer--contact__text {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .footer--contact__text {
    margin-bottom: 0;
    width: 30%;
  }
}
.footer--contact__text h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .footer--contact__text h2 {
    margin-bottom: 48px;
  }
}
.footer--contact__text p {
  line-height: 1.7;
}
.footer--contact__text p .br {
  display: none;
}
@media screen and (min-width: 1025px) {
  .footer--contact__text p .br {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .footer--contact__block {
    display: flex;
    flex-direction: column;
  }
  .footer--contact__block > div {
    margin-bottom: 24px;
  }
}
.footer--contact__note {
  margin-bottom: 20px;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  .footer--contact__note {
    order: 2;
    font-size: 1.3rem;
  }
}
.footer--contact__tel {
  border-color: #ffffff !important;
}
@media screen and (min-width: 1025px) {
  .footer--contact__tel {
    order: 1;
  }
}
.footer--contact__tel p:nth-of-type(1)::before {
  content: url(../images/icon/phone-white.svg) !important;
}
.footer--contact__tel::after {
  content: url(../images/icon/arrow-right.svg) !important;
}
.footer--contact__tel p:nth-of-type(2) {
  margin-bottom: 3px;
}
.footer--contact__tel p:nth-of-type(2),
.footer--contact__tel p:nth-of-type(3) {
  display: flex;
  column-gap: 10px;
}
.footer--contact__tel p:nth-of-type(2) span:nth-of-type(1),
.footer--contact__tel p:nth-of-type(3) span:nth-of-type(1) {
  width: 55px;
}
.footer--contact__contact {
  background: #ffffff;
  color: #062056;
}
@media screen and (min-width: 1025px) {
  .footer--contact__contact {
    order: 3;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
  }
}
.footer--contact__contact::before {
  content: url(../images/icon/mail-blue.svg);
}
@media screen and (min-width: 1025px) {
  .footer--contact__contact::before {
    content: url(../images/icon/mail.svg);
  }
}
.footer--contact__contact::after {
  content: url(../images/icon/arrow-right-blue.svg);
}
@media screen and (min-width: 1025px) {
  .footer--contact__contact::after {
    content: url(../images/icon/arrow-right.svg);
  }
}
@media screen and (min-width: 1025px) {
  .footer--contact__contact:hover {
    opacity: 1;
    background: #ffffff;
    color: #062056;
  }
}
@media screen and (min-width: 1025px) {
  .footer--contact__contact:hover::before {
    content: url(../images/icon/mail-blue.svg);
  }
}
@media screen and (min-width: 1025px) {
  .footer--contact__contact:hover::after {
    content: url(../images/icon/arrow-right-blue.svg);
  }
}

.footer {
  background: #062056;
}
.footer h2,
.footer h3,
.footer p,
.footer a {
  color: #ffffff;
}
.footer .footer__inner {
  padding: 26px 30px 27px;
}
@media screen and (min-width: 1520px) {
  .footer .footer__inner {
    padding: 65px 70px 70px;
  }
}
.footer {
  /* footer__top */
}
@media screen and (min-width: 1520px) {
  .footer .footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
}
.footer .footer__logo {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer .footer__logo {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1520px) {
  .footer .footer__logo {
    align-items: end;
    column-gap: 10px;
  }
}
.footer .footer__logo h2 {
  width: 110px;
}
@media screen and (min-width: 1520px) {
  .footer .footer__logo h2 {
    width: 165px;
  }
}
.footer .footer__logo h2 img {
  width: 100%;
  height: auto;
}
.footer .footer__logo p span {
  display: block;
}
.footer .footer__logo p span:nth-of-type(1) {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1520px) {
  .footer .footer__logo p span:nth-of-type(1) {
    font-size: 1.7rem;
  }
}
.footer .footer__logo p span:nth-of-type(2) {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1520px) {
  .footer .footer__logo p span:nth-of-type(2) {
    font-size: 1.2rem;
  }
}
.footer .footer__menu {
  display: none;
}
@media screen and (min-width: 1520px) {
  .footer .footer__menu {
    display: flex;
    column-gap: 30px;
  }
}
.footer .footer__menu li {
  position: relative;
}
.footer .footer__menu li a {
  font-size: 1.3rem;
}
.footer .footer__menu li span {
  color: #ffffff;
}
.footer .footer__slidedown {
  padding-top: 8px;
}
.footer .footer__slidedown li a {
  display: block;
  padding: 6px 0 7px;
  font-size: 1.1rem;
}
.footer .js-f-dropdownBtn {
  padding-right: 15px;
}
.footer .js-f-dropdownBtn span {
  position: relative;
}
.footer .js-f-dropdownBtn span::after {
  content: url(../images/icon/arrow-bottom-white.svg);
  position: absolute;
  top: 1px;
  right: -17px;
}
.footer .js-f-dropdown {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
}
.footer {
  /* サービス配下（ハンバーガーと同項目・文言）— .js-f-dropdown より後で幅を上書き */
}
.footer .footer__slidedown--service.js-f-dropdown {
  min-width: 180px;
  width: max-content;
}
.footer {
  /* footer__bottom */
}
@media screen and (min-width: 1520px) {
  .footer .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer .footer__info {
  display: none;
}
@media screen and (min-width: 1520px) {
  .footer .footer__info {
    display: flex;
    padding-right: 40px;
  }
  .footer .footer__info li h3 {
    margin-bottom: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .footer .footer__info li p {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .footer .footer__info li p:not(:last-child) {
    margin-bottom: 7px;
  }
  .footer .footer__info li:first-child {
    padding-right: 40px;
  }
  .footer .footer__info li:not(:first-child):not(:last-child) {
    padding: 0 40px;
  }
  .footer .footer__info li:last-child {
    padding-left: 40px;
  }
  .footer .footer__info li:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
.footer .footer__sns {
  display: none;
  justify-content: center;
  column-gap: 55px;
  margin-bottom: 17px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .footer .footer__sns {
    display: flex;
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 1520px) {
  .footer .footer__sns {
    flex-direction: column;
    justify-content: right;
    row-gap: 13px;
    padding-left: 0;
    margin-bottom: 30px;
    text-align: right;
  }
}
.footer .footer__sns a {
  position: relative;
  display: inline;
  text-decoration: underline;
  font-size: 1.1rem;
}
.footer .footer__sns .footer__sns--instagram::before {
  content: url(../images/icon/sns/instagram_mini.svg);
  position: absolute;
  top: -3px;
  left: -30px;
}
@media screen and (min-width: 1520px) {
  .footer .footer__sns .footer__sns--instagram::before {
    left: -35px;
  }
}
.footer .footer__sns .footer__sns--youtube::before {
  content: url(../images/icon/sns/youtube_mini.svg);
  position: absolute;
  top: 2px;
  left: -30px;
}
@media screen and (min-width: 1520px) {
  .footer .footer__sns .footer__sns--youtube::before {
    left: -33px;
  }
}
.footer .footer__sns a img {
  width: 100%;
  height: auto;
}
.footer .footer__pagelink {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 13px;
}
@media screen and (min-width: 1520px) {
  .footer .footer__pagelink {
    justify-content: right;
    column-gap: 30px;
  }
}
.footer .footer__pagelink a {
  display: block;
  font-size: 1.2rem;
  text-decoration: underline;
}
.footer .footer__copyright {
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (min-width: 1520px) {
  .footer .footer__copyright {
    text-align: right;
  }
}

/* top page */
/**********************************************

* * * * * * * * * Main Visual * * * * * * * * *

***********************************************/
.mainvisual {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mainvisual {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1025px) {
  .mainvisual {
    max-height: 1080px;
  }
}
@media screen and (max-height: 649px) {
  .mainvisual {
    min-height: 650px !important;
    height: auto !important;
  }
}
.mainvisual {
  /* filter */
}
.mainvisual__filter--sp {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .mainvisual__filter--sp {
    display: none;
  }
}
.mainvisual__filter--sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainvisual__filter--left {
  display: none;
}
@media screen and (min-width: 1100px) {
  .mainvisual__filter--left {
    display: block;
    position: absolute;
    top: 0;
    left: -811px;
    height: auto;
  }
}
.mainvisual__filter--left img {
  width: 100%;
  object-fit: cover;
}
.mainvisual__filter--right {
  display: none;
}
@media screen and (min-width: 1100px) {
  .mainvisual__filter--right {
    display: block;
    position: absolute;
    bottom: 0;
    right: -360px;
    height: auto;
  }
}
.mainvisual__filter--right img {
  width: 100%;
  object-fit: cover;
}
.mainvisual__video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .mainvisual__video {
    max-height: 1080px;
  }
}
.mainvisual video {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: -999;
  transform: scale(1.3);
}
.mainvisual__text {
  position: absolute;
  bottom: 21%;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .mainvisual__text {
    left: 80px;
  }
}
.mainvisual__text p:nth-of-type(1) {
  margin-bottom: 43px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #5372B2;
}
.mainvisual__text h2 {
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .mainvisual__text h2 {
    font-size: 3.5rem;
  }
}
.mainvisual__text p:nth-of-type(2) {
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
.mainvisual__scroll {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 60px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mainvisual__scroll {
    right: 50px;
    padding: 10px 10px 70px;
  }
}
.mainvisual__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 55px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .mainvisual__scroll::after {
    height: 65px;
  }
}
.mainvisual {
  /*
  *Animation
  *高さ・位置・透過が変化して線が上から下に動く
  */
}
.mainvisual .mainvisual__scroll::after {
  animation: sdl02 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl02 {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  25.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  40%, 100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes sdl02 {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  25.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  40%, 100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

.arrival {
  margin-bottom: 155px;
}
.arrival h2 {
  padding: 20px;
}
.arrival ul {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .arrival ul {
    margin-bottom: 110px;
  }
}
.arrival__bottom {
  text-align: right;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .arrival__bottom {
    padding-right: 130px;
  }
}
.arrival__bottom a {
  position: relative;
  padding-right: 20px;
  font-size: 1.4rem;
  color: #062056;
}
.arrival__bottom a::after {
  content: url(../images/icon/arrow-right-blue.svg);
  position: absolute;
  top: 4px;
  right: 0;
}

.car--slide {
  position: relative;
  margin: 0 10px;
  max-width: 252px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .car--slide {
    margin: 0 20px;
    max-width: 300px;
  }
}
.car--slide a {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
}
.car--slide a > div {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .car--slide a > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.car--slide figure {
  display: block;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .car--slide figure {
    margin-bottom: 32px;
  }
}
.car--slide figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.car--slide__text {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.car--slide__text {
  padding-bottom: 33px;
}
.car--slide__name {
  margin-bottom: 15px;
}
.car--slide__name p {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #9F9F9F;
}
.car--slide__name h3 {
  font-size: 1.4rem;
  font-weight: 500;
}
.car--slide__detail {
  margin-bottom: 18px;
}
.car--slide__detail p {
  font-size: 1.2rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.car--slide__info {
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .car--slide__info {
    display: flex;
    align-items: center;
    column-gap: 25px;
  }
}
.car--slide__info p {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.car--slide__info p:nth-of-type(2) {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .car--slide__info p:nth-of-type(2) {
    margin-top: 0;
  }
}
.car--slide__info p span {
  display: block;
}
.car--slide__info p span:nth-of-type(1) {
  padding: 4px 6px;
  background: #9F9F9F;
  font-size: 1.2rem;
  color: #ffffff;
}
.car--slide__info p span:nth-of-type(2) {
  font-size: 1.2rem;
}
.car--slide__price, .car--slide__soldout {
  text-align: right;
  font-size: 1.2rem;
}
.car--slide__price span, .car--slide__soldout span {
  font-weight: 500;
  color: #C42727;
}
.car--slide__price span {
  font-size: 1.8rem;
}
.car--slide__soldout span {
  font-size: 1.6rem;
}

.new-tag::before {
  content: url(../images/top/slider/new.svg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.brands {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .brands {
    margin-bottom: 200px;
  }
}
.brands__inner {
  padding: 0 20px;
}
.brands__list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
}
.brands__list li {
  position: relative;
  width: 50%;
  border-bottom: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .brands__list li {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .brands__list li {
    width: 16.6666666667%;
  }
}
.brands__list li a {
  display: block;
  width: 100%;
}
.brands__list li img {
  width: 100%;
  height: auto;
}
.brands__list li p {
  position: absolute;
  bottom: 50%;
  left: 35%;
  transform: translateY(50%);
  padding-right: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .brands__list li p {
    padding-right: 0;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.middle--visual {
  margin-bottom: 155px;
  width: 100%;
  min-height: 200px;
}
@media screen and (min-width: 768px) {
  .middle--visual {
    margin-bottom: 200px;
    min-height: 500px;
  }
}
.middle--visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service {
  margin-top: 100px;
  margin-bottom: 153px;
  background: linear-gradient(180deg, #F9F9F9 0%, #F9F9F9 10%, #F1F4FC 10%, #F1F4FC 93%, #F9F9F9 93%, #F9F9F9 100%);
}
@media screen and (min-width: 768px) {
  .service {
    margin-top: 120px;
    margin-bottom: 160px;
    background: linear-gradient(180deg, #F9F9F9 0%, #F9F9F9 20%, #F1F4FC 20%, #F1F4FC 88%, #F9F9F9 88%, #F9F9F9 100%);
  }
}
@media screen and (min-width: 1025px) {
  .service {
    margin-top: 150px;
  }
}
.service__inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .service__cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .service__cards {
    column-gap: 80px;
    row-gap: 100px;
  }
}
.service {
  /* 01ブロック：白カード + ポータル（ul直下はliのみのためラッパー） */
}
.service__lead {
  margin-bottom: 70px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .service__lead {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    flex-basis: 100%;
    width: 100%;
    max-width: none;
  }
}
.service__card {
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .service__card {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    flex-shrink: 0;
    /* 768–1024px：02–04 も全幅・01 と同型（写真左／テキスト＋ボタン右） */
  }
  .service__card:nth-child(n+2) {
    flex-basis: 100%;
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .service__card:nth-child(n+2) > .service__card--image {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    align-self: stretch;
  }
  .service__card:nth-child(n+2) > .service__card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service__card:nth-child(n+2) > .service__card--text {
    flex: 1 1 0;
    min-width: 0;
  }
  .service__card {
    /* 01：768px から横並び（02–04 と同じ flex 比率・写真幅を揃える） */
  }
  .service__card--lead {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .service__card--lead .service__card--image {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    align-self: stretch;
  }
  .service__card--lead .service__card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service__card--lead .service__card--text {
    flex: 1 1 0;
    min-width: 0;
  }
}
.service__card--lead {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .service__card--lead {
    max-width: none;
    width: 100%;
  }
}
.service__card {
  /* 1025px+：02–04 のみ 3 列・カード内は縦積みに戻す */
}
@media screen and (min-width: 1025px) {
  .service__card:nth-child(n+2) {
    flex-basis: calc((100% - 160px) / 3);
    width: calc((100% - 160px) / 3);
    min-width: 0;
    display: block;
  }
  .service__card:nth-child(n+2) > .service__card--image {
    aspect-ratio: 3/2;
    overflow: hidden;
  }
  .service__card:nth-child(n+2) > .service__card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .service__card:nth-child(n+2) {
    /* 列幅が狭いとき（1025px付近）丸＋英字見出しで横はみ出し防止 */
  }
  .service__card:nth-child(n+2) > .service__card--text {
    min-width: 0;
    padding: 30px 18px 110px;
  }
}
.service__card--image {
  width: 100%;
}
.service__card--image img {
  width: 100%;
  height: auto;
}
.service__card--text {
  padding: 14px 16px 90px;
}
@media screen and (min-width: 768px) {
  .service__card--text {
    padding: 30px 40px 110px;
  }
}
.service__card--text > div {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 20px;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .service__card--text > div {
    column-gap: 25px;
  }
}
.service__card--text > div > div {
  flex-shrink: 0;
  width: 65px;
  min-width: 65px;
  max-width: 65px;
}
@media screen and (min-width: 768px) {
  .service__card--text > div > div {
    width: 76px;
    min-width: 76px;
    max-width: 76px;
  }
}
.service__card--text > div > div img {
  width: 100%;
  height: auto;
}
.service__card--text > div h3::before {
  content: attr(date-title);
  display: block;
  margin-bottom: 8px;
  max-width: 100%;
  overflow-wrap: break-word;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  font-style: italic;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .service__card--text > div h3::before {
    font-size: 3rem;
  }
}
.service__card--text > div h3 {
  flex: 1 1 0;
  min-width: 0;
  overflow-wrap: break-word;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #062056;
}
.service__card--text p {
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
.service__card--text a {
  position: absolute;
  bottom: 0;
  right: -10px;
}

/* トップ service 内・cars アーカイブ 共通（.service 外でも使用） */
.service__portal-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 6px;
  column-gap: 12px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 0 0 12px;
}
.service__portal-btns > .service__portal-note {
  flex: 0 0 100%;
  margin: 0 0 12px;
  padding: 0 4px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: #1D1D1D;
}
@media screen and (min-width: 768px) {
  .service__portal-btns > .service__portal-note {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
}
.service__portal-btns a.btn-half {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
  max-width: 400px;
  padding: 15px 25px 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .service__portal-btns {
    margin-top: 28px;
    padding: 0 0 12px;
    row-gap: 18px;
    column-gap: 36px;
  }
  .service__portal-btns a.btn-half {
    flex: 1 1 calc(50% - 18px);
  }
}
@media screen and (min-width: 1025px) {
  .service__portal-btns {
    margin-top: 32px;
  }
}
.service__portal-btns a.btn-goonet {
  background: #E00923;
}
.service__portal-btns a.btn-carsensor {
  background: #FF6010;
}
.service__portal-btns a.btn-half img {
  width: 85px;
  height: auto;
}
.service__portal-btns a.btn-goonet::after,
.service__portal-btns a.btn-carsensor::after {
  content: url(../images/icon/arrow_external_link_white.svg);
  position: absolute;
  top: 22px;
  right: 20px;
}

.top--recruit {
  position: relative;
  margin: 0 auto 155px;
  max-width: 1400px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top--recruit {
    margin: 0 auto 205px;
  }
}
.top--recruit__image {
  position: absolute;
  top: -11%;
  right: 0;
  width: 100%;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .top--recruit__image {
    top: -5%;
    width: 47%;
    max-width: 584px;
  }
}
@media screen and (min-width: 1025px) {
  .top--recruit__image {
    top: -25%;
  }
}
.top--recruit__image img {
  width: 100%;
  height: auto;
}
.top--recruit__text {
  background-image: url(../images/top/recruit_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top--recruit__text {
    width: 84%;
    max-width: 1172px;
  }
}
.top--recruit__text > div {
  padding: 300px 20px 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top--recruit__text > div {
    padding: 90px 30px 110px 30px;
    width: 60%;
    max-width: 710px;
  }
}
@media screen and (min-width: 1300px) {
  .top--recruit__text > div {
    padding: 90px 30px 110px 130px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top--recruit__text h2 {
    margin-bottom: 50px;
  }
}
.top--recruit__text p {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .top--recruit__text p {
    margin-bottom: 50px;
    line-height: 2;
  }
}
.top--recruit__text a {
  margin-left: auto;
}

.information__inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .information__inner {
    display: flex;
    column-gap: 40px;
  }
}
.information h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .information h2 {
    margin-bottom: 60px;
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .information__block {
    width: 68%;
  }
}
.information__list {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .information__list {
    margin-bottom: 30px;
  }
}
.information__list li a {
  display: block;
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (min-width: 1150px) {
  .information__list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 30px;
    padding: 28px 0 29px;
  }
}
.information__list li a > div {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .information__list li a > div {
    column-gap: 20px;
  }
}
@media screen and (min-width: 1150px) {
  .information__list li a > div {
    margin-bottom: 0;
    width: 22%;
  }
}
.information__list li a time {
  font-size: 1.3rem;
  color: #ACACAC;
  letter-spacing: 0.05em;
}
.information__list li a h3 {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: underline;
  text-align: justify;
  /* ４行目以降省略 */
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 1150px) {
  .information__list li a h3 {
    width: 73%;
  }
}
.information__category {
  display: flex;
  gap: 5px;
  width: 100%;
}
@media screen and (min-width: 1150px) {
  .information__category {
    flex-direction: column;
  }
}
.information__category p {
  padding: 4px 0;
  max-width: 70px;
  width: 100%;
  text-align: center;
  border: 1px solid #062056;
  border-radius: 50px;
  font-size: 1.2rem;
  color: #062056;
  letter-spacing: 0.05em;
}
.information__link {
  text-align: right;
}
.information__link a {
  position: relative;
  padding-right: 20px;
  font-size: 1.4rem;
  color: #062056;
}
.information__link a::after {
  content: url(../images/icon/arrow-right-blue.svg);
  position: absolute;
  top: 4px;
  right: 0;
}

/* about */
/******************************************

* * * * * * * PAGE ABOUT * * * * * * *

******************************************/
/* greeting */
.greeting {
  margin-bottom: 110px;
}
@media screen and (min-width: 768px) {
  .greeting {
    margin-bottom: 214px;
  }
}
.greeting__inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .greeting__flex {
    display: flex;
    column-gap: 50px;
  }
}
.greeting__image {
  margin: 0 auto 54px;
}
@media screen and (min-width: 768px) {
  .greeting__image {
    padding-top: 9px;
    margin: 0 auto;
    width: 43%;
  }
}
.greeting__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .greeting__text {
    width: 57%;
  }
}
.greeting__text h3 {
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .greeting__text h3 {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
}
.greeting__text > p {
  margin-bottom: 35px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .greeting__text > p {
    margin-bottom: 75px;
  }
}
.greeting__text--name {
  display: flex;
  align-items: flex-end;
  justify-content: right;
  column-gap: 15px;
}

/* philosophy */
.philosophy {
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .philosophy {
    margin-bottom: 210px;
  }
}
.philosophy__inner {
  padding: 0 20px;
}
.philosophy__sentence {
  background: #ffffff;
  text-align: center;
}
.philosophy__sentence p {
  padding: 40px 43px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .philosophy__sentence p {
    padding: 50px 40px;
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
}

/* company */
.company {
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .company {
    margin-bottom: 210px;
  }
}
.company__inner {
  padding: 0 20px;
}
.company__table {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .company__table {
    display: flex;
    column-gap: 100px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .company__table table {
    width: 50%;
  }
}
.company__table table tr {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (min-width: 768px) {
  .company__table table tr {
    padding: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .company__table table:nth-of-type(1) tr:last-child {
    border: none !important;
  }
}
.company__table table:nth-of-type(2) tr:last-child {
  border: none !important;
}
.company__table table th {
  width: 105px;
  font-size: 14px;
  grid-row-end: 500;
  color: #062056;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .company__table table th {
    width: 140px;
  }
}
.company__table table td {
  width: calc(100% - 105px);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .company__table table td {
    width: calc(100% - 140px);
  }
}
.company__table table td p:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .company__block {
    display: flex;
    column-gap: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .company__block {
    column-gap: 100px;
  }
}
.company__block div {
  margin: 0 auto 32px;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .company__block div {
    margin-bottom: 0;
    width: 50%;
  }
}
.company__block div img {
  width: 100%;
  height: auto;
}
.company__block p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .company__block p {
    width: 50%;
    line-height: 2;
  }
}

/* shop */
.shop {
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .shop {
    margin-bottom: 210px;
  }
}
.shop__inner {
  padding: 0 20px;
}
.shop__images {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .shop__images {
    display: flex;
    column-gap: 100px;
    margin-bottom: 100px;
  }
}
.shop__images div:first-of-type {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .shop__images div:first-of-type {
    margin-bottom: 0;
  }
}
.shop__images div {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .shop__images div {
    width: 50%;
  }
}
.shop__images div img {
  width: 100%;
  height: auto;
}
.shop__map {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .shop__map {
    display: flex;
    column-gap: 60px;
    margin-bottom: 80px;
  }
}
.shop__map iframe {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .shop__map iframe {
    margin-bottom: 0;
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .shop__map > div {
    width: 35%;
  }
}
.shop__map > div dl {
  margin-bottom: 30px;
}
.shop__map > div dl:last-of-type {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .shop__map > div dl:last-of-type {
    margin-bottom: 50px;
  }
}
.shop__map > div dt {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #062056;
}
.shop__map > div dd {
  line-height: 2;
}
.shop__map > div a {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .shop__map > div a {
    margin: 0;
  }
}
.shop__btn {
  margin: 0 auto;
}

/* message */
.message h2 {
  padding: 0 20px;
}
.message__top {
  position: relative;
  margin-bottom: 105px;
  background-image: url(../images/page_about/message_sp.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  width: 100%;
  height: 550px;
}
@media screen and (min-width: 768px) {
  .message__top {
    margin-bottom: 150px;
    background-image: url(../images/page_about/message_pc.jpg);
  }
}
.message__top--image {
  width: 100%;
}
.message__top--image img {
  width: 100%;
  height: auto;
}
.message__top--text {
  padding: 55px 20px 0;
}
@media screen and (min-width: 768px) {
  .message__top--text {
    padding: 105px 20px;
  }
}
.message__top--text h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.message__top--text p {
  color: #ffffff;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .message__top--text p {
    line-height: 2.5;
  }
}
.message__top--text p span {
  display: inline-block;
}
.message__bottom {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .message__bottom {
    display: flex;
    column-gap: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .message__bottom {
    column-gap: 100px;
  }
}
.message__bottom--text {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .message__bottom--text {
    margin-bottom: 0;
    width: 50%;
  }
}
.message__bottom--text h3 {
  margin-bottom: 22px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .message__bottom--text h3 {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
}
.message__bottom--text p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .message__bottom--text p {
    line-height: 2;
  }
}
.message__bottom--image {
  margin: 0 auto;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .message__bottom--image {
    width: 50%;
  }
}
.message__bottom--image img {
  width: 100%;
  height: auto;
}

/* recruit */
/* recruit */
.rct {
  margin-bottom: 103px;
}
.rct__inner {
  padding: 0 20px;
}
.rct h2 {
  margin-bottom: 28px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .rct h2 {
    margin-bottom: 60px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.rct__block:not(:last-child) {
  margin-bottom: 53px;
}
@media screen and (min-width: 768px) {
  .rct__block:not(:last-child) {
    margin-bottom: 73px;
  }
}
.rct__block h3 {
  margin-bottom: 21px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .rct__block h3 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
.rct table tr {
  display: flex;
  align-items: stretch;
}
.rct table tr:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}
.rct table th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28%;
  background: #F1F4FC;
}
@media screen and (min-width: 768px) {
  .rct table th {
    width: 26%;
  }
}
.rct table th p {
  padding: 13px 12px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .rct table th p {
    padding: 22px 20px;
  }
}
.rct table td {
  display: flex;
  align-items: center;
  width: 72%;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .rct table td {
    width: 74%;
  }
}
.rct table td p {
  padding: 13px 12px;
  line-height: 1.3;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .rct table td p {
    padding: 22px 20px;
  }
}

/* contact */
/******************************************

* * * * * * * PAGE CONTACT * * * * * * *

******************************************/
.privacy--h2 {
  margin-bottom: 31px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .privacy--h2 {
    margin-bottom: 85px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.call {
  margin-bottom: 152px;
}
.call__inner {
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .call__inner > h2 {
    margin-bottom: 50px;
  }
}
.call__inner > p {
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  .call__flex {
    display: flex;
    justify-content: center;
    column-gap: 35px;
    row-gap: 30px;
  }
}
.call__block {
  position: relative;
  display: block;
  padding: 20px 30px;
  margin: 0 auto 15px;
  max-width: 360px;
  width: 100%;
  border: 1px solid #062056;
}
@media screen and (min-width: 1025px) {
  .call__block {
    padding: 30px 0;
    margin: 0;
    width: calc(33.3333333333% - 30px);
    max-width: 356px;
    text-align: center;
  }
}
.call__block::after {
  content: url(../images/icon/arrow-right-blue.svg);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .call__block::after {
    display: none;
  }
}
.call__block h3 {
  margin-bottom: 7px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #062056;
}
@media screen and (min-width: 1025px) {
  .call__block h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.8rem;
  }
}
.call__block p:nth-of-type(1) {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 7px;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #062056;
}
@media screen and (min-width: 1025px) {
  .call__block p:nth-of-type(1) {
    justify-content: center;
    margin-bottom: 8px;
    font-size: 3rem;
  }
}
.call__block p:nth-of-type(1):before {
  content: url(../images/icon/phone-blue.svg);
  display: block;
  margin-bottom: -3px;
}
@media screen and (min-width: 1025px) {
  .call__block p:nth-of-type(1):before {
    content: url(../images/icon/phone-blue_pc.svg);
  }
}
.call__block p:nth-of-type(2) {
  margin-bottom: 3px;
}
.call__block p:nth-of-type(2),
.call__block p:nth-of-type(3) {
  display: flex;
  column-gap: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #062056;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .call__block p:nth-of-type(2),
  .call__block p:nth-of-type(3) {
    padding-left: 18%;
  }
}
.call__block p:nth-of-type(2) span:nth-of-type(1),
.call__block p:nth-of-type(3) span:nth-of-type(1) {
  width: 55px;
}

.form__inner {
  padding: 0 20px;
}
.form__note {
  margin-bottom: 20px;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
}

.wpcf7-form table tr {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form table tr {
    display: flex;
  }
}
.wpcf7-form table th {
  margin-bottom: 17px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #062056;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .wpcf7-form table th {
    padding-top: 15px;
    width: 21%;
  }
}
.wpcf7-form table td {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wpcf7-form table td {
    width: 79%;
  }
}
.wpcf7-form table td input[type=text],
.wpcf7-form table td input[type=tel],
.wpcf7-form table td input[type=email],
.wpcf7-form table td select,
.wpcf7-form table td textarea {
  display: block;
  padding: 16px 20px 17px;
  width: 100%;
  background: #fff;
  color: #1D1D1D;
}
.wpcf7-form table td label {
  display: flex;
  align-items: center;
}
.wpcf7-form table td input[type=checkbox] {
  position: relative;
  display: block;
  padding: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wpcf7-form table td input[type=checkbox]::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 4px;
  width: 7px;
  transform: rotate(-45deg);
  top: 5px;
  left: 5px;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}
.wpcf7-form table td input[type=checkbox]:checked {
  background: #062056;
}
.wpcf7-form table td input[type=checkbox]:checked:after {
  opacity: 1;
}
.wpcf7-form table td input[type=radio] {
  position: relative;
  display: block;
  padding: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wpcf7-form table td input[type=radio]::after {
  content: "";
  position: absolute;
  background: #062056;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}
.wpcf7-form table td input[type=radio]:checked:after {
  opacity: 1;
}
.wpcf7-form table .select-block {
  position: relative;
}
.wpcf7-form table .select-block::after {
  content: url(../images/icon/arrow-bottom.svg) !important;
  position: absolute;
  top: 50% !important;
  right: 30px !important;
  transform: translateY(-50%);
}
.wpcf7-form table .click-block {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form table .aline-center {
    align-items: center;
  }
}
.wpcf7-form table {
  /* プライバシーポリシー */
}
.wpcf7-form table .form--privacy {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form table .form--privacy {
    margin-top: 70px;
  }
}
.wpcf7-form table .form--privacy td {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wpcf7-form table .form--privacy td input {
  margin-right: 15px;
  width: 25px;
  height: 25px;
}
.wpcf7-form table .form--privacy td input:after {
  height: 6px;
  width: 9px;
  top: 5px;
  left: 6px;
}
.wpcf7-form table {
  /* 送信ボタン */
}
.wpcf7-form table .form--btn {
  display: block;
  margin-bottom: 0;
}
.wpcf7-form table .form--btn td {
  position: relative;
  margin: 0 auto;
  max-width: 260px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form table .form--btn td {
    width: auto;
  }
}
.wpcf7-form table .form--btn td::after {
  content: url(../images/icon/arrow-right.svg);
  position: absolute;
  right: 30px;
  top: 23px;
}
.wpcf7-form table .form--btn td input {
  position: relative;
  display: block;
  padding: 21px 31px 22px;
  background-color: #1D1D1D;
  background-image: linear-gradient(135deg, #062056 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  max-width: 260px;
  width: 100%;
  height: 60px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: left;
  transition: background 400ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .wpcf7-form table .form--btn td input {
    padding: 22px 31px 22px;
  }
}
.wpcf7-form table .form--btn td input::after {
  content: url(../images/icon/arrow-right.svg);
  position: absolute;
  right: 30px;
  top: 23px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form table .form--btn td input:hover {
    background-position: 0;
    opacity: 1;
  }
}
.wpcf7-form table {
  /* placeholder */
}
.wpcf7-form table tr td select:invalid {
  color: #9F9F9F;
}
.wpcf7-form table tr td select option {
  color: black;
}
.wpcf7-form table tr td select option:first-child {
  color: #9F9F9F;
}
.wpcf7-form table ::placeholder {
  color: #9F9F9F;
}
.wpcf7-form table tr:nth-of-type(1) td::after {
  content: url(../images/icon/arrow-bottom.svg);
  position: absolute;
  top: 11px;
  right: 20px;
}

/*　プライバシーポリシーに同意する */
.form--privacy {
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .form--privacy {
    margin-bottom: 22px;
  }
}
.form--privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -25px;
}
.form--privacy input {
  position: relative;
  display: block;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 0;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border: 1px solid #707070;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form--privacy input:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 6px;
  width: 10px;
  transform: rotate(-45deg);
  top: 5px;
  left: 6px;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}
.form--privacy {
  /* クリック後のデザイン */
}
.form--privacy input:checked {
  background: #062056;
}
.form--privacy input:checked:after {
  opacity: 1;
}
.form--privacy {
  /* リンク下線 */
}
.form--privacy .underline {
  border: none !important;
  color: #062056;
  text-decoration: underline;
}

/* リキャプチャ追記 */
.recaptcha-block {
  text-align: center;
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.recaptcha-block a {
  display: inline-block;
  color: #062056;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .recaptcha-block br {
    display: none;
  }
}

/* ------------------------------------------------
 thankyou_message
 ------------------------------------------------*/
.thankyou_message {
  max-width: 600px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 130px;
}

@media screen and (min-width: 1180px) {
  .thankyou_message {
    padding-top: 30px;
    padding-bottom: 130px;
  }
}
.thankyou_message p {
  line-height: 1.6;
}

.thankyou_message p:last-of-type {
  margin-top: 20px;
}

.thankyou_message .no-mail {
  padding-left: 15px;
}

.thankyou_message .no-mail li {
  margin-top: 10px;
  line-height: 1.6;
  list-style-type: decimal;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

div.wpcf7-response-output {
  text-align: center;
  line-height: 1.7;
}

/* privacy */
/******************************************

* * * * * * PAGE PRIVACY POLICY * * * * * *

******************************************/
.privacy--note {
  padding: 0 20px;
  margin-bottom: 55px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .privacy--note {
    line-height: 2;
  }
}

.privacy--block:not(:last-child) {
  margin-bottom: 53px;
}
.privacy--block__inner {
  padding: 0 20px;
}
.privacy--block h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .privacy--block h2 {
    font-size: 2rem;
  }
}
.privacy--block__inner p {
  line-height: 1.8;
}
.privacy--block ul {
  margin-top: 17px;
}
.privacy--block ul li {
  display: flex;
  column-gap: 16px;
}
.privacy--block ul li:not(:last-child) {
  margin-bottom: 13px;
}
.privacy--block ul li p {
  line-height: 1.4;
}
.privacy--block p {
  text-align: justify;
}
.privacy--block p a {
  text-decoration: underline;
}

/* archive */
/* ページネーションボタン(wp-paggenavi) */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 10px;
}
@media screen and (min-width: 400px) {
  .wp-pagenavi {
    gap: 12px;
  }
}
@media screen and (min-width: 600px) {
  .wp-pagenavi {
    gap: 18px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  font-family: "Cabin", sans-serif;
  font-size: 1.4rem;
  color: #1D1D1D;
}
@media screen and (min-width: 400px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 600px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    height: 36px;
  }
}
.wp-pagenavi .current {
  background: #062056;
  color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #1D1D1D;
}
.wp-pagenavi .previouspostslink {
  order: -1;
}
.wp-pagenavi .nextpostslink {
  order: 1;
}
.wp-pagenavi .previouspostslink::after {
  content: url(../images/icon/arrow-left.svg);
  position: absolute;
  top: 11px;
  left: 47%;
  transform: translateX(-50%);
}
.wp-pagenavi .nextpostslink::after {
  content: url(../images/icon/arrow-right.svg);
  position: absolute;
  top: 11px;
  left: 53%;
  transform: translateX(-50%);
}

/************************
車を探す
*************************/
.cars {
  padding: 0 20px;
}
.cars ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .cars ul {
    margin-bottom: 100px;
  }
}
.cars li {
  margin: 0;
  max-width: none;
}
@media screen and (min-width: 500px) {
  .cars li {
    width: calc(50% - 15px) !important;
  }
}
@media screen and (min-width: 900px) {
  .cars li {
    width: calc(33.3333333333% - 20px) !important;
  }
}

.no_cars {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .no_cars {
    font-size: 1.8rem;
  }
}

/************************
お知らせアーカイブ
************************/
.post-type-archive-news .information__inner {
  display: block;
}

/************************
お客様の声アーカイブ
************************/
.voice {
  padding: 0 20px;
}
.voice .voice__list {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .voice .voice__list {
    margin: 0 auto 100px;
    padding: 5px;
    width: 90%;
    column-count: 2;
    column-gap: 36px;
  }
}
.voice .voice__list li {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .voice .voice__list li {
    margin-bottom: 40px;
    padding: 30px 40px 30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    background-color: #fff;
  }
}
.voice .voice__list li p {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: justify;
}
.voice .voice__list li h2 {
  margin-top: 20px;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .voice .voice__list li h2 {
    text-align: right;
  }
}

/***********************
コラムアーカイブ
************************/
.column {
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .column .column__cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 40px;
  }
}
@media screen and (min-width: 900px) {
  .column .column__cards {
    column-gap: 36px;
    row-gap: 50px;
  }
}
.column .column__card {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .column .column__card {
    margin-bottom: 0;
    width: calc(50% - 13px);
  }
}
@media screen and (min-width: 900px) {
  .column .column__card {
    width: calc(33.3333333333% - 25px);
  }
}
.column .column__card::after {
  content: url(../images/icon/arrow-right-blue.svg);
  position: absolute;
  bottom: 25px;
  right: 20px;
}
.column .column__card .column__card--image {
  width: 100%;
}
.column .column__card .column__card--image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.column .column__card .column__card--text {
  background: #fff;
  padding: 20px;
}
.column .column__card .column__card--text h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.column .column__card .column__card--text > p {
  margin-bottom: 28px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
  /* ４行目以降省略 */
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.column .column__card .column__card--text > div {
  display: flex;
  align-items: center;
  column-gap: 11px;
}
.column .column__card .column__card--text time {
  font-size: 1.3rem;
  color: #ACACAC;
}
.column .column__category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.column .column__category p {
  padding: 2px 10px 2px;
  border: 1px solid #062056;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.2rem;
  color: #062056;
  letter-spacing: 0.1rem;
}

/* single */
/* 車詳細 */
.single--main {
  margin-top: 85px;
}
@media screen and (min-width: 1520px) {
  .single--main {
    margin-top: 205px;
  }
}
.single--main > article {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .single--main > article {
    margin-bottom: 100px;
  }
}

.single--title {
  margin-bottom: 42px;
}
.single--title > div {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .single--title > div {
    display: flex;
    justify-content: space-between;
  }
}
.single--title > div {
  /* シェアする */
}
.single--title > div > a {
  position: relative;
  display: block;
  padding: 3px 10px 3px 22px;
  margin-left: auto;
  max-width: 92px;
  width: 100%;
  background: #0078bf;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #ffffff;
}
.single--title > div > a:after {
  content: url(../images/icon/share.svg);
  position: absolute;
  top: 4px;
  left: 6px;
}
.single--title {
  /* タイトル */
}
.single--title h1 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .single--title h1 {
    font-size: 2rem;
  }
}

/* スライダー */
.slider {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .slider {
    margin-bottom: 50px;
  }
}
.slider ul li:not(:first-of-type) {
  display: none;
}
.slider ul {
  /* slickが読み込まれたら適用 */
}
.slider ul.slick-initialized li:not(:first-of-type) {
  display: block;
}
.slider .slider__main {
  position: relative;
}
.slider .slider__main::before {
  content: url(../images/page_detail/new.svg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.slider .slider__main {
  margin-bottom: 20px;
}
.slider .slider__main li {
  width: 100%;
}
.slider .slider__main li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.slider .slider__thumbnail {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .slider .slider__thumbnail {
    margin-bottom: 30px;
  }
}
.slider .slider__thumbnail li {
  width: 100%;
  max-width: 160px;
}
.slider .slider__thumbnail li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.basic--info {
  margin-bottom: 40px;
}
@media screen and (min-width: 940px) {
  .basic--info {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 940px) {
  .basic--info__inner {
    display: flex;
    column-gap: 36px;
  }
}
.basic--info__left {
  margin-bottom: 40px;
}
@media screen and (min-width: 940px) {
  .basic--info__left {
    margin-bottom: 0;
    width: 60%;
  }
}
.basic--info__left > div, .basic--info__left > p:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 940px) {
  .basic--info__left > div, .basic--info__left > p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.basic--info__left div {
  display: flex;
  column-gap: 10px;
}
@media screen and (min-width: 940px) {
  .basic--info__left div {
    column-gap: 12px;
  }
}
.basic--info__left p {
  padding: 11px 0 12px;
  width: 100%;
  text-align: center;
  border: 1px solid #9F9F9F;
  border-radius: 5px;
  background: #ffffff;
  font-size: 1.3rem;
}
@media screen and (min-width: 940px) {
  .basic--info__left p {
    padding: 11px 0 11px;
    min-height: 40px;
  }
}
@media screen and (min-width: 940px) {
  .basic--info__right {
    width: 40%;
  }
}
.basic--info__right a {
  position: relative;
  display: block;
  padding-left: 52px;
  border-radius: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 940px) {
  .basic--info__right a {
    padding-left: 59px;
    min-height: 60px;
  }
}
.basic--info__right {
  /* icon */
}
.basic--info__right a::before {
  position: absolute;
  left: 22px;
}
@media screen and (min-width: 940px) {
  .basic--info__right a::before {
    left: 30px;
  }
}
.basic--info__right {
  /* arrow */
}
.basic--info__right a::after {
  position: absolute;
  top: 22px;
  right: 20px;
}
.basic--info__right {
  /* メール、LINE、印刷 */
}
.basic--info__right a.btn-contact,
.basic--info__right a.btn-line,
.basic--info__right a.btn-print {
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media screen and (min-width: 940px) {
  .basic--info__right a.btn-contact,
  .basic--info__right a.btn-line,
  .basic--info__right a.btn-print {
    padding-top: 21px;
    margin-bottom: 12px;
  }
}
.basic--info__right a.btn-line::after,
.basic--info__right a.btn-print::after {
  content: url(../images/icon/arrow-right.svg);
}
.basic--info__right {
  /* メールでの問い合わせ */
}
.basic--info__right a.btn-contact {
  background: #C42727;
}
.basic--info__right a.btn-contact::before {
  content: url(../images/icon/mail.svg);
  top: 23px;
}
.basic--info__right a.btn-contact::after {
  content: "";
  top: 27px;
  background: url(../images/icon/arrow-bottom-white.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 7px;
}
.basic--info__right {
  /* LINEでの問い合わせ */
}
.basic--info__right a.btn-line {
  display: none;
  background: #288f3d;
}
.basic--info__right a.btn-line::before {
  content: url(../images/icon/talk-white.svg);
  top: 23px;
}
.basic--info__right {
  /* 印刷用ページ表示 */
}
.basic--info__right a.btn-print {
  display: none;
  background: #9F9F9F;
}
@media screen and (min-width: 940px) {
  .basic--info__right a.btn-print {
    display: block;
  }
}
.basic--info__right a.btn-print::before {
  content: url(../images/icon/printer-white.svg);
  top: 23px;
}
.basic--info__right {
  /* 電話で問い合わせ */
}
.basic--info__right a.btn-tel {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 18px;
  border: 1px solid #062056;
  background: #ffffff;
  color: #062056;
}
@media screen and (min-width: 940px) {
  .basic--info__right a.btn-tel {
    padding-bottom: 17px;
  }
}
.basic--info__right a.btn-tel::before {
  content: url(../images/icon/phone-blue.svg);
  top: 17px;
}
.basic--info__right a.btn-tel span {
  display: block;
  padding-left: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 940px) {
  .basic--info__right a.btn-tel span {
    padding-left: 12px;
  }
}
.basic--info__price {
  padding: 14px 0 15px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #9F9F9F;
  border-radius: 5px;
  background: #ffffff;
}
@media screen and (min-width: 940px) {
  .basic--info__price {
    padding: 16px 0 16px;
    margin-bottom: 12px;
  }
}
.basic--info__price {
  /* 総支払額 */
}
.basic--info__price p:first-of-type {
  font-size: 1.4rem;
  font-weight: 500;
}
.basic--info__price p:first-of-type span {
  padding: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #C42727;
}
.basic--info__price p:last-of-type {
  margin-top: 5px;
  font-size: 1.3rem;
}
.basic--info__price .soldout {
  margin-top: 0 !important;
  padding: 4px !important;
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  color: #C42727 !important;
}

.detail--message {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .detail--message {
    margin: 0 auto 40px;
    width: calc(100% - 40px);
  }
}
.detail--message p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #c42727;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .detail--message p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.detail--info {
  border: 1px solid #9F9F9F;
  border-radius: 5px;
  background: #ffffff;
}
.detail--info__inner {
  padding: 22px 20px 50px;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.detail--info__block {
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif !important;
}
.detail--info__block--line {
  padding: 24px 0;
}
.detail--info p {
  line-height: 1.7;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif !important;
}
.detail--info p span {
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif !important;
}

.car-form .car-form__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .car-form .car-form__title {
    margin-bottom: 40px;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}
.car-form .car-form__title::before {
  content: "";
  display: block;
  margin-right: 10px;
  background: url(../images/icon/mail-blue.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .car-form .car-form__title::before {
    margin-right: 20px;
    width: 30px;
    height: 25px;
  }
}
.car-form .car-form__form {
  padding: 40px 20px;
  background-color: #f0f0f0;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .car-form .car-form__form {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .car-form .car-form__form {
    padding: 100px 40px;
  }
}
.car-form .car-form__form form {
  margin: 0 auto;
  max-width: 942px;
}

/*************************
 お知らせ詳細 
 ************************/
.info--breadcrumbs {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .info--breadcrumbs {
    margin-bottom: 30px;
  }
}

.info--container {
  margin-bottom: 50px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .info--container {
    margin-bottom: 100px;
  }
}
.info--container__inner {
  padding: 20px 20px 50px;
}
@media screen and (min-width: 768px) {
  .info--container__inner {
    padding: 50px 50px 80px;
  }
}

.info--title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 768px) {
  .info--title {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.info--title__category {
  gap: 5px;
  margin-bottom: 13px;
  width: 100%;
}
.info--title__category p {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  text-align: center;
  border: 1px solid #062056;
  border-radius: 50px;
  font-size: 1.2rem;
  color: #062056;
  letter-spacing: 0.05em;
}
.info--title h1 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .info--title h1 {
    font-size: 2rem;
  }
}

.info--post__inner {
  padding: 40px 20px;
  margin-bottom: 60px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .info--post__inner {
    padding: 80px 79px 79px 80px;
    margin-bottom: 100px;
  }
}
.info--post * {
  line-height: 1.2;
}
.info--post h2,
.info--post h3,
.info--post h4,
.info--post h5,
.info--post h6 {
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #1D1D1D;
}
@media screen and (min-width: 768px) {
  .info--post h2,
  .info--post h3,
  .info--post h4,
  .info--post h5,
  .info--post h6 {
    line-height: 1.9;
  }
}
.info--post h2 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .info--post h2 {
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.info--post h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 30px;
  background: #062056;
}
.info--post h3 {
  display: inline;
  margin-bottom: 20px;
  padding-bottom: 5px;
  background: linear-gradient(transparent 94%, #e9e9e9 0%);
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .info--post h3 {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.info--post h4 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .info--post h4 {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.info--post h5 {
  font-size: 1.4;
}
@media screen and (min-width: 768px) {
  .info--post h5 {
    font-weight: 500;
  }
}
.info--post p,
.info--post pre {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
.info--post img {
  margin-bottom: 10px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.info--post ol {
  margin-bottom: 30px;
  padding-left: 17px;
  list-style: decimal;
}
.info--post ol li {
  margin-bottom: 10px;
}
.info--post ul {
  margin-bottom: 30px;
  padding-left: 19px;
  list-style: outside;
}
.info--post ul li {
  margin-bottom: 10px;
}
.info--post table {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border-top: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
}
.info--post table thead,
.info--post table tbody,
.info--post table tr,
.info--post table th,
.info--post table td {
  display: block;
}
.info--post table tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.info--post table th,
.info--post table td {
  display: table-cell;
  padding: 10px 10px 11px;
  border-bottom: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  vertical-align: middle;
  min-height: 40px;
}
.info--post table th {
  background: #F1F4FC;
}
.info--post a {
  color: #9f9f9f;
  text-decoration: underline;
}

.single .more--btn {
  margin: 0 auto;
  text-align: right;
}
.single .more--btn:after {
  content: url(../images/icon/arrow-left.svg);
  right: auto;
  left: 30px;
}

.lack-slide_sp .slick-track {
  transform: unset !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 768px) {
  .lack-slide_pc .slick-track {
    transform: unset !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*******************************
ギャラリー　ポップアップ
*******************************/
/* 拡大写真を見る（ポップアップを開くボタン） */
#PopupButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  padding: 20px 0 21px;
  width: 100%;
  text-align: center;
  background: #9F9F9F;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #ffffff;
  cursor: pointer;
}
#PopupButton::after {
  content: url(../images/icon/arrow-right.svg);
  position: absolute;
  top: 21px;
  right: 20px;
}
#PopupButton:hover {
  opacity: 0.85;
}

.gallery {
  position: relative;
  width: 100%;
  height: 100svh;
  background: #000;
}
.gallery__title {
  margin-bottom: 30px;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  background: #062056;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .gallery__title {
    margin-bottom: 55px;
    padding: 35px 20px;
  }
}
.gallery__block {
  padding-bottom: 100px;
  background: #000;
  width: 100%;
}
.gallery__block > p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .gallery__block > p {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
}
.gallery {
  /* ポップアップを閉じるボタン */
}
.gallery__closeBtn {
  position: fixed;
  bottom: 0;
  z-index: 10;
  display: block;
  padding: 20px 0 23px;
  width: 100%;
  background: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 500px) {
  .gallery__closeBtn {
    font-size: 2rem;
  }
}

.gallery-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 15px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1980px;
  width: 100%;
}
.gallery-list li {
  width: calc(50% - 15px);
}
@media screen and (min-width: 500px) {
  .gallery-list li {
    width: 200px;
  }
}
.gallery-list li img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* faq */
/******************************************

* * * * * * * PAGE FAQ * * * * * * *

******************************************/
.faq--block {
  padding: 0 20px;
}

.faq--list li {
  padding: 30px 0;
  border-bottom: 1px solid #E9E9E9;
}
.faq--list li div {
  display: flex;
  column-gap: 16px;
}
@media screen and (min-width: 768px) {
  .faq--list li div {
    column-gap: 20px;
  }
}
.faq--list li div p:first-of-type {
  width: 17px;
  font-family: "Cabin", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.faq--list__question {
  margin-bottom: 20px;
}
.faq--list__question p {
  color: #062056;
}
.faq--list__question h2 {
  width: calc(100% - 17px);
  font-weight: 500;
}
.faq--list__answer p:first-of-type {
  color: #9F9F9F;
}
.faq--list__answer p:last-of-type {
  width: calc(100% - 17px);
}

/* Search */
/* Search */
.sch {
  margin-bottom: 100px;
  background: #F1F4FC;
}
.sch__inner {
  padding: 33px 20px 50px;
}
@media screen and (min-width: 768px) {
  .sch__inner {
    padding: 83px 20px 80px;
  }
}
.sch__inner h2 {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .sch__inner h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.sch__inner .sch__lead {
  margin: 0 0 24px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #1D1D1D;
}
@media screen and (min-width: 768px) {
  .sch__inner .sch__lead {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 850px) {
  .sch .sch__flex {
    display: flex;
  }
}
@media screen and (min-width: 850px) {
  .sch .sch__block {
    width: 50%;
  }
}
.sch .sch__block:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 850px) {
  .sch .sch__block:first-child {
    margin-bottom: 0;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .sch .sch__block:first-child {
    padding-right: 110px;
  }
}
.sch .sch__block dl {
  display: flex;
  align-items: center;
}
.sch .sch__block dl:not(:last-child) {
  margin-bottom: 20px;
}
.sch .sch__block dt {
  padding-right: 15px;
  width: 105px;
}
@media screen and (min-width: 768px) {
  .sch .sch__block dt {
    padding-right: 25px;
    width: 115px;
  }
}
.sch .sch__block dd {
  display: flex;
  align-items: center;
  width: calc(100% - 105px);
}
@media screen and (min-width: 768px) {
  .sch .sch__block dd {
    width: calc(100% - 115px);
  }
}
.sch .sch__block .sch__select--wrap {
  position: relative;
  width: 100%;
}
.sch .sch__block .sch__select--wrap::after {
  content: url(../images/icon/arrow-bottom.svg);
  position: absolute;
  right: 10px;
  top: 6px;
}
.sch .sch__block dd select {
  display: block;
  padding: 7px 10px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  color: #1D1D1D !important;
}
.sch .sch__block dd option {
  color: #1D1D1D !important;
}
.sch .sch__block dd label {
  display: flex;
  align-items: center;
  width: 50%;
  max-width: 166px;
}
.sch .sch__block dd .line {
  padding: 0 3px;
}
@media screen and (min-width: 768px) {
  .sch .sch__block dd .line {
    padding: 0 12px;
  }
}
.sch .sch__subflex {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E3E3E3;
}
.sch .sch__subblock {
  margin-bottom: 25px;
}
.sch .sch__subblock dt {
  margin-bottom: 12px;
}
.sch .sch__subblock dd {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
}
.sch .sch__subblock label {
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.sch .sch__subblock span {
  width: calc(100% - 35px);
}
.sch dd input[type=checkbox] {
  position: relative;
  display: block;
  padding: 0;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sch dd input[type=checkbox]:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 5px;
  width: 9px;
  transform: rotate(-45deg);
  top: 7px;
  left: 7px;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}
.sch {
  /* クリック後のデザイン */
}
.sch dd input[type=checkbox]:checked {
  background: #062056;
}
.sch dd input[type=checkbox]:checked:after {
  opacity: 1;
}
.sch .sch__note {
  margin-top: 45px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 850px) {
  .sch .sch__note {
    margin-top: 80px;
  }
}
.sch {
  /* 検索ボタン */
}
.sch .sch__btn {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 260px;
}
.sch .feas-submit-button {
  position: relative;
  display: block;
  margin: 0 auto 30px;
  padding: 21px 31px 22px;
  background-color: #1D1D1D;
  background-image: linear-gradient(135deg, #062056 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  max-width: 260px;
  width: 100%;
  height: 60px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 400ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .sch .feas-submit-button {
    padding: 22px 31px 22px;
  }
}
.sch .feas-submit-button::after {
  content: url(../images/icon/arrow-right.svg);
  position: absolute;
  right: 30px;
  top: 53%;
  transform: translateY(-50%);
}
.sch .feas-submit-button:hover {
  background-position: 0;
  opacity: 1;
}
.sch input[type=reset] {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
  text-decoration: underline;
  color: #1D1D1D;
}

#feas_1_7 .feas_clevel_01 {
  display: none;
}

/* cars アーカイブ：ポータル（グーネット・カーセンサー）を検索ブロック直上に配置 */
.post-type-archive-cars .cars-archive-portal {
  margin: 0 auto;
  padding: 0 20px 84px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .post-type-archive-cars .cars-archive-portal {
    padding-bottom: 108px;
  }
}
.post-type-archive-cars .cars-archive-portal .service__portal-btns {
  margin-top: 0;
}

/* cars アーカイブ: 価格（5・6）・ミッション（8）・ハンドル（9）・販売状況（11）を非表示（成約のみはクエリ側で固定） */
.post-type-archive-cars .sch dl:has([name^=search_element_5]),
.post-type-archive-cars .sch dl:has([name^=search_element_6]),
.post-type-archive-cars .sch dl:has([name^=search_element_8]),
.post-type-archive-cars .sch dl:has([name^=search_element_9]),
.post-type-archive-cars .sch dl:has([name^=search_element_11]),
.post-type-archive-cars .sch .sch__subblock:has([name^=search_element_5]),
.post-type-archive-cars .sch .sch__subblock:has([name^=search_element_6]),
.post-type-archive-cars .sch .sch__subblock:has([name^=search_element_8]),
.post-type-archive-cars .sch .sch__subblock:has([name^=search_element_9]),
.post-type-archive-cars .sch .sch__subblock:has([name^=search_element_11]) {
  display: none !important;
}

/* 404 */
.error404 .page--top {
  margin-top: 60px;
}
@media screen and (min-width: 1520px) {
  .error404 .page--top {
    margin-top: 80px;
  }
  .error404 .page--top__inner {
    padding-bottom: 100px;
  }
}

.error404--block {
  padding: 0 20px;
}
.error404--block h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .error404--block h2 {
    margin-top: 40px;
    font-size: 2.5rem;
  }
}
.error404--block p {
  line-height: 2;
}

/* 営業用コンテンツ */
/*---------------------------
一覧
------------------------------ */
.sales-table-container {
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .sales-table-container {
    min-width: none;
    overflow-x: visible;
  }
}
.sales-table-container .sales-table-container__title {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  column-gap: 15px;
}
.sales-table-container .sales-table-container__title h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #062056;
  line-height: 1.1;
}

.sales-table {
  margin-bottom: 30px;
  border-top: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .sales-table {
    overflow-x: unset;
  }
}
.sales-table thead,
.sales-table tbody {
  display: block;
  width: 100%;
  min-width: 728px;
}
@media screen and (min-width: 768px) {
  .sales-table thead,
  .sales-table tbody {
    min-width: none;
  }
}
.sales-table tr {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
}
.sales-table th,
.sales-table td {
  padding: 10px;
  line-height: 1.5;
  border-right: 1px solid #E3E3E3;
  color: #1D1D1D;
}
@media screen and (min-width: 768px) {
  .sales-table th,
  .sales-table td {
    padding: 12px;
  }
}
.sales-table th {
  background: #efefef;
}
.sales-table th:nth-of-type(1),
.sales-table td:nth-of-type(1) {
  width: 6%;
}
.sales-table th:nth-of-type(2),
.sales-table td:nth-of-type(2) {
  width: 12%;
}
.sales-table th:nth-of-type(3),
.sales-table td:nth-of-type(3) {
  width: 38%;
}
.sales-table th:nth-of-type(4),
.sales-table td:nth-of-type(4) {
  width: 15%;
}
.sales-table th:nth-of-type(5),
.sales-table td:nth-of-type(5) {
  width: 13%;
}
.sales-table th:nth-of-type(6),
.sales-table td:nth-of-type(6) {
  width: 16%;
}
.sales-table .sales-table__num {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales-table .sales-table__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales-table .sales-table__image img {
  width: 100%;
  height: auto;
}
.sales-table .sales-table__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales-table .sales-table__btn a {
  position: relative;
  display: block;
  padding: 6px 8px 7px;
  width: 80px;
  height: auto;
  background: #062056;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.sales-table .sales-table__btn a::after {
  content: url(../images/icon/arrow-right.svg);
  position: absolute;
  top: 52%;
  right: 8px;
  transform: translateY(-50%);
}

/*---------------------------
詳細
------------------------------ */
.sales-detail-container section:not(:last-of-type) {
  margin-bottom: 50px;
}
.sales-detail-container section h2 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.sales-detail-container table {
  border-top: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
}
.sales-detail-container thead,
.sales-detail-container tbody {
  display: block;
  width: 100%;
}
.sales-detail-container tr {
  display: flex;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
.sales-detail-container th,
.sales-detail-container td {
  padding: 10px;
  line-height: 1.5;
  color: #1D1D1D;
}
.sales-detail-container th {
  border-right: 1px solid #E3E3E3;
  background: #efefef;
}

.sales-detail-title {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1D1D1D;
}
@media screen and (min-width: 768px) {
  .sales-detail-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.sales-detail-title h1 {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sales-detail-title h1 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .sales-detail-title h1 {
    font-size: 2.5rem;
  }
}
.sales-detail-title > div {
  display: flex;
  column-gap: 20px;
  justify-content: right;
  margin-left: auto;
}

.sales-detail-role {
  display: flex;
  justify-content: right;
  width: auto;
}
.sales-detail-role dt,
.sales-detail-role dd {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 7px;
  margin-bottom: 10px;
  border-right: 1px solid #E3E3E3;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-collapse: collapse;
  min-width: 50px;
}
@media screen and (min-width: 768px) {
  .sales-detail-role dt,
  .sales-detail-role dd {
    min-width: 70px;
  }
}
.sales-detail-role dt {
  background: #efefef;
  font-weight: 500;
}
.sales-detail-role dt:first-of-type {
  border-left: 1px solid #E3E3E3;
}
.sales-detail-role dd:last-of-type {
  border-left: 1px solid #E3E3E3;
}

.sales-detail-images img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .sales-detail-images .sales-detail-images__flex {
    display: flex;
    column-gap: 30px;
  }
}
.sales-detail-images .sales-detail-images__left {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sales-detail-images .sales-detail-images__left {
    margin-bottom: 0;
    width: 40%;
  }
}
.sales-detail-images .sales-detail-images__right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .sales-detail-images .sales-detail-images__right {
    width: 60%;
  }
}
.sales-detail-images .sales-detail-images__right li {
  width: 20%;
}
.sales-detail-images .sales-detail-images__right li img {
  cursor: pointer;
}

.sales-detail-info01 tbody {
  display: flex;
  flex-wrap: wrap;
}
.sales-detail-info01 th {
  min-width: 55px;
  text-align: center;
}
.sales-detail-info01 .sales-detail-info01__tr01 {
  width: 100%;
}
.sales-detail-info01 .sales-detail-info01__tr01:last-of-type {
  margin-top: -1px;
  border-top: 1px solid #E3E3E3;
}
.sales-detail-info01 .sales-detail-info01__tr02 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .sales-detail-info01 .sales-detail-info01__tr02 {
    width: 33.3333333333%;
  }
}
.sales-detail-info01 .sales-detail-info01__tr03 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .sales-detail-info01 .sales-detail-info01__tr03 {
    width: 33.3333333333%;
  }
}

.sales-detail-info02 tbody {
  display: flex;
  flex-wrap: wrap;
}
.sales-detail-info02 th {
  min-width: 100px;
  text-align: center;
}
.sales-detail-info02 .sales-detail-info02__tr01 {
  width: 100%;
}
.sales-detail-info02 .sales-detail-info02__tr01:last-of-type {
  margin-top: -2px;
  border-top: 1px solid #E3E3E3;
}
.sales-detail-info02 .sales-detail-info02__tr02 {
  width: 100%;
}
@media screen and (min-width: 500px) {
  .sales-detail-info02 .sales-detail-info02__tr02 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .sales-detail-info02 .sales-detail-info02__tr02 {
    width: 33.3333333333%;
  }
}
.sales-detail-info02 .sales-detail-info02__tr03 {
  display: block;
  width: 100%;
}
.sales-detail-info02 .sales-detail-info02__tr03 > th {
  margin-top: -2px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-right: none;
}
.sales-detail-info02 .sales-detail-info02__tr03 > td {
  padding: 0;
}
.sales-detail-info02 .sales-detail-info02__tr03 > td table {
  border: none;
}
.sales-detail-info02 .sales-detail-info02__tr03 > td tr {
  width: 50%;
}
@media screen and (min-width: 500px) {
  .sales-detail-info02 .sales-detail-info02__tr03 > td tr {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .sales-detail-info02 .sales-detail-info02__tr03 > td tr {
    width: 25%;
  }
}
.sales-detail-info02 .sales-detail-info02__tr03 > td th {
  width: 80%;
}
.sales-detail-info02 .sales-detail-info02__tr03 > td td {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}

@media screen and (min-width: 768px) {
  .sales-detail-price {
    display: flex;
    justify-content: space-between;
  }
}
.sales-detail-price th,
.sales-detail-price td {
  padding: 7px 5px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .sales-detail-price th,
  .sales-detail-price td {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.sales-detail-price .sales-detail-price__left {
  display: flex;
  column-gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sales-detail-price .sales-detail-price__left {
    column-gap: 30px;
    margin-bottom: 0;
    width: 65%;
  }
}
.sales-detail-price .sales-detail-price__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .sales-detail-price .sales-detail-price__right {
    width: 30%;
  }
}
.sales-detail-price .sales-detail-price__right {
  /* btn */
}
.sales-detail-price .sales-detail-price__right a {
  position: relative;
  display: block;
  padding: 20px 30px 21px;
  width: 100%;
  max-width: 300px;
  height: auto;
  background: #062056;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.sales-detail-price .sales-detail-price__right a::after {
  content: url(../images/icon/arrow-right.svg);
  position: absolute;
  top: 52%;
  right: 20px;
  transform: translateY(-50%);
}
.sales-detail-price .sales-detail-price__car {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .sales-detail-price .sales-detail-price__car {
    width: 40%;
  }
}
.sales-detail-price .sales-detail-price__car table:not(:last-of-type) {
  margin-bottom: 41px;
}
.sales-detail-price .sales-detail-price__car th {
  width: 50%;
}
.sales-detail-price .sales-detail-price__car td {
  width: 50%;
}
.sales-detail-price .sales-detail-price__other {
  width: 55%;
}
@media screen and (min-width: 768px) {
  .sales-detail-price .sales-detail-price__other {
    width: 60%;
  }
}
.sales-detail-price .sales-detail-price__other th {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .sales-detail-price .sales-detail-price__other th {
    width: 70%;
  }
}
.sales-detail-price .sales-detail-price__other td {
  width: 35%;
}
@media screen and (min-width: 768px) {
  .sales-detail-price .sales-detail-price__other td {
    width: 30%;
  }
}

/* 追加ページ */
.showroom01 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (min-width: 768px) {
  .showroom01 {
    margin-bottom: 100px;
    padding-bottom: 100px;
  }
}
.showroom01 .showroom01__inner {
  padding: 0 20px;
}
.showroom01 .showroom01__inner p {
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .showroom01 .showroom01__inner p {
    margin-bottom: 50px;
    line-height: 2;
  }
}
.showroom01 .showroom01__inner ul {
  display: flex;
  flex-direction: column;
  column-gap: 100px;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .showroom01 .showroom01__inner ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.showroom01 .showroom01__inner ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .showroom01 .showroom01__inner ul li {
    width: calc(50% - 50px);
  }
}
.showroom01 .showroom01__inner ul li img {
  max-width: 520px;
  width: 100%;
}

.showroom02 .showroom02__inner {
  padding: 0 20px;
}
.showroom02 .showroom02__inner p {
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .showroom02 .showroom02__inner p {
    margin-bottom: 50px;
    line-height: 2;
  }
}
.showroom02 .showroom02__inner ul {
  display: flex;
  flex-direction: column;
  column-gap: 100px;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .showroom02 .showroom02__inner ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .showroom02 .showroom02__inner ul li {
    width: calc(50% - 50px);
  }
}
.showroom02 .showroom02__inner ul li div {
  margin-bottom: 20px;
  text-align: center;
}
.showroom02 .showroom02__inner ul li div img {
  max-width: 520px;
  width: 100%;
}
.showroom02 .showroom02__inner ul li h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #062056;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .showroom02 .showroom02__inner ul li h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.tow-column {
  display: flex;
  flex-direction: column;
  column-gap: 100px;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .tow-column {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .tow-column .tow-column__text {
    width: 50%;
  }
}
.tow-column .tow-column__text h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .tow-column .tow-column__text h3 {
    font-size: 2rem;
  }
}
.tow-column .tow-column__text p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .tow-column .tow-column__text p {
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .tow-column .tow-column__image {
    width: 50%;
  }
}
.tow-column .tow-column__image img {
  max-width: 520px;
  width: 100%;
}

.bodywork01 {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .bodywork01 {
    margin-bottom: 200px;
  }
}
.bodywork01 .bodywork01__inner {
  padding: 0 20px;
}

.bodywork02 {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .bodywork02 {
    margin-bottom: 200px;
  }
}
.bodywork02 .bodywork02__inner {
  padding: 0 20px;
}
.bodywork02 .bodywork02__text {
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .bodywork02 .bodywork02__text {
    margin-bottom: 50px;
    line-height: 2;
  }
}

.bodywork03 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bodywork03 {
    margin-bottom: 50px;
  }
}
.bodywork03 .bodywork03__inner {
  padding: 0 20px;
  text-align: center;
}
.bodywork03 h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #062056;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .bodywork03 h3 {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}
.bodywork03 p {
  display: inline-block;
  padding: 4px 30px 5px;
  border: 1px solid #062056;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .bodywork03 p {
    padding: 6px 35px 7px;
    font-size: 1.8rem;
  }
}

.page-contact {
  padding: 0 20px;
}
.page-contact .page-contact__inner {
  padding: 35px 30px 30px;
  background: #F1F4FC;
}
@media screen and (min-width: 1025px) {
  .page-contact .page-contact__inner {
    display: flex;
    column-gap: 20px;
    padding: 60px 100px 60px;
  }
}
.page-contact .page-contact__inner h2,
.page-contact .page-contact__inner h2::before,
.page-contact .page-contact__inner h3,
.page-contact .page-contact__inner p {
  color: #062056 !important;
}
@media screen and (min-width: 1025px) {
  .page-contact .page-contact__inner > div:nth-of-type(1) {
    width: 57%;
  }
}
@media screen and (min-width: 1025px) {
  .page-contact .page-contact__inner > div:nth-of-type(2) {
    width: 43%;
  }
}
.page-contact .page-contact__text p {
  color: #1D1D1D !important;
}
.page-contact .page-contact__block > p {
  margin: 0 auto 20px;
  max-width: 360px;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  .page-contact .page-contact__block > p {
    display: none;
  }
}
.page-contact .page-contact__tel {
  padding: 20px 23px;
  margin: 0 auto 10px;
  border-color: #062056 !important;
}
@media screen and (min-width: 1025px) {
  .page-contact .page-contact__tel {
    padding: 0;
    max-width: none !important;
  }
}
.page-contact .page-contact__tel::after {
  content: url(../images/icon/arrow-right-blue.svg) !important;
}
.page-contact .page-contact__tel p:nth-of-type(1) {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .page-contact .page-contact__tel p:nth-of-type(1) {
    letter-spacing: 0.1em;
  }
}
.page-contact .page-contact__tel p:nth-of-type(4) {
  display: none;
}
@media screen and (min-width: 1025px) {
  .page-contact .page-contact__tel p:nth-of-type(4) {
    display: block;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.page-contact .page-contact__tel p:nth-of-type(1):before {
  content: url(../images/icon/phone-blue.svg) !important;
}
.page-contact .page-contact__btn {
  background: none;
  border: 1px solid #062056;
  color: #062056;
}
.page-contact .page-contact__btn::before {
  content: url(../images/icon/mail-blue.svg);
}
.page-contact .page-contact__btn::after {
  content: url(../images/icon/arrow-right-blue.svg);
}
@media screen and (min-width: 1025px) {
  .page-contact .page-contact__btn:hover {
    background: #062056 !important;
    color: #fff !important;
  }
  .page-contact .page-contact__btn:hover::before {
    content: url(../images/icon/mail.svg) !important;
  }
  .page-contact .page-contact__btn:hover::after {
    content: url(../images/icon/arrow-right.svg) !important;
  }
}

.maint01 {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .maint01 {
    margin-bottom: 200px;
  }
}
.maint01 .maint01__inner {
  padding: 0 20px;
}
.maint01 .maint01__inner > div:nth-of-type(1) {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .maint01 .maint01__inner > div:nth-of-type(1) {
    margin-bottom: 150px;
  }
}
.maint01 .maint01__inner > div:nth-of-type(2) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .maint01 .maint01__inner > div:nth-of-type(2) {
    margin-bottom: 80px;
  }
}
.maint01 .maint01__list {
  display: flex;
  flex-direction: column;
  column-gap: 36px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .maint01 .maint01__list {
    flex-direction: row;
  }
}
.maint01 .maint01__list li {
  padding: 32px 32px 38px 30px;
  background: #fff;
}
.maint01 .maint01__list li h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .maint01 .maint01__list li h3 {
    margin-bottom: 15px;
  }
}
.maint01 .maint01__list li p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .maint01 .maint01__list li p {
    line-height: 2;
  }
}

.maint02 .maint02__inner {
  padding: 0 20px;
}

.purchase01 {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .purchase01 {
    margin-bottom: 100px;
  }
}
.purchase01 .purchase01__inner {
  padding: 0 20px;
}
.purchase01 .purchase01__inner > div {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .purchase01 .purchase01__inner > div {
    margin-bottom: 150px;
  }
}
.purchase01 .purchase01__copy {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .purchase01 .purchase01__copy {
    font-size: 3rem;
  }
}

.purchase02 {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .purchase02 {
    margin-bottom: 150px;
  }
}
.purchase02 .purchase02__inner {
  padding: 0 20px;
}
.purchase02 .purchase02__inner > p {
  margin-bottom: 50px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .purchase02 .purchase02__inner > p {
    line-height: 2;
  }
}
.purchase02 .purchase02__block:first-of-type {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .purchase02 .purchase02__block:first-of-type {
    margin-bottom: 60px;
  }
}
.purchase02 .purchase02__block h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .purchase02 .purchase02__block h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.purchase02 .purchase02__list {
  border: none;
}
.purchase02 .purchase02__list li {
  border: none;
}

.purchase03 {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .purchase03 {
    margin-bottom: 200px;
  }
}
.purchase03 .purchase03__inner {
  padding: 0 20px;
}
.purchase03 .purchase03__inner > div:nth-of-type(1) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .purchase03 .purchase03__inner > div:nth-of-type(1) {
    margin-bottom: 150px;
  }
}

.no-brand a:hover {
  opacity: 1 !important;
}
.no-brand p {
  padding-right: 0 !important;
  bottom: 50% !important;
  left: 50% !important;
  transform: translate(-50%, 50%) !important;
  text-align: center;
}
.purchase-banner {
  padding: 0 20px;
}
.purchase-banner h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #062056;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .purchase-banner h2 {
    margin-bottom: 50px;
    font-size: 2rem;
  }
}
.purchase-banner a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.purchase-banner a::after {
  content: url(../images/icon/arrow-right.svg);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .purchase-banner a::after {
    right: 40px;
  }
}
.purchase-banner a img {
  width: 100%;
}
.purchase-banner a div {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 400px) {
  .purchase-banner a div {
    left: 50%;
  }
}
.purchase-banner a div p {
  font-weight: 500;
  color: #fff;
}
.purchase-banner a div p:nth-of-type(1) {
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-style: italic;
}
@media screen and (min-width: 400px) {
  .purchase-banner a div p:nth-of-type(1) {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .purchase-banner a div p:nth-of-type(1) {
    font-size: 3rem;
  }
}
.purchase-banner a div p:nth-of-type(2) {
  font-size: 1.3rem;
}

/* 車詳細ページ用　フォーム */
.table-wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .table-wrap > div {
    display: block;
  }
  .table-wrap > div h3 {
    margin-bottom: 8px;
  }
}
.table-wrap h3 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #062056;
}
@media screen and (min-width: 768px) {
  .table-wrap h3 {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.table-wrap .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  row-gap: 20px;
}
.table-wrap .wpcf7-list-item {
  margin: 0;
}

/* TOP SNS */
.snslink {
  margin-bottom: 160px;
}
.snslink .snslink__inner {
  padding: 0 20px;
}
.snslink .snslink__list {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media screen and (min-width: 1025px) {
  .snslink .snslink__list {
    flex-direction: row;
    justify-content: center;
    column-gap: 40px;
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.snslink .snslink__list li {
  margin: 0 auto;
  width: 100%;
  max-width: 330px;
  border: 1px solid #062056;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .snslink .snslink__list li {
    margin: 0;
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    width: auto;
  }
}
.snslink .snslink__list li a {
  position: relative;
  display: block;
  padding: 25px 5px 24px;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}
.snslink .snslink__list .snslink__list--instagram::before {
  content: url(../images/icon/sns/instagram.svg);
  position: absolute;
  top: 20px;
  left: 30px;
}
.snslink .snslink__list .snslink__list--youtube::before {
  content: url(../images/icon/sns/youtube.svg);
  position: absolute;
  top: 20px;
  left: 30px;
}
.snslink .snslink__list li a::after {
  content: url(../images/icon/arrow_external_link.svg);
  position: absolute;
  top: 26px;
  right: 30px;
}

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