@charset "UTF-8";
/*------------------------------------------------------------

1.Slick Fix */
.index-slide__slide li:not(:first-child),
.sp-index-slide__slide li:not(:first-child),
.sp-index-slide__slide-thumbnail li:not(:first-child),
.index-new-slide__slide a:not(:first-child) {
  display: none; }

.index-slide__slide li:first-child,
.sp-index-slide__slide li:first-child,
.sp-index-slide__slide-thumbnail li:first-child,
.index-new-slide__slide a:first-child {
  display: block;
  visibility: hidden; }

.index-slide__slide.slick-initialized li,
.sp-index-slide__slide.slick-initialized li,
.sp-index-slide__slide-thumbnail.slick-initialized li,
.index-new-slide__slide.slick-initialized a {
  display: block;
  visibility: visible; }

/* CSS outline -----------------------------------------------

  1.Reset

/*------------------------------------------------------------

1.Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

ol,
ul {
  list-style: none; }

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

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

q,
blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

html {
  font-size: 62.5%;
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word; }

p {
  margin: 0;
  padding: 0; }

b,
strong {
  font-weight: bold; }

a {
  max-width: 100%; }

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0; }

a:hover {
  text-decoration: underline; }

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none; }

input,
textarea {
  padding: 0 .5rem;
  box-sizing: border-box; }

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button; }

input:focus,
textarea:focus,
button:focus,
html input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: 0; }

label {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

iframe {
  max-width: 100%; }

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

@media screen and (max-width: 767px) {
  .sp-none {
    display: none; } }

/*------------------------------------------------------------

1.Clear fix */
/*------------------------------------------------------------

1.Default */
/*------------------------------------------------------------

1.Font */
/* CSS outline -----------------------------------------------

	1.Common
	2.Wrapper
	3.共通パーツ

/*------------------------------------------------------------

1.Common */
body {
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  min-width: 1440px;
  letter-spacing: 1px; }

a {
  text-decoration: none;
  color: #161616; }
  a:hover {
    transition: .3s;
    text-decoration: none; }

select {
  -webkit-appearance: none; }

@media screen and (max-width: 767px) {
  body {
    font-size: 3.4vw;
    min-width: auto; } }

object {
  pointer-events: none; }

/*------------------------------------------------------------

2.Wrapper */
.wrap {
  position: relative; }

@media screen and (max-width: 767px) {
  .wrap {
    overflow: hidden; } }

/*------------------------------------------------------------

3.共通パーツ */
.common-header {
  padding: 70px 0;
  max-width: 1120px;
  margin: auto; }
  .common-header__title {
    font-size: 5.0rem;
    letter-spacing: .12em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .common-header__title span {
      color: #358331; }
  .common-header__subtitle {
    font-size: 1.5rem;
    letter-spacing: .12em;
    font-weight: 500; }

@media screen and (max-width: 768px) {
  .common-header {
    padding: 40px 4%; }
    .common-header__title {
      font-size: 3rem; }
    .common-header__subtitle {
      font-size: 1.2rem; } }

.common-breadcrumbs {
  padding: 40px 0;
  color: #9b9b9b;
  max-width: 1120px;
  width: 100%;
  margin: auto; }
  .common-breadcrumbs__bg {
    margin: 0;
    max-width: none;
    background-color: #f5f5f5; }
  .common-breadcrumbs__bg .common-breadcrumbs__list {
    margin: 0 auto;
    max-width: 1120px; }
  .common-breadcrumbs__bg + .contact-cont-form,
  .common-breadcrumbs__bg + .trade-cont-form {
    margin-top: 0;
    padding-top: 1px; }
  .common-breadcrumbs__list {
    display: flex;
    align-items: center;
    flex-flow: wrap; }
  .common-breadcrumbs__item {
    margin-right: 15px;
    font-size: 1.2rem; }
  .common-breadcrumbs__link {
    display: block;
    color: #9b9b9b;
    box-sizing: border-box;
    font-size: 1.2rem;
    border-bottom: 1px solid transparent;
    position: relative; }
    .common-breadcrumbs__link::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border: 1px solid;
      border-color: #9b9b9b #9b9b9b transparent transparent;
      transform: rotate(45deg);
      top: 6px;
      right: -9px; }
    .common-breadcrumbs__link:hover {
      border-bottom: 1px solid #9b9b9b; }

@media screen and (max-width: 768px) {
  .common-breadcrumbs {
    padding: 25px 0;
    overflow: scroll; }
    .common-breadcrumbs__bg {
      padding: 20px 10px 40px; }
    .common-breadcrumbs__bg .common-breadcrumbs__list {
      margin: 0; }
    .common-breadcrumbs__list {
      width: max-content; }
    .common-breadcrumbs__item {
      margin-right: 20px;
      font-size: 1.2rem; }
    .common-breadcrumbs__link {
      font-size: 1.2rem; }
      .common-breadcrumbs__link::before {
        right: -2.5vw; } }

.pc-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  background-color: #fff;
  min-width: 1440px;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #e7e8e7; }
  .pc-header__logo-wrap {
    display: flex;
    align-items: center;
    margin-left: 4%; }
  .pc-header__logo-img {
    width: 166px;
    height: 40px;
    object-fit: cover;
    object-position: center; }
  .pc-header__logo-cath {
    display: block;
    width: 160px;
    font-size: 1.0rem;
    margin-left: 20px;
    letter-spacing: 0;
    font-weight: 500; }
  .pc-header__list {
    height: 90px;
    width: 100%;
    max-width: 870px;
    padding: 0 40px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .pc-header__item {
    margin: 0 .2%;
    text-align: center;
    font-weight: 500; }
    .pc-header__item:first-child {
      text-align: left; }
      .pc-header__item:first-child a:hover {
        color: #161616; }
    .pc-header__item:last-child {
      margin: 0; }
    .pc-header__item a.active {
      color: #358331; }
    .pc-header__item a:hover {
      color: #358331; }
  .pc-header__item-logo-wrap {
    display: flex;
    align-items: center;
    margin-left: 4%; }
  .pc-header__item-cath {
    display: block;
    width: 160px;
    font-size: 1.0rem;
    margin-left: 20px;
    letter-spacing: 0;
    font-weight: 500; }
  .pc-header__item-logo {
    width: 166px;
    height: 40px;
    object-fit: cover;
    object-position: center; }
  .pc-header__item-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 4px; }
  .pc-header__item-menu {
    display: block;
    height: 90px;
    width: 90px;
    text-align: center; }
  .pc-header__menu-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    min-width: 222px; }
  .pc-header__menu-contact .pc-header__item-label {
    font-size: 1.2rem;
    color: #fff; }
  .pc-header__menu-contact:hover {
    transition: .3s;
    background-color: #9b9b9b; }

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

.pc-header-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  height: 90px;
  width: 90px;
  background-color: #464646;
  z-index: 102; }
  .pc-header-menu:hover {
    transition: .3s;
    background-color: #358331; }
  .pc-header-menu__label {
    margin-top: 60px;
    font-size: 1.2rem;
    color: #fff;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .pc-header-menu.active {
    background-color: #358331; }
    .pc-header-menu.active .pc-header-menu__label {
      color: transparent; }
      .pc-header-menu.active .pc-header-menu__label::before {
        content: "CLOSE";
        color: #fff;
        text-align: center;
        position: absolute;
        top: 60px;
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .pc-header-menu.active span:nth-child(1) {
      top: 39px;
      left: -1px;
      transform: rotate(-23deg);
      background: #fff; }
    .pc-header-menu.active span:nth-child(2) {
      top: 39px;
      transform: rotate(23deg);
      background: #fff; }
  .pc-header-menu__line {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s; }
    .pc-header-menu__line:nth-child(1) {
      top: 34px; }
    .pc-header-menu__line:nth-child(2) {
      top: 42px; }
  .pc-header-menu__bg {
    content: "";
    display: block;
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 90px;
    background-color: #161616;
    opacity: 0;
    z-index: 101;
    display: none; }
  .pc-header-menu.active + .pc-header-menu__bg {
    right: 0;
    transform: translateX(0%);
    display: block;
    opacity: 1;
    animation-duration: 0.1s;
    animation-name: fade_in;
    animation-iteration-count: 1; }

@media screen and (max-width: 768px) {
  .pc-header-menu {
    display: none; } }

.header-menu-cont {
  position: fixed;
  top: 90px;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translateX(148vw);
  width: 440px;
  z-index: 102;
  overflow: scroll;
  display: none; }
  .header-menu-cont__list {
    padding: 60px 10% 30px; }
  .header-menu-cont__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #161616; }
  .header-menu-cont__item {
    margin-bottom: 25px; }
  .header-menu-cont__link-wrap {
    text-align: left; }
    .header-menu-cont__link-wrap p {
      color: #161616;
      font-weight: 500;
      font-size: 1.8rem; }
    .header-menu-cont__link-wrap span {
      color: #358331;
      font-size: 1.2rem;
      margin-top: 10px;
      letter-spacing: .2em;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .header-menu-cont__link-btn {
    display: block;
    width: 36px;
    height: 36px;
    color: #358331;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    position: relative; }
    .header-menu-cont__link-btn::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border: 1px solid;
      border-color: #358331 #358331 transparent transparent;
      transform: rotate(45deg);
      top: 13px;
      left: 12px; }
  .header-menu-cont__sublist {
    background-color: #f5f5f5;
    padding: 33px 10%; }
  .header-menu-cont__sublist-wrap {
    display: flex;
    align-items: center; }
  .header-menu-cont__subitem {
    margin-right: 80px; }
    .header-menu-cont__subitem:last-child {
      margin-right: 0; }
  .header-menu-cont__sublink {
    display: block;
    margin: 10px 0; }
    .header-menu-cont__sublink span {
      margin-left: 20px;
      color: #358331;
      position: relative; }
      .header-menu-cont__sublink span::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border: 1px solid;
        border-color: #358331 #358331 transparent transparent;
        transform: rotate(45deg);
        top: 7px;
        left: -6px; }
  .header-menu-cont__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 50px; }
  .header-menu-cont__sns-link {
    display: inline-block; }
  .header-menu-cont__sns-logo {
    margin: 0 15px; }
  .header-menu-cont__sns-icon {
    width: 32px;
    height: 32px;
    object-fit: fill; }
  .header-menu-cont.active {
    transform: translateX(0%);
    display: block;
    opacity: 1;
    animation-duration: .8s;
    animation-name: fade_in;
    animation-iteration-count: 1; }

@keyframes fade_in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0;
    transform: translateX(148%); }
  100% {
    display: block;
    opacity: 1;
    transform: translateX(0%); } }
  .header-menu-cont__bg {
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #161616;
    opacity: 0;
    z-index: 101;
    display: none; }
    .header-menu-cont__bg.active {
      top: 90px;
      right: 0;
      display: block;
      opacity: 1;
      animation-duration: .1s;
      animation-name: fade_bg_in;
      animation-iteration-count: 1; }

@keyframes fade_bg_in {
  0% {
    display: none;
    opacity: 0;
    right: -100vw; }
  1% {
    display: block;
    opacity: .9;
    right: -100vw; }
  100% {
    display: block;
    opacity: .9;
    right: 0; } }

@media screen and (max-width: 768px) {
  .header-menu-cont {
    width: 80%;
    top: 0; }
    .header-menu-cont__list {
      padding: 40px 10% 10px; }
    .header-menu-cont__item {
      margin-bottom: 20px; }
    .header-menu-cont__link-wrap p {
      font-size: 1.6rem; }
    .header-menu-cont__link-btn {
      width: 32px;
      height: 32px;
      text-align: center; }
      .header-menu-cont__link-btn::before {
        top: 12px;
        left: 9px; }
    .header-menu-cont__sublist {
      padding: 20px 10%; }
    .header-menu-cont__subitem {
      margin-right: 25px; }
    .header-menu-cont__sublink {
      display: block;
      margin: 10px 0; }
      .header-menu-cont__sublink span {
        margin-left: 10px; }
        .header-menu-cont__sublink span::before {
          left: -3px; }
    .header-menu-cont__sns {
      margin-top: 23px;
      padding-bottom: 0; }
    .header-menu-cont__sns-logo {
      margin: 0 14px; }
    .header-menu-cont__sns-icon {
      width: 23px;
      height: 23px;
      object-fit: fill; }
    .header-menu-cont__bg.active {
      top: 0; } }

.pc-header-contact {
  cursor: pointer;
  display: block;
  height: 90px;
  width: 132px;
  background-color: #161616;
  text-align: center;
  padding: 26px 27px 21px;
  position: absolute;
  top: 0;
  right: 90px; }
  .pc-header-contact .pc-header__item-label {
    font-size: 1.2rem;
    color: #fff; }
  .pc-header-contact:hover {
    transition: .3s;
    background-color: #9b9b9b; }

.header-contact-cont {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: -100vw;
  top: 0;
  left: 0;
  background-color: #efefef;
  transform: translateX(200vw);
  padding-top: 95px;
  display: none;
  overflow-x: scroll; }
  .header-contact-cont.active {
    z-index: 103;
    transform: translateX(0%);
    display: block;
    opacity: 1;
    animation-duration: .3s;
    animation-name: fade_in;
    animation-iteration-count: 1; }

@keyframes fade_in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0;
    transform: translateX(148%); }
  100% {
    display: block;
    opacity: 1;
    transform: translateX(0%); } }
  .header-contact-cont__close {
    color: #358331;
    font-size: 1rem;
    position: fixed;
    right: 7%;
    top: 40px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .header-contact-cont__close::before {
      content: "";
      height: 2px;
      width: 33px;
      background-color: #358331;
      transform: rotate(30deg);
      position: absolute;
      top: 37%;
      left: calc(50% - 16.5px);
      cursor: pointer; }
    .header-contact-cont__close::after {
      content: "";
      height: 2px;
      width: 33px;
      background-color: #358331;
      transform: rotate(-30deg);
      position: absolute;
      top: 37%;
      left: calc(50% - 16.5px);
      cursor: pointer; }
  .header-contact-cont__close-label {
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    font-weight: 400;
    padding-bottom: 15px; }
  .header-contact-cont__wrap {
    display: flex;
    justify-content: center; }
  .header-contact-cont__box {
    text-align: center;
    margin: 0 1%;
    letter-spacing: 0; }
  .header-contact-cont__title {
    font-size: 2.4rem;
    font-weight: 500;
    color: #358331; }
  .header-contact-cont__subtitle {
    font-weight: 500;
    margin: 10px 0 40px; }
  .header-contact-cont__list-wrap {
    display: flex; }
  .header-contact-cont__list-row {
    width: 532px;
    display: flex;
    flex-wrap: wrap; }
  .header-contact-cont__item {
    margin: 0 8px;
    width: 250px;
    background-color: #fff;
    margin-bottom: 16px; }
  .header-contact-cont__name {
    height: 50px;
    background-color: #161616;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .header-contact-cont__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 0;
    border: 1px solid #e7e7e7;
    border-top: 0; }
    .header-contact-cont__tel p {
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
      font-weight: 400;
      font-size: 2.4rem; }
  .header-contact-cont__tel-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px; }
  .header-contact-cont__btn {
    display: block;
    width: 256px;
    height: 256px;
    background-color: #358331;
    color: #fff;
    text-align: center;
    padding: 54px 0;
    margin-top: 107px;
    letter-spacing: 1px; }
  .header-contact-cont__btn-icon {
    width: 54px; }
  .header-contact-cont__btn-title {
    font-size: 2.0rem;
    font-weight: 500;
    margin: 20px 0 8px; }
  .header-contact-cont__btn-subtitle {
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    font-weight: 400;
    opacity: .5;
    letter-spacing: .2em; }

@media screen and (max-width: 1100px) {
  .header-contact-cont__list-row {
    width: 266px; } }

@media screen and (max-width: 768px) {
  .header-contact-cont {
    overflow: scroll;
    padding: 55px 0 100px;
    right: -100vw; }
    .header-contact-cont__close {
      top: 3px;
      right: 15px;
      width: 50px;
      height: 50px; }
      .header-contact-cont__close::after, .header-contact-cont__close::before {
        top: 35%; }
    .header-contact-cont__close-label {
      padding-bottom: 3px; }
    .header-contact-cont__wrap {
      display: block; }
    .header-contact-cont__box {
      margin: 0 4%;
      padding: 20px 0; }
    .header-contact-cont__title {
      font-size: 2.2rem; }
    .header-contact-cont__subtitle {
      margin: 5px 0 20px; }
    .header-contact-cont__list-wrap {
      display: block; }
    .header-contact-cont__list {
      margin: 0; }
    .header-contact-cont__list-row {
      width: auto; }
    .header-contact-cont__item {
      width: 100%;
      background-color: #fff;
      margin: 0;
      margin-bottom: 12px; }
    .header-contact-cont__name {
      height: auto;
      padding: 7px; }
    .header-contact-cont__tel {
      padding: 8px 0; }
    .header-contact-cont__btn {
      margin-top: 0;
      width: 100%;
      height: 150px;
      padding: 29px 0; }
    .header-contact-cont__btn-icon {
      width: 40px; }
    .header-contact-cont__btn-title {
      font-size: 1.8rem;
      margin: 12px 0 4px; }
      .header-contact-cont__btn-title br {
        display: none; } }

.sp-header {
  display: none; }

@media screen and (max-width: 768px) {
  .sp-header {
    display: block; }
    .sp-header__header {
      width: 100%;
      height: 55px;
      background-color: #fff;
      border-bottom: 1px solid #e7e8e7; }
    .sp-header__item-logo-wrap {
      display: flex;
      align-items: center;
      margin: 0 4%;
      padding: 14px 0; }
    .sp-header__item-cath {
      width: 170px;
      font-size: 1rem;
      transform: scale(0.9);
      margin-left: 8px;
      letter-spacing: 0;
      line-height: 13px; }
    .sp-header__item-logo {
      width: 109px; } }

.sp-header-bottom {
  display: none; }

@media screen and (max-width: 768px) {
  .sp-header-bottom {
    display: block;
    width: 100%;
    max-height: 70px;
    position: fixed;
    bottom: -1px;
    z-index: 101;
    box-sizing: content-box;
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #464646; }
    .sp-header-bottom__list {
      display: flex;
      align-items: center; }
    .sp-header-bottom__item {
      width: 25%;
      height: 69px;
      padding: 11px 0;
      background-color: #464646; }
    .sp-header-bottom__item-icon {
      display: block;
      width: 24px;
      height: 24px;
      margin: auto; }
      .sp-header-bottom__item-icon.contact {
        width: 18px;
        height: 18px;
        margin-top: 7px; }
    .sp-header-bottom__item-label {
      margin-top: 8px;
      font-size: 1.0rem;
      transform: scale(0.8);
      text-align: center;
      color: #fff; }
      .sp-header-bottom__item-label:first-child {
        font-size: 1.0rem;
        transform: scale(0.9);
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; } }

.sp-header-bottom-menu {
  display: block;
  position: relative;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center; }
  .sp-header-bottom-menu__item {
    height: 69px; }
    .sp-header-bottom-menu__item.active {
      background-color: #358331; }
  .sp-header-bottom-menu__label {
    position: absolute;
    top: 35px;
    left: 20px; }
    .sp-header-bottom-menu__label.active {
      color: transparent; }
      .sp-header-bottom-menu__label.active::before {
        content: "CLOSE";
        position: absolute;
        top: 0;
        color: #fff;
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .sp-header-bottom-menu__line {
    display: block;
    position: absolute;
    width: 23px;
    height: 1px;
    left: 25px;
    transition: .3s;
    background-color: #fff; }
    .sp-header-bottom-menu__line:nth-child(1) {
      top: 14px; }
    .sp-header-bottom-menu__line:nth-child(2) {
      top: 20px; }
  .sp-header-bottom-menu.active .sp-header-bottom-menu__line:nth-child(1) {
    top: 13px;
    left: 24px;
    background-color: #fff;
    transform: rotate(-23deg); }
  .sp-header-bottom-menu.active .sp-header-bottom-menu__line:nth-child(2) {
    top: 13px;
    background-color: #fff;
    transform: rotate(23deg); }

.sp-header-bottom-menu-cont {
  width: 80%;
  display: none;
  overflow: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  color: #161616;
  transform: translateX(100vw);
  transition: .3s;
  padding-bottom: 40px; }
  .sp-header-bottom-menu-cont.active {
    transform: translateX(0%);
    z-index: 1;
    display: block;
    opacity: 1;
    animation-duration: .8s;
    animation-name: fade_in_smart;
    animation-iteration-count: 1; }

@keyframes fade_in_smart {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0;
    transform: translateX(148%); }
  100% {
    display: block;
    opacity: 1;
    transform: translateX(0%); } }
  .sp-header-bottom-menu-cont__list {
    padding: 40px 10% 10px; }
  .sp-header-bottom-menu-cont__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #161616; }
  .sp-header-bottom-menu-cont__item {
    margin-bottom: 20px; }
  .sp-header-bottom-menu-cont__link-wrap {
    text-align: left; }
    .sp-header-bottom-menu-cont__link-wrap p {
      color: #161616;
      font-weight: 500;
      font-size: 1.6rem; }
    .sp-header-bottom-menu-cont__link-wrap span {
      color: #358331;
      font-size: 1.2rem;
      margin-top: 10px;
      letter-spacing: .2em;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .sp-header-bottom-menu-cont__link-btn {
    display: block;
    width: 32px;
    height: 32px;
    color: #358331;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
    font-size: 14px;
    position: relative; }
    .sp-header-bottom-menu-cont__link-btn::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border: 1px solid;
      border-color: #358331 #358331 transparent transparent;
      transform: rotate(45deg);
      top: 12px;
      left: 9px; }
  .sp-header-bottom-menu-cont__sublist {
    background-color: #f5f5f5;
    padding: 20px 10%; }
  .sp-header-bottom-menu-cont__sublist-wrap {
    display: flex;
    align-items: center; }
  .sp-header-bottom-menu-cont__subitem {
    margin-right: 25px; }
    .sp-header-bottom-menu-cont__subitem:last-child {
      margin-right: 0; }
  .sp-header-bottom-menu-cont__sublink {
    display: block;
    margin: 10px 0; }
    .sp-header-bottom-menu-cont__sublink span {
      margin-left: 10px;
      color: #358331;
      position: relative; }
      .sp-header-bottom-menu-cont__sublink span::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border: 1px solid;
        border-color: #358331 #358331 transparent transparent;
        transform: rotate(45deg);
        top: 7px;
        left: -3px; }
  .sp-header-bottom-menu-cont__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px; }
  .sp-header-bottom-menu-cont__sns-logo {
    margin: 0 14px; }
  .sp-header-bottom-menu-cont__sns-icon {
    width: 23px;
    height: 23px;
    object-fit: fill; }
  .sp-header-bottom-menu-cont__bg {
    position: fixed;
    top: 0;
    right: 100vw;
    width: 100%;
    height: 100vh;
    background-color: #161616;
    opacity: .9;
    z-index: -1;
    display: none; }
    .sp-header-bottom-menu-cont__bg.active {
      right: 0;
      display: block;
      opacity: 1;
      animation-duration: .1s;
      animation-name: fade_bg_smart_in;
      animation-iteration-count: 1; }

@keyframes fade_bg_smart_in {
  0% {
    display: none;
    opacity: 0;
    right: -100vw; }
  1% {
    display: block;
    opacity: .9;
    right: -100vw; }
  100% {
    display: block;
    opacity: .9;
    right: 0; } }

.sp-header-bottom-contact {
  position: relative;
  background-color: #161616; }
  .sp-header-bottom-contact::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 100%;
    height: 71px;
    background-color: #161616;
    z-index: -10; }

html.active {
  height: 100%;
  overflow: hidden; }

.pc-footer {
  padding: 80px 0;
  background-color: #161616; }
  .pc-footer a, .pc-footer p {
    color: #fff; }
  .pc-footer__wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
  .pc-footer__cont:first-child {
    margin-right: 77px; }
  .pc-footer__cont-logo-wrap {
    display: block;
    width: 198px;
    height: 48px; }
  .pc-footer__cont-logo {
    width: 198px;
    height: 48px;
    object-fit: fill; }
  .pc-footer__cont-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px; }
  .pc-footer__cont-sns-logo {
    width: 26px;
    height: 26px;
    object-fit: fill;
    margin: 0 10px; }
  .pc-footer__list {
    display: flex; }
  .pc-footer__item {
    display: block;
    margin: 15px 20px;
    font-size: 1.5rem; }
    .pc-footer__item:first-child {
      margin: 15px 20px 15px 0; }
  .pc-footer__copy-wrap {
    display: flex;flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #4c4c4c;
    padding-top: 30px;
    margin-top: 60px;
    font-size: 1.1rem; }
  .pc-footer__link-wrap {
    display: flex; }
  .pc-footer__link {
    display: block;
    margin-right: 30px; }

  .pc-footer__copy {width: 100%;padding-top:30px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  @media screen and (max-width: 768px) {
    .pc-footer {
      display: none; } }

.sp-footer {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-footer {
      display: block;
      background-color: #161616;
      padding: 25px 4%; }
      .sp-footer__cont:nth-child(2) {
        border-top: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c; }
      .sp-footer__cont:nth-child(3) {
        padding: 25px 0 50px; }
      .sp-footer__cont-list-wrap {
        display: flex;
        margin-bottom: 30px; }
      .sp-footer__cont-list {
        width: 50%; }
      .sp-footer__cont-item {
        display: block;
        margin: 20px 0;
        color: #fff;
        font-size: 1.4rem; }
      .sp-footer__cont-logo-wrap {
        display: block;
        width: 150px;
        margin: 40px auto 30px; }
      .sp-footer__cont-logo {
        display: block;
        width: 150px; }
      .sp-footer__cont-sns {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 40px; }
      .sp-footer__cont-sns-logo {
        display: block;
        width: 28px;
        height: 28px;
        margin: 0 12px; } }
  .sp-footer__link {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    margin: 15px 0; }
  .sp-footer__copy {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    margin-top: 40px; }

.index-topnews__wrap {
  display: flex;
  align-items: center;
  background-color: #dc0909; }

.index-topnews__cont {
  width: 100%; }
  .index-topnews__cont:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px; }

.index-topnews__title {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0; }

.index-topnews__cont-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fbdede;
  width: 100%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 10px 22px; }
  .index-topnews__cont-wrap:last-child {
    border-bottom: 0 solid #fff; }
  .index-topnews__cont-wrap:hover {
    transition: .3s;
    opacity: .8; }

.index-topnews__cont-text {
  color: #dc0909;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0; }

.index-topnews__cont-arrow {
  width: 9px;
  height: 9px;
  border: 1px solid;
  border-color: #dc0909 #dc0909 transparent transparent;
  transform: rotate(45deg); }

@media screen and (max-width: 768px) {
  .index-topnews__wrap {
    display: block; }
  .index-topnews__cont {
    width: 100%;
    border-top: 1px solid #fff; }
    .index-topnews__cont:first-child {
      justify-content: start;
      width: 100%; }
  .index-topnews__title {
    font-size: 1.2rem;
    padding: 5px 12px; }
  .index-topnews__cont-wrap {
    padding: 8px 12px;
    border-bottom: 1px solid #fff;
    border-left: 0 solid #fff; }
    .index-topnews__cont-wrap:last-child {
      border-bottom: 0 solid #fff; }
  .index-topnews__cont-text {
    font-size: 1.2rem;
    width: 100%; }
  .index-topnews__cont-arrow {
    width: 9px;
    height: 9px;
    border: 1px solid;
    border-color: #dc0909 #dc0909 transparent transparent;
    transform: rotate(45deg); } }

.index-mianvisual {
  height: 90vh;
  width: 100%;
  background: url("../images/index/mainvisual.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .index-mianvisual__text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 100%; }
  .index-mianvisual__title {
    color: #fff;
    font-size: 80px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;

    letter-spacing: .05em;
    animation-name: fadeup;
    animation-duration: 1s; }
  .index-mianvisual__banner {
    position: absolute;
    top: 20px;
    right: 0;
    width: 285px; }

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  .index-mianvisual__subtitle {
    color: #fff;
    font-size: 24px;
    letter-spacing: .12em;
    animation-name: fadeupsub;
    animation-duration: 4s; }

@keyframes fadeupsub {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  .index-mianvisual .effect-fade {
    opacity: 0;
    transform: translate(0, 0);
    transition: all .8s; }
    .index-mianvisual .effect-fade.effect-scroll {
      opacity: 1;
      transform: translate(0, 0); }
  .index-mianvisual__news-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0; }
  .index-mianvisual__news-label {
    background-color: #358331;
    color: #fff;
    height: 76px;
    width: 110px;
    padding: 26px;
    text-align: center;
    font-size: 1.8rem;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    letter-spacing: .12em; }
  .index-mianvisual__news-link {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 76px;
    width: 100%;
    padding: 32px 30px 32px 20px; }
    .index-mianvisual__news-link:hover {
      opacity: .8; }
  .index-mianvisual__news-day {
    color: #9b9b9b;
    font-size: 1.5rem;
    margin-right: 8px;
    letter-spacing: .05em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .index-mianvisual__news-text {
    max-width: 552px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0; }
  .index-mianvisual__news-arrow {
    display: block;
    width: 36px;
    height: 36px;
    color: #358331;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    margin-left: 8px;
    position: relative; }
    .index-mianvisual__news-arrow::before {
      content: "";
      width: 6px;
      height: 6px;
      border: 1px solid;
      border-color: #358331 #358331 transparent transparent;
      transform: rotate(45deg);
      position: absolute;
      top: 13px;
      left: 12px; }
  @media screen and (max-width: 768px) {
    .index-mianvisual {
      background: url("../images/index/mainvisual-sp.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: auto;
      padding-top: 99.2%; }
      .index-mianvisual__text-wrap {
        top: calc(50% + 10px); }
      .index-mianvisual__title {
        font-size: 4rem;
        line-height: 44px; }
      .index-mianvisual__subtitle {
        font-size: 1.5rem;
        margin-top: 8px; }
      .index-mianvisual__news-wrap {
        left: 0;
        width: 100%;
        z-index: 1;
        bottom: -55px; }
      .index-mianvisual__news-label {
        height: 55px;
        width: 52px;
        padding: 20px 4px;
        font-size: 1rem; }
      .index-mianvisual__news-link {
        display: block;
        height: 55px;
        width: 86%;
        padding: 4px 12px; }
      .index-mianvisual__news-day {
        margin-right: 0;
        font-size: 1.1rem; }
      .index-mianvisual__news-text {
        max-width: 70vw;
        width: 100%;
        font-size: 1.2rem; }
      .index-mianvisual__news-arrow {
        width: 28px;
        height: 28px;
        left: 88%;
        top: -29px; }
        .index-mianvisual__news-arrow::before {
          top: 50%;
          left: 50%;
          margin-top: -2px;
          margin-left: -3.5px;
          height: 3px;
          width: 3px; }
      .index-mianvisual__banner {
        width: calc((382 / 750) * 100vw);
        top: calc((20 / 750) * 100vw); } }

.index-contents-banner {
  width: 100%;
  position: relative; }
  .index-contents-banner::before {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 41%;
    background-color: #f5f5f5;
    position: absolute;
    z-index: -1; }
  .index-contents-banner__wrap {
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 70px 60px; }
  .index-contents-banner__cont {
    width: 420px;
    height: 212px;
    color: #fff;
    padding: 79px 0;
    margin-right: 30px; }
    .index-contents-banner__cont:hover {
      opacity: .8; }
    .index-contents-banner__cont:nth-child(1) {
      background: url("../images/index/search-back.png");
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center; }
    .index-contents-banner__cont:nth-child(2) {
      background: url("../images/index/service-back.png");
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center; }
    .index-contents-banner__cont:nth-child(3) {
      background: url("../images/index/showroom-back.png");
      margin-right: 0;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center; }
    .index-contents-banner__cont p {
      font-size: 2.4rem;
      font-weight: 500;
      letter-spacing: .12em; }
    .index-contents-banner__cont span {
      font-size: 1.6rem;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
      letter-spacing: .2em; }
  @media screen and (max-width: 768px) {
    .index-contents-banner {
      background: linear-gradient(90deg, #fff 0%, #fff 0%, #f5f5f5 0%, #f5f5f5 100%);
      padding: 80px 0 25px; }
      .index-contents-banner__wrap {
        display: block;
        padding: 0 15px; }
      .index-contents-banner__cont {
        display: block;
        width: 335px;
        height: 169px;
        margin: 15px auto;
        padding: 62px 0; }
        .index-contents-banner__cont p {
          font-size: 1.8rem; }
        .index-contents-banner__cont span {
          font-size: 1.2rem; }
        .index-contents-banner__cont:nth-child(3) {
          margin: 15px auto; } }

.index-slide {
  width: 100%;
  position: relative;
  /* slide when not active/center*/
  /* slide when active/center */
  /* slide when active (when play first to last) */ }
  .index-slide::before {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 41%;
    background-color: #f5f5f5;
    position: absolute;
    z-index: -1; }
  .index-slide__slide {
    position: relative;
    overflow: hidden;
    max-width: 2210px;
    margin: auto; }
  .index-slide__box {
    margin: 0 80px; }
  .index-slide__slick-control {
    position: absolute;
    top: 0;
    right: 63px;
    z-index: 1;
    width: 223px; }
  .index-slide__look-number {
    display: flex;
    align-items: center;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .index-slide__look-number p {
      color: #358331; }
    .index-slide__look-number span {
      color: #c8c8c8; }
  .index-slide__bar-wrap {
    min-width: 34px;
    height: 2px;
    background: #c8c8c8;
    box-sizing: content-box;
    margin: 0 8px; }
  .index-slide__bar-progress {
    width: 0;
    height: 2px;
    background: #358331; }
  .index-slide__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 8px; }
  .index-slide__slide-arrow {
    min-width: 60px; }
  .index-slide__slide-prev {
    margin-right: 8px; }
  .index-slide .slick-slide {
    transition: .3s ease; }
    .index-slide .slick-slide img {
      width: 542px;
      height: 332px;
      object-fit: cover; }
  .index-slide .index-slide .slick-list {
    padding-top: 139px !important; }
  .index-slide .slick-slide.slick-current {
    transform: scale(1.422) translateY(-14.8%); }
  .index-slide .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.422) translateY(-14.8%); }
  @media screen and (min-width: 1441px) {
    .index-slide__slick-control {
      right: 50%;
      margin-right: -658px; } }
  @media screen and (max-width: 768px) {
    .index-slide {
      display: none; } }

.index-about {
  width: 100%;
  position: relative; }
  .index-about::before {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 41%;
    background-color: #f5f5f5;
    position: absolute;
    z-index: -1; }
  .index-about__wrap {
    max-width: 1120px;
    margin: auto;
    padding: 120px 0 160px; }
  .index-about__container {
    display: flex; }
  .index-about__cont {
    width: 40%; }
    .index-about__cont:first-child {
      width: 60%;
      margin-right: -10px; }
    .index-about__cont:last-child {
      margin-top: 70px; }
  .index-about__label-wrap {
    display: flex;
    margin-bottom: 20px;
    align-items: center; }
  .index-about__label-en {
    font-size: 2.8rem;
    margin-right: 23px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    letter-spacing: .12em; }
    .index-about__label-en span {
      color: #358331; }
  .index-about__label-jp {
    font-weight: 500;
    letter-spacing: .12em;
    font-size: 1.5rem; }
  .index-about__title {
    font-size: 7rem;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    line-height: 84px;
    letter-spacing: .05em; }
    .index-about__title span {
      color: #358331; }
  .index-about__btn {
    display: block;
    border: 1px solid #161616;
    width: 250px;
    height: 56px;
    letter-spacing: .2em;
    padding: 17px 0;
    text-align: center;
    margin-top: 60px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .index-about__btn:hover {
      background-color: #161616;
      color: #fff; }
  .index-about__text {
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 0; }
    .index-about__text:first-child {
      margin-bottom: 22px; }
  @media screen and (max-width: 768px) {
    .index-about {
      background: linear-gradient(90deg, #fff 0%, #fff 35%, #f5f5f5 35%, #f5f5f5 100%);
      position: relative;
      padding-bottom: 120px; }
      .index-about__wrap {
        padding: 45px 20px 0; }
      .index-about__container {
        display: block; }
      .index-about__cont {
        width: 100%; }
        .index-about__cont:first-child {
          width: 100%;
          margin-right: 0; }
        .index-about__cont:last-child {
          margin: 50px 0 50px 0; }
      .index-about__label-wrap {
        margin-bottom: 40px; }
      .index-about__label-en {
        font-size: 2rem; }
      .index-about__label-jp {
        font-size: 1.2rem; }
      .index-about__title {
        font-size: 3.5rem;
        line-height: 42px; }
      .index-about__text {
        font-size: 1.4rem;
        line-height: 28px; }
        .index-about__text:first-child {
          margin-bottom: 15px; }
      .index-about__btn {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto 70px;
        width: 255px;
        height: 52px;
        padding: 16px 0; } }

.index-brand {
  background: url("../images/index/brand-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff; }
  .index-brand__wrap {
    max-width: 1120px;
    margin: auto;
    padding: 90px 0; }
  .index-brand__title {
    font-size: 5rem;
    text-align: center;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    letter-spacing: .12em; }
  .index-brand__subtitle {
    font-weight: 500;
    margin-top: 6px;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: .12em; }
  .index-brand__container {
    display: flex;
    justify-content: center;
    margin-top: 50px; }
  .index-brand__cont {
    width: 50%; }
    .index-brand__cont:first-child {
      margin-right: 20px; }
  .index-brand__cont-title {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: .05em; }
  .index-brand__cont-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .index-brand__cont-item {
    width: 152px;
    height: 100px;
    margin: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .index-brand__cont-img {
    width: 130px;
    height: 85px;
    object-fit: contain; }
  .index-brand__cont-text {
    text-align: center;
    letter-spacing: .2em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    margin-top: 18px; }
  @media screen and (max-width: 768px) {
    .index-brand {
      background: url("../images/index/brand-back-sp.png");
      background-repeat: no-repeat;
      background-size: cover; }
      .index-brand__wrap {
        padding: 45px 0 65px; }
      .index-brand__title {
        font-size: 3rem; }
      .index-brand__subtitle {
        margin-top: 0;
        font-size: 1.2rem; }
      .index-brand__container {
        display: block;
        margin-top: 30px;
        padding: 0 4%; }
      .index-brand__cont {
        width: 100%; }
        .index-brand__cont:first-child {
          margin-right: 0;
          margin-bottom: 30px; }
      .index-brand__cont-title {
        font-size: 1.5rem;
        margin-bottom: 15px; }
      .index-brand__cont-item {
        width: 105px;
        height: 69px;
        margin: 5px;
        background-color: #fff; }
      .index-brand__cont-img {
        width: 100px;
        height: 65px; }
      .index-brand__cont-text {
        text-align: center; } }

.index-new-slide {
  padding-top: 100px;
  display: flex;
  justify-content: center; }
  .index-new-slide__wrap {
    max-width: 1152px;
    width: 100%;
    margin: 0 144px 0 139px;
    position: relative; }
  .index-new-slide__title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 16px; }
  .index-new-slide__title {
    font-size: 4rem;
    margin-right: 20px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    letter-spacing: .12em; }
    .index-new-slide__title span {
      color: #358331; }
  .index-new-slide__subtitle {
    font-weight: 500;
    letter-spacing: .12em;
    font-size: 1.5rem; }
  .index-new-slide__day {
    color: #9b9b9b;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .05em;
    padding-left: 16px; }
  .index-new-slide__slide {
    font-size: 16px;
    margin-top: 40px;
    position: relative; }
  .index-new-slide__box {
    position: relative; }
    .index-new-slide__box:hover {
      opacity: .8; }
  .index-new-slide__tag {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #161616;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .2em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    text-align: center;
    padding: 16px 0;
    position: absolute;
    top: 0px;
    left: -10px; }
  .index-new-slide__img {
    margin-top: 20px; }
  .index-new-slide__brand {
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 8px;
    max-width: 256px; }
  .index-new-slide__name {
    margin-bottom: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0;
    max-width: 256px; }
  .index-new-slide__info-wrap {
    max-width: 256px;
    display: flex;
    justify-content: space-between;
    gap: 1rem; }
  .index-new-slide__info-cont {
    display: flex;
    flex-direction: column;
    gap: 10px 0; }
  .index-new-slide__info-row {
    display: flex;
    align-items: center;
    gap: 0 5px;
    max-width: 16rem; }
  .index-new-slide__info-tag {
    flex-shrink: 0;
    background-color: #6e6e6e;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 100px;
    padding-bottom: 2px;
    width: 40px;
    text-align: center;
    letter-spacing: .05em; }
  .index-new-slide__info-text {
    font-size: 1.4rem;
    letter-spacing: 0; }
  .index-new-slide__price-row {
    gap: 5px 0; }
  .index-new-slide__price-label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #9b9b9b;
    margin-bottom: -5px; }
  .index-new-slide__price-text {
    letter-spacing: 0; }
    .index-new-slide__price-text span {
      font-size: 3rem;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
      .index-new-slide__price-text span i {
        color: #358331; }
  .index-new-slide__slick-control {
    margin-top: 3px;
    padding: 0 2%;
    position: absolute;
    top: 0;
    right: 0; }
  .index-new-slide__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 860px;
    margin: auto; }
  .index-new-slide__slide-arrow {
    width: 60px; }
  .index-new-slide__slide-prev {
    margin-right: 8px; }
  .index-new-slide .slick-slide img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .index-new-slide .slick-initialized .slick-slide {
    margin: 0 16px; }
  @media screen and (max-width: 768px) {
    .index-new-slide {
      padding-top: 60px; }
      .index-new-slide__wrap {
        margin: auto; }
      .index-new-slide__slide::before {
        display: none; }
      .index-new-slide__title-wrap {
        padding: 0 20px;
        margin-bottom: 15px; }
      .index-new-slide__title {
        font-size: 2.4rem;
        margin-right: 10px; }
      .index-new-slide__subtitle {
        font-size: 1.2rem; }
      .index-new-slide__slide {
        margin-top: 20px; }
      .index-new-slide__container {
        display: none; }
      .index-new-slide__day {
        padding: 0 20px;
        font-size: 1.2rem; }
      .index-new-slide__box {
        margin: 0 12px; }
      .index-new-slide .slick-slide img {
        height: 133px;
        object-fit: cover; }
      .index-new-slide .slick-initialized .slick-slide {
        max-width: 177px;
        margin: 0 12.5px; }
      .index-new-slide__tag {
        width: 44px;
        height: 44px;
        font-size: 1rem;
        padding: 15px 0;
        transform: scale(0.8);
        transform-origin: 0 0; }
      .index-new-slide__brand {
        font-size: 1.3rem;
        margin: 10px 0 12px; }
      .index-new-slide__name {
        font-size: 1.3rem;
        line-height: 19px;
        margin-bottom: 5px; }
      .index-new-slide__info-wrap {
        gap: 0 0.5rem; }
      .index-new-slide__info-row {
        max-width: 10rem; }
      .index-new-slide__info-tag {
        font-size: 1rem;
        width: 30px;
        height: 18px;
        padding: 1px 0; }
      .index-new-slide__info-text {
        font-size: 1.2rem; }
      .index-new-slide__price-text {
        font-size: 1.3rem; }
        .index-new-slide__price-text span {
          font-size: 2.2rem; } }

.index-search {
  margin-top: 100px; }
  .index-search__wrap {
    max-width: 1120px;
    margin: auto; }
  .index-search__title {
    font-size: 5rem;
    text-align: center;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    letter-spacing: .12em; }
    .index-search__title span {
      color: #358331; }
  .index-search__subtitle {
    font-weight: 500;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: .12rem; }
  .index-search__tabs {
    padding-bottom: 50px;
    background-color: #efefef;
    width: 100%;
    margin: 50px auto 0;
    letter-spacing: .12rem;
    position: relative; }
    .index-search__tabs input:checked + .index-search__tabs-item {
      background-color: #358331;
      position: relative; }
      .index-search__tabs input:checked + .index-search__tabs-item::before {
        content: "";
        border-right: 8px solid transparent;
        border-bottom: 10px solid #358331;
        border-left: 8px solid transparent;
        transform: rotate(180deg);
        position: absolute;
        bottom: -9px;
        left: calc(50% - 8px); }
  .index-search__tabs-item {
    width: calc(99.4%/3);
    height: 66px;
    background-color: #161616;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    padding: 20px 0;
    font-size: 1.6rem;
    margin: 0 1px; }
  .index-search__tabs-content {
    display: none;
    padding: 50px 40px 0;
    clear: both;
    overflow: hidden; }
  .index-search input[name="index-search__tabs-item"] {
    display: none; }
  .index-search #brand:checked ~ #brand_content,
  .index-search #type:checked ~ #type_content,
  .index-search #price:checked ~ #price_content {
    display: block; }
  .index-search__tabs-content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .index-search__tabs-content-item {
    margin: 10px;
    max-width: 320px;
    width: 100%; }
  .index-search__tabs-content-link {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 110px;
    border: 1px solid #e7e7e7; }
    .index-search__tabs-content-link:hover {
      opacity: .5; }
    .index-search__tabs-content-link.block {
      display: block;
      text-align: center;
      padding-top: 26px;
      padding-bottom: 26px; }
      .index-search__tabs-content-link.block .index-search__tabs-content-img {
        width: 96px;
        height: 39px; }
  .index-search__tabs-content-img {
    width: 168px;
    height: 100%;
    object-fit: cover; }
  .index-search__tabs-content-txt {
    margin-top: 6px;
    font-weight: 500; }
  .index-search__tabs-content-price {
    font-size: 1.6rem;
    font-weight: 500;
    height: 108px;
    display: flex;
    align-items: center;
    white-space: nowrap; }
    .index-search__tabs-content-price span {
      font-size: 3rem;
      color: #358331;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .index-search__btn {
    display: block;
    border: 1px solid #161616;
    width: 250px;
    height: 56px;
    padding: 17px 0;
    letter-spacing: .2em;
    text-align: center;
    margin: 60px auto 110px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .index-search__btn:hover {
      background-color: #161616;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .index-search {
      margin-top: 75px; }
      .index-search__title {
        font-size: 3rem; }
      .index-search__subtitle {
        font-size: 1.2rem; }
      .index-search__tabs {
        padding-bottom: 25.5px; }
        .index-search__tabs input:checked + .index-search__tabs-item::before {
          left: calc(50% - 8px); }
      .index-search__tabs-item {
        height: 59px;
        padding: 19px 0;
        font-size: 1.4rem;
        width: 33.33333%;
        margin: 0;
        position: relative; }
      #brand + .index-search__tabs-item::after,
      #type + .index-search__tabs-item::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -.5px;
        bottom: 0;
        width: 1px;
        background-color: #fff; }
      .index-search__tabs-content {
        padding: 25.5px 15.5px 0; }
      .index-search__tabs-content-item {
        width: 50%;
        padding: 4.5px;
        margin: 0; }
      .index-search__tabs-content-link {
        height: 105px; }
        .index-search__tabs-content-link.block .index-search__tabs-content-img {
          width: 81px;
          height: 33px; }
      .index-search__tabs-content-img {
        width: 119px;
        height: 78px;
        object-fit: contain; }
      .index-search__tabs-content-price {
        padding: 0 4%;
        font-size: 1.2rem;
        letter-spacing: 0;
        height: 104px; }
        .index-search__tabs-content-price span {
          font-size: 2rem; }
      .index-search__tabs-content-txt {
        margin-top: 14px;
        font-size: 1.2rem;
        letter-spacing: 0; }
      .index-search__btn {
        margin: 20px auto 60px;
        width: 255px;
        height: 52px;
        padding: 16px 0; } }

.index-service__title-wrap {
  background: url("../images/index/index-service-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 140px; }

.index-service__title {
  font-size: 5rem;
  text-align: center;
  color: #fff;
  font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
  letter-spacing: .12em; }

.index-service__subtitle {
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: .12em; }

.index-service__wrap {
  display: flex;
  justify-content: center;
  max-width: 1120px;
  margin: -70px auto 0; }

.index-service__cont {
  width: 356px;
  margin-right: 26px;
  position: relative; }
  .index-service__cont:last-child {
    margin-right: 0; }

.index-service__img {
  height: 270px;
  width: 100%;
  object-fit: cover; }

.index-service__number {
  color: #358331;
  font-size: 4.8rem;
  position: absolute;
  right: 12px;
  top: 235px;
  font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
  letter-spacing: .05em;
  font-weight: 100; }

.index-service__label {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 34px 0 10px;
  letter-spacing: 0; }

.index-service__text {
  font-size: 1.5rem;
  line-height: 30px;
  letter-spacing: 0; }

.index-service__btn {
  display: block;
  border: 1px solid #161616;
  width: 250px;
  height: 56px;
  letter-spacing: .2em;
  padding: 17px 0;
  text-align: center;
  margin: 60px auto 110px;
  font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .index-service__btn:hover {
    background-color: #161616;
    color: #fff; }

@media screen and (max-width: 768px) {
  .index-service__title-wrap {
    background: url("../images/index/index-service-back-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 130px; }
  .index-service__title {
    font-size: 3rem; }
  .index-service__subtitle {
    font-size: 1.2rem;
    margin-top: 0; }
  .index-service__wrap {
    display: block;
    padding: 0 4%; }
  .index-service__cont {
    max-width: 335px;
    width: 100%;
    margin: 0 auto 35px; }
    .index-service__cont:last-child {
      margin-right: inherit; }
  .index-service__img {
    height: 254px; }
  .index-service__label {
    font-size: 1.8rem;
    margin: 25px 0 7px; }
  .index-service__text {
    font-size: 1.4rem;
    line-height: 28px; }
  .index-service__number {
    top: 220px;
    right: 15px; }
  .index-service__btn {
    margin: 40px auto 60px;
    width: 255px;
    height: 52px;
    padding: 16px 0; } }

.index-news {
  background-color: #f5f5f5;
  padding-top: 90px; }
  .index-news__wrap {
    max-width: 1120px;
    margin: 0 160px;
    display: flex; }
  .index-news__title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 6px; }
    .index-news__title-wrap.twitter {
      margin-bottom: 50px; }
      .index-news__title-wrap.twitter .index-news__title-en {
        font-size: 2.8rem;
        letter-spacing: .12em; }
  .index-news__title-en {
    font-size: 4rem;
    margin-right: 20px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    letter-spacing: .12em; }
    .index-news__title-en span {
      color: #358331; }
  .index-news__title-jp {
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: .12em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .index-news__cont:first-child {
    width: 640px;
    margin-right: 80px; }
  .index-news__cont:last-child {
    width: 400px; }
  .index-news__link {
    display: flex;
    align-items: center;
    padding: 24px 0;
    cursor: pointer; }
  .index-news__item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-top: 20px; }
  .index-news__tag {
    display: block;
    height: 24px;
    width: 85px;
    background-color: #161616;
    border-radius: 100px;
    padding: 3px 0 0;
    margin-right: 30px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center; }
  .index-news__text-wrap {
    width: 85%;
    margin-left: 20px; }
  .index-news__day {
    color: #9b9b9b;
    margin-bottom: 8px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .index-news__text {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0; }
  .index-news__btn {
    display: block;
    border: 1px solid #161616;
    width: 250px;
    height: 56px;
    letter-spacing: .2em;
    padding: 17px 0;
    text-align: center;
    margin: 60px auto 110px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .index-news__btn:hover {
      background-color: #161616;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .index-news {
      padding: 45px 0 55px; }
      .index-news__wrap {
        display: block;
        padding: 0 20px;
        margin: 0; }
      .index-news__cont:first-child {
        width: 100%;
        margin-right: 0; }
      .index-news__cont:last-child {
        width: 100%; }
      .index-news__title-wrap {
        margin-bottom: 15px; }
        .index-news__title-wrap.twitter {
          margin-bottom: 15px; }
          .index-news__title-wrap.twitter .index-news__title-en {
            font-size: 2rem; }
      .index-news__title-en {
        font-size: 2.4rem;
        margin-right: 10px; }
      .index-news__title-jp {
        font-size: 1.2rem; }
      .index-news__link {
        display: block;
        position: relative;
        padding: 0; }
      .index-news__text-wrap {
        width: 100%;
        margin-left: 0; }
      .index-news__tag {
        display: block;
        height: 18px;
        width: 60px;
        background-color: #161616;
        border-radius: 100px;
        padding: 1px 0 0;
        margin-right: 10px;
        color: #fff;
        text-align: center;
        font-size: 1rem; }
      .index-news__day {
        position: absolute;
        top: 0;
        left: 73px;
        font-size: 1.4rem; }
      .index-news__text {
        margin-top: 10px;
        letter-spacing: 0;
        line-height: 22px;
        font-size: 1.4rem; }
      .index-news__btn {
        margin: 40px auto 60px;
        width: 255px;
        height: 52px;
        padding: 16px 0; } }

.index-showroom {
  background: url("../images/index/index-showroom-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 100px; }
  .index-showroom__title-wrap {
    display: flex;
    align-items: center;
    color: #fff;
    max-width: 1120px;
    margin: 0 auto 40px; }
  .index-showroom__title-en {
    font-size: 4rem;
    margin-right: 27px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    letter-spacing: .12em; }
  .index-showroom__title-jp {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .12em; }
  .index-showroom__wrap {
    max-width: 1120px;
    margin: auto;
    display: flex;
    align-items: center; }
  .index-showroom__cont {
    width: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 40px 0; }
    .index-showroom__cont:first-child {
      margin-right: 26px; }
    .index-showroom__cont:hover {
      background-color: rgba(255, 255, 255, 0.1); }
    .index-showroom__cont p {
      letter-spacing: .05em; }
  .index-showroom__cont-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 32px; }
  @media screen and (max-width: 768px) {
    .index-showroom {
      background: url("../images/index/index-showroom-back-sp.png");
      background-repeat: no-repeat;
      background-size: cover;
      padding: 60px 0 40px; }
      .index-showroom__title-wrap {
        display: block;
        margin: 0 auto 40px;
        padding: 0 20px;
        text-align: center; }
      .index-showroom__title-en {
        font-size: 2.4rem;
        margin-right: 0; }
      .index-showroom__title-jp {
        font-size: 1.2rem; }
      .index-showroom__wrap {
        display: block;
        padding: 0 20px; }
      .index-showroom__cont {
        width: 100%;
        font-size: 1.8rem;
        padding: 25px 0;
        height: 100px; }
        .index-showroom__cont:first-child {
          margin: 0 0 20px 0; }
      .index-showroom__cont-img {
        width: 44px;
        height: 44px;
        margin-right: 20px; } }

.index-transition {
  max-width: 1120px;
  margin: 80px auto;
  padding: 40px 0; }
  .index-transition__wrap {
    display: flex; }
  .index-transition__cont {
    width: 50%;
    background-color: #358331;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 0; }
    .index-transition__cont:first-child {
      margin-right: 26px; }
    .index-transition__cont:hover {
      background-color: #48ad43; }
  .index-transition__cont-img-wrap {
    width: 130px;
    text-align: center; }
  .index-transition__cont-img {
    width: 60px; }
    .index-transition__cont-img.trade {
      width: 54px;
      height: 54px; }
  .index-transition__cont-box {
    margin: 0 6% 0 0; }
  .index-transition__cont-title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
  .index-transition__cont-title-jp {
    font-size: 2.4rem;
    font-weight: 500;
    margin-right: 21px;
    letter-spacing: .05em; }
  .index-transition__cont-title-en {
    font-size: 1.6rem;
    letter-spacing: .2em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .index-transition__cont-text {
    font-size: 1.5rem;
    letter-spacing: 0; }
  .index-transition__cont-arrow {
    margin-left: auto;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    border: 1px solid #fff;
    position: relative; }
    .index-transition__cont-arrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border: 1px solid;
      border-color: #fff #fff transparent transparent;
      transform: rotate(45deg);
      position: absolute;
      top: 12px;
      left: 9px; }
  @media screen and (max-width: 768px) {
    .index-transition {
      margin: 20px auto;
      padding: 20px 20px; }
      .index-transition__wrap {
        display: block; }
      .index-transition__cont {
        width: 100%;
        height: 100px;
        padding: 19px 25px 19px 0;
        justify-content: start; }
        .index-transition__cont:first-child {
          margin: 0 0 10px 0; }
      .index-transition__cont-img-wrap {
        width: 85px; }
      .index-transition__cont-img {
        width: 40px; }
        .index-transition__cont-img.trade {
          width: 40px;
          height: 40px; }
      .index-transition__cont-box {
        margin: 0 6% 0 0; }
      .index-transition__cont-title-jp {
        font-size: 1.8rem;
        margin-right: 10px; }
      .index-transition__cont-title-en {
        font-size: 1.2rem; }
      .index-transition__cont-text {
        display: none; }
      .index-transition__cont-arrow {
        width: 25px;
        height: 25px;
        margin-left: auto; }
        .index-transition__cont-arrow::before {
          content: "";
          width: 5px;
          height: 5px;
          top: 8px;
          left: 6px; } }

.index-recruit {
  background: url("../images/index/index-recruit-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 133px 0;
  display: block;
  height: 500px;
  position: relative; }
  .index-recruit:hover {
    opacity: .9; }
  .index-recruit__wrap {
    max-width: 1120px;
    margin: auto; }
  .index-recruit__title-wrap {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 40px; }
  .index-recruit__title-en {
    font-size: 2.8rem;
    margin-right: 24px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    letter-spacing: .12em; }
  .index-recruit__title-jp {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .12em; }
  .index-recruit__text {
    font-size: 5.4rem;
    font-weight: 500;
    color: #fff;
    line-height: 74px; }
  .index-recruit__btn-wrap {
    max-width: 1120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 80px;
    right: 160px; }
  .index-recruit__btn {
    color: #fff;
    padding-right: 18px;
    letter-spacing: .2em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .index-recruit__btn-arrow {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    border: 1px solid #fff;
    position: relative; }
    .index-recruit__btn-arrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border: 1px solid;
      border-color: #fff #fff transparent transparent;
      transform: rotate(45deg);
      position: absolute;
      top: 12px;
      left: 9px; }
  @media screen and (max-width: 768px) {
    .index-recruit {
      background: url("../images/index/index-recruit-back-sp.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 134px 0;
      height: 395px; }
      .index-recruit__wrap {
        padding: 0 20px; }
      .index-recruit__title-wrap {
        margin-bottom: 10px; }
      .index-recruit__title-en {
        font-size: 2rem;
        margin-right: 10px; }
      .index-recruit__title-jp {
        font-size: 1.2rem; }
      .index-recruit__text {
        font-size: 3.1rem;
        line-height: 42px; }
      .index-recruit__btn-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        bottom: 27px;
        right: 20px; }
      .index-recruit__btn {
        padding-right: 10px;
        margin-top: 20px;
        font-size: 1.1rem; }
      .index-recruit__btn-arrow {
        width: 25px;
        height: 25px;
        margin-top: 20px; }
        .index-recruit__btn-arrow::before {
          width: 5px;
          height: 5px;
          top: 9px;
          left: 6px; } }

.index-contact {
  max-width: 1120px;
  margin: 80px auto 100px; }
  .index-contact__wrap {
    display: flex;
    align-items: center; }
  .index-contact__cont:first-child {
    margin-top: -10px;
    width: 40%; }
  .index-contact__cont:last-child {
    width: 60%;
    display: flex; }
  .index-contact__title {
    font-size: 5rem;
    margin-bottom: 0;
    text-align: center;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    letter-spacing: .12em; }
    .index-contact__title span {
      color: #358331; }
  .index-contact__subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: .12em; }
  .index-contact__text {
    font-size: 1.5rem;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0; }
  .index-contact__btn {
    display: block;
    width: 50%;
    padding: 30px 0;
    text-align: center;
    color: #fff; }
    .index-contact__btn:first-child {
      background-color: #161616;
      margin-right: 27px; }
      .index-contact__btn:first-child:hover {
        background-color: #9b9b9b; }
    .index-contact__btn:last-child {
      background-color: #358331; }
      .index-contact__btn:last-child:hover {
        background-color: #48ad43; }
  .index-contact__btn-img-wrap {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .index-contact__btn-img {
    width: 50px;
    height: 50px; }
    .index-contact__btn-img.contact {
      width: 54px;
      height: 40px; }
  .index-contact__btn-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: .05em; }
  .index-contact__btn-subtitle {
    letter-spacing: .2em;
    opacity: .5;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  @media screen and (max-width: 768px) {
    .index-contact {
      margin: 60px auto;
      padding: 0 4%; }
      .index-contact__wrap {
        display: block; }
      .index-contact__cont:first-child {
        width: 100%; }
      .index-contact__cont:last-child {
        width: 100%;
        display: block; }
      .index-contact__title {
        font-size: 3rem;
        margin-bottom: 20px; }
      .index-contact__subtitle {
        font-size: 1.2rem;
        margin-bottom: 30px; }
      .index-contact__text {
        font-size: 1.4rem;
        line-height: 28px; }
      .index-contact__btn {
        width: 100%;
        padding-top: 7px; }
        .index-contact__btn:first-child {
          margin: 40px 0 20px; }
      .index-contact__btn-img-wrap {
        height: 70px; }
      .index-contact__btn-img {
        width: 36px;
        height: 36px; }
        .index-contact__btn-img.contact {
          width: 39px;
          height: 29px; }
      .index-contact__btn-title {
        font-size: 1.7rem;
        margin: 0 0 6px; }
        .index-contact__btn-title br {
          display: none; }
      .index-contact__btn-subtitle {
        font-size: 1.4rem; } }

.sp-index-slide {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-index-slide {
      display: block;
      position: relative;
      z-index: 1;
      background: linear-gradient(90deg, #fff 0%, #fff 35%, #f5f5f5 35%, #f5f5f5 100%); }
      .sp-index-slide__slide .slick-list {
        padding-left: 0; }
      .sp-index-slide__slide-thumbnail {
        width: 500%;
        margin-top: 15px;
        margin-left: calc(-250% + 74px); }
      .sp-index-slide__slide-thumbnail-item {
        margin: 0 10px;
        width: 122px;
        height: 75px;
        object-fit: cover;
        position: relative;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: pointer; }
        .sp-index-slide__slide-thumbnail-item:focus {
          outline: none; }
        .sp-index-slide__slide-thumbnail-item.slick-center::before {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          border: 3px solid #358331; }
      .sp-index-slide__slick-control {
        margin-top: 20px;
        width: 100%;
        z-index: 1;
        left: 0;
        display: flex; }
      .sp-index-slide__look-number {
        margin-left: auto; }
      .sp-index-slide__container {
        display: flex; }
      .sp-index-slide__slide-prev {
        width: 45px;
        margin-left: 10px; }
      .sp-index-slide__slide-next {
        margin: 0 20px 0 10px;
        width: 45px; }
      .sp-index-slide__look-number {
        display: flex;
        align-items: center;
        font-size: 1.1rem; }
        .sp-index-slide__look-number p {
          color: #358331; }
        .sp-index-slide__look-number span {
          color: #c8c8c8; }
      .sp-index-slide__bar-wrap {
        width: 40px;
        height: 2px;
        background: #c8c8c8;
        box-sizing: content-box;
        margin: 0 8px; }
      .sp-index-slide__bar-progress {
        width: 0;
        height: 2px;
        background: #358331;
        z-index: 1; } }

.sp-index-transition__cont-text {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-index-transition__cont-text {
      display: block;
      letter-spacing: 0; } }

.news-cont {
  background-color: #f5f5f5;
  border-top: 3px solid #358331;
  padding: 0 10px 40px; }
  .news-cont__column {
    display: flex;
    max-width: 1120px;
    margin: auto; }
  .news-cont__article {
    width: 80%;
    margin-right: 4%; }
  .news-cont__article-list {
    background-color: #fff;
    padding: 20px 40px; }
  .news-cont__article-item {
    border-bottom: 1px solid #e7e8e7; }
    .news-cont__article-item:last-child {
      border-bottom: 1px solid transparent; }
  .news-cont__article-link {
    display: flex;
    align-items: center;
    padding: 24px 0;
    cursor: pointer; }
    .news-cont__article-link:hover .news-cont__article-title {
      color: #358331; }
  .news-cont__article-tag {
    display: block;
    height: 24px;
    width: 85px;
    background-color: #161616;
    border-radius: 100px;
    padding: 3px 0 0;
    margin-right: 40px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center; }
  .news-cont__article-wrap {
    width: 83%; }
  .news-cont__article-day {
    color: #9b9b9b;
    margin-bottom: 8px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .news-cont__article-title {
    font-size: 1.6rem;
    letter-spacing: 0; }
  .news-cont__article-btn {
    display: block;
    border: 1px solid #161616;
    text-align: center;
    margin: 80px auto 80px;
    padding: 16.5px 0;
    width: 250px; }
    .news-cont__article-btn:hover {
      background-color: #161616;
      color: #fff; }
  .news-cont__menu {
    width: 16%; }
  .news-cont__menu-wrap {
    margin-bottom: 40px; }
  .news-cont__menu-title {
    font-size: 2.0rem;
    color: #358331;
    margin-bottom: 20px;
    letter-spacing: .12em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .news-cont__menu-link {
    display: block;
    font-size: 1.6rem;
    color: #9b9b9b;
    margin-bottom: 12px; }
    .news-cont__menu-link:hover {
      color: #358331; }
    .news-cont__menu-link.active {
      color: #161616; }
  @media screen and (max-width: 768px) {
    .news-cont__article {
      width: 100%;
      margin-right: 0; }
    .news-cont__article-list {
      display: none; }
    .news-cont__article-btn {
      padding: 16px 0;
      margin: 42px auto 23px; }
    .news-cont__menu {
      display: none; } }

.news-pagination {
  margin: 70px 0;
  font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .news-pagination__list {
    display: flex;
    align-items: center;
    justify-content: center; }
  .news-pagination__item {
    margin: 0 15px; }
  .news-pagination__link {
    color: #9b9b9b;
    font-size: 1.6rem;
    cursor: pointer; }
    .news-pagination__link:hover {
      color: #161616; }
    .news-pagination__link.active {
      color: #358331; }
  .news-pagination__btn {
    display: block;
    width: 36px;
    height: 36px;
    color: #358331;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    position: relative; }
    .news-pagination__btn::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border: 1px solid;
      border-color: #358331 #358331 transparent transparent;
      transform: rotate(45deg);
      top: 13px;
      right: 15px; }
    .news-pagination__btn:hover {
      background-color: #358331; }
      .news-pagination__btn:hover::before {
        border-color: #fff #fff transparent transparent; }
    .news-pagination__btn.prev::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border: 1px solid;
      border-color: #358331 #358331 transparent transparent;
      transform: rotate(-135deg);
      top: 13px;
      right: 12px; }
    .news-pagination__btn.prev:hover {
      background-color: #358331; }
      .news-pagination__btn.prev:hover::before {
        border-color: #fff #fff transparent transparent; }
  @media screen and (max-width: 768px) {
    .news-pagination {
      display: none; } }

.news-index {
  background-color: #fff;
  padding: 40px; }
  .news-index__header {
    border-bottom: 1px solid #e7e8e7;
    padding-bottom: 40px; }
  .news-index__header-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
  .news-index__header-tag {
    display: block;
    height: 24px;
    background-color: #161616;
    border-radius: 100px;
    padding: 3px 15px 0;
    margin-right: 14px;
    color: #fff;
    font-size: 1.2rem; }
  .news-index__header-day {
    color: #9b9b9b;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .news-index__header-title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0; }
  .news-index__cont {
    margin-top: 60px;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px; }
    .news-index__cont p {
      margin: 15px 0; }
    .news-index__cont a {
      color: #358331;
      border-bottom: 1px solid #358331; }
    .news-index__cont img {
      display: block;
      max-width: 650px;
      width: 100%;
      margin: 40px auto; }
    .news-index__cont span.orange {
      color: #ff6600; }
    .news-index__cont span.green {
      color: #339966; }
    .news-index__cont span.yellow {
      color: #808000; }
    .news-index__cont span.blue {
      color: #0000ff; }
    .news-index__cont span.red {
      color: #ff0000; }
    .news-index__cont span.skyblue {
      color: #33cccc; }
    .news-index__cont span.pink {
      color: #ff00ff; }
  @media screen and (max-width: 768px) {
    .news-index {
      padding: 35px 4% 10px; }
      .news-index img {
        width: 100%; }
      .news-index__header-title {
        font-size: 1.8rem; }
      .news-index__cont {
        font-size: 1.4rem; }
      .news-index__header-day {
        font-size: 1.4rem;
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
      .news-index__header-title {
        font-size: 2rem;
        line-height: 30px; }
      .news-index__header-tag {
        display: block;
        height: 18px;
        width: 60px;
        background-color: #161616;
        border-radius: 100px;
        padding: 1px 0 0;
        margin-right: 10px;
        color: #fff;
        text-align: center;
        font-size: 1rem; }
      .news-index__cont {
        font-size: 1.5rem; } }

.news-cont-sp {
  display: none; }
  .news-cont-sp__article-list {
    display: none; }
  @media screen and (max-width: 768px) {
    .news-cont-sp {
      display: block; }
      .news-cont-sp__menu {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px; }
      .news-cont-sp__menu-select-wrap {
        overflow: hidden;
        width: 45%;
        margin-right: 5%;
        text-align: center;
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
        .news-cont-sp__menu-select-wrap:last-child {
          margin-right: 0; }
        .news-cont-sp__menu-select-wrap select {
          width: 100%;
          padding-right: 1em;
          cursor: pointer;
          text-indent: 0.01px;
          text-overflow: ellipsis;
          border: none;
          outline: none;
          background: transparent;
          background-image: none;
          box-shadow: none;
          appearance: none;
          font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
          .news-cont-sp__menu-select-wrap select::-ms-expand {
            display: none; }
      .news-cont-sp .js-selectbox--active {
        letter-spacing: 0; }
      .news-cont-sp__menu-select-original {
        position: relative;
        border: 1px solid #e0e0e0;
        background: #fff;
        border-radius: 5px;
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
        height: 46px; }
        .news-cont-sp__menu-select-original::before {
          content: '';
          width: 8px;
          height: 8px;
          border-top: solid 1px #161616;
          border-right: solid 1px #161616;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          pointer-events: none;
          position: absolute;
          right: 16px;
          top: 15px; }
        .news-cont-sp__menu-select-original select {
          display: flex;
          align-items: center;
          padding: 0 38px 0 10px;
          font-size: 1.6rem;
          transform: scale(0.9) translateX(-3px);
          letter-spacing: .12em;
          height: 100%; }
        .news-cont-sp__menu-select-original .green {
          color: #358331;
          font-size: 1.6rem;
          transform: scale(0.9) translateX(-3px); }
      .news-cont-sp__article-list {
        display: block;
        background-color: #fff;
        padding: 0 10px; }
      .news-cont-sp__article-item {
        border-bottom: 1px solid #e7e8e7; }
        .news-cont-sp__article-item:last-child {
          border-bottom: 1px solid transparent; }
      .news-cont-sp__article-link {
        display: block;
        padding: 20px 0;
        cursor: pointer; }
      .news-cont-sp__article-wrap {
        display: flex;
        align-items: center;
        margin-bottom: 10px; }
      .news-cont-sp__article-tag {
        display: block;
        height: 18px;
        width: 60px;
        background-color: #161616;
        border-radius: 100px;
        padding: 1px 0 0;
        margin-right: 10px;
        color: #fff;
        text-align: center;
        font-size: 1rem; }
      .news-cont-sp__article-day {
        color: #9b9b9b;
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
        font-size: 1.4rem; }
      .news-cont-sp__article-title {
        letter-spacing: 0;
        line-height: 22px;
        font-size: 1.4rem; } }

.js-selectbox {
  color: #358331; }
  .js-selectbox--active {
    color: #161616; }

.news-pagination-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .news-pagination-sp {
      display: block;
      margin: 30px 0;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
      .news-pagination-sp__list {
        display: flex;
        align-items: center;
        justify-content: center; }
      .news-pagination-sp__item {
        margin: 0 15px; }
      .news-pagination-sp__link {
        color: #9b9b9b;
        font-size: 1.6rem;
        cursor: pointer; }
        .news-pagination-sp__link.active {
          color: #358331; }
      .news-pagination-sp__btn {
        display: block;
        width: 36px;
        height: 36px;
        color: #358331;
        border-radius: 100px;
        border: 1px solid #e0e0e0;
        background-color: #fff;
        text-align: center;
        padding: 8px 0;
        cursor: pointer;
        font-size: 14px;
        position: relative; }
        .news-pagination-sp__btn::before {
          content: "";
          position: absolute;
          width: 6px;
          height: 6px;
          border: 1px solid;
          border-color: #358331 #358331 transparent transparent;
          transform: rotate(45deg);
          top: 13px;
          right: 15px; }
        .news-pagination-sp__btn.prev::before {
          content: "";
          position: absolute;
          width: 6px;
          height: 6px;
          border: 1px solid;
          border-color: #358331 #358331 transparent transparent;
          transform: rotate(-135deg);
          top: 13px;
          right: 12px; } }

.contact-cont {
  border-top: 3px solid #358331; }
  .contact-cont.back {
    background-color: #f5f5f5; }
  .contact-cont__title {
    font-size: 1.6rem;
    text-align: center;
    margin: 20px 0 40px;
    letter-spacing: 0;
    line-height: 32px; }
    .contact-cont__title a {
      color: #358331;
      border-bottom: 1px solid #358331; }
  .contact-cont__subtitle {
    text-align: center;
    color: #9b9b9b;
    letter-spacing: 0; }
  @media screen and (max-width: 768px) {
    .contact-cont .common-breadcrumbs {
      padding: 25px 10px; }
      .contact-cont .common-breadcrumbs__bg {
        padding: 20px 10px 40px; }
    .contact-cont__title {
      text-align: left;
      margin: 10px 0 20px;
      padding: 0 4%;
      font-size: 1.4rem;
      line-height: 28px; }
      .contact-cont__title br {
        display: none; }
    .contact-cont__subtitle {
      text-align: left;
      padding: 0 4%; } }

.contact-cont-form-header {
  margin: 80px auto 0;
  max-width: 1120px; }
  .contact-cont-form-header__wrap {
    display: flex; }
  .contact-cont-form-header__contact {
    display: block;
    width: 50%;
    height: 66px;
    background-color: #358331;
    color: #fff;
    font-size: 1.6rem;
    padding: 20px 0;
    text-align: center;
    position: relative;
    margin-right: .5px; }
    .contact-cont-form-header__contact::before {
      content: "";
      border-top: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid #358331;
      border-left: 6px solid transparent;
      transform: rotateZ(180deg);
      position: absolute;
      bottom: -13px;
      right: 50%; }
  .contact-cont-form-header__entry {
    display: block;
    width: 50%;
    height: 66px;
    background-color: #161616;
    color: #fff;
    font-size: 1.6rem;
    padding: 20px 0;
    text-align: center;
    margin-left: .5px; }
  @media screen and (max-width: 768px) {
    .contact-cont-form-header {
      margin-top: 40px;
      padding: 0; }
      .contact-cont-form-header__contact {
        padding: 18px 0;
        height: 57px;
        font-size: 1.3rem; }
      .contact-cont-form-header__entry {
        height: 57px;
        padding: 18px 0;
        font-size: 1.3rem; } }

.contact-cont-form {
  background-color: #f5f5f5;
  padding: 100px 0 100px; }
  .contact-cont-form.top-margin {
    padding: 1px 0 100px; }
  .contact-cont-form__main {
    max-width: 1120px;
    margin: auto; }
  .contact-cont-form__step-wrap {
    padding: 0 4% 100px; }
  .contact-cont-form__step-list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .contact-cont-form__step-list::before {
      content: "";
      width: 550px;
      height: 2px;
      background-color: #e0e0e0;
      position: absolute;
      top: 51px;
      left: 0;
      right: 0;
      margin: auto; }
  .contact-cont-form__step-item {
    color: #bebebe;
    font-size: 1.8rem;
    list-style: none;
    margin: 0 80px;
    position: relative; }
    .contact-cont-form__step-item.active {
      color: #358331; }
      .contact-cont-form__step-item.active::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background-color: #358331;
        border-radius: 100px;
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;
        margin: auto; }
    .contact-cont-form__step-item::before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background-color: #bebebe;
      border-radius: 100px;
      position: absolute;
      top: 40px;
      right: 0;
      left: 0;
      margin: auto; }
  .contact-cont-form__step-text {
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    letter-spacing: .2em; }
    .contact-cont-form__step-text span {
      font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
      letter-spacing: 1px;
      font-weight: 500; }
  .contact-cont-form__comment {
    text-align: center;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 1.5rem; }
    .contact-cont-form__comment a {
      color: #358331; }
    .contact-cont-form__comment.br-none br {
      display: block; }
  .contact-cont-form__subcomment {
    margin: 40px 0 60px;
    text-align: center;
    letter-spacing: 0; }
    .contact-cont-form__subcomment span {
      color: #358331; }
  .contact-cont-form__container {
    background-color: #fff;
    padding: 5% 100px; }
  .contact-cont-form__wrap {
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 30px 0; }
    .contact-cont-form__wrap.contact-cont-form__wrap-center .contact-cont-form__label {
      margin-top: 15px; }
  .contact-cont-form__label {
    display: flex;
    max-width: 200px;
    width: 100%;
    margin-right: 60px;
    letter-spacing: 0; }
    .contact-cont-form__label span {
      color: #358331;
      margin-left: 9px; }
    .contact-cont-form__label p span {
      color: #161616;
      font-size: 1.2rem;
      margin-left: 0;
      display: block; }
  .contact-cont-form__radio-container {
    width: 75%; }
    .contact-cont-form__radio-container .mwform-radio-field {
      font-weight: 400;
      margin: 0 0 20px 40px;
      display: block; }
      .contact-cont-form__radio-container .mwform-radio-field label {
        letter-spacing: 0;
        font-weight: 400; }
      .contact-cont-form__radio-container .mwform-radio-field input {
        display: none; }
      .contact-cont-form__radio-container .mwform-radio-field span.mwform-radio-field-text {
        display: flex;
        position: relative;
        align-items: center; }
        .contact-cont-form__radio-container .mwform-radio-field span.mwform-radio-field-text::before {
          content: "";
          display: block;
          margin-right: 8px;
          width: 20px;
          height: 20px;
          border: 1px solid #e0e0e0;
          border-radius: 50%; }
      .contact-cont-form__radio-container .mwform-radio-field input:checked + span.mwform-radio-field-text::before {
        border: 1px solid #358331; }
      .contact-cont-form__radio-container .mwform-radio-field input:checked + span.mwform-radio-field-text::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 5px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: #358331;
        border-radius: 50%; }
  .contact-cont-form__radio {
    display: flex;
    flex-flow: wrap;
    margin-left: -40px; }
    .contact-cont-form__radio p {
      margin-left: 40px;
      width: 80%;
      font-weight: 400;
      font-size: 1.6rem;
      letter-spacing: 0; }
    .contact-cont-form__radio.block {
      display: block; }
  .contact-cont-form__input {
    width: 80%; }
  .contact-cont-form__input-wrap {
    display: flex;
    align-items: center;
    width: 100%; }
    .contact-cont-form__input-wrap p {
      width: 80%;
      font-weight: 400;
      letter-spacing: 0; }
    .contact-cont-form__input-wrap.block {
      display: block; }
      .contact-cont-form__input-wrap.block .contact-cont-form__input-attention {
        width: 100%;
        margin: 10px 0 0 0; }
  .contact-cont-form__input-input {
    background-color: #f5f5f5;
    border-radius: 5px;
    border: none;
    padding: 17px 10px;
    width: 40%;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .contact-cont-form__input-input::placeholder {
      color: #bebebe; }
    .contact-cont-form__input-input.mini {
      width: 28%; }
    .contact-cont-form__input-input.big {
      width: 100%; }
  .contact-cont-form__input-attention {
    color: #9b9b9b;
    font-size: 1.2rem;
    margin-left: 10px;
    letter-spacing: 0;
    font-weight: 400; }
  .contact-cont-form__input-textarea {
    background-color: #f5f5f5;
    border-radius: 5px;
    border: none;
    padding: 17px 10px;
    width: 100%;
    height: 210px;
    resize: vertical;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .contact-cont-form__input-textarea::placeholder {
      color: #bebebe;
      font-size: 1.6rem; }
  .contact-cont-form__check-wrap {
    text-align: center;
    margin: 80px 0 50px;
    font-size: 1.6rem; }
    .contact-cont-form__check-wrap a {
      color: #358331;
      border-bottom: 1px solid #358331; }
    .contact-cont-form__check-wrap input[type=checkbox] {
      display: none; }
      .contact-cont-form__check-wrap input[type=checkbox]:checked + .contact-cont-form__check::after {
        opacity: 1; }
      .contact-cont-form__check-wrap input[type=checkbox]:checked + .contact-cont-form__check.disabled::after {
        opacity: 0; }
      .contact-cont-form__check-wrap input[type=checkbox]:checked + .contact-cont-form__check::before {
        background-color: #358331; }
      .contact-cont-form__check-wrap input[type=checkbox]:checked + .contact-cont-form__check.disabled::before {
        background-color: #e5e5e5; }
  .contact-cont-form__check {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 0 30px;
    position: relative;
    width: auto;
    font-size: 1.6rem;
    letter-spacing: 0; }
    .contact-cont-form__check a {
      color: #358331;
      border-bottom: 1px solid #358331; }
    .contact-cont-form__check::before {
      content: "";
      display: block;
      background: #fff;
      border: 1px solid #e0e0e0;
      height: 20px;
      width: 20px;
      margin-top: -10px;
      border-radius: 5px;
      position: absolute;
      top: 50%;
      left: 0; }
    .contact-cont-form__check::after {
      content: '';
      display: block;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      height: 9px;
      width: 5px;
      margin-top: -10px;
      opacity: 0;
      transform: rotate(45deg);
      position: absolute;
      top: 19px;
      left: 8px; }
  .contact-cont-form__select-wrap {
    display: flex;
    flex-wrap: wrap; }
  .contact-cont-form__select-wrap-area {
    display: flex;
    align-items: center;
    margin-right: 20px; }
    .contact-cont-form__select-wrap-area p {
      margin-left: 8px; }
  .contact-cont-form__select-cont {
    overflow: hidden;
    text-align: center; }
    .contact-cont-form__select-cont select {
      width: 100%;
      cursor: pointer;
      text-indent: 0.01px;
      text-overflow: ellipsis;
      border: none;
      outline: none;
      background: transparent;
      background-image: none;
      box-shadow: none;
      appearance: none; }
      .contact-cont-form__select-cont select::-ms-expand {
        display: none; }
  .contact-cont-form__select-group {
    position: relative; }
    .contact-cont-form__select-group p {
      font-weight: 400;
      letter-spacing: 0;
      margin-left: 0; }
    .contact-cont-form__select-group span {
      position: absolute;
      top: 21px;
      right: 0.9em;
      width: 8px;
      height: 8px;
      padding: 0;
      content: '';
      border-top: solid 1px #161616;
      border-right: solid 1px #161616;
      transform: rotate(135deg);
      pointer-events: none; }
    .contact-cont-form__select-group select {
      border-radius: 5px;
      border: 1px solid #e0e0e0;
      padding: 18px 10px 18px 10px;
      color: #9b9b9b;
      width: 84px; }
    .contact-cont-form__select-group.big select {
      width: 104px; }
  .contact-cont-form__select {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    line-height: 1em; }
    .contact-cont-form__select.active {
      color: #161616; }
  .contact-cont-form__file-comment {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 20px; }
  .contact-cont-form__file-wrap {
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
    .contact-cont-form__file-wrap span {
      color: #9b9b9b;
      margin-left: 10px;
      letter-spacing: 0;
      font-weight: 400; }
  .contact-cont-form__file-btn-label {
    display: inline-block;
    cursor: pointer;
    width: 110px;
    height: 24px;
    background: #9b9b9b;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 5px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    padding: 2px 0; }
    .contact-cont-form__file-btn-label input {
      display: none; }
  .contact-cont-form__alert {
    font-weight: 500;
    color: #dc0909;
    letter-spacing: 0;
    line-height: 14px;
    font-size: 1.4rem;
    margin: 0 0 20px 0;
    width: 100%; }
  .contact-cont-form__input .contact-cont-form__alert,
  .contact-cont-form__select-wrap .contact-cont-form__alert {
    margin-top: 20px; }
  .contact-cont-form__btn {
    width: 380px;
    background-color: #358331;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    padding: 24.5px 0;
    margin: auto;
    border: 0; }
    .contact-cont-form__btn:hover {
      background-color: #48ad43; }
  @media screen and (max-width: 768px) {
    .contact-cont-form {
      padding: 60px 0 60px; }
      .contact-cont-form__step-wrap {
        padding: 0 0 65px; }
      .contact-cont-form__step-list::before {
        width: 220px;
        top: 37px;
        height: 1px; }
      .contact-cont-form__step-item {
        margin: 0 12px; }
        .contact-cont-form__step-item::before {
          width: 15px;
          height: 15px;
          top: 30px; }
        .contact-cont-form__step-item.active::before {
          width: 15px;
          height: 15px;
          top: 30px; }
      .contact-cont-form__step-text {
        font-size: 1.3rem; }
      .contact-cont-form__comment {
        text-align: left;
        padding: 0 4%;
        font-size: 1.4rem;
        line-height: 28px; }
        .contact-cont-form__comment.complete {
          text-align: center;
          line-height: 30px; }
        .contact-cont-form__comment.br-none br {
          display: none; }
      .contact-cont-form__subcomment {
        margin: 20px 4% 40px;
        text-align: left;
        font-size: 1.4rem; }
      .contact-cont-form__alert {
        font-size: 1.3rem;
        margin-left: 0;
        margin-bottom: 0; }
      .contact-cont-form__input .contact-cont-form__alert,
      .contact-cont-form__select-wrap .contact-cont-form__alert {
        margin-top: 10px; }
      .contact-cont-form__main {
        margin: 0 10px; }
      .contact-cont-form__container {
        padding: 5px 4%;
        margin: 0; }
      .contact-cont-form__wrap {
        display: block; }
      .contact-cont-form__label {
        max-width: fit-content;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.5rem; }
        .contact-cont-form__label p span {
          display: inline-block;
          font-size: 1.5rem; }
        .contact-cont-form__label p br {
          display: none; }
      .contact-cont-form__radio-container {
        width: 100%;
        font-size: 1.4rem;
        margin-top: 20px; }
        .contact-cont-form__radio-container .mwform-radio-field {
          margin: 0 25px 10px 0px; }
      .contact-cont-form__radio {
        margin-left: 0; }
        .contact-cont-form__radio p {
          margin-left: 0; }
      .contact-cont-form__input {
        width: 100%; }
      .contact-cont-form__input-input {
        width: 100%;
        font-size: 1.5rem; }
        .contact-cont-form__input-input.mini {
          width: 60%; }
      .contact-cont-form__input-attention {
        margin: 5px 0 0 0; }
      .contact-cont-form__input-wrap {
        display: block; }
      .contact-cont-form__check {
        font-size: 1.4rem; }
        .contact-cont-form__check::before {
          width: 25px;
          height: 25px; }
        .contact-cont-form__check::after {
          top: 77%;
          bottom: 77%;
          left: 10px; }
      .contact-cont-form__check-wrap {
        margin: 40px 0; }
      .contact-cont-form__file-comment {
        font-size: 1.3rem;
        margin-bottom: 15px; }
      .contact-cont-form__btn {
        width: 260px;
        height: 67px;
        font-size: 1.4rem; }
      .contact-cont-form__file {
        margin-left: 0; }
      .contact-cont-form__select-wrap {
        margin-left: 0; }
        .contact-cont-form__select-wrap.margin-minus {
          margin-left: 0; }
      .contact-cont-form__select-wrap-area {
        margin: 0 10px 10px 0; }
      .contact-cont-form__select-group {
        width: 70px; }
        .contact-cont-form__select-group select {
          width: 70px; }
        .contact-cont-form__select-group::before {
          top: 32%; }
        .contact-cont-form__select-group.big {
          width: 80px; }
          .contact-cont-form__select-group.big select {
            width: 80px; }
        .contact-cont-form__select-group select {
          padding: 12px 10px 12px 10px;
          font-size: 1.5rem; }
        .contact-cont-form__select-group span {
          top: 14px; }
      .contact-cont-form__file-wrap {
        font-size: 1.4rem; }
      .contact-cont-form__file-btn-label {
        width: 105px;
        height: 27px;
        padding: 4px 5px;
        text-align: center; }
      .contact-cont-form__input-textarea {
        font-size: 1.5rem; } }

.contact-check__breadcrumbs {
  background-color: #f5f5f5; }

.contact-check__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px; }

.contact-check__btn-fix {
  width: 180px;
  padding: 24.5px 0;
  text-align: center;
  border: 1px solid #161616;
  font-size: 1.6rem;
  margin: 0 4px;
  border-radius: 0;
  -webkit-appearance: none; }
  .contact-check__btn-fix:hover {
    background-color: #161616;
    color: #fff; }

.contact-check__btn-submit {
  width: 380px;
  padding: 24.5px 0;
  text-align: center;
  color: #fff;
  background-color: #358331;
  font-size: 1.8rem;
  margin: 0 4px;
  border: 1px solid #358331;
  border-radius: 0;
  -webkit-appearance: none; }
  .contact-check__btn-submit:hover {
    background-color: #48ad43; }

@media screen and (max-width: 768px) {
  .contact-check__label {
    width: 100%;
    font-size: 1.4rem; }
  .contact-check__btn-wrap {
    margin-top: 40px; }
  .contact-check__btn-fix {
    width: 132px;
    padding: 20px 0;
    font-size: 1.4rem; }
  .contact-check__btn-submit {
    width: 235px;
    padding: 20px 0;
    font-size: 1.4rem; } }

.contact-complete {
  margin-top: 75px; }
  .contact-complete__btn {
    display: block;
    margin: auto;
    width: 250px;
    padding: 16.5px 0;
    text-align: center;
    border: 1px solid #161616; }
    .contact-complete__btn:hover {
      background-color: #161616;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .contact-complete {
      margin-top: 40px; }
      .contact-complete__btn {
        padding: 15px 0;
        font-size: 1.2rem; } }

.contact-recruit__wrap {
  display: flex; }

.contact-recruit__contact {
  display: block;
  width: 50%;
  height: 66px;
  background-color: #161616;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-right: .5px;
  padding: 20px 0; }

.contact-recruit__entry {
  display: block;
  width: 50%;
  height: 66px;
  background-color: #358331;
  color: #fff;
  font-size: 1.6rem;
  padding: 20px 0;
  text-align: center;
  position: relative;
  margin-left: .5px; }
  .contact-recruit__entry::before {
    content: "";
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #358331;
    border-left: 6px solid transparent;
    transform: rotateZ(180deg);
    position: absolute;
    bottom: -13px;
    right: 50%; }

@media screen and (max-width: 768px) {
  .contact-recruit__contact {
    padding: 18px 0;
    height: 57px;
    font-size: 1.3rem; }
  .contact-recruit__entry {
    height: 57px;
    padding: 18px 0;
    font-size: 1.3rem; } }

.stock-car-cont {
  background-color: #f5f5f5;
  border-top: 3px solid #358331;
  padding: 0 10px; }

.stock-car-search {
  background-color: #fff;
  padding: 20px 4% 10px;
  max-width: 1120px;
  margin: auto;
  letter-spacing: 0; }
  .stock-car-search__title {
    color: #358331;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 2px solid #358331;
    margin: 40px 0;
    padding-bottom: 10px; }
  .stock-car-search__container {
    display: flex; }
  .stock-car-search__wrap {
    width: 50%; }
    .stock-car-search__wrap:first-child {
      padding-right: 20px; }
    .stock-car-search__wrap:last-child {
      padding-left: 20px; }
  .stock-car-search__column {
    display: flex;
    margin-bottom: 12px; }
    .stock-car-search__column span {
      margin: 10px 5px 0;
      width: 10px; }
  .stock-car-search__column-center {
    align-items: center; }
  .stock-car-search__label {
    width: 70px;
    min-width: 70px;
    font-weight: 500;
    margin-right: 10px; }
    .stock-car-search__label.check {
      padding-top: 7px; }
  .stock-car-search select {
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    appearance: none; }
    .stock-car-search select::-ms-expand {
      display: none; }
  .stock-car-search__select-wrap {
    position: relative;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center; }
    .stock-car-search__select-wrap::before {
      content: '';
      width: 9px;
      height: 9px;
      border-top: solid 1px #161616;
      border-right: solid 1px #161616;
      transform: rotate(135deg);
      pointer-events: none;
      position: absolute;
      right: 16px;
      top: 13px; }
    .stock-car-search__select-wrap select {
      padding: 0 0 0 10px; }
    .stock-car-search__select-wrap.disabled {
      background-color: #e5e5e5; }
      .stock-car-search__select-wrap.disabled select {
        color: #afafaf; }
      .stock-car-search__select-wrap.disabled::before {
        content: '';
        width: 9px;
        height: 9px;
        border-top: solid 1px #afafaf;
        border-right: solid 1px #afafaf;
        transform: rotate(135deg);
        pointer-events: none;
        position: absolute;
        right: 16px;
        top: 13px; }
    .stock-car-search__select-wrap.mini {
      width: 195px; }
    .stock-car-search__select-wrap.medium {
      width: 280px; }
  .stock-car-search__select {
    width: 80%; }
  .stock-car-search__color-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 80%; }
  .stock-car-search__input {
    display: none; }
  .stock-car-search__color {
    width: 26px;
    height: 26px;
    border-radius: 5px;
    margin: 0 8px 8px 0;
    display: block;
    cursor: pointer; }
    .stock-car-search__color:hover {
      border: 2px solid #358331;
      position: relative; }
      .stock-car-search__color:hover::after {
        content: "";
        border: solid 1px #fff;
        position: absolute;
        top: 0px;
        left: 0px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        border-radius: 5px; }
      .stock-car-search__color:hover::before {
        width: 26px;
        height: 13px; }
    .stock-car-search__color.white {
      background-color: #fff;
      border: 1px solid #e2e2e2; }
    .stock-car-search__color.red {
      background-color: #e70012; }
    .stock-car-search__color.green {
      background-color: #2caf1d; }
    .stock-car-search__color.blue {
      background-color: #203dcc; }
    .stock-car-search__color.black {
      background-color: #000; }
    .stock-car-search__color.deep-red {
      background-color: #9a3400; }
    .stock-car-search__color.deep-purple {
      background-color: #9d1551; }
    .stock-car-search__color.silver {
      background: linear-gradient(90deg, #8c8b8c 0%, #cbcbcb 50%, #8c8b8c 100%); }
    .stock-car-search__color.yellow {
      background-color: #e9e802; }
    .stock-car-search__color.orange {
      background-color: #ff6600; }
    .stock-car-search__color.pink {
      background-color: #fa29a2; }
    .stock-car-search__color.gray {
      background-color: #808080; }
    .stock-car-search__color.gold-silver {
      background: linear-gradient(-45deg, #afb2b4 0%, white 50%, #e6de97 100%); }
    .stock-car-search__color.etc {
      background: linear-gradient(90deg, #e70012 0%, #e70012 50%, #e9e802 50%, #e9e802 100%);
      position: relative;
      overflow: hidden; }
      .stock-car-search__color.etc::before {
        content: "";
        width: 26px;
        height: 13px;
        background: linear-gradient(90deg, #203dcc 0%, #203dcc 50%, #2caf1d 50%, #2caf1d 100%);
        position: absolute;
        bottom: 0;
        right: 0; }
      .stock-car-search__color.etc:hover::before {
        width: 22px;
        height: 11px; }
    .stock-car-search__color.active {
      border: 2px solid #358331;
      position: relative; }
      .stock-car-search__color.active::after {
        content: "";
        border: solid 1px #fff;
        position: absolute;
        top: 0px;
        left: 0px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        border-radius: 5px; }
  .stock-car-search__input:checked + .stock-car-search__color {
    border: 2px solid #358331;
    position: relative; }
    .stock-car-search__input:checked + .stock-car-search__color::after {
      content: "";
      border: solid 1px #fff;
      position: absolute;
      top: 0px;
      left: 0px;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      border-radius: 5px; }
  .stock-car-search__input:checked + .stock-car-search__color.etc::before {
    width: 22px;
    height: 11px; }
  .stock-car-search__check-wrap {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    max-width: 400px; }
  .stock-car-search__status-wrap {
    display: flex;
    flex-flow: wrap;
    width: 30vw; }
  .stock-car-search input[type=checkbox] {
    display: none; }
    .stock-car-search input[type=checkbox]:checked + .stock-car-search__check::after {
      opacity: 1; }
    .stock-car-search input[type=checkbox]:checked + .stock-car-search__check.disabled::after {
      opacity: 0; }
    .stock-car-search input[type=checkbox]:checked + .stock-car-search__check::before {
      background-color: #358331; }
    .stock-car-search input[type=checkbox]:checked + .stock-car-search__check.disabled::before {
      background-color: #e5e5e5; }
  .stock-car-search__check {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0px 0 0 30px;
    position: relative;
    width: auto;
    margin: 5px 20px 5px 0; }
    .stock-car-search__check::before {
      content: "";
      display: block;
      background: #fff;
      border: 1px solid #e0e0e0;
      height: 20px;
      width: 20px;
      margin-top: -10px;
      border-radius: 5px;
      position: absolute;
      top: 50%;
      left: 0; }
    .stock-car-search__check::after {
      content: '';
      display: block;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      height: 9px;
      width: 5px;
      margin-top: -10px;
      opacity: 0;
      transform: rotate(45deg);
      position: absolute;
      top: 15px;
      left: 8px; }
    .stock-car-search__check.disabled {
      color: #afafaf; }
      .stock-car-search__check.disabled::before {
        background: #e5e5e5; }
  .stock-car-search__btn-more {
    width: 200px;
    text-align: center;
    margin: 40px auto;
    padding: 20px 0;
    cursor: pointer;
    color: #358331;
    font-size: 1.6rem;
    font-weight: 500; }
    .stock-car-search__btn-more:hover {
      color: #9b9b9b; }
    .stock-car-search__btn-more::before {
      content: "+ こだわり条件を表示"; }
    .stock-car-search__btn-more.close::before {
      content: "- こだわり条件を非表示"; }
  .stock-car-search__btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
    max-width: 1200px;
    margin: 70px auto 0; }
  .stock-car-search__btn-clear {
    display: block;
    border: 1px solid #161616;
    padding: 30px 0;
    width: 180px;
    text-align: center;
    font-size: 1.6rem; }
    .stock-car-search__btn-clear:hover {
      background-color: #161616;
      color: #fff; }
  .stock-car-search__btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #358331;
    color: #fff;
    padding: 30px 0;
    width: 380px;
    margin-left: 30px;
    font-size: 1.8rem; }
    .stock-car-search__btn-search:hover {
      background-color: #48ad43; }
  .stock-car-search__btn-search-icon {
    width: 20px;
    margin-right: 13px; }
  .stock-car-search__column-monitor {
    width: 60%; }
  @media screen and (max-width: 768px) {
    .stock-car-search__title {
      margin: 40px 0;
      font-size: 1.5rem; }
      .stock-car-search__title.top {
        margin: 10px 0 40px; }
    .stock-car-search__dropdown {
      margin-top: 40px; }
    .stock-car-search__container {
      display: block; }
    .stock-car-search__wrap {
      width: 100%; }
      .stock-car-search__wrap:first-child {
        padding-right: 0; }
      .stock-car-search__wrap:last-child {
        padding-left: 0; }
    .stock-car-search__color {
      width: 30px;
      height: 30px; }
      .stock-car-search__color:hover {
        pointer-events: none; }
      .stock-car-search__color.etc::before {
        width: 30px;
        height: 15px; }
      .stock-car-search__color.etc:hover::before {
        width: 26px;
        height: 13px; }
    .stock-car-search__input:checked + .stock-car-search__color.etc::before {
      width: 26px;
      height: 13px; }
    .stock-car-search__label {
      min-width: 55px;
      max-width: 55px;
      width: 100%;
      margin-right: 10px; }
      .stock-car-search__label.check {
        padding-top: 14px; }
      .stock-car-search__label br {
        display: none; }
    .stock-car-search__select-wrap {
      max-width: 298px;
      width: 100%; }
      .stock-car-search__select-wrap select {
        font-size: 1.6rem;
        transform: scale(0.8);
        margin-left: -25px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 112%; }
      .stock-car-search__select-wrap.mini select {
        transform: scale(0.8);
        margin-left: -14px; }
      .stock-car-search__select-wrap.medium {
        width: 100%;
        max-width: 298px; }
        .stock-car-search__select-wrap.medium select {
          transform: scale(0.8);
          margin-left: -20px; }
    .stock-car-search__column-monitor {
      width: 100%; }
    .stock-car-search__check-wrap {
      display: block;
      max-width: 260px;
      width: 100%; }
    .stock-car-search__check {
      padding: 10px 0 4px 29px;
      margin: 3px 10px 1px 0; }
      .stock-car-search__check::before {
        height: 23px;
        width: 23px; }
      .stock-car-search__check::after {
        top: 23px;
        left: 9px; }
    .stock-car-search__btn-more {
      font-size: 1.4rem; }
    .stock-car-search__btn-wrap {
      margin-top: 40px;
      padding-bottom: 50px; }
    .stock-car-search__btn-clear {
      width: 132px;
      height: 67px;
      padding: 20px 0;
      font-size: 1.4rem; }
    .stock-car-search__btn-search {
      margin-left: 11px;
      width: 202px;
      height: 67px;
      padding: 20px 0;
      font-size: 1.4rem; } }

.stock-car-mian {
  padding: 100px 0;
  max-width: 1120px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .stock-car-mian {
      padding: 40px 4%; } }

.stock-car-mian-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px; }
  .stock-car-mian-header__wrap {
    display: flex;
    align-items: center; }
  .stock-car-mian-header__number {
    font-size: 2rem;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .stock-car-mian-header__number span {
      color: #358331;
      font-size: 4.8rem; }
  .stock-car-mian-header select {
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    appearance: none; }
    .stock-car-mian-header select::-ms-expand {
      display: none; }
  .stock-car-mian-header__select-wrap {
    position: relative;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-left: 30px; }
    .stock-car-mian-header__select-wrap::before {
      content: '';
      width: 9px;
      height: 9px;
      border-top: solid 1px #161616;
      border-right: solid 1px #161616;
      transform: rotate(135deg);
      pointer-events: none;
      position: absolute;
      right: 16px;
      top: 35%; }
    .stock-car-mian-header__select-wrap select {
      display: flex;
      align-items: center;
      padding: 0 38px 0 10px;
      width: 200px;
      height: 40px; }
  .stock-car-mian-header__pagination {
    margin-left: auto;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .stock-car-mian-header__pagination-list {
    display: flex;
    align-items: center; }
  .stock-car-mian-header__pagination-item {
    margin: 0 15px; }
  .stock-car-mian-header__pagination-link {
    color: #9b9b9b;
    font-size: 1.6rem;
    cursor: pointer; }
    .stock-car-mian-header__pagination-link:hover {
      color: #161616; }
    .stock-car-mian-header__pagination-link.active {
      color: #358331; }
  .stock-car-mian-header__pagination-btn {
    display: block;
    width: 36px;
    height: 36px;
    color: #358331;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    position: relative; }
    .stock-car-mian-header__pagination-btn::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border: 1px solid;
      border-color: #358331 #358331 transparent transparent;
      transform: rotate(45deg);
      top: 13px;
      right: 15px; }
    .stock-car-mian-header__pagination-btn:hover {
      background-color: #358331; }
      .stock-car-mian-header__pagination-btn:hover::before {
        border-color: #fff #fff transparent transparent; }
    .stock-car-mian-header__pagination-btn.prev::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border: 1px solid;
      border-color: #358331 #358331 transparent transparent;
      transform: rotate(-135deg);
      top: 13px;
      right: 12px; }
    .stock-car-mian-header__pagination-btn.prev:hover {
      background-color: #358331; }
      .stock-car-mian-header__pagination-btn.prev:hover::before {
        border-color: #fff #fff transparent transparent; }
  @media screen and (max-width: 768px) {
    .stock-car-mian-header {
      display: block;
      padding-bottom: 0; }
      .stock-car-mian-header__wrap {
        display: block; }
      .stock-car-mian-header__select-wrap {
        margin: 10px 0;
        width: 100%;
        height: 42px; }
      .stock-car-mian-header__number {
        display: none; }
      .stock-car-mian-header__pagination {
        display: none; }
      .stock-car-mian-header__select-wrap select {
        font-size: 1.6rem;
        transform: scale(0.8);
        width: 130%;
        height: 100%;
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: -40px; } }

.stock-car-mian-list {
  margin-top: 40px; }
  .stock-car-mian-list__box {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .stock-car-mian-list__box:first-child {
      padding-top: 40px;
      border-top: 1px solid #e0e0e0; }
  .stock-car-mian-list__img {
    width: 360px;
    height: 270px;
    object-fit: cover;
    margin-right: 36px; }
  .stock-car-mian-list__wrap {
    width: 70%; }
  .stock-car-mian-list__tag-wrap {
    display: flex;
    align-items: center; }
  .stock-car-mian-list__tag {
    width: auto;
    padding: 5px 18px;
    text-align: center;
    border-radius: 100px;
    margin-right: 13px;
    background-color: #161616;
    color: #fff;
    letter-spacing: .2em;
    font-weight: 200; }
    .stock-car-mian-list__tag.en {
      letter-spacing: .2em;
      font-size: 1.4rem;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
      font-weight: 200; }
    .stock-car-mian-list__tag.jp {
      letter-spacing: .05em;
      font-size: 1.3rem;
      font-weight: 400; }
  .stock-car-mian-list__day {
    color: #9b9b9b;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .stock-car-mian-list__title {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 24px 0 20px;
    letter-spacing: 0; }
    .stock-car-mian-list__title:hover {
      color: #358331; }
  .stock-car-mian-list__subtitle {
    letter-spacing: 0; }
  .stock-car-mian-list__info-wrap {
    display: flex;
    align-items: center;
    margin: 20px 0 47px;
    justify-content: space-between;
    letter-spacing: 0; }
  .stock-car-mian-list__price-cont {
    display: flex;
    align-items: center;
    gap: 0 5rem; }
  .stock-car-mian-list__price-label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #9b9b9b;
    margin-bottom: -5px; }
  .stock-car-mian-list__price-text {
    font-weight: 500;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .stock-car-mian-list__price-text span {
      font-size: 5.6rem; }
      .stock-car-mian-list__price-text span i {
        color: #358331; }
  .stock-car-mian-list__info-cont {
    display: flex; }
  .stock-car-mian-list__info-col {
    border-left: 1px solid #e0e0e0;
    width: 110px;
    text-align: center;
    padding: 10px 0; }
    .stock-car-mian-list__info-col:last-child {
      border-right: 1px solid #e0e0e0; }
  .stock-car-mian-list__info-label {
    font-size: 1.2rem;
    color: #fff;
    background-color: #6e6e6e;
    border-radius: 100px;
    padding: 1px 0;
    width: 90px;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto 19px; }
  .stock-car-mian-list__info {
    padding: 0 4%; }
  .stock-car-mian-list__btn-wrap {
    display: flex;
    align-items: center; }
  .stock-car-mian-list__btn-tel {
    display: block;
    background-color: #161616;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 50%;
    height: 58px;
    margin-right: 20px;
    padding: 14px 0;
    letter-spacing: 0;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .stock-car-mian-list__btn-tel span {
      font-size: 2rem; }
    .stock-car-mian-list__btn-tel:hover {
      background-color: #9b9b9b; }
  .stock-car-mian-list__btn-tel-icon {
    width: 15px;
    margin: 2px 8px 0 15px; }
  .stock-car-mian-list__btn-contact {
    display: block;
    background-color: #358331;
    color: #fff;
    text-align: center;
    width: 50%;
    height: 58px;
    padding: 18px 0; }
    .stock-car-mian-list__btn-contact:hover {
      background-color: #48ad43; }
  .stock-car-mian-list__btn-contact-icon {
    width: 20px;
    margin: 3px 10px 0 0; }
  @media screen and (max-width: 768px) {
    .stock-car-mian-list {
      display: none; } }

.sp-stock-car-mian-header {
  display: none; }
  .sp-stock-car-mian-header__wrap {
    display: none; }
  .sp-stock-car-mian-header__pagination {
    display: none; }
  @media screen and (max-width: 768px) {
    .sp-stock-car-mian-header__wrap {
      display: block; }
    .sp-stock-car-mian-header__pagination {
      display: block;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .sp-stock-car-mian-header__pagination-list {
      display: flex;
      align-items: center;
      justify-content: center; }
    .sp-stock-car-mian-header__pagination-item {
      margin: 0 15px; }
    .sp-stock-car-mian-header__pagination-link {
      color: #9b9b9b;
      font-size: 1.6rem;
      cursor: pointer; }
      .sp-stock-car-mian-header__pagination-link:hover {
        color: #161616; }
      .sp-stock-car-mian-header__pagination-link.active {
        color: #358331; }
    .sp-stock-car-mian-header__pagination-btn {
      display: block;
      width: 36px;
      height: 36px;
      color: #358331;
      border-radius: 100px;
      border: 1px solid #e0e0e0;
      background-color: #fff;
      text-align: center;
      padding: 8px 0;
      cursor: pointer;
      font-size: 14px;
      position: relative; }
      .sp-stock-car-mian-header__pagination-btn::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border: 1px solid;
        border-color: #358331 #358331 transparent transparent;
        transform: rotate(45deg);
        top: 13px;
        right: 15px; }
      .sp-stock-car-mian-header__pagination-btn:hover {
        background-color: #358331;
        color: #fff; }
      .sp-stock-car-mian-header__pagination-btn.prev::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border: 1px solid;
        border-color: #358331 #358331 transparent transparent;
        transform: rotate(-135deg);
        top: 13px;
        right: 12px; }
    .sp-stock-car-mian-header__wrap {
      margin-top: -20px; }
    .sp-stock-car-mian-header__number {
      font-size: 1.5rem;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
      .sp-stock-car-mian-header__number.end {
        margin-top: 27px; }
      .sp-stock-car-mian-header__number span {
        color: #358331;
        font-size: 3rem; } }

.sp-stock-car-mian-list {
  display: none; }
  .sp-stock-car-mian-list__btn-wrap {
    display: none; }
  @media screen and (max-width: 768px) {
    .sp-stock-car-mian-list {
      display: block;
      margin-top: 20px; }
      .sp-stock-car-mian-list__wrap.sp-wrap {
        display: flex;
        justify-content: space-between;
        padding: 0 4% 20px; }
      .sp-stock-car-mian-list__box {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 40px;
        margin-bottom: 40px; }
        .sp-stock-car-mian-list__box:first-child {
          padding-top: 40px;
          border-top: 1px solid #e0e0e0; }
        .sp-stock-car-mian-list__box.sp-box {
          border: none; }
      .sp-stock-car-mian-list__img {
        width: 195px;
        height: 146px;
        object-fit: cover;
        margin-right: 10px; }
      .sp-stock-car-mian-list__tag-wrap {
        display: flex;
        align-items: center; }
      .sp-stock-car-mian-list__tag {
        width: auto;
        padding: 3px 18px;
        text-align: center;
        border-radius: 100px;
        margin-right: 13px;
        background-color: #161616;
        color: #fff;
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
        .sp-stock-car-mian-list__tag.en {
          font-size: 1.2rem;
          font-weight: 200; }
        .sp-stock-car-mian-list__tag.jp {
          font-size: 1.1rem; }
      .sp-stock-car-mian-list__day {
        color: #9b9b9b;
        font-size: 1.2rem;
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
      .sp-stock-car-mian-list__title {
        display: block;
        font-size: 1.5rem;
        font-weight: 500;
        margin: 20px 0;
        line-height: 22px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        letter-spacing: 0; }
        .sp-stock-car-mian-list__title:hover {
          color: #358331; }
      .sp-stock-car-mian-list__subtitle {
        letter-spacing: 0;
        font-size: 1.2rem; }
      .sp-stock-car-mian-list__info-wrap {
        display: flex;
        margin: 20px 0 23px;
        letter-spacing: 0; }
      .sp-stock-car-mian-list__price-label {
        font-size: 1rem;
        font-weight: 500;
        color: #9b9b9b;
        margin-bottom: -5px; }
      .sp-stock-car-mian-list__price-text {
        font-weight: 500;
        font-size: 1.4rem;
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
        .sp-stock-car-mian-list__price-text span {
          font-size: 3rem; }
          .sp-stock-car-mian-list__price-text span i {
            color: #358331; }
      .sp-stock-car-mian-list__info-row {
        display: flex;
        width: 100%;
        text-align: left;
        margin-top: 4px; }
        .sp-stock-car-mian-list__info-row:first-child {
          margin-top: 0; }
      .sp-stock-car-mian-list__info-label {
        font-size: 1rem;
        color: #fff;
        background-color: #6e6e6e;
        border-radius: 100px;
        width: 35px;
        height: 16px;
        text-align: center;
        margin-right: 4px; }
      .sp-stock-car-mian-list__info {
        font-size: 1.2rem; }
      .sp-stock-car-mian-list__btn-wrap {
        display: flex;
        align-items: center; }
        .sp-stock-car-mian-list__btn-wrap.sp-btn-wrap {
          padding: 0 4%; }
      .sp-stock-car-mian-list__btn-tel {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #161616;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 500;
        text-align: center;
        width: 50%;
        height: 49px;
        margin-right: 10px; }
      .sp-stock-car-mian-list__btn-tel-icon {
        width: 15px;
        margin-right: 8px; }
      .sp-stock-car-mian-list__btn-contact {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #358331;
        color: #fff;
        width: 50%;
        height: 49px;
        font-size: 1.3rem; }
        .sp-stock-car-mian-list__btn-contact:hover {
          background-color: #48ad43; }
      .sp-stock-car-mian-list__btn-contact-icon {
        width: 15px;
        margin: 3px 10px 0 0; } }

.stock-car-detail {
  padding: 0 4% 0; }
  @media screen and (max-width: 768px) {
    .stock-car-detail {
      padding: 0; }
      .stock-car-detail .common-breadcrumbs {
        padding: 25px 10px; } }

.stock-car-detail-main {
  display: block;
  padding-bottom: 110px;
  max-width: 1120px;
  margin: auto; }
  .stock-car-detail-main__wrap {
    display: flex; }
  .stock-car-detail-main__cont:first-child {
    width: 55%;
    margin-right: 5%; }
  .stock-car-detail-main__cont:last-child {
    width: 40%; }
  .stock-car-detail-main__slide-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
  .stock-car-detail-main__slide {
    width: 100%;
    margin: auto; }
  .stock-car-detail-main__slide-item img {
    width: 100%; }
  .stock-car-detail-main__slide-text {
    color: #6e6e6e;
    margin: 10px 0;
    letter-spacing: 0; }
  .stock-car-detail-main__slide-thumbnail {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 2%;
    background-color: #f5f5f5; }
  .stock-car-detail-main__slide-thumbnail-item {
    flex: 0 1 13%;
    margin: .5%;
    box-sizing: border-box;
    position: relative; }
    .stock-car-detail-main__slide-thumbnail-item:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 95%;
      height: 93%;
      opacity: 1;
      transition: .3s opacity linear; }
    .stock-car-detail-main__slide-thumbnail-item.thumbnail-current:after {
      border: 3px solid #358331; }
    .stock-car-detail-main__slide-thumbnail-item img {
      width: 100%;
      margin: 0 auto; }
  .stock-car-detail-main__look-number {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100px;
    width: 70px;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .stock-car-detail-main__slide-prev {
    width: 40px;
    position: absolute;
    top: 32%;
    z-index: 1; }
  .stock-car-detail-main__slide-next {
    width: 40px;
    position: absolute;
    top: 32%;
    right: 0;
    z-index: 1; }
  .stock-car-detail-main__tag-wrap {
    display: flex;
    align-items: center; }
  .stock-car-detail-main__tag {
    width: auto;
    padding: 5px 18px;
    text-align: center;
    border-radius: 100px;
    margin-right: 13px;
    background-color: #161616;
    color: #fff;
    letter-spacing: .2em;
    font-weight: 100; }
    .stock-car-detail-main__tag.en {
      font-size: 1.4rem;
      font-weight: 100;
      letter-spacing: .2em;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .stock-car-detail-main__tag.jp {
      font-size: 1.3rem;
      letter-spacing: .05em; }
  .stock-car-detail-main__day {
    color: #9b9b9b;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .stock-car-detail-main__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    margin: 24px 0 20px;
    letter-spacing: 0;
    line-height: 36px; }
  .stock-car-detail-main__subtitle {
    letter-spacing: 0;
    font-size: 1.6rem; }
  .stock-car-detail-main__price-cont {
    display: flex;
    align-items: center;
    gap: 0 5rem; }
  .stock-car-detail-main__price-label {
    font-weight: 500;
    color: #9b9b9b;
    margin: 20px 0 -5px;
    letter-spacing: 0;
    font-size: 1.5rem; }
    .stock-car-detail-main__price-label span {
      font-size: 1.3rem;
      font-weight: 400; }
  .stock-car-detail-main__price-text {
    font-weight: 500;
    letter-spacing: 0;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .stock-car-detail-main__price-text span {
      font-size: 5.6rem; }
      .stock-car-detail-main__price-text span i {
        color: #358331; }
  .stock-car-detail-main__info-cont {
    display: flex;
    justify-content: space-between;
    letter-spacing: 0;
    margin-top: 5px; }
  .stock-car-detail-main__info-col {
    border-left: 1px solid #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 10px 0; }
    .stock-car-detail-main__info-col:last-child {
      border-right: 1px solid #e0e0e0; }
  .stock-car-detail-main__info-label {
    font-size: 1.2rem;
    color: #fff;
    background-color: #6e6e6e;
    border-radius: 100px;
    padding: 1px 0;
    width: 90px;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto 19px; }
  .stock-car-detail-main__info {
    padding: 0 4%;
    font-weight: 500;
    font-size: 1.6rem; }
  .stock-car-detail-main__btn-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #161616;
    color: #fff;
    font-weight: 500;
    width: 100%;
    height: 90px;
    padding: 14px 0;
    margin: 40px 0 15px;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .stock-car-detail-main__btn-tel:hover {
      background-color: #9b9b9b; }
  .stock-car-detail-main__btn-tel-label {
    font-size: 1.6rem;
    padding-right: 20px;
    border-right: 1px solid #9b9b9b;
    letter-spacing: 0; }
    .stock-car-detail-main__btn-tel-label span {
      display: block;
      font-size: 1.2rem; }
  .stock-car-detail-main__btn-tel-icon {
    width: 20px;
    margin: 0 6px 0 20px; }
  .stock-car-detail-main__btn-tel-number {
    font-size: 2.8rem; }
  .stock-car-detail-main__btn-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #358331;
    color: #fff;
    width: 100%;
    height: 90px;
    padding: 18px 0; }
    .stock-car-detail-main__btn-contact:hover {
      background-color: #48ad43; }
  .stock-car-detail-main__btn-contact-icon {
    width: 24px;
    margin: 0 20px 0 0; }
  .stock-car-detail-main__btn-contact-label {
    font-size: 2rem; }
  .stock-car-detail-main__point {
    width: 100%;
    background-color: #e1efe0;
    margin: 60px 0;
    padding: 30px 40px;
    display: flex;
    align-items: center; }
  .stock-car-detail-main__point-title {
    color: #358331;
    font-size: 2.8rem;
    border-right: 1px solid #fff;
    padding-right: 40px;
    text-align: center;
    letter-spacing: .12em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .stock-car-detail-main__point-title span {
      display: block;
      font-size: 1.4rem;
      color: #161616;
      font-weight: 500;
      letter-spacing: .12em; }
  .stock-car-detail-main__point-text {
    font-size: 1.8rem;
    font-weight: 500;
    margin-left: 40px;
    letter-spacing: 0; }
  .stock-car-detail-main__table {
    margin-bottom: 60px;
    letter-spacing: 0; }
  .stock-car-detail-main__table-label {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px; }
  .stock-car-detail-main__table-table {
    width: 100%; }
  .stock-car-detail-main__table-tr {
    border-top: 1px solid #e0e0e0; }
    .stock-car-detail-main__table-tr:last-child {
      border-bottom: 1px solid #e0e0e0; }
  .stock-car-detail-main__table-td {
    background-color: #fff;
    padding: 24px;
    width: 25%; }
    .stock-car-detail-main__table-td.title {
      width: 10%;
      color: #6e6e6e;
      background-color: #f5f5f5; }
    .stock-car-detail-main__table-td.single-col {
      line-height: 17px;
      width: 60%; }
      .stock-car-detail-main__table-td.single-col.title {
        width: 10%; }
  .stock-car-detail-main__chart {
    margin-bottom: 60px;
    letter-spacing: 0; }
  .stock-car-detail-main__chart-label {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px; }
  .stock-car-detail-main__chart-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .stock-car-detail-main__chart-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19%;
    height: 44px;
    border: 1px solid #e0e0e0;
    color: #bebebe;
    background-color: #fff;
    margin: 5px;
    padding: 1%; }
    .stock-car-detail-main__chart-box.active {
      color: #358331;
      background-color: #e1efe0;
      border: 1px solid #e1efe0; }
    .stock-car-detail-main__chart-box.medium {
      width: 39%; }
    .stock-car-detail-main__chart-box.big {
      width: 59%; }
  .stock-car-detail-main__pr {
    margin-bottom: 60px;
    letter-spacing: 0; }
  .stock-car-detail-main__pr-label {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: #358331; }
  .stock-car-detail-main__pr-wrap {
    background-color: #f5f5f5;
    padding: 60px; }
  .stock-car-detail-main__pr-comment {
    line-height: 2.5rem; }
  .stock-car-detail-main__btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto; }
    .stock-car-detail-main__btn-wrap .stock-car-detail-main__btn-tel {
      width: 50%;
      margin: 0 10px 0 0; }
    .stock-car-detail-main__btn-wrap .stock-car-detail-main__btn-contact {
      width: 50%; }
  @media screen and (max-width: 768px) {
    .stock-car-detail-main__wrap {
      flex-direction: column;
      flex-flow: column-reverse; }
    .stock-car-detail-main__cont:first-child {
      width: 100%;
      margin-right: 0; }
    .stock-car-detail-main__cont:last-child {
      width: 100%;
      padding: 0 4% 20px; }
    .stock-car-detail-main__tag {
      padding: 3px 18px;
      font-size: 1.2rem; }
      .stock-car-detail-main__tag.en {
        font-size: 1.2rem; }
      .stock-car-detail-main__tag.jp {
        font-size: 1.1rem; }
    .stock-car-detail-main__day {
      font-size: 1.2rem; }
    .stock-car-detail-main__price-cont {
      display: none; }
    .stock-car-detail-main__info-cont {
      display: none; }
    .stock-car-detail-main__btn-tel {
      display: none; }
    .stock-car-detail-main__btn-contact {
      display: none; }
    .stock-car-detail-main__slide-text {
      padding: 10px 4%;
      margin: 0;
      background-color: #f5f5f5; }
    .stock-car-detail-main__slide-thumbnail {
      display: none; }
    .stock-car-detail-main__look-number {
      width: 50px;
      padding: 2px 0 1px;
      font-size: 1rem;
      letter-spacing: .05em; }
    .stock-car-detail-main__slide-prev {
      width: 30px;
      height: 60px;
      top: 35%; }
    .stock-car-detail-main__slide-next {
      width: 30px;
      height: 60px;
      top: 35%; }
    .stock-car-detail-main__title {
      font-size: 1.8rem;
      line-height: 27px; }
    .stock-car-detail-main__subtitle {
      letter-spacing: 0;
      font-size: 1.4rem; }
    .stock-car-detail-main__point {
      display: block;
      width: auto;
      margin: -40px 4% 30px;
      padding: 20px; }
    .stock-car-detail-main__point-title {
      border-bottom: 1px solid #fff;
      border-right: none;
      padding: 0 0 20px 0;
      font-size: 2.2rem; }
      .stock-car-detail-main__point-title span {
        font-size: 1.2rem; }
    .stock-car-detail-main__point-text {
      margin-left: 0;
      padding-top: 20px;
      font-size: 1.5rem;
      line-height: 30px; }
    .stock-car-detail-main__table {
      padding: 0 4%; }
    .stock-car-detail-main__table-label {
      margin-bottom: 15px;
      font-size: 1.6rem; }
    .stock-car-detail-main__table-td {
      padding: 8px; }
      .stock-car-detail-main__table-td.title {
        width: 20%;
        font-size: 1.2rem;
        line-height: 15px;
        color: #6e6e6e;
        height: 70px;
        padding: 0 8px; }
      .stock-car-detail-main__table-td.single-col {
        width: 70%; }
        .stock-car-detail-main__table-td.single-col.title {
          width: 20%;
          height: 70px; }
    .stock-car-detail-main__table-td {
      font-size: 1.2rem;
      line-height: 15px; }
    .stock-car-detail-main__chart {
      padding: 0 4%; }
    .stock-car-detail-main__chart-wrap {
      margin-right: -1%;
      margin-left: -1%; }
    .stock-car-detail-main__chart-label {
      font-size: 1.6rem;
      margin-bottom: 15px; }
    .stock-car-detail-main__chart-box {
      width: 48%;
      height: 29px;
      margin: 5px 1%;
      padding: 1%;
      font-size: 1.1rem;
      letter-spacing: 0;
      justify-content: start; }
      .stock-car-detail-main__chart-box.medium {
        width: 100%; }
      .stock-car-detail-main__chart-box.big {
        width: 100%; }
      .stock-car-detail-main__chart-box.font-mini {
        font-size: 1rem; }
    .stock-car-detail-main__pr-label {
      font-size: 1.6rem;
      margin-bottom: 15px; }
    .stock-car-detail-main__pr {
      padding: 0 4%; }
    .stock-car-detail-main__pr-wrap {
      padding: 20px;
      line-height: 28px;
      font-size: 1.4rem; } }

.sp-stock-car-detail-mian-list {
  display: none; }
  .sp-stock-car-detail-mian-list__btn-wrap {
    display: none; }
  @media screen and (max-width: 768px) {
    .sp-stock-car-detail-mian-list {
      display: block;
      margin-top: -20px; }
      .sp-stock-car-detail-mian-list__wrap.sp-wrap {
        display: flex;
        justify-content: space-between;
        padding: 0 4% 20px; }
      .sp-stock-car-detail-mian-list__box {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 40px;
        margin-bottom: 40px; }
        .sp-stock-car-detail-mian-list__box:first-child {
          padding-top: 40px;
          border-top: 1px solid #e0e0e0; }
        .sp-stock-car-detail-mian-list__box.sp-box {
          border: none; }
      .sp-stock-car-detail-mian-list__img {
        width: 56%;
        height: 160px;
        object-fit: cover;
        margin-right: 13px; }
      .sp-stock-car-detail-mian-list__tag-wrap {
        display: flex;
        align-items: center; }
      .sp-stock-car-detail-mian-list__tag {
        width: auto;
        padding: 3px 18px;
        text-align: center;
        border-radius: 100px;
        margin-right: 13px;
        background-color: #161616;
        color: #fff; }
      .sp-stock-car-detail-mian-list__day {
        color: #9b9b9b; }
      .sp-stock-car-detail-mian-list__title {
        display: block;
        font-size: 1.5rem;
        font-weight: 500;
        margin: 20px 0;
        line-height: 22px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
        .sp-stock-car-detail-mian-list__title:hover {
          color: #358331; }
      .sp-stock-car-detail-mian-list__price-cont {
        display: flex;
        flex-direction: column;
        gap: 5px 0; }
      .sp-stock-car-detail-mian-list__price-label {
        font-weight: 500;
        color: #9b9b9b;
        margin-bottom: -5px;
        font-size: 1.2rem;
        letter-spacing: 0; }
        .sp-stock-car-detail-mian-list__price-label span {
          font-weight: 400; }
      .sp-stock-car-detail-mian-list__price-text {
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
        font-weight: 500;
        font-size: 1.4rem; }
        .sp-stock-car-detail-mian-list__price-text span {
          font-size: 4.2rem; }
          .sp-stock-car-detail-mian-list__price-text span i {
            color: #358331; }
      .sp-stock-car-detail-mian-list__info-cont {
        display: flex;
        flex-direction: column;
        gap: 10px 0; }
      .sp-stock-car-detail-mian-list__info-row {
        display: flex;
        gap: 0 5px;
        width: 100%;
        text-align: left; }
      .sp-stock-car-detail-mian-list__info-label {
        font-size: 1.2rem;
        color: #fff;
        background-color: #6e6e6e;
        border-radius: 100px;
        width: 45px;
        height: 20px;
        text-align: center; }
      .sp-stock-car-detail-mian-list__info {
        font-size: 1.4rem;
        letter-spacing: 0; }
      .sp-stock-car-detail-mian-list__btn-wrap {
        display: flex;
        align-items: center; }
        .sp-stock-car-detail-mian-list__btn-wrap.sp-btn-wrap {
          padding: 0 4%; }
      .sp-stock-car-detail-mian-list__btn-tel {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #161616;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 500;
        text-align: center;
        width: 50%;
        height: 62px;
        margin-right: 10px; }
      .sp-stock-car-detail-mian-list__btn-tel-icon {
        width: 15px;
        margin-right: 8px; }
      .sp-stock-car-detail-mian-list__btn-contact {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #358331;
        color: #fff;
        width: 50%;
        height: 62px;
        font-size: 1.5rem; }
        .sp-stock-car-detail-mian-list__btn-contact:hover {
          background-color: #48ad43; }
      .sp-stock-car-detail-mian-list__btn-contact-icon {
        width: 15px;
        margin: 3px 10px 0 0; } }

@media screen and (max-width: 768px) {
  .trade .common-breadcrumbs {
    padding: 25px 10px; }
    .trade .common-breadcrumbs__bg {
      padding: 20px 10px 40px; } }

.trade-cont {
  border-top: 3px solid #358331; }
  .trade-cont__title {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0; }
    .trade-cont__title br {
      display: none; }
  .trade-cont__subtitle {
    text-align: center;
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 32px; }
  @media screen and (max-width: 768px) {
    .trade-cont__title {
      margin: 10px 0 20px;
      padding: 0 4%;
      font-size: 2rem;
      line-height: 30px; }
      .trade-cont__title br {
        display: block; }
    .trade-cont__subtitle {
      text-align: left;
      padding: 0 4%;
      font-size: 1.4rem;
      line-height: 28px; }
      .trade-cont__subtitle br {
        display: none; } }

.trade-cont-form {
  background-color: #f5f5f5;
  padding: 100px 0 100px;
  margin-top: 80px; }
  .trade-cont-form__main {
    max-width: 1120px;
    margin: auto; }
  .trade-cont-form__step-wrap {
    padding: 0 4% 100px; }
  .trade-cont-form__step-list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .trade-cont-form__step-list::before {
      content: "";
      width: 550px;
      height: 2px;
      background-color: #e0e0e0;
      position: absolute;
      top: 51px;
      left: 0;
      right: 0;
      margin: auto; }
  .trade-cont-form__step-item {
    color: #bebebe;
    font-size: 1.8rem;
    list-style: none;
    margin: 0 80px;
    position: relative; }
    .trade-cont-form__step-item.active {
      color: #358331; }
      .trade-cont-form__step-item.active::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background-color: #358331;
        border-radius: 100px;
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;
        margin: auto; }
    .trade-cont-form__step-item::before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background-color: #bebebe;
      border-radius: 100px;
      position: absolute;
      top: 40px;
      right: 0;
      left: 0;
      margin: auto; }
  .trade-cont-form__step-text {
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    letter-spacing: .2em; }
    .trade-cont-form__step-text span {
      font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
      letter-spacing: 1px;
      font-weight: 500; }
  .trade-cont-form__comment {
    text-align: center;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 1.5rem; }
    .trade-cont-form__comment.br-none br {
      display: block; }
    .trade-cont-form__comment a {
      color: #358331; }
  .trade-cont-form__subcomment {
    margin: 40px 0 60px;
    text-align: center;
    letter-spacing: 0; }
    .trade-cont-form__subcomment span {
      color: #358331; }
  .trade-cont-form__container {
    background-color: #fff;
    padding: 5% 100px; }
  .trade-cont-form__wrap {
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 30px 0; }
    .trade-cont-form__wrap.trade-cont-form__wrap-center .trade-cont-form__label {
      margin-top: 15px; }
  .trade-cont-form__label {
    display: flex;
    max-width: 200px;
    width: 100%;
    margin-right: 60px;
    letter-spacing: 0; }
    .trade-cont-form__label span {
      color: #358331;
      margin-left: 9px; }
    .trade-cont-form__label p span {
      color: #161616;
      font-size: 1.2rem; }
  .trade-cont-form__radio-container {
    width: 75%; }
    .trade-cont-form__radio-container p {
      margin-left: 40px;
      width: 80%;
      font-weight: 400;
      letter-spacing: 0;
      font-size: 1.6rem; }
    .trade-cont-form__radio-container .mwform-radio-field {
      font-weight: 400;
      display: flex;
      flex-flow: wrap; }
      .trade-cont-form__radio-container .mwform-radio-field label {
        margin: 0 0 20px 40px;
        letter-spacing: 0;
        font-weight: 400; }
      .trade-cont-form__radio-container .mwform-radio-field input {
        display: none; }
      .trade-cont-form__radio-container .mwform-radio-field span.mwform-radio-field-text {
        display: flex;
        position: relative;
        align-items: center; }
        .trade-cont-form__radio-container .mwform-radio-field span.mwform-radio-field-text::before {
          content: "";
          display: block;
          margin-right: 8px;
          width: 20px;
          height: 20px;
          border: 1px solid #e0e0e0;
          border-radius: 50%; }
      .trade-cont-form__radio-container .mwform-radio-field input:checked + span.mwform-radio-field-text::before {
        border: 1px solid #358331; }
      .trade-cont-form__radio-container .mwform-radio-field input:checked + span.mwform-radio-field-text::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 5px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: #358331;
        border-radius: 50%; }
  .trade-cont-form__radio-container .trade-cont-form__input-wrap p {
    margin-left: 0; }
  .trade-cont-form__radio {
    display: flex;
    flex-flow: wrap;
    margin-left: -40px; }
    .trade-cont-form__radio.block {
      display: block; }
    .trade-cont-form__radio.block {
      display: block;
      left: -19px; }
      .trade-cont-form__radio.block .trade-cont-form__radio {
        margin-left: 0; }
  .trade-cont-form__radio-input {
    display: none; }
  .trade-cont-form__radio-wrap {
    margin: 0 0 20px 40px;
    letter-spacing: 0;
    font-weight: 400; }
    .trade-cont-form__radio-wrap label {
      padding-left: 28px;
      position: relative; }
      .trade-cont-form__radio-wrap label::before {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 50%; }
  .trade-cont-form__radio-input:checked + label::before {
    border: 1px solid #358331; }
  .trade-cont-form__radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 12px;
    height: 12px;
    background: #358331;
    border-radius: 50%; }
  .trade-cont-form__input {
    width: 80%; }
  .trade-cont-form__radio-container .trade-cont-form__alert {
    margin: 0; }
  .trade-cont-form__select-wrap .trade-cont-form__alert,
  .trade-cont-form__input-wrap + .trade-cont-form__alert,
  .trade-cont-form__input .trade-cont-form__alert {
    margin: 20px 0 0 0; }
  .trade-cont-form__input-wrap {
    display: flex;
    align-items: center;
    width: 100%; }
    .trade-cont-form__input-wrap p {
      width: 80%;
      font-weight: 400;
      letter-spacing: 0; }
    .trade-cont-form__input-wrap.block {
      display: block; }
      .trade-cont-form__input-wrap.block .trade-cont-form__input-attention {
        width: 100%;
        margin: 10px 0 0 0; }
    .trade-cont-form__input-wrap.original p {
      width: auto;
      font-size: 1.4rem;
      margin: 0 10px; }
      .trade-cont-form__input-wrap.original p:nth-child(2) {
        font-size: 1.6rem; }
      .trade-cont-form__input-wrap.original p:first-child {
        margin: 0 10px 0 0; }
  p + .trade-cont-form__input,
  p + .trade-cont-form__input-wrap {
    margin-top: 20px; }
  .trade-cont-form__input-input {
    background-color: #f5f5f5;
    border-radius: 5px;
    border: none;
    padding: 17px 10px;
    width: 40%;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .trade-cont-form__input-input::placeholder {
      color: #bebebe; }
    .trade-cont-form__input-input.mini {
      width: 28%; }
    .trade-cont-form__input-input.big {
      width: 100%; }
  .trade-cont-form__input-attention {
    color: #9b9b9b;
    font-size: 1.2rem;
    margin-left: 10px;
    letter-spacing: 0;
    font-weight: 400; }
  .trade-cont-form__input-textarea {
    background-color: #f5f5f5;
    border-radius: 5px;
    border: none;
    padding: 17px 10px;
    width: 100%;
    height: 210px;
    resize: vertical;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
    .trade-cont-form__input-textarea::placeholder {
      color: #bebebe;
      font-size: 1.6rem; }
  .trade-cont-form__check-wrap {
    text-align: center;
    margin: 80px 0 50px; }
    .trade-cont-form__check-wrap input[type=checkbox] {
      display: none; }
      .trade-cont-form__check-wrap input[type=checkbox]:checked + .trade-cont-form__check::after {
        opacity: 1; }
      .trade-cont-form__check-wrap input[type=checkbox]:checked + .trade-cont-form__check.disabled::after {
        opacity: 0; }
      .trade-cont-form__check-wrap input[type=checkbox]:checked + .trade-cont-form__check::before {
        background-color: #358331; }
      .trade-cont-form__check-wrap input[type=checkbox]:checked + .trade-cont-form__check.disabled::before {
        background-color: #e5e5e5; }
  .trade-cont-form__check {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 0 30px;
    position: relative;
    width: auto;
    font-size: 1.6rem;
    letter-spacing: 0; }
    .trade-cont-form__check a {
      color: #358331;
      border-bottom: 1px solid #358331; }
    .trade-cont-form__check::before {
      content: "";
      display: block;
      background: #fff;
      border: 1px solid #e0e0e0;
      height: 20px;
      width: 20px;
      margin-top: -10px;
      border-radius: 5px;
      position: absolute;
      top: 50%;
      left: 0; }
    .trade-cont-form__check::after {
      content: '';
      display: block;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      height: 9px;
      width: 5px;
      margin-top: -10px;
      opacity: 0;
      transform: rotate(45deg);
      position: absolute;
      top: 19px;
      left: 8px; }
  .trade-cont-form__select-wrap {
    width: 80%; }
    .trade-cont-form__select-wrap p {
      font-weight: 400;
      letter-spacing: 0; }
  .trade-cont-form__select-cont {
    overflow: hidden;
    width: 60%; }
    .trade-cont-form__select-cont select {
      cursor: pointer;
      text-indent: 0.01px;
      text-overflow: ellipsis;
      border: none;
      outline: none;
      background: transparent;
      background-image: none;
      box-shadow: none;
      appearance: none;
      font-size: 1.6rem; }
      .trade-cont-form__select-cont select::-ms-expand {
        display: none; }
  .trade-cont-form__select-group {
    position: relative; }
    .trade-cont-form__select-group span {
      position: absolute;
      top: 21px;
      right: 0.9em;
      width: 8px;
      height: 8px;
      padding: 0;
      content: '';
      border-top: solid 1px #161616;
      border-right: solid 1px #161616;
      transform: rotate(135deg);
      pointer-events: none; }
    .trade-cont-form__select-group select {
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      padding: 18px 10px 18px 10px;
      color: #9b9b9b;
      width: 100%; }
  .trade-cont-form__select {
    font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    line-height: 1em; }
    .trade-cont-form__select.active {
      color: #161616; }
  .trade-cont-form__file-comment {
    font-size: 1.4rem; }
  .trade-cont-form__file-wrap span {
    color: #9b9b9b;
    margin-left: 10px; }
  .trade-cont-form__file-btn-label {
    display: inline-block;
    cursor: pointer;
    margin: 10px 0;
    padding: 8px 10px;
    background: #9b9b9b;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 5px; }
    .trade-cont-form__file-btn-label input {
      display: none; }
  .trade-cont-form__alert {
    font-weight: 500;
    color: #dc0909;
    line-height: 14px;
    letter-spacing: 0;
    font-size: 1.4rem;
    margin-left: -10px; }
  .trade-cont-form__btn {
    width: 380px;
    background-color: #358331;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    padding: 24.5px 0;
    margin: auto; }
    .trade-cont-form__btn:hover {
      background-color: #48ad43; }
  @media screen and (max-width: 768px) {
    .trade-cont-form {
      padding: 40px 0 60px;
      margin-top: 40px; }
      .trade-cont-form__step-wrap {
        padding: 0 0 60px; }
      .trade-cont-form__step-list::before {
        width: 220px;
        top: 37px;
        height: 1px; }
      .trade-cont-form__step-item {
        margin: 0 12px; }
        .trade-cont-form__step-item::before {
          width: 15px;
          height: 15px;
          top: 30px; }
        .trade-cont-form__step-item.active::before {
          width: 15px;
          height: 15px;
          top: 30px; }
      .trade-cont-form__step-text {
        font-size: 1.3rem; }
      .trade-cont-form__comment {
        text-align: left;
        padding: 0 4%;
        font-size: 1.4rem;
        line-height: 28px; }
        .trade-cont-form__comment.complete {
          text-align: center; }
        .trade-cont-form__comment.br-none br {
          display: none; }
      .trade-cont-form__subcomment {
        margin: 20px 4% 40px;
        text-align: left;
        font-size: 1.4rem; }
      .trade-cont-form__alert {
        font-size: 1.4rem;
        margin-left: 0; }
      .trade-cont-form__select-wrap .trade-cont-form__alert,
      .trade-cont-form__input-wrap + .trade-cont-form__alert,
      .trade-cont-form__input .trade-cont-form__alert {
        margin: 10px 0 0 0; }
      .trade-cont-form__main {
        margin: 0 10px; }
      .trade-cont-form__container {
        padding: 5px 4%;
        margin: 0; }
      .trade-cont-form__wrap {
        display: block; }
      .trade-cont-form__label {
        max-width: fit-content;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.5rem; }
      .trade-cont-form__radio {
        margin-left: 0; }
        .trade-cont-form__radio.block {
          margin-left: 0; }
          .trade-cont-form__radio.block .trade-cont-form__radio-wrap {
            margin-bottom: 12px; }
      .trade-cont-form__radio-container {
        width: 100%;
        font-size: 1.4rem;
        margin-top: 20px; }
        .trade-cont-form__radio-container .mwform-radio-field label {
          margin: 0 25px 10px 0px; }
        .trade-cont-form__radio-container p {
          margin-left: 0; }
      .trade-cont-form__radio-wrap {
        margin: 0 25px 10px 0px; }
        .trade-cont-form__radio-wrap label::before {
          top: 0; }
      .trade-cont-form__radio-input:checked + label::after {
        top: 5px; }
      .trade-cont-form__input {
        width: 100%; }
        .trade-cont-form__input.margin-minus {
          margin-left: 0; }
      .trade-cont-form__input-input {
        width: 100%;
        font-size: 1.5rem; }
        .trade-cont-form__input-input.mini {
          width: 60%; }
      .trade-cont-form__input-textarea {
        margin-left: 0;
        font-size: 1.5rem; }
      .trade-cont-form__input-attention {
        margin: 5px 0 0 0; }
      .trade-cont-form__input-wrap {
        display: block; }
        .trade-cont-form__input-wrap.original {
          display: flex; }
      .trade-cont-form__check-wrap {
        margin: 40px 0; }
      .trade-cont-form__check {
        font-size: 1.4rem; }
        .trade-cont-form__check::before {
          width: 25px;
          height: 25px; }
        .trade-cont-form__check::after {
          top: 77%;
          bottom: 77%;
          left: 10px; }
      .trade-cont-form__btn {
        font-size: 1.4rem;
        width: 260px;
        height: 67px; }
      .trade-cont-form__select-wrap {
        width: 100%;
        margin-left: 0; }
      .trade-cont-form__select-group {
        width: 75px; }
        .trade-cont-form__select-group::before {
          top: 32%; }
        .trade-cont-form__select-group select {
          padding: 12px 10px 12px 10px;
          font-size: 1.5rem; }
        .trade-cont-form__select-group span {
          top: 14px; }
      .trade-cont-form__select-cont {
        width: 60%; }
        .trade-cont-form__select-cont select {
          width: 100%;
          font-size: 1.5rem; } }

.trade-check__breadcrumbs {
  background-color: #f5f5f5; }

.trade-check__label {
  width: 80%; }

.trade-check__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px; }

.trade-check__btn-fix {
  width: 180px;
  padding: 30px;
  text-align: center;
  border: 1px solid #161616;
  border-radius: 0;
  -webkit-appearance: none; }
  .trade-check__btn-fix:hover {
    background-color: #161616;
    color: #fff; }

.trade-check__btn-submit {
  width: 380px;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background-color: #358331;
  border: 0;
  margin: 0 10px;
  border-radius: 0;
  -webkit-appearance: none; }
  .trade-check__btn-submit:hover {
    background-color: #48ad43; }

@media screen and (max-width: 768px) {
  .trade-check__label {
    width: 100%;
    font-size: 1.4rem; }
  .trade-check__btn-wrap {
    margin-top: 40px; }
  .trade-check__btn-fix {
    width: 40%;
    padding: 20px 0; }
  .trade-check__btn-submit {
    width: 235px;
    padding: 20px 0;
    margin-left: 0; } }

.trade-complete {
  margin-top: 75px; }
  .trade-complete__btn {
    display: block;
    margin: auto;
    width: 250px;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #161616; }
    .trade-complete__btn:hover {
      background-color: #161616;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .trade-complete {
      margin-top: 40px; }
      .trade-complete__btn {
        padding: 15px 0;
        font-size: 1.2rem; } }

.trade-recruit__wrap {
  display: flex; }

.trade-recruit__trade {
  display: block;
  width: 50%;
  background-color: #161616;
  color: #fff;
  font-size: 1.6rem;
  padding: 25px 0;
  text-align: center; }

.trade-recruit__entry {
  display: block;
  width: 50%;
  background-color: #358331;
  color: #fff;
  font-size: 1.6rem;
  padding: 25px 0;
  text-align: center;
  position: relative; }
  .trade-recruit__entry::before {
    content: "";
    border-right: 5px solid transparent;
    border-bottom: 8px solid #358331;
    border-left: 5px solid transparent;
    transform: rotateZ(60deg);
    position: absolute;
    bottom: -6px;
    right: 50%; }

.privacy-header {
  padding: 70px 0;
  max-width: 1120px;
  margin: auto; }
  .privacy-header__title {
    font-size: 3.2rem;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    font-weight: 500;
    letter-spacing: .05em; }

@media screen and (max-width: 768px) {
  .privacy-header {
    padding: 40px 4%; }
    .privacy-header__title {
      font-size: 2rem; } }

.privacy-cont {
  border-top: 4px solid #358331;
  padding: 0 10px 40px; }
  .privacy-cont__breadcrumbs {
    padding: 40px 0 20px;
    color: #9b9b9b;
    max-width: 1120px;
    width: 100%;
    margin: auto; }
  .privacy-cont__breadcrumbs-list {
    display: flex;
    align-items: center;
    flex-flow: wrap; }
  .privacy-cont__breadcrumbs-item {
    margin-right: 15px;
    font-size: 1.2rem; }
  .privacy-cont__breadcrumbs-link {
    display: block;
    font-size: 1.2rem;
    color: #9b9b9b;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    position: relative; }
    .privacy-cont__breadcrumbs-link::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border: 1px solid;
      border-color: #9b9b9b #9b9b9b transparent transparent;
      transform: rotate(45deg);
      top: 6px;
      right: -9px; }
    .privacy-cont__breadcrumbs-link:hover {
      border-bottom: 1px solid #9b9b9b; }
  .privacy-cont__wrap {
    max-width: 1120px;
    margin: auto;
    padding: 0 5%; }
  .privacy-cont__group {
    margin: 60px 0;
    line-height: 30px; }
  .privacy-cont__wrap-text {
    font-size: 1.5rem;
    margin-top: 18px;
    letter-spacing: 0; }
    .privacy-cont__wrap-text .bold {
      font-weight: 500; }
  .privacy-cont__wrap-title {
    color: #358331;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0; }
  .privacy-cont__wrap-ol {
    letter-spacing: 0; }
    .privacy-cont__wrap-ol.alphabet {
      list-style: upper-latin;
      padding: 0 2%; }
    .privacy-cont__wrap-ol.roman {
      list-style: lower-roman;
      padding-left: 2%; }
  .privacy-cont__wrap-li {
    letter-spacing: 0;
    margin: 30px 0; }
  .privacy-cont__wrap-box {
    background-color: #f5f5f5;
    padding: 20px 5%; }
  .privacy-cont__wrap-link {
    display: inline-block;
    color: #358331;
    font-weight: 500;
    border-bottom: 1px solid #358331;
    margin-top: 10px;
    letter-spacing: 0; }
    .privacy-cont__wrap-link:hover {
      border-bottom: none; }

@media screen and (max-width: 768px) {
  .privacy-cont {
    border-top: 3px solid #358331;
    padding: 0 15px 40px; }
    .privacy-cont__breadcrumbs {
      padding: 20px 0 0;
      overflow: scroll; }
    .privacy-cont__breadcrumbs-list {
      width: max-content; }
    .privacy-cont__breadcrumbs-item {
      margin-right: 20px;
      font-size: 1.2rem; }
    .privacy-cont__breadcrumbs-link {
      font-size: 1.2rem; }
      .privacy-cont__breadcrumbs-link::before {
        right: -2.5vw; }
    .privacy-cont__wrap {
      padding: 0; }
    .privacy-cont__group {
      margin: 40px 0;
      line-height: 25px; }
    .privacy-cont__wrap-box {
      padding: 20px; }
    .privacy-cont__wrap-text {
      margin-top: 15px;
      font-size: 1.4rem; }
    .privacy-cont__wrap-title {
      font-size: 1.6rem; }
    .privacy-cont__wrap-ol {
      font-size: 1.5rem; }
      .privacy-cont__wrap-ol.alphabet {
        padding: 0 0 0 6%; }
      .privacy-cont__wrap-ol.roman {
        padding-left: 20px; }
    .privacy-cont__wrap-li {
      margin: 30px 0; }
    .privacy-cont__wrap-link {
      font-size: 1.4rem; } }

.antisocial-header {
  padding: 70px 0;
  max-width: 1120px;
  margin: auto; }
  .antisocial-header__title {
    font-size: 3.2rem;
    letter-spacing: .05em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  @media screen and (max-width: 768px) {
    .antisocial-header {
      padding: 40px 4%; }
      .antisocial-header__title {
        font-size: 2rem; } }

.antisocial-cont {
  border-top: 4px solid #358331;
  padding: 0 10px 40px; }
  .antisocial-cont .common-breadcrumbs {
    padding: 40px 0 20px; }
  .antisocial-cont__wrap {
    max-width: 1120px;
    margin: auto;
    padding: 0 5%; }
  .antisocial-cont__group {
    margin: 60px 0;
    line-height: 30px; }
  .antisocial-cont__wrap-text {
    font-size: 1.5rem;
    margin-top: 18px;
    letter-spacing: 0; }
  .antisocial-cont__wrap-ol {
    font-size: 1.5rem;
    letter-spacing: 0; }
    .antisocial-cont__wrap-ol.decimal {
      list-style: decimal;
      padding: 0 2%;
      font-weight: 500; }
  .antisocial-cont__wrap-li {
    margin: 30px 0;
    font-size: 1.5rem;
    letter-spacing: 0; }
  .antisocial-cont__day {
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
    font-size: 1.5rem;
    letter-spacing: 0; }
  @media screen and (max-width: 768px) {
    .antisocial-cont {
      border-top: 3px solid #358331; }
      .antisocial-cont .common-breadcrumbs {
        padding: 20px 0 0; }
      .antisocial-cont__wrap {
        padding: 0 2%; }
      .antisocial-cont__group {
        margin: 40px 0;
        line-height: 25px; }
      .antisocial-cont__wrap-text {
        margin-top: 15px;
        font-size: 1.4rem; }
      .antisocial-cont__wrap-ol {
        font-size: 1.4rem; }
        .antisocial-cont__wrap-ol.decimal {
          padding: 0 6%; }
      .antisocial-cont__wrap-li {
        margin: 30px 0;
        font-size: 1.4rem; }
      .antisocial-cont__day {
        font-size: 1.4rem; } }

.recruit-info-cont {
  border-top: 4px solid #358331;
  padding: 0 10px 40px;
  background-color: #f5f5f5; }
  .recruit-info-cont__wrap {
    max-width: 1120px;
    margin: auto; }
  .recruit-info-cont__wrap-title {
    margin-top: 15px;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0; }
  .recruit-info-cont__category-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 70px;
    flex-wrap: wrap;
    letter-spacing: 0; }
  .recruit-info-cont__category {
    color: #358331;
    font-size: 1.6rem;
    margin: 0 20px;
    position: relative; }
    .recruit-info-cont__category::before {
      content: "";
      height: 18px;
      width: 1px;
      background-color: #9b9b9b;
      position: absolute;
      top: 4px;
      right: -18px; }
    .recruit-info-cont__category:last-child::before {
      display: none; }
    .recruit-info-cont__category:hover {
      color: #48ad43; }
  .recruit-info-cont__cont {
    position: relative;
    background-color: #fff;
    padding: 60px 4% 80px;
    max-width: 1120px;
    margin: 0 auto 70px;
    letter-spacing: 0; }
  .recruit-info-cont__cont-title {
    color: #358331;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 60px; }
  .recruit-info-cont__cont-subtitle {
    margin-bottom: 60px;
    font-size: 1.6rem;
    line-height: 28px; }
  .recruit-info-cont__cont-table {
    width: 100%;
    line-height: 28px; }
  .recruit-info-cont__cont-tr {
    border-bottom: 1px solid #e7e8e7; }
    .recruit-info-cont__cont-tr:first-child {
      border-top: 1px solid #e7e8e7; }
  .recruit-info-cont__cont-td {
    font-size: 1.6rem;
    width: 80%;
    padding: 40px 0; }
    .recruit-info-cont__cont-td.title {
      font-weight: 500;
      width: 20%; }
  .recruit-info-cont__cont-btn {
    width: 250px;
    display: block;
    background-color: #358331;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin: 60px auto 0;
    letter-spacing: 1px; }
    .recruit-info-cont__cont-btn:hover {
      background-color: #9b9b9b; }

@media screen and (max-width: 768px) {
  .recruit-info-cont {
    padding: 0 10px 20px;
    border-top: 3px solid #358331; }
    .recruit-info-cont__wrap-title {
      font-size: 2rem; }
    .recruit-info-cont__cont {
      margin: 0 auto 40px;
      padding: 30px 4% 40px; }
    .recruit-info-cont__cont-title {
      margin-bottom: 20px; }
    .recruit-info-cont__cont-subtitle {
      margin-bottom: 20px;
      font-size: 1.4rem;
      line-height: 24px; }
    .recruit-info-cont__cont-table {
      line-height: 24px; }
    .recruit-info-cont__category-wrap {
      margin: 20px 0 45px; }
    .recruit-info-cont__category {
      font-size: 1.4rem; }
      .recruit-info-cont__category::before {
        height: 14px; }
      .recruit-info-cont__category:nth-child(-n+2) {
        margin-bottom: 8px; }
    .recruit-info-cont__cont-title {
      font-size: 2rem; }
    .recruit-info-cont__cont-td {
      display: grid;
      font-size: 1.4rem;
      width: 100%;
      padding: 10px 0 25px; }
      .recruit-info-cont__cont-td.title {
        width: 100%;
        padding: 25px 0 0; }
    .recruit-info-cont__cont-btn {
      margin: 40px auto 0; } }

.recruit-info-ankerpoint {
  position: absolute;
  top: -90px; }

@media screen and (max-width: 768px) {
  .recruit-info-ankerpoint {
    top: -25px; } }

.faq-cont {
  border-top: 4px solid #358331;
  background-color: #f5f5f5;
  padding-bottom: 110px; }
  .faq-cont__container {
    max-width: 1120px;
    margin: auto;
    background-color: #fff;
    padding: 1px 60px; }
  .faq-cont__wrap {
    border-bottom: 1px solid #e0e0e0;
    margin-top: 60px;
    padding-bottom: 60px; }
    .faq-cont__wrap:last-child {
      border: none; }
  .faq-cont__row {
    display: flex; }
    .faq-cont__row:first-child {
      align-items: center;
      margin-bottom: 24px; }
  .faq-cont__question-mark {
    color: #fff;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    background-color: #358331;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 2rem;
    margin-right: 20px;
    padding: 5px 0; }
  .faq-cont__question {
    font-weight: 500;
    font-size: 2rem;
    color: #358331;
    letter-spacing: 0; }
  .faq-cont__answer-mark {
    color: #fff;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    background-color: #161616;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 2rem;
    margin-right: 20px;
    padding: 5px 0; }
  .faq-cont__answer {
    font-size: 1.6rem;
    max-width: 940px;
    margin-top: 9px;
    line-height: 27px;
    letter-spacing: 0; }
  .faq-cont__step {
    margin: 60px 60px 0; }
  .faq-cont__step-img {
    margin: 60px auto;
    margin-left: 60px;
    max-width: 940px;
    width: 100%; }
    .faq-cont__step-img.pc {
      display: block; }
    .faq-cont__step-img.sp {
      display: none; }
  .faq-cont__step-row {
    margin-bottom: 30px;
    display: flex; }
    .faq-cont__step-row:last-child {
      margin-bottom: 0; }
  .faq-cont__step-mark {
    background-color: #161616;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    text-align: center;
    padding: 8px 0;
    margin-right: 46px; }
  .faq-cont__step-mark-text {
    color: #fff;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    font-size: 2.4rem;
    line-height: 1.7rem; }
    .faq-cont__step-mark-text span {
      font-size: 1.2rem; }
  .faq-cont__step-row-text {
    font-size: 1.5rem;
    max-width: 839px;
    margin-top: 19px;
    width: 90%;
    letter-spacing: 0; }

@media screen and (max-width: 768px) {
  .faq-cont {
    border-top: 3px solid #358331; }
    .faq-cont .common-breadcrumbs {
      padding: 25px 10px; }
    .faq-cont__container {
      padding: 1px 15px;
      margin: 0 10px; }
    .faq-cont__wrap {
      margin-top: 40px;
      padding-bottom: 40px; }
    .faq-cont__row:first-child {
      align-items: flex-start; }
    .faq-cont__question-mark {
      font-size: 1.5rem;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 10px;
      padding-top: 4px;
      padding-left: 1px; }
    .faq-cont__question {
      width: 100%;
      font-size: 1.6rem;
      line-height: 24px;
      margin-top: 2px; }
    .faq-cont__answer-mark {
      font-size: 1.5rem;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 10px;
      padding-top: 4px;
      padding-left: 1px; }
    .faq-cont__answer {
      width: 100%;
      font-size: 1.4rem;
      line-height: 24px;
      margin-top: 2px; }
    .faq-cont__step {
      margin: 25px 0; }
    .faq-cont__step-img {
      margin: 25px auto; }
      .faq-cont__step-img.pc {
        display: none; }
      .faq-cont__step-img.sp {
        display: block; }
    .faq-cont__step-mark {
      width: 40px;
      height: 40px;
      min-width: 40px;
      margin-right: 10px;
      padding: 4px 0; }
    .faq-cont__step-mark-text {
      font-size: 1.6rem;
      line-height: 1.3rem; }
      .faq-cont__step-mark-text span {
        padding-left: 2px;
        font-size: .8rem; }
    .faq-cont__step-row-text {
      width: 100%;
      font-size: 1.4rem;
      line-height: 24px;
      margin-top: 2px; } }

.service-top {
  width: 100%;
  height: 340px;
  background: url("../images/service/top-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .service-top__title-wrap {
    text-align: center;
    display: flex;
    height: 100%;
    justify-content: center; }
  .service-top__ankerpoint {
    position: absolute;
    top: -90px; }
  .service-top .common-header {
    padding: 0; }
  .service-top .common-header__title {
    margin-top: -23px;
    color: #fff;
    font-size: 7rem; }
  .service-top .common-header__subtitle {
    color: #fff; }
  .service-top .common-breadcrumbs {
    height: 20px;
    margin-top: -50px;
    padding: 0; }
  .service-top .common-breadcrumbs__item,
  .service-top .common-breadcrumbs__item a {
    color: #bebebe; }

@media screen and (max-width: 768px) {
  .service-top {
    height: 250px;
    background: url("../images/service/top-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .service-top__ankerpoint {
      position: absolute;
      top: -25px; }
    .service-top .common-header {
      padding: 0; }
    .service-top .common-header__title {
      margin-top: -10px;
      font-size: 3.5rem; }
    .service-top .common-breadcrumbs {
      margin-top: -35px;
      padding: 0 10px 0; } }

.service-link {
  max-width: 1120px;
  margin: 60px auto; }
  .service-link__list {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .service-link__item {
    width: 25%;
    padding: 10px;
    display: flex; }
  .service-link__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    color: #fff;
    border: solid 1px #161616;
    background-color: #161616;
    text-align: center;
    position: relative; }
    .service-link__link:hover {
      background-color: #fff;
      color: #161616;
      border: solid 1px #161616; }
      .service-link__link:hover .service-link__link-arrow {
        border-color: #fff #fff transparent transparent; }
  .service-link__item.white {
    width: 50%; }
  .service-link__item.white .service-link__link {
    color: #161616;
    background-color: #fff;
    font-weight: 500; }
    .service-link__item.white .service-link__link:hover {
      background-color: #161616;
      color: #fff;
      border: solid 1px #161616; }
  .service-link__link-arrow {
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: #161616 #161616 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 42%; }

@media screen and (max-width: 768px) {
  .service-link {
    margin: 20px 10px; }
    .service-link__list {
      margin: 0; }
    .service-link__item {
      width: 50%;
      padding: 5px; }
    .service-link__item.white {
      width: 100%; }
    .service-link__link {
      height: 52px; }
      .service-link__link:hover {
        background-color: #161616;
        color: #fff;
        border: solid 1px #161616; }
        .service-link__link:hover .recruit-link__link-arrow {
          border-color: #161616 #161616 transparent transparent; }
      .service-link__link:active {
        background-color: #fff;
        color: #161616;
        border: solid 1px #161616; }
        .service-link__link:active .recruit-link__link-arrow {
          border-color: #fff #fff transparent transparent; } }

.service-cont-header__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
  width: 100%; }
  .service-cont-header__title.fastidiousness {
    background: url("../images/service/fastidiousness-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .service-cont-header__title.management {
    background: url("../images/service/management-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .service-cont-header__title.guarantee {
    background: url("../images/service/guarantee-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.service-cont-header__title-wrap {
  margin-bottom: 26px;
  text-align: center;
  letter-spacing: .05em; }

.service-cont-header__number {
  font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 200; }

.service-cont-header__text {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 500; }

.service-cont-header__note {
  font-size: 1.6rem;
  text-align: center;
  line-height: 32px;
  margin: 70px auto;
  letter-spacing: 0; }

@media screen and (max-width: 768px) {
  .service-cont-header__title {
    height: 205px; }
    .service-cont-header__title.fastidiousness {
      background: url("../images/service/fastidiousness-sp.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .service-cont-header__title.management {
      background: url("../images/service/management-sp.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .service-cont-header__title.guarantee {
      background: url("../images/service/guarantee-sp.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .service-cont-header__number {
    font-size: 2.2rem; }
  .service-cont-header__text {
    font-size: 2.4rem; }
  .service-cont-header__note {
    font-size: 1.4rem;
    line-height: 28px;
    margin: 30px 15px 40px; }
    .service-cont-header__note br {
      display: none; } }

.service-inspection {
  position: relative; }
  .service-inspection__header {
    width: 100%;
    height: 80px;
    background-color: #161616;
    position: relative; }
    .service-inspection__header::before {
      content: "";
      border-top: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid #161616;
      border-left: 6px solid transparent;
      transform: rotateZ(180deg);
      position: absolute;
      bottom: -13px;
      right: 50%; }
  .service-inspection__header-text {
    font-size: 3rem;
    letter-spacing: .05em;
    font-weight: 500;
    max-width: 1120px;
    margin: auto;
    color: #fff;
    padding: 18px 0; }
  .service-inspection__wrap {
    padding: 80px 0 100px;
    max-width: 1120px;
    margin: auto;
    display: flex;
    letter-spacing: 0; }
  .service-inspection__cont {
    width: 50%; }
    .service-inspection__cont:first-child {
      margin-right: 30px; }
    .service-inspection__cont:last-child {
      margin-left: 30px; }
  .service-inspection__title {
    font-size: 2.4rem;
    color: #358331;
    font-weight: 500;
    margin-bottom: 30px; }
  .service-inspection__text {
    font-size: 1.5rem;
    line-height: 26px; }
  .service-inspection__box {
    background-color: #e1efe0;
    padding: 40px; }
  .service-inspection__box-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 25px; }
  .service-inspection__list-dot {
    font-size: 1.4rem;
    line-height: 28px; }
  .service-inspection__item {
    position: relative;
    padding-left: 17px; }
    .service-inspection__item::before {
      content: "";
      position: absolute;
      top: 11px;
      left: 6px;
      width: 4px;
      height: 4px;
      border-radius: 100px;
      background-color: #161616; }

@media screen and (max-width: 768px) {
  .service-inspection__header {
    height: 60px; }
  .service-inspection__header-text {
    font-size: 2.1rem;
    padding: 15px 15px; }
  .service-inspection__wrap {
    padding: 40px 0 60px;
    display: block; }
  .service-inspection__cont {
    width: 100%; }
    .service-inspection__cont:first-child {
      margin-right: 0;
      margin: 0;
      padding: 0 15px; }
    .service-inspection__cont:last-child {
      margin: 40px 0 0 0; }
  .service-inspection__title {
    font-size: 2rem;
    margin-bottom: 10px; }
  .service-inspection__text {
    font-size: 1.4rem;
    line-height: 24px; }
  .service-inspection__box {
    padding: 20px 15px; }
  .service-inspection__box-title {
    font-size: 1.7rem;
    margin-bottom: 10px; }
  .service-inspection__list-dot {
    font-size: 1.3rem;
    line-height: 26px; } }

.service-management {
  position: relative; }
  .service-management__header {
    width: 100%;
    height: 80px;
    background-color: #161616;
    position: relative; }
    .service-management__header::before {
      content: "";
      border-top: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid #161616;
      border-left: 6px solid transparent;
      transform: rotateZ(180deg);
      position: absolute;
      bottom: -13px;
      right: 50%; }
  .service-management__header-text {
    font-size: 3rem;
    letter-spacing: .05em;
    font-weight: 500;
    max-width: 1120px;
    margin: auto;
    color: #fff;
    padding: 18px 0; }
  .service-management__wrap {
    padding: 80px 0 100px;
    max-width: 1120px;
    margin: auto;
    display: flex;
    letter-spacing: 0; }
  .service-management__cont {
    width: 50%; }
    .service-management__cont:first-child {
      margin-right: 30px; }
    .service-management__cont:last-child {
      margin-left: 30px; }
  .service-management__title {
    font-size: 2.4rem;
    color: #358331;
    font-weight: 500;
    margin-bottom: 30px; }
  .service-management__text {
    font-size: 1.5rem;
    line-height: 26px; }
  .service-management__img-pc {
    display: block; }
  .service-management__img-sp {
    display: none; }

@media screen and (max-width: 768px) {
  .service-management__header {
    height: 60px; }
  .service-management__header-text {
    font-size: 2.1rem;
    padding: 15px 15px; }
  .service-management__wrap {
    padding: 40px 0 60px;
    display: block; }
  .service-management__cont {
    width: 100%; }
    .service-management__cont:first-child {
      margin-right: 0;
      margin: 0;
      padding: 0 15px; }
    .service-management__cont:last-child {
      margin: 25px 0 0 0; }
  .service-management__title {
    font-size: 2rem;
    margin-bottom: 10px; }
  .service-management__text {
    font-size: 1.4rem;
    line-height: 24px; }
  .service-management__img-pc {
    display: none; }
  .service-management__img-sp {
    display: block;
    padding: 0 15px; } }

.service-coating {
  position: relative; }
  .service-coating__header {
    width: 100%;
    height: 80px;
    background-color: #161616;
    position: relative; }
    .service-coating__header::before {
      content: "";
      border-top: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid #161616;
      border-left: 6px solid transparent;
      transform: rotateZ(180deg);
      position: absolute;
      bottom: -13px;
      right: 50%; }
  .service-coating__header-text {
    font-size: 3rem;
    letter-spacing: .05em;
    font-weight: 500;
    max-width: 1120px;
    margin: auto;
    color: #fff;
    padding: 18px 0; }
  .service-coating__wrap {
    padding: 80px 0 100px;
    max-width: 1120px;
    margin: auto;
    display: flex;
    letter-spacing: 0; }
  .service-coating__cont:first-child {
    margin-right: 30px;
    width: 100%; }
  .service-coating__cont:last-child {
    margin-left: 30px;
    width: 370px;
    min-width: 370px; }
  .service-coating__title {
    font-size: 2.4rem;
    color: #358331;
    font-weight: 500;
    margin-bottom: 30px; }
  .service-coating__text {
    font-size: 1.5rem;
    line-height: 26px; }
  .service-coating__box {
    background-color: #e1efe0;
    padding: 40px;
    margin-top: 60px; }
  .service-coating__box-title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
  .service-coating__box-title {
    font-size: 2rem;
    font-weight: 500; }
  .service-coating__box-subtitle {
    font-size: 1.6rem; }
    .service-coating__box-subtitle span {
      color: #358331;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
      font-size: 2.6rem; }
  .service-coating__box-text {
    font-size: 1.4rem;
    line-height: 24px; }

@media screen and (max-width: 768px) {
  .service-coating__header {
    height: 60px; }
  .service-coating__header-text {
    font-size: 2.1rem;
    padding: 15px 15px; }
  .service-coating__wrap {
    padding: 40px 0 60px;
    display: block; }
  .service-coating__cont {
    width: 100%; }
    .service-coating__cont:first-child {
      margin: 0;
      width: 100%; }
    .service-coating__cont:last-child {
      margin: 20px 0 0 0;
      width: 100%;
      padding: 0 15px; }
  .service-coating__title {
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 0 15px; }
  .service-coating__text {
    font-size: 1.4rem;
    line-height: 24px;
    padding: 0 15px; }
  .service-coating__box {
    margin-top: 20px;
    padding: 20px 15px; }
  .service-coating__box-title-wrap {
    display: block;
    margin-bottom: 10px; }
  .service-coating__box-title {
    font-size: 1.7rem; }
  .service-coating__box-subtitle {
    font-size: 1.4rem; }
    .service-coating__box-subtitle span {
      font-size: 2rem; }
  .service-coating__box-text {
    font-size: 1.3rem;
    line-height: 22px; } }

.service-oneyear {
  position: relative; }
  .service-oneyear__header {
    width: 100%;
    height: 80px;
    background-color: #161616;
    position: relative; }
    .service-oneyear__header::before {
      content: "";
      border-top: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid #161616;
      border-left: 6px solid transparent;
      transform: rotateZ(180deg);
      position: absolute;
      bottom: -13px;
      right: 50%; }
  .service-oneyear__header-text {
    font-size: 3rem;
    letter-spacing: .05em;
    font-weight: 500;
    max-width: 1120px;
    margin: auto;
    color: #fff;
    padding: 18px 0; }
  .service-oneyear__wrap {
    padding: 80px 0 40px;
    max-width: 1120px;
    margin: auto;
    display: flex;
    letter-spacing: 0; }
  .service-oneyear__cont {
    width: 50%; }
    .service-oneyear__cont:first-child {
      margin-right: 30px; }
    .service-oneyear__cont:last-child {
      margin-left: 30px; }
  .service-oneyear__title {
    font-size: 2.4rem;
    color: #358331;
    font-weight: 500;
    margin-bottom: 30px; }
    .service-oneyear__title.service-pc {
      display: block; }
    .service-oneyear__title.service-sp {
      display: none; }
  .service-oneyear__text {
    font-size: 1.5rem;
    line-height: 26px;
    margin-bottom: 70px; }
    .service-oneyear__text.margin {
      margin-bottom: 30px; }
    .service-oneyear__text span {
      font-size: 1.3rem; }
    .service-oneyear__text.service-pc {
      display: block; }
    .service-oneyear__text.service-sp {
      display: none; }
  .service-oneyear__table {
    margin-bottom: 20px; }
  .service-oneyear__th {
    background-color: #358331;
    color: #fff;
    text-align: center;
    padding: 17px 0;
    font-size: 1.5rem; }
    .service-oneyear__th.not {
      background-color: #6e6e6e; }
    .service-oneyear__th.note {
      background-color: #fff;
      text-align: left;
      color: #161616;
      padding: 24px 20px; }
      .service-oneyear__th.note span {
        font-size: 1.1rem; }
    .service-oneyear__th ol {
      counter-reset: item;
      padding-left: 0; }
    .service-oneyear__th li {
      text-indent: -1.3em;
      padding-left: 1.3em; }
      .service-oneyear__th li::before {
        counter-increment: item;
        content: counter(item) ".";
        padding-right: .5em; }
  .service-oneyear__tr {
    border: 1px solid #e0e0e0; }
  .service-oneyear__td {
    padding: 18px 20px; }
    .service-oneyear__td.title {
      width: 100px;
      padding: 18px;
      text-align: center;
      background-color: #f5f5f5;
      color: #6e6e6e; }
    .service-oneyear__td span {
      font-size: 1.1rem; }
  .service-oneyear__attention {
    font-size: 1.3rem; }
  .service-oneyear__list-attention {
    margin-top: 14px;
    font-size: 1.3rem; }
  .service-oneyear__item {
    position: relative;
    padding-left: 13px; }
    .service-oneyear__item::before {
      content: "※";
      position: absolute;
      top: 0px;
      left: 0px; }
  .service-oneyear__info {
    max-width: 1120px;
    margin: 0 auto 80px;
    padding: 50px 0;
    background-color: #f5f5f5; }
  .service-oneyear__info-title {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0; }
  .service-oneyear__info-img-pc {
    display: block;
    max-width: 720px;
    width: 100%;
    margin: auto;
    display: block; }
  .service-oneyear__info-img-sp {
    display: none; }

@media screen and (max-width: 768px) {
  .service-oneyear__header {
    height: 60px; }
  .service-oneyear__header-text {
    font-size: 2.1rem;
    padding: 15px 15px; }
  .service-oneyear__wrap {
    padding: 40px 0;
    display: block; }
  .service-oneyear__cont {
    width: 100%; }
    .service-oneyear__cont:first-child {
      margin-right: 0;
      margin: 0;
      padding: 0 15px; }
    .service-oneyear__cont:last-child {
      margin: 40px 0 0 0;
      padding: 0 15px; }
  .service-oneyear__title {
    font-size: 2rem;
    margin-bottom: 10px;
    letter-spacing: 0; }
    .service-oneyear__title.service-pc {
      display: none; }
    .service-oneyear__title.service-sp {
      display: block;
      padding: 0 15px; }
  .service-oneyear__text {
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 35px;
    letter-spacing: 0; }
    .service-oneyear__text span {
      font-size: 1.2rem;
      line-height: 20px; }
    .service-oneyear__text.margin {
      margin-bottom: 10px; }
    .service-oneyear__text.service-pc {
      display: none; }
    .service-oneyear__text.service-sp {
      display: block;
      padding: 0 15px; }
  .service-oneyear__table {
    width: 100%; }
  .service-oneyear__th {
    font-size: 1.4rem;
    padding: 9px 0; }
    .service-oneyear__th span {
      font-size: 1rem; }
    .service-oneyear__th.note {
      font-size: 1.2rem;
      padding: 14px 15px;
      line-height: 18px; }
      .service-oneyear__th.note span {
        font-size: 1rem; }
  .service-oneyear__td {
    font-size: 1.2rem;
    line-height: 18px;
    padding: 8px 14px; }
    .service-oneyear__td span {
      font-size: 1rem; }
    .service-oneyear__td.title {
      font-size: 1.2rem;
      width: 79px;
      padding: 18px 0; }
  .service-oneyear__attention {
    font-size: 1.2rem;
    line-height: 20px; }
  .service-oneyear__list-attention {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 20px; }
  .service-oneyear__item {
    padding-left: 12px; }
  .service-oneyear__info {
    padding: 40px 0;
    margin: 0 auto 40px; }
  .service-oneyear__info-title {
    font-size: 1.7rem; }
  .service-oneyear__info-img-pc {
    display: none; }
  .service-oneyear__info-img-sp {
    margin: auto;
    display: block;
    width: 315px;
    height: 259px; } }

.service-tire {
  position: relative; }
  .service-tire__header {
    width: 100%;
    height: 80px;
    background-color: #161616;
    position: relative; }
    .service-tire__header::before {
      content: "";
      border-top: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid #161616;
      border-left: 6px solid transparent;
      transform: rotateZ(180deg);
      position: absolute;
      bottom: -13px;
      right: 50%; }
  .service-tire__header-text {
    font-size: 3rem;
    letter-spacing: .05em;
    font-weight: 500;
    max-width: 1120px;
    margin: auto;
    color: #fff;
    padding: 18px 0; }
  .service-tire__wrap {
    padding: 80px 0 100px;
    max-width: 1120px;
    margin: auto;
    display: flex;
    letter-spacing: 0; }
  .service-tire__cont {
    width: 50%; }
    .service-tire__cont:first-child {
      margin-right: 30px; }
    .service-tire__cont:last-child {
      margin-left: 30px; }
  .service-tire__title {
    font-size: 2.4rem;
    color: #358331;
    font-weight: 500;
    margin-bottom: 30px; }
  .service-tire__text {
    font-size: 1.5rem;
    line-height: 26px; }
  .service-tire__table {
    width: 100%; }
  .service-tire__th {
    background-color: #358331;
    color: #fff;
    text-align: center;
    padding: 27px 0; }
  .service-tire__th-box-wrap {
    display: flex; }
  .service-tire__th-box {
    font-size: 2rem;
    font-weight: 500;
    width: 50%; }
    .service-tire__th-box span {
      font-size: 1.6rem;
      font-weight: 400; }
    .service-tire__th-box:first-child {
      position: relative; }
      .service-tire__th-box:first-child::before {
        content: "";
        height: 70px;
        width: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 0; }
  .service-tire__tr {
    border: 1px solid #e0e0e0; }
  .service-tire__td {
    padding: 18px 20px; }
    .service-tire__td p {
      font-size: 1.6rem;
      text-align: center; }
      .service-tire__td p span {
        display: inline-block;
        color: #358331;
        font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
        font-size: 2.6rem; }
    .service-tire__td.title {
      width: 200px;
      padding: 18px;
      text-align: center;
      background-color: #f5f5f5;
      font-size: 1.6rem;
      font-weight: 500; }
      .service-tire__td.title span {
        display: block;
        font-size: 1.4rem;
        font-weight: 400;
        color: #161616; }
  .service-tire__attention {
    font-size: 1.3rem;
    margin-top: 30px; }

@media screen and (max-width: 768px) {
  .service-tire__header {
    height: 60px; }
  .service-tire__header-text {
    font-size: 2.1rem;
    padding: 15px 15px; }
  .service-tire__wrap {
    padding: 40px 0 60px;
    display: block; }
  .service-tire__cont {
    width: 100%; }
    .service-tire__cont:first-child {
      margin-right: 0;
      margin: 0;
      padding: 0 15px; }
    .service-tire__cont:last-child {
      margin: 25px 0 0 0;
      padding: 0 15px; }
  .service-tire__title {
    font-size: 2rem;
    margin-bottom: 10px; }
  .service-tire__text {
    font-size: 1.4rem;
    line-height: 24px; }
  .service-tire__th {
    padding: 16px 0; }
  .service-tire__th-box {
    font-size: 1.7rem; }
    .service-tire__th-box span {
      font-size: 1.3rem; }
    .service-tire__th-box:first-child::before {
      height: 55px; }
  .service-tire__td {
    padding: 12px; }
    .service-tire__td p {
      font-size: 1.3rem; }
      .service-tire__td p span {
        font-size: 21px; }
    .service-tire__td.title {
      width: 142px; }
      .service-tire__td.title span {
        font-size: 1.2rem; }
  .service-tire__attention {
    margin-top: 10px;
    font-size: 1.2rem; } }

.service-road {
  position: relative; }
  .service-road__header {
    width: 100%;
    height: 80px;
    background-color: #161616;
    position: relative; }
    .service-road__header::before {
      content: "";
      border-top: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid #161616;
      border-left: 6px solid transparent;
      transform: rotateZ(180deg);
      position: absolute;
      bottom: -13px;
      right: 50%; }
  .service-road__header-text {
    font-size: 3rem;
    letter-spacing: .05em;
    font-weight: 500;
    max-width: 1120px;
    margin: auto;
    color: #fff;
    padding: 18px 0; }
  .service-road__wrap {
    padding: 80px 0 100px;
    max-width: 1120px;
    margin: auto;
    display: flex;
    letter-spacing: 0; }
  .service-road__cont {
    width: 50%; }
    .service-road__cont:first-child {
      margin-right: 30px; }
    .service-road__cont:last-child {
      margin-left: 30px; }
  .service-road__title {
    font-size: 2.4rem;
    color: #358331;
    font-weight: 500;
    margin-bottom: 30px; }
  .service-road__text {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 26px; }
  .service-road__img-pc {
    margin: 40px 0 50px; }
  .service-road__img-sp {
    display: none; }
  .service-road__accordion-check {
    display: none; }
    .service-road__accordion-check:checked + .service-road__accordion-label:after {
      content: '-'; }
    .service-road__accordion-check:checked + .service-road__accordion-label + .service-road__accordion-content {
      height: auto;
      opacity: 1;
      padding: 20px 0 60px;
      visibility: visible; }
      .service-road__accordion-check:checked + .service-road__accordion-label + .service-road__accordion-content p {
        font-size: 1.5rem;
        line-height: 26px; }
      .service-road__accordion-check:checked + .service-road__accordion-label + .service-road__accordion-content span {
        display: block;
        font-size: 1.3rem;
        line-height: 22px;
        margin-top: 28px; }
  .service-road__accordion-label {
    background: #e1efe0;
    display: block;
    margin-bottom: 20px;
    padding: 21px 30px;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative; }
    .service-road__accordion-label span {
      color: #358331;
      margin-left: 10px; }
    .service-road__accordion-label::after {
      box-sizing: border-box;
      content: "+";
      color: #358331;
      display: block;
      height: 100%;
      padding: 15px;
      font-size: 2.4rem;
      position: absolute;
      right: 0;
      top: 0; }
    .service-road__accordion-label.active::after {
      content: "−"; }
  .service-road__accordion-content {
    display: none;
    height: auto;
    opacity: 1;
    padding: 20px 0 60px;
    visibility: visible; }
    .service-road__accordion-content p {
      font-size: 1.5rem;
      line-height: 26px; }
    .service-road__accordion-content span {
      display: block;
      font-size: 1.3rem;
      line-height: 22px;
      margin-top: 28px; }
  .service-road__table {
    margin-bottom: 20px;
    width: 100%; }
  .service-road__table + .service-road__list-attention {
    margin-top: 0; }
  .service-road__th {
    background-color: #358331;
    color: #fff;
    text-align: center;
    padding: 17px 0;
    font-size: 1.5rem; }
  .service-road__tr {
    border: 1px solid #e0e0e0; }
  .service-road__td {
    padding: 18px 20px;
    font-size: 1.6rem;
    color: #161616; }
    .service-road__td.title {
      width: 100px;
      padding: 18px;
      text-align: center;
      background-color: #f5f5f5;
      color: #6e6e6e;
      font-size: 1.4rem; }
  .service-road__price {
    font-size: 2.6rem;
    color: #358331;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .service-road__td-none {
    font-size: 1.4rem; }
  .service-road__td-comment {
    font-size: 1.4rem;
    color: #161616; }
  .service-road__td-note {
    font-size: 1.4rem;
    color: #161616; }
    .service-road__td-note span {
      font-size: 1.4rem;
      color: #358331; }
  .service-road__attention {
    font-size: 1.3rem; }
  .service-road__list-attention {
    margin-top: 28px;
    font-size: 1.3rem;
    line-height: 22px; }
  .service-road__item {
    position: relative;
    padding-left: 13px; }
    .service-road__item::before {
      content: "※";
      position: absolute;
      top: 0px;
      left: 0px; }
  .service-road__list-unique {
    margin-top: 28px;
    font-size: 1.3rem;
    line-height: 22px; }
  .service-road__list-unique .service-road__item {
    position: relative;
    padding-left: 16px; }
    .service-road__list-unique .service-road__item::before {
      position: absolute;
      top: 0px;
      left: 0px; }
    .service-road__list-unique .service-road__item:nth-child(n+2) {
      padding-left: 20px; }
    .service-road__list-unique .service-road__item:first-child::before {
      content: "※"; }
    .service-road__list-unique .service-road__item:nth-child(2)::before {
      content: "a)"; }
    .service-road__list-unique .service-road__item:nth-child(3)::before {
      content: "b)"; }
    .service-road__list-unique .service-road__item:nth-child(4)::before {
      content: "c)"; }
    .service-road__list-unique .service-road__item:nth-child(5)::before {
      content: "d)"; }
  .service-road__info {
    max-width: 1120px;
    margin: 0 auto 80px;
    padding: 50px 0;
    background-color: #f5f5f5; }
  .service-road__info-title {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0; }
  .service-road__info-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; }
  .service-road__info-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .service-road__info-img {
    width: 236px;
    height: 100px;
    object-fit: contain;
    margin: auto; }

@media screen and (max-width: 768px) {
  .service-road__header {
    height: 60px; }
  .service-road__header-text {
    font-size: 2.1rem;
    padding: 15px 15px; }
  .service-road__wrap {
    padding: 40px 0 60px;
    display: block; }
  .service-road__cont {
    width: 100%; }
    .service-road__cont:first-child {
      margin-right: 0;
      margin: 0; }
    .service-road__cont:last-child {
      margin: 40px 0 0 0;
      padding: 0 15px; }
  .service-road__title {
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 0 15px; }
  .service-road__cont:last-child .service-road__title {
    padding: 0; }
  .service-road__text {
    font-size: 1.4rem;
    line-height: 24px;
    padding: 0 15px; }
  .service-road__img-pc {
    display: none; }
  .service-road__img-sp {
    display: block;
    padding: 0 15px;
    margin: 20px 0 40px; }
  .service-road__td-none {
    font-size: 1.2rem; }
  .service-road__info {
    padding: 40px 0;
    margin: 0 auto 70px; }
  .service-road__info-title {
    font-size: 1.7rem; }
  .service-road__info-wrap {
    display: block;
    margin: auto;
    max-width: 345px;
    width: 100%; }
  .service-road__info-box {
    width: 100%;
    margin: 10px 0; }
  .service-road__info-img {
    width: 201px;
    height: 85px;
    box-sizing: content-box; }
  .service-road__accordion-label {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding: 14px 15px; }
    .service-road__accordion-label::after {
      padding: 6px 12px; }
  .service-road__accordion-content {
    padding: 10px 15px 30px; }
    .service-road__accordion-content p {
      font-size: 1.4rem;
      line-height: 24px; }
    .service-road__accordion-content span {
      font-size: 1.2rem;
      line-height: 22px; }
  .service-road__th {
    padding: 9px 0;
    font-size: 1.4rem; }
  .service-road__td {
    padding: 8px 14px;
    font-size: 1.4rem; }
    .service-road__td.title {
      width: 79px;
      font-size: 1.2rem; }
  .service-road__td-note {
    font-size: 1.2rem;
    line-height: 18px; }
    .service-road__td-note span {
      font-size: 1.2rem; }
  .service-road__price {
    font-size: 2.1rem; }
  .service-road__td-comment {
    display: block;
    font-size: 1.2rem; }
  .service-road__attention {
    font-size: 1.2rem;
    line-height: 20px; }
  .service-road__list-attention, .service-road__list-unique {
    font-size: 1.2rem;
    line-height: 20px; } }

.about-header {
  padding: 70px 0;
  max-width: 1120px;
  margin: auto; }

@media screen and (max-width: 768px) {
  .about-header {
    padding: 40px 4%; } }

.about-cont {
  border-top: 4px solid #358331;
  padding: 0 15px 40px; }
  .about-cont__wrap {
    max-width: 1000px;
    margin: auto; }
  .about-cont__table {
    width: 100%;
    margin-bottom: 110px; }
  .about-cont__tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
  .about-cont__td {
    padding: 30px;
    letter-spacing: 0;
    font-size: 1.5rem; }
    .about-cont__td.title {
      width: 170px;
      padding: 30px;
      background-color: #f5f5f5;
      color: #6e6e6e; }
  .about-cont__td-box {
    margin-bottom: 20px; }
    .about-cont__td-box span {
      font-weight: 500;
      display: block; }
  .about-cont__list {
    line-height: 30px; }

@media screen and (max-width: 768px) {
  .about-cont {
    border-top: 3px solid #358331; }
    .about-cont__table {
      margin-bottom: 30px; }
    .about-cont__td {
      padding: 20px 15px;
      font-size: 1.3rem;
      line-height: 22px; }
      .about-cont__td.title {
        width: 80px;
        padding: 20px 10px; }
    .about-cont__td-box {
      margin-bottom: 20px; }
      .about-cont__td-box span {
        line-height: 19px; }
    .about-cont__list {
      line-height: 26px; } }

.showroom-header {
  padding: 70px 0;
  max-width: 1120px;
  margin: auto; }

@media screen and (max-width: 768px) {
  .showroom-header {
    padding: 40px 4%; } }

.showroom-cont {
  border-top: 4px solid #358331;
  padding: 0 10px 40px;
  background-color: #f5f5f5; }
  .showroom-cont__wrap {
    max-width: 1120px;
    margin: auto;
    position: relative; }
  .showroom-cont__ankerpoint {
    position: absolute;
    top: -120px; }
  .showroom-cont__title {
    letter-spacing: 0;
    font-size: 2.8rem;
    padding-left: 28px;
    line-height: 26px;
    margin-bottom: 40px;
    font-weight: 500;
    position: relative; }
    .showroom-cont__title::before {
      content: "";
      height: 28px;
      width: 8px;
      background-color: #358331;
      position: absolute;
      top: 0;
      left: 0; }

@media screen and (max-width: 768px) {
  .showroom-cont {
    border-top: 3px solid #358331;
    padding: 0 10px 40px; }
    .showroom-cont__wrap {
      padding-top: 5px; }
    .showroom-cont__ankerpoint {
      position: absolute;
      top: -25px; }
    .showroom-cont__title {
      font-size: 1.9rem;
      padding-left: 16px;
      margin-bottom: 30px;
      line-height: 18px; }
      .showroom-cont__title::before {
        content: "";
        height: 19px;
        width: 6px; } }

.showroom-cont-box {
  background-color: #fff;
  padding: 50px 60px 60px;
  margin-bottom: 60px;
  position: relative; }
  .showroom-cont-box__title {
    letter-spacing: 0;
    font-size: 2.4rem;
    line-height: 48px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e8e7;
    font-weight: 500;
    color: #358331; }
  .showroom-cont-box__wrap {
    display: flex; }
  .showroom-cont-box__cont:first-child {
    width: 100%;
    max-width: 460px;
    margin-right: 30px; }
  .showroom-cont-box__cont:last-child {
    width: 100%;
    max-width: 480px;
    margin-left: 30px; }
  .showroom-cont-box__table {
    margin: 40px 0; }
  .showroom-cont-box__tr {
    margin-bottom: 20px; }
    .showroom-cont-box__tr:last-child {
      margin-bottom: 0; }
  .showroom-cont-box__tr:last-child .showroom-cont-box__td {
    padding-bottom: 0; }
  .showroom-cont-box__td {
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 27px;
    vertical-align: top;
    padding-bottom: 5px; }
    .showroom-cont-box__td:first-child {
      font-weight: 500;
      padding-right: 20px; }
  .showroom-cont-box__td-tel {
    pointer-events: none; }
  .showroom-cont-box__td-link {
    font-weight: 500;
    color: #358331;
    border-bottom: 1px solid #358331;
    margin-left: 10px; }
    .showroom-cont-box__td-link:hover {
      border-bottom: 1px solid #fff; }
  .showroom-cont-box__group {
    background-color: #f5f5f5;
    padding: 30px; }
  .showroom-cont-box__group-cont {
    margin-bottom: 30px; }
    .showroom-cont-box__group-cont:last-child {
      margin-bottom: 0; }
  .showroom-cont-box__group-title-wrap {
    display: flex;
    margin-bottom: 10px;
    align-items: center; }
  .showroom-cont-box__group-title-icon {
    width: 24px;
    height: 19px;
    object-fit: contain;
    margin-right: 10px; }
  .showroom-cont-box__group-title {
    letter-spacing: 0;
    font-size: 1.8rem;
    font-weight: 500; }
  .showroom-cont-box__group-text {
    letter-spacing: 0;
    font-size: 1.4rem;
    line-height: 24px; }
  .showroom-cont-box__btn {
    letter-spacing: 1px;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: inherit;
    width: 460px;
    height: 64px;
    color: #fff;
    background-color: #358331;
    border: 1px solid #358331;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0; }
    .showroom-cont-box__btn:hover {
      background-color: #fff;
      color: #358331; }
  .showroom-cont-box__img {
    margin: 40px 0 30px;
    width: 480px;
    height: 340px;
    object-fit: cover;
    object-position: center; }
  .showroom-cont-box__member-wrap {
    background-color: #f5f5f5;
    padding: 30px 0; }
  .showroom-cont-box__member-title {
    color: #358331;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    font-size: 1.6rem;
    letter-spacing: .12em;
    text-align: center; }
  .showroom-cont-box__member-row {
    display: flex;
    justify-content: center; }
  .showroom-cont-box__member-cont {
    margin: 0 4px; }
  .showroom-cont-box__member-img {
    border-radius: 100%;
    width: 99px;
    height: 99px;
    object-fit: cover;
    margin: 20px 0;
    border: solid 1px #e7e7e7; }
  .showroom-cont-box__member-text {
    letter-spacing: 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 18px;
    width: 99px; }
  .showroom-cont-box__link-wrap {
    margin: 40px 0; }
  .showroom-cont-box__link {
    letter-spacing: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #358331;
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
    .showroom-cont-box__link:last-child {
      margin-bottom: 0; }
    .showroom-cont-box__link p {
      border-bottom: 1px solid #358331; }
    .showroom-cont-box__link:hover p {
      transition: .3s;
      border-bottom: 1px solid #fff; }
  .showroom-cont-box__link-icon {
    width: 11px;
    height: 11px;
    object-fit: cover;
    margin-left: 10px; }

@media screen and (max-width: 768px) {
  .showroom-cont-box {
    padding: 35px 15px;
    margin-bottom: 40px; }
    .showroom-cont-box__title {
      letter-spacing: 0;
      font-size: 1.8rem;
      line-height: 27px;
      padding-bottom: 15px;
      border-bottom: 1px solid #e7e8e7;
      font-weight: 500;
      color: #358331; }
    .showroom-cont-box__wrap {
      position: relative;
      flex-flow: column;
      padding-top: 280px;
      padding-bottom: 90px; }
    .showroom-cont-box__cont:first-child {
      margin-right: 0;
      max-width: none; }
    .showroom-cont-box__cont:last-child {
      margin-left: 0;
      max-width: none; }
    .showroom-cont-box__table {
      margin-top: 0;
      margin-bottom: 15px; }
    .showroom-cont-box__td {
      letter-spacing: 0;
      font-size: 1.4rem;
      line-height: 24px;
      vertical-align: top;
      padding-bottom: 10px; }
      .showroom-cont-box__td:first-child {
        font-weight: 500;
        padding-right: 10px;
        width: 40px; }
    .showroom-cont-box__td-tel {
      pointer-events: auto;
      border-bottom: 1px solid #161616; }
    .showroom-cont-box__td-link {
      font-weight: 500;
      color: #358331;
      border-bottom: 1px solid #358331;
      margin-left: 10px; }
    .showroom-cont-box__group {
      background-color: #f5f5f5;
      padding: 30px 20px;
      margin-bottom: 15px; }
    .showroom-cont-box__group-cont {
      margin-bottom: 20px; }
      .showroom-cont-box__group-cont:last-child {
        margin-bottom: 0; }
    .showroom-cont-box__group-title-wrap {
      display: flex;
      margin-bottom: 10px;
      align-items: center; }
    .showroom-cont-box__group-title-icon {
      width: 24px;
      height: 19px;
      object-fit: contain;
      margin-right: 10px; }
    .showroom-cont-box__group-title {
      letter-spacing: 0;
      font-size: 1.4rem;
      font-weight: 500; }
    .showroom-cont-box__group-text {
      letter-spacing: 0;
      font-size: 1.2rem;
      line-height: 20px; }
    .showroom-cont-box__btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      letter-spacing: 1px;
      font-size: 1.6rem;
      font-weight: 500;
      font-family: inherit;
      width: 100%;
      height: 60px;
      max-width: 325px;
      color: #fff;
      background-color: #358331;
      border: 1px solid #358331;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
    .showroom-cont-box__img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 25px 0;
      width: 100%;
      height: 230px;
      object-fit: cover;
      object-position: center; }
    .showroom-cont-box__member-wrap {
      background-color: #f5f5f5;
      padding: 20px 0; }
    .showroom-cont-box__member-title {
      color: #358331;
      font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
      font-size: 1.6rem;
      letter-spacing: .12em;
      text-align: center; }
    .showroom-cont-box__member-row {
      display: flex;
      justify-content: center; }
    .showroom-cont-box__member-cont {
      margin: 0 3.5px; }
    .showroom-cont-box__member-img {
      width: 66px;
      height: 66px;
      object-fit: cover;
      margin-bottom: 10px; }
    .showroom-cont-box__member-text {
      letter-spacing: 0;
      text-align: center;
      font-size: 1rem;
      line-height: 13px;
      width: 66px; }
    .showroom-cont-box__link-wrap {
      margin: 30px 0; }
    .showroom-cont-box__link {
      display: block;
      font-size: 1.4rem;
      font-weight: 500;
      color: #358331;
      margin-bottom: 5px;
      line-height: 28px;
      text-decoration: underline; }
      .showroom-cont-box__link:last-child {
        margin-bottom: 0; }
      .showroom-cont-box__link p {
        border: none;
        display: inline; }
    .showroom-cont-box__link-icon {
      width: 11px;
      height: 11px;
      object-fit: cover;
      margin-left: 10px; } }

.recruit-top {
  width: 100%;
  height: 340px;
  background: url("../images/recruit/top-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .recruit-top__title-wrap {
    text-align: center;
    display: flex;
    height: 100%;
    justify-content: center; }
  .recruit-top .common-header {
    padding: 0; }
  .recruit-top .common-header__title {
    margin-top: -23px;
    color: #fff;
    font-size: 7rem; }
  .recruit-top .common-header__subtitle {
    color: #fff; }
  .recruit-top .common-breadcrumbs {
    height: 20px;
    margin-top: -50px;
    padding: 0;
    color: #bebebe; }
    .recruit-top .common-breadcrumbs__link {
      color: #bebebe; }
    .recruit-top .common-breadcrumbs__link:before {
      border-color: #bebebe #bebebe transparent transparent; }

@media screen and (max-width: 768px) {
  .recruit-top {
    height: 250px;
    background: url("../images/recruit/top-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .recruit-top .common-header {
      padding: 0; }
    .recruit-top .common-header__title {
      margin-top: -10px;
      font-size: 3.5rem; }
    .recruit-top .common-breadcrumbs {
      margin-top: -35px;
      padding: 0 10px 0; } }

.recruit-link {
  max-width: 1120px;
  margin: 70px auto 120px; }
  .recruit-link__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    .recruit-link__list:after {
      /* 内包するliが奇数の場合の位置調整用after */
      content: "";
      display: block;
      width: 48.5%;
      margin: 0 10px 10px 0; }
  .recruit-link__item {
    width: 148px;
    height: 56px;
    background-color: #161616;
    margin-right: 14px; }
    .recruit-link__item.white {
      background-color: #fff;
      margin-right: 0; }
      .recruit-link__item.white .recruit-link__link {
        color: #161616;
        font-weight: 500; }
        .recruit-link__item.white .recruit-link__link:hover {
          background-color: #161616;
          color: #fff;
          border: solid 1px #161616; }
  .recruit-link__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    border: solid 1px #161616;
    text-align: center;
    position: relative; }
    .recruit-link__link:hover {
      background-color: #fff;
      color: #161616;
      border: solid 1px #161616; }
      .recruit-link__link:hover .recruit-link__link-arrow {
        border-color: #fff #fff transparent transparent; }
  .recruit-link__link-arrow {
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: #161616 #161616 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 42%; }

@media screen and (max-width: 768px) {
  .recruit-link {
    margin: 20px 15px; }
    .recruit-link__item {
      height: 52px;
      width: 48.5%;
      margin: 0 10px 10px 0; }
      .recruit-link__item:nth-child(4) {
        margin: 0 10px 10px 0; }
      .recruit-link__item:nth-child(2n) {
        margin: 0 0 10px 0; }
      .recruit-link__item.white {
        /* width: 100%; */
        /* margin: 0 0 10px 0; */ }
    .recruit-link__link:hover {
      background-color: #161616;
      color: #fff;
      border: solid 1px #161616; }
      .recruit-link__link:hover .recruit-link__link-arrow {
        border-color: #161616 #161616 transparent transparent; }
    .recruit-link__link:active {
      background-color: #fff;
      color: #161616;
      border: solid 1px #161616; }
      .recruit-link__link:active .recruit-link__link-arrow {
        border-color: #fff #fff transparent transparent; } }

.recruit-ankerpoint {
  position: absolute;
  top: -90px; }

@media screen and (max-width: 768px) {
  .recruit-ankerpoint {
    top: -25px; } }

.recruit-message {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 140px; }
  .recruit-message__title-img {
    display: block;
    width: 650px;
    margin: auto; }
  .recruit-message__title-wrap {
    text-align: center;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    margin: -20px 0 60px; }
    .recruit-message__title-wrap span {
      color: #358331; }
  .recruit-message__subtitle {
    font-size: 3rem;
    letter-spacing: .12em; }
  .recruit-message__title {
    font-size: 4.2rem;
    letter-spacing: .05em;
    font-weight: 500; }
  .recruit-message__text {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    margin-bottom: 50px; }
  .recruit-message .recruit-ankerpoint {
    top: -150px; }

@media screen and (max-width: 768px) {
  .recruit-message {
    margin: 60px auto 65px;
    padding: 0 15px; }
    .recruit-message__title-img {
      width: 90%; }
    .recruit-message__title-wrap {
      margin: -12px 0 35px; }
    .recruit-message__subtitle {
      font-size: 2rem; }
    .recruit-message__title {
      font-size: 2.4rem; }
    .recruit-message__text {
      font-size: 1.4rem;
      line-height: 28px;
      margin-bottom: 30px;
      text-align: left; }
      .recruit-message__text:last-child {
        text-align: right; }
    .recruit-message .recruit-ankerpoint {
      top: -25px; } }

.recruit-declaration {
  position: relative;
  background-color: #ffffff; }

.recruit-declaration__title-wrap {
  height: 290px;
  width: 100%;
  background: url("../images/recruit/declaration-bg-pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.recruit-declaration__title-wrap + * {
  margin-top: 70px; }

.recruit-declaration__title-cont {
  color: #fff;
  text-align: center; }

.recruit-declaration__subtitle {
  font-size: 3rem;
  letter-spacing: .12em;
  font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }

.recruit-declaration__title {
  font-size: 4.2rem;
  letter-spacing: .05em;
  font-weight: 500; }

.recruit-declaration__catch {
  font-size: 6rem;
  line-height: 82px;
  letter-spacing: .02em;
  font-weight: 500;
  margin: 120px 0 60px;
  text-align: center; }

.recruit-declaration__comment {
  font-size: 1.6rem;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center; }

.recruit-declaration__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 52px auto 0;
  padding-bottom: 111px; }

.recruit-declaration__cont {
  padding: 50px 60px;
  background-image: linear-gradient(90deg, whitesmoke, #e1efe0); }

.recruit-personality__cont-wrap {
  color: #fff;
  padding-top: 80px;
  text-align: center; }

.recruit-personality__cont-title {
  font-size: 3.6rem;
  font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
  margin-bottom: 26px;
  line-height: .8;
  letter-spacing: .1em; }

.recruit-personality__cont-title span {
  color: #358331;
  font-size: 5.8rem; }

.recruit-personality__cont-title.empowerment {
  font-size: 2.4rem; }

.recruit-personality__cont-title.leadership {
  font-size: 3.1rem; }

.recruit-personality__cont-note {
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: 0; }

.recruit-personality__cont-note span {
  border-bottom: 5px solid #358331; }

.recruit-declaration__cont-text {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2; }

.recruit-declaration__cont-name {
  margin-top: 0.8em;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: right;
  font-weight: 600;
  line-height: 2; }

.recruit-declaration__policy {
  padding: 98px 0 0; }

.recruit-declaration__policy-title {
  text-align: center;
  font-size: 3.8rem;
  color: #358331;
  font-weight: 500;
  line-height: 1.2; }

.recruit-declaration__policy-box {
  margin-top: 54px;
  padding: 45px 60px 60px;
  background-color: #f5f5f5; }

.recruit-declaration__policy-box__cont {
  display: flex;
  justify-content: space-between; }

.recruit-declaration__policy-box__cont-wrap {
  width: 42%; }

.recruit-declaration__policy-box__cont-wrap:nth-child(2n) {
  width: 54.5%; }

.recruit-declaration__policy-box__cont-wrap > *:first-child {
  margin-top: 0 !important; }

.recruit-declaration__policy-box__cont-wrap-title {
  margin-top: 28px;
  padding-bottom: 7px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #358331;
  letter-spacing: 0;
  border-bottom: 1px solid #358331; }

.recruit-declaration__policy-box__cont-wrap-title span {
  display: inline-block; }

.recruit-declaration__policy-box__cont-wrap-title + * {
  margin-top: 18px; }

.recruit-declaration__policy-box__cont-wrap-text {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0; }

.recruit-declaration__policy-box__cont-wrap-list {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0; }

.recruit-declaration__policy-box__cont-wrap-list > li {
  position: relative;
  list-style-type: none;
  padding-left: 1.1em; }

.recruit-declaration__policy-box__cont-wrap-list > li > span {
  position: absolute;
  left: 0;
  top: 0; }

.recruit-declaration__policy-box__cont-wrap-list--v2 {
  margin-top: 13px;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0; }

.recruit-declaration__policy-box__cont-wrap-list--v2 > li {
  position: relative;
  list-style-type: none;
  padding-left: 2em; }

.recruit-declaration__policy-box__cont-wrap-list--v2 > li > span {
  position: absolute;
  left: 0;
  top: 0; }

.recruit-declaration__policy-box-img {
  margin-top: 40px; }

.recruit-declaration__yuryou2023 {
  margin-top: 98px;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0; }

.recruit-declaration__yuryou2023-title {
  text-align: center;
  font-size: 3.4rem;
  color: #358331;
  font-weight: 500;
  line-height: 1.2; }

.recruit-declaration__yuryou2023-title p:first-child {
  margin-top: 38px !important; }

.recruit-declaration__yuryou2023-logo {
  width: 550px;
  margin: 20px auto 0; }

.recruit-declaration__yuryou2023-comment {
  margin-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center; }

.recruit-declaration__yuryou2023-box {
  background: #f5f5f5;
  margin-top: 50px;
  padding: 30px;
  font-size: 1.4rem;
  line-height: 2;
  text-indent: -1.5em;
  padding-left: calc(30px + 1.5em); }

@media screen and (max-width: 768px) {
  .recruit-declaration__yuryou2023 {
    margin-top: 58px; }
  .recruit-declaration__yuryou2023-logo {
    margin-top: 15px;
    width: 80%; }
  .recruit-declaration__yuryou2023-title {
    text-align: center;
    font-size: 2.0rem;
    color: #358331;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5; }
  .recruit-declaration__yuryou2023-comment {
    margin-top: 15px;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
    text-align: left; }
  .recruit-declaration__yuryou2023-box {
    margin: 20px 15px;
    padding: 25px 20px;
    text-indent: -1.5em;
    padding-left: calc(20px + 1.5em);
    font-size: 1.2rem;
    line-height: 2; } }

@media screen and (max-width: 768px) {
  .recruit-declaration {
    position: relative;
    background-color: #ffffff; }
  .recruit-declaration__title-wrap {
    height: 205px;
    width: 100%;
    background: url("../images/recruit/declaration-bg-sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .recruit-declaration__title-wrap + * {
    margin-top: 44px; }
  .recruit-declaration__title-cont {
    color: #fff;
    text-align: center; }
  .recruit-declaration__subtitle {
    font-size: 2rem;
    letter-spacing: .12em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .recruit-declaration__title {
    font-size: 2.4rem;
    letter-spacing: .05em;
    font-weight: 500; }
  .recruit-declaration__catch {
    font-size: 6rem;
    line-height: 82px;
    letter-spacing: .02em;
    font-weight: 500;
    margin: 120px 0 60px;
    text-align: center; }
  .recruit-declaration__comment {
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
    text-align: left; }
  .recruit-declaration__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 32px auto 0;
    padding-bottom: 50px; }
  .recruit-declaration__cont {
    padding: 32px 20px;
    background-image: linear-gradient(180deg, whitesmoke, #e1efe0); }
  .recruit-personality__cont-wrap {
    color: #fff;
    padding-top: 80px;
    text-align: center; }
  .recruit-personality__cont-title {
    font-size: 3.6rem;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    margin-bottom: 26px;
    line-height: .8;
    letter-spacing: .1em; }
  .recruit-personality__cont-title span {
    color: #358331;
    font-size: 5.8rem; }
  .recruit-personality__cont-title.empowerment {
    font-size: 2.4rem; }
  .recruit-personality__cont-title.leadership {
    font-size: 3.1rem; }
  .recruit-personality__cont-note {
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 0; }
  .recruit-personality__cont-note span {
    border-bottom: 5px solid #358331; }
  .recruit-declaration__cont-text {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2; }
  .recruit-declaration__cont-name {
    margin-top: 1em;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: right;
    font-weight: 600;
    line-height: 2; }
  .recruit-declaration__policy-wrap {
    padding: 0 15px; }
  .recruit-declaration__policy {
    padding: 58px 0 0; }
  .recruit-declaration__policy-title {
    text-align: center;
    font-size: 2.2rem;
    color: #358331;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2; }
  .recruit-declaration__policy-box {
    margin: 38px auto 0;
    padding: 26px 20px 40px;
    background-color: #f5f5f5; }
  .recruit-declaration__policy-box__cont {
    display: block; }
  .recruit-declaration__policy-box__cont-wrap {
    width: 100%; }
  .recruit-declaration__policy-box__cont-wrap:nth-child(2n) {
    width: 100%; }
  .recruit-declaration__policy-box__cont-wrap + .recruit-declaration__policy-box__cont-wrap {
    margin-top: 20px; }
  .recruit-declaration__policy-box__cont-wrap > *:first-child {
    margin-top: 0 !important; }
  .recruit-declaration__policy-box__cont-wrap-title {
    margin-top: 20px;
    padding-bottom: 7px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    color: #358331;
    letter-spacing: 0;
    border-bottom: 1px solid #358331; }
  .recruit-declaration__policy-box__cont-wrap-title span {
    display: inline-block; }
  .recruit-declaration__policy-box__cont-wrap-title + * {
    margin-top: 14px; }
  .recruit-declaration__policy-box__cont-wrap-text {
    font-size: 1.2rem;
    line-height: 1.71;
    letter-spacing: 0; }
  .recruit-declaration__policy-box__cont-wrap-list {
    font-size: 1.2rem;
    line-height: 1.71;
    letter-spacing: 0; }
  .recruit-declaration__policy-box__cont-wrap-list > li {
    position: relative;
    list-style-type: none;
    padding-left: 1.1em; }
  .recruit-declaration__policy-box__cont-wrap-list > li > span {
    position: absolute;
    left: 0;
    top: 0; }
  .recruit-declaration__policy-box__cont-wrap-list--v2 {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.71;
    letter-spacing: 0; }
  .recruit-declaration__policy-box__cont-wrap-list--v2 > li {
    position: relative;
    list-style-type: none;
    padding-left: 1.4em; }
  .recruit-declaration__policy-box__cont-wrap-list--v2 > li > span {
    position: absolute;
    left: 0;
    top: 0; }
  .recruit-declaration__policy-box-img {
    margin-top: 25px; } }

.recruit-personality {
  position: relative;
  background-color: #f5f5f5; }
  .recruit-personality__title-wrap {
    height: 300px;
    width: 100%;
    background: url("../images/recruit/personality-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .recruit-personality__title-cont {
    color: #fff;
    text-align: center; }
  .recruit-personality__subtitle {
    font-size: 3rem;
    letter-spacing: .12em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .recruit-personality__title {
    font-size: 4.2rem;
    letter-spacing: .05em;
    font-weight: 500; }
  .recruit-personality__catch {
    font-size: 6rem;
    line-height: 82px;
    letter-spacing: .02em;
    font-weight: 500;
    margin: 120px 0 60px;
    text-align: center; }
  .recruit-personality__comment {
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center; }
  .recruit-personality__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 90px auto 0;
    padding-bottom: 111px; }
  .recruit-personality__cont {
    width: 30%;
    height: 320px;
    background: url("../images/recruit/personality-back.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    .recruit-personality__cont:nth-child(n+4) {
      margin-top: -20px; }
  .recruit-personality__cont-wrap {
    color: #fff;
    padding-top: 80px;
    text-align: center; }
  .recruit-personality__cont-title {
    font-size: 3.6rem;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    margin-bottom: 26px;
    line-height: .8;
    letter-spacing: .1em; }
    .recruit-personality__cont-title span {
      color: #358331;
      font-size: 5.8rem; }
    .recruit-personality__cont-title.empowerment {
      font-size: 2.4rem; }
    .recruit-personality__cont-title.leadership {
      font-size: 3.1rem; }
  .recruit-personality__cont-note {
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 0; }
    .recruit-personality__cont-note span {
      border-bottom: 5px solid #358331; }

@media screen and (max-width: 768px) {
  .recruit-personality__title-wrap {
    height: 205px;
    width: 100%;
    background: url("../images/recruit/personality-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .recruit-personality__subtitle {
    font-size: 2rem; }
  .recruit-personality__title {
    font-size: 2.4rem; }
  .recruit-personality__catch {
    font-size: 2.7rem;
    line-height: 37px;
    margin: 50px 0 30px; }
  .recruit-personality__comment {
    font-size: 1.4rem;
    line-height: 28px;
    text-align: left;
    padding: 0 15px; }
    .recruit-personality__comment br {
      display: none; }
  .recruit-personality__wrap {
    margin: 40px auto 0;
    padding: 0 10px 50px; }
  .recruit-personality__cont {
    width: 47%;
    height: 172px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .recruit-personality__cont:first-child {
      width: 100%;
      padding: 0 23%;
      margin-bottom: -20px; }
    .recruit-personality__cont:nth-child(n+4) {
      margin-top: 0; }
  .recruit-personality__cont-wrap {
    padding: 0 10px; }
  .recruit-personality__cont-title {
    font-size: 2rem;
    margin-bottom: 16px; }
    .recruit-personality__cont-title span {
      font-size: 3.1rem; }
    .recruit-personality__cont-title.empowerment {
      font-size: 1.3rem; }
    .recruit-personality__cont-title.leadership {
      font-size: 1.7rem; }
  .recruit-personality__cont-note {
    font-size: 1.1rem;
    line-height: 1.8rem; }
    .recruit-personality__cont-note span {
      border-bottom: 3px solid #358331; } }

.recruit-benefit {
  position: relative;
  max-width: 1120px;
  margin: 120px auto 110px; }
  .recruit-benefit__title-img {
    display: block;
    width: 555px;
    margin: auto; }
  .recruit-benefit__title-wrap {
    text-align: center;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    margin: -20px 0 60px; }
    .recruit-benefit__title-wrap span {
      color: #358331; }
  .recruit-benefit__subtitle {
    font-size: 3rem;
    letter-spacing: .12em; }
  .recruit-benefit__title {
    font-size: 4.2rem;
    letter-spacing: .05em;
    font-weight: 500; }
  .recruit-benefit__text {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    margin-bottom: 50px; }
  .recruit-benefit__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .recruit-benefit__cont {
    width: 48.5%;
    height: 160px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px 0 36px;
    margin: 1%; }
    .recruit-benefit__cont:nth-child(odd) {
      margin-left: 0; }
    .recruit-benefit__cont:nth-child(even) {
      margin-right: 0; }
  .recruit-benefit__cont-img {
    margin-right: 24px;
    width: 100px; }
  .recruit-benefit__cont-title {
    color: #358331;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 16px; }
  .recruit-benefit__cont-text {
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0; }
  .recruit-benefit .recruit-ankerpoint {
    top: -150px; }

@media screen and (max-width: 768px) {
  .recruit-benefit {
    margin: 70px auto 70px;
    padding: 0 15px; }
    .recruit-benefit__title-img {
      width: 278px; }
    .recruit-benefit__title-wrap {
      margin: -12px 0 35px; }
    .recruit-benefit__subtitle {
      font-size: 2rem; }
    .recruit-benefit__title {
      font-size: 2.4rem; }
    .recruit-benefit__text {
      font-size: 1.4rem;
      line-height: 28px;
      margin-bottom: 35px;
      text-align: left; }
      .recruit-benefit__text br {
        display: none; }
    .recruit-benefit__wrap {
      display: block; }
    .recruit-benefit__cont {
      width: 100%;
      height: auto;
      padding: 25px 20px 25px 15px;
      margin: 10px 0; }
    .recruit-benefit__cont-img {
      margin-right: 15px;
      width: 75px; }
    .recruit-benefit__cont-title {
      font-size: 1.5rem;
      margin-bottom: 10px; }
    .recruit-benefit__cont-text {
      font-size: 1.2rem;
      line-height: 20px; }
    .recruit-benefit .recruit-ankerpoint {
      top: -25px; } }

.recruit-interview {
  position: relative; }
  .recruit-interview__title-wrap {
    height: 300px;
    width: 100%;
    background: url("../images/recruit/interview-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .recruit-interview__title-cont {
    color: #fff;
    text-align: center; }
  .recruit-interview__subtitle {
    font-size: 3rem;
    letter-spacing: .12em;
    font-family: canada-type-gibson, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }
  .recruit-interview__title {
    font-size: 4.2rem;
    letter-spacing: .05em;
    font-weight: 500; }
  .recruit-interview__wrap {
    max-width: 1120px;
    margin: 60px auto 100px; }
  .recruit-interview__cont {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 60px; }
    .recruit-interview__cont:nth-child(1) {
      background: url("../images/recruit/interview01/bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center; }
    .recruit-interview__cont:nth-child(2) {
      background: url("../images/recruit/interview02/bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center; }
    .recruit-interview__cont:nth-child(3) {
      background: url("../images/recruit/interview03/bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center;
      margin-bottom: 0; }
    .recruit-interview__cont.right .recruit-interview__img {
      margin: 0 0 0 50px; }
  .recruit-interview__img {
    display: block;
    margin-right: 50px;
    width: 240px; }
  .recruit-interview__cont-title {
    font-size: 2.4rem;
    font-weight: 500;
    color: #358331;
    letter-spacing: 0; }
  .recruit-interview__cont-name {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin: 20px 0; }
    .recruit-interview__cont-name span {
      font-size: 1.5rem; }
  .recruit-interview__cont-text {
    font-size: 1.5rem;
    line-height: 26px;
    letter-spacing: 0; }
  .recruit-interview__btn {
    width: 445px;
    height: 90px;
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #358331;
    margin: 0 auto 110px;
    border: 1px solid #358331; }
    .recruit-interview__btn:hover {
      background-color: #fff;
      color: #358331; }

@media screen and (max-width: 768px) {
  .recruit-interview__title-wrap {
    height: 205px;
    width: 100%;
    background: url("../images/recruit/interview-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .recruit-interview__subtitle {
    font-size: 2rem; }
  .recruit-interview__title {
    font-size: 2.4rem; }
  .recruit-interview__wrap {
    margin: 30px 0 40px;
    padding: 0 15px; }
  .recruit-interview__cont {
    margin-bottom: 15px;
    display: block;
    padding: 50px 20px; }
    .recruit-interview__cont:nth-child(1) {
      background: url("../images/recruit/interview01/bg-sp.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top left; }
    .recruit-interview__cont:nth-child(2) {
      background: url("../images/recruit/interview02/bg-sp.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top right;
      display: flex;
      flex-wrap: wrap-reverse; }
    .recruit-interview__cont:nth-child(3) {
      background: url("../images/recruit/interview03/bg-sp.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top left;
      margin-bottom: 0; }
    .recruit-interview__cont.right .recruit-interview__img {
      margin: 0 auto 30px; }
  .recruit-interview__img {
    margin: 0 auto 25px;
    width: 185px; }
  .recruit-interview__cont-title {
    font-size: 2rem;
    line-height: 30px; }
  .recruit-interview__cont-name {
    font-size: 1.5rem;
    margin: 10px 0; }
    .recruit-interview__cont-name span {
      font-size: 1.4rem; }
  .recruit-interview__cont-text {
    font-size: 1.4rem;
    line-height: 24px; }
  .recruit-interview__btn {
    width: 305px;
    height: 72px;
    font-size: 1.5rem;
    margin: 0 auto 80px; } }
