@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  color: #231f20;
  overflow-x: hidden;
}
html.c-active {
  overflow-y: hidden;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header .c-header__fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  top: 0;
}
.c-header .c-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3.2%;
  padding-right: 3.6%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__wrapper {
    height: 86px;
  }
}
@media only screen and (max-width: 950px) {
  .c-header .c-header__wrapper {
    height: 75px;
  }
}
.c-header .c-header__wrapper .c-header__logo {
  width: 59px;
  -webkit-transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 950px) {
  .c-header .c-header__wrapper .c-header__logo {
    width: 45px;
  }
}
.c-header .c-header__wrapper .c-header__logo.c-header__logo2 {
  width: 134px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 1074px) {
  .c-header .c-header__wrapper .c-header__logo.c-header__logo2 {
    width: 80px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media only screen and (max-width: 1000px) {
  .c-header .c-header__wrapper .c-header__logo.c-header__logo2 {
    width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__wrapper .c-header__logo.c-header__logo2 {
    width: 60px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.c-header .c-header__wrapper .c-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__wrapper .c-header__right {
    gap: 12px;
  }
}
@media only screen and (max-width: 950px) {
  .c-header .c-header__wrapper .c-header__right {
    padding-top: 5px;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    gap: 20px;
  }
}
.c-header .c-header__wrapper .c-header__right .c-header__notburger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
@media only screen and (max-width: 950px) {
  .c-header .c-header__wrapper .c-header__right .c-btn1 {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .c-header .c-header__wrapper .c-header__right .c-search__btn {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .c-header .c-header__wrapper .c-header__right .c-calendar__btn {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .c-header .c-header__wrapper .c-header__right .c-phone__row1.c-phone__row11 {
    display: none;
  }
}
.c-header.c-header-child .c-header__logo.c-header__logo2 {
  width: 59px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 1023px) {
  .c-header.c-header-child .c-header__logo.c-header__logo2 {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header.c-header-child .c-header__logo.c-header__logo2 {
    width: 45px;
  }
}
.c-header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  z-index: 99999;
}
.logo-black {
  display: none;
}
.c-header-child .logo-white {
  display: none;
}
.c-header-child .logo-black {
  display: block;
}
.c-header-child {
  background-color: #070000;
  padding-top: 155px;
}
@media only screen and (max-width: 1023px) {
  .c-header-child {
    padding-top: 127px;
  }
}
@media only screen and (max-width: 950px) {
  .c-header-child {
    padding-top: 75px;
  }
}
.c-header-child .c-header__fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #070000;
  top: 0;
}

.c-header__bottomnav--top {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  pointer-events: none;
}

.c-header-child .c-header__bottomnav--top {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.c-header__bottomnav {
  max-width: 1200px;
  margin: 0 auto;

  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 950px) {
  .c-header__bottomnav {
    display: none;
  }
}
.c-header__bottomnav .c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 3.3% 22px;
}
@media only screen and (max-width: 1023px) {
  .c-header__bottomnav .c-header__nav {
    padding-bottom: 12px;
  }
}
.c-header__bottomnav .c-header__nav .c-headernav__a:hover span::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-header__bottomnav .c-header__nav .c-headernav__a span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-header__bottomnav .c-header__nav .c-headernav__a span {
    font-size: 1.4rem;
  }
}
.c-header__bottomnav .c-header__nav .c-headernav__a span::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #fff;
  width: 19px;
  left: 0;
  bottom: -8px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-modal__container {
  position: fixed;
  z-index: 999;
  background-color: #1a1010;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100vh;
  display: none;
}
@media only screen and (max-height: 850px) {
  .c-modal__container {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.c-modal__container.c-active {
  display: block;
  -webkit-animation: fade 0.35s ease-in;
  animation: fade 0.35s ease-in;
  animation: fade 0.35s ease-in;
  animation: fade 0.35s ease-in;
  animation: fade 0.35s ease-in;
}
.c-modal__wrapper {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-header__modal {
  margin: 0 auto;
  max-width: 962px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-header__modal {
    padding: 0;
    /* padding-bottom: 60px; */
  }

  .c-modal__wrapper {
    padding-bottom: 96px;
  }
}
.c-headermodal__img {
  width: 31%;
}
@media only screen and (max-width: 1023px) {
  .c-headermodal__img {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .c-headermodal__img {
    display: none;
  }
}
.c-headermodal__img img {
  border-radius: 14px;
}
.c-headermodal__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex: 1;
  padding-left: 13.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .c-headermodal__right {
    padding-left: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .c-headermodal__right {
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-nav__list {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5%;
  gap: 12px 0;
}
@media only screen and (max-width: 767px) {
  .c-nav__list {
    width: 100%;
    padding-top: 0;
  }
}
.c-nav__list .c-nav__item {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .c-nav__list .c-nav__item + .c-nav__item {
    margin-top: 0;
  }
}
.c-nav__list .c-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px 14px;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.6rem;
  border-radius: 6px;
}
.c-nav__list .c-nav__link:hover {
  background-color: #fff;
  color: #070000;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .c-nav__list .c-nav__link {
    padding: 11px 15px 8px;
    background-color: #0f0f14;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 10px;
    font-size: 1.5rem;
    gap: 10px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.c-nav__list .c-nav__link.c-active .c-a__plus span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.c-nav__list .c-nav__link:hover .c-a__txt {
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #fff, 0 0 82px #fff;
}
.c-nav__list .c-nav__link:hover i {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
  transform: translateX(7px);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-nav__list .c-nav__link:hover .c-a__plus {
  width: 14px;
  height: 14px;
}
.c-modalcontainer__container {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  padding-bottom: 80px;
}
.c-modal__topbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-modal__topbtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    gap: 12px;
  }
}
.c-modal__topbtns .c-modaltop__btnitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.c-modal__cars {
  margin: 30px auto;
  max-width: 700px;
  padding: 0 5%;
}
@media only screen and (max-width: 767px) {
  .c-modal__cars {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 9%;
  }
}
.c-modal__roadservice24 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: 700;
  gap: 15px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .c-modal__roadservice24 {
    font-size: 3rem;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
  }
}
.c-modal__roadservice24 .c-roadservice__24 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000030;
  width: 65px;
  border-radius: 50%;
  height: 65px;
  font-weight: 900;
  padding-bottom: 6px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-modal__roadservice24 .c-roadservice__24 {
    width: 55px;
    height: 55px;
  }
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  padding-top: 50px;
  background-image: url(./../img/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 187px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.c-footer .c-footer__logo {
  margin: 0 auto;
  max-width: 135px;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__logo {
    max-width: 80px;
  }
}
.c-footer .c-footer__privacy {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 250px auto 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__privacy {
    margin-top: 130px;
  }
}
.c-footer .c-footer__copyright {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__copyright {
    margin-top: 45px;
  }
}
.c-footer__fixed {
  display: none;
  position: fixed;
  bottom: 0;
  -webkit-box-shadow: 0 -1px 2px rgba(255, 255, 255, 0.42);
  box-shadow: 0 -1px 2px rgba(255, 255, 255, 0.42);
  background-color: #070000;
}
@media only screen and (max-width: 767px) {
  .c-footer__fixed {
    display: block;
  }
}
.c-footer__fixed .c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .c-footer__fixed .c-footer__nav {
    height: 60px;
  }
}
.c-footer__fixed .c-footer__nav .c-footer__navlink {
  width: 30%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 580px) {
  .c-footer__fixed .c-footer__nav .c-footer__navlink {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.c-footer__fixed .c-footer__nav .c-footer__navlink::after {
  height: 70%;
  content: "";
  background-color: #fff;
  width: 1px;
  position: absolute;
  right: 0;
}
.c-footer__fixed .c-footer__nav .c-footer__navlink:nth-child(1) {
  padding: 0 2%;
}
.c-footer__fixed .c-footer__nav .c-footer__navlink:nth-child(2) {
  padding: 0 5%;
}
@media only screen and (max-width: 580px) {
  .c-footer__fixed .c-footer__nav .c-footer__navlink:nth-child(2) {
    padding: 0 2%;
  }
}
.c-footer__fixed .c-footer__nav .c-footer__navlink:nth-child(3) {
  padding: 0 3%;
}
.c-footer__fixed .c-footer__nav .c-footer__line {
  width: 10%;
  padding: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 580px) {
  .c-footer__fixed .c-footer__nav .c-footer__line {
    width: 15%;
  }
}
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
.l-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}
.l-container2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  width: 88px;
  height: 45px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
  .c-btn1 {
    width: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    height: 40px;
    letter-spacing: 0;
    width: 74px;
    font-size: 1.2rem;
  }
}
.c-btn1.c-btn1__black {
  color: #fff;
  border-color: #fff;
}
.c-btn1.c-btn1__black:hover {
  opacity: 1;
  color: #070000;
  background-color: #fff;
}
.c-search__btn {
  height: 45px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  background-color: #fff;
  font-size: 1.5rem;
  gap: 5px;
  padding: 0 13.5px;
}
@media only screen and (max-width: 767px) {
  .c-search__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 8px;
    font-size: 1.3rem;
    height: 40px;
  }
}
.c-search__btn:hover {
  background-color: #ffd32c;
  opacity: 1;
}
.c-search__btn .c-search__iconbtn {
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-search__btn .c-search__iconbtn {
    width: 22px;
  }
}
.c-calendar__btn {
  height: 45px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  background-color: #fff;
  font-size: 1.5rem;
  gap: 8px;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .c-calendar__btn {
    font-size: 1.4rem;
    padding: 0 8px;
    height: 40px;
  }
}
.c-calendar__btn:hover {
  opacity: 1;
  background-color: #ffd32c;
}
.c-calendar__btn .c-calendar__iconbtn {
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-calendar__btn .c-calendar__iconbtn {
    width: 24px;
  }
}
.c-phone__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 4px;
}
.c-phone__row1.c-phone__row1--white .c-phone__number1 {
  color: #fff;
}
.c-phone__row1.c-phone__row1--white .c-phone__icon1 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-phone__row1 .c-phone__icon1 {
  width: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}
.c-phone__row1 .c-phone__number1 {
  font-family: "bahnschrift", sans-serif;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .c-phone__row1 .c-phone__number1 {
    font-size: 1.8rem;
  }
}
.c-phone__row1 .c-phone__number1 span {
  font-size: 1.45rem;
  margin-left: 4px;
  letter-spacing: 0.5px;
}
.c-line__link {
  width: 32px;
}
.c-btn2 {
  height: 50px;
  width: 100%;
  max-width: 240px;
  border: 1px solid #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-weight: 700;
  font-size: 1.6rem;
  padding-bottom: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.c-btn2:hover {
  opacity: 1;
  background-color: #070000;
  color: #fff;
}
.c-btn3 {
  height: 50px;
  width: 100%;
  max-width: 240px;
  border: 1px solid #231f20;
  background-color: #231f20;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-weight: 700;
  font-size: 1.6rem;
  padding-bottom: 2px;
  margin: 0 auto;
}
.c-btn3:hover {
  opacity: 1;
  background-color: #fff;
  color: #231f20;
}
.c-btn4 {
  height: 50px;
  width: 100%;
  max-width: 240px;
  border: 1px solid #fff;
  background-color: #3d424c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-weight: 700;
  font-size: 1.6rem;
  padding-bottom: 2px;
  margin: 0 auto;
}
.c-btn4:hover {
  opacity: 1;
  background-color: #fff;
  color: #3d424c;
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  color: #fff;
  font-family: "bahnschrift", sans-serif;
  font-size: 6.1rem;
  font-weight: 700;
  letter-spacing: 4.5px;
  line-height: 1;
}
.c-title1.c-title1--black {
  color: #231f20;
}
@media only screen and (max-width: 1023px) {
  .c-title1 {
    font-size: 4.6rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title1 {
    font-size: 4rem;
    letter-spacing: 1px;
  }
}
.c-title1.c-title1--center {
  text-align: center;
}
.c-title2 {
  color: #fff;
  font-family: "bahnschrift", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .c-title2 {
    letter-spacing: 1px;
    font-size: 1.9rem;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title2 {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
.c-title2.c-title2--center {
  text-align: center;
}
.c-title3 {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-title3 {
    font-size: 2.6rem;
  }
}
.c-title4 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-title4 {
    font-size: 1.65rem;
  }
}
.c-title5 {
  font-size: 6.3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-title5 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title5 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-title5 {
    font-size: 3.4rem;
  }
}
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-menu__icon {
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 9999;
}
.c-menu__icon .line-1,
.c-menu__icon .line-2,
.c-menu__icon .line-3 {
  height: 3px;
  width: 100%;
  background-color: #231f20;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.c-menu__icon .line-1 {
  -webkit-animation: animate-line-1-rev 0.7s ease-in-out;
  animation: animate-line-1-rev 0.7s ease-in-out;
}
.c-menu__icon .line-2 {
  margin: 6px 0;
  -webkit-animation: animate-line-2-rev 0.7s ease-in-out;
  animation: animate-line-2-rev 0.7s ease-in-out;
}
.c-menu__icon .line-3 {
  -webkit-animation: animate-line-3-rev 0.7s ease-in-out;
  animation: animate-line-3-rev 0.7s ease-in-out;
}
.c-menu__icon:hover .line-1,
.c-menu__icon:hover .line-2,
.c-menu__icon:hover .line-3 {
  background-color: #231f20;
}
.c-menu__icon.c-active .line-1,
.c-menu__icon.c-active .line-2,
.c-menu__icon.c-active .line-3 {
  background-color: #231f20;
}
.c-menu__icon.c-active .line-1 {
  -webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-2 {
  -webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-3 {
  -webkit-animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.no-animation {
  -webkit-animation: none !important;
  animation: none !important;
  animation: none !important;
}
@-webkit-keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}
@keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}
@-webkit-keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
}
@keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
}
@-webkit-keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@-webkit-keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
.c-header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-menu__text {
  color: #fff;
  font-size: 1.1rem;
}
.menu-toggle {
  height: 21px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.menu-toggle span {
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
}
.menu-toggle span:nth-child(1) {
  width: 100%;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
.menu-toggle span:nth-child(2) {
  width: 100%;
}
.menu-toggle span:nth-child(3) {
  width: 60%;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle span:nth-child(4) {
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
}
.menu-toggle.c-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle.c-active span:nth-child(1) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
}
.menu-toggle.c-active span:nth-child(3) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
}
.menu-toggle.c-active span:nth-child(4) {
  height: 31px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-breadcrumb__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.33rem;
  font-weight: 500;
  gap: 10px;
  max-width: 1290px;
  margin: 0 auto;
  padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb__container {
    font-size: 1.2rem;
    padding: 8px 15px 12px;
  }
}
.c-breadcrumb__container .c-breadcrumb__link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-breadcrumb__container .c-breadcrumb__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-breadcrumb__container .c-breadcrumb__current {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.c-page__introduce {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 400px;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce {
    height: 320px;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce {
    height: 240px;
    background-position: 20% center;
  }
}
.c-page__introduce.c-page__introduce--enjoy {
  background-image: url(./../img/enjoy_page_bg.png);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce.c-page__introduce--enjoy {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce.c-page__introduce--enjoy {
    height: 320px;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce.c-page__introduce--enjoy {
    height: 240px;
    background-position: 20% center;
  }
}
.c-page__introduce.c-page__introduce--news {
  background-image: url(./../img/news_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  height: 418px;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce.c-page__introduce--news {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce.c-page__introduce--news {
    height: 320px;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce.c-page__introduce--news {
    height: 200px;
    background-position: 40% center;
  }
}
.c-page__introduce.c-page__introduce--service_newcar {
  background-image: url(./../img/service_newcar_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  height: 418px;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce.c-page__introduce--service_newcar {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce.c-page__introduce--service_newcar {
    height: 320px;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce.c-page__introduce--service_newcar {
    height: 200px;
    background-position: 40% center;
  }
}
.c-page__introduce.c-page__introduce--company {
  background-image: url(./../img/company/company_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 418px;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce.c-page__introduce--company {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce.c-page__introduce--company {
    height: 320px;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce.c-page__introduce--company {
    height: 160px;
    background-position: 40% center;
  }
}
.c-page__introduce .c-page__introduceh1 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce .c-page__introduceh1 {
    font-size: 3rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce .c-page__introduceh1 {
    font-size: 2.7rem;
  }
}
.c-page__introduce .c-page__introduceh2 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce .c-page__introduceh2 {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
  }
}
.c-page__containerh2 {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-page__containerh2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__containerh2 {
    font-size: 2.4rem;
  }
}
.c-map__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #faf8f8;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-map__wrapper .c-map__left {
  width: 52%;
}
@media only screen and (max-width: 767px) {
  .c-map__wrapper .c-map__left {
    width: 100%;
  }
}
.c-map__wrapper .c-map__left iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-map__wrapper .c-map__left iframe {
    height: 260px;
  }
}
.c-map__wrapper .c-map__right {
  width: 48%;
  padding-top: 62px;
  padding-left: 2.7%;
  max-width: 496px;
  padding-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .c-map__wrapper .c-map__right {
    width: 100%;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.c-map__wrapper .c-map__right .c-map__h4 {
  font-weight: 700;
  font-size: 2.229rem;
  letter-spacing: 0.5px;
}
.c-map__wrapper .c-map__right .c-map__address {
  font-size: 1.6rem;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .c-map__wrapper .c-map__right .c-map__address {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}
.c-map__wrapper .c-map__right .c-map__phonerow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.c-map__wrapper .c-map__right .c-map__phonerow .c-map__phoneicon {
  width: 20px;
  padding-top: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-map__wrapper .c-map__right .c-map__phonerow .c-map__phonenum {
  font-size: 3rem;
  font-family: "bahnschrift", sans-serif;
}
.c-map__wrapper .c-map__right .c-map__contentright {
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .c-map__wrapper .c-map__right .c-map__contentright {
    margin-top: 25px;
  }
}
.c-map__wrapper .c-map__right .c-map__contentright .c-map__contenth4 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 9px;
  border-bottom: 1px solid #231f20;
}
@media only screen and (max-width: 767px) {
  .c-map__wrapper .c-map__right .c-map__contentright .c-map__contenth4 {
    font-size: 1.7rem;
    padding-bottom: 6px;
  }
}
.c-map__wrapper .c-map__right .c-map__contentright .c-map__contentway {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.75;
  margin-top: 28px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-map__wrapper .c-map__right .c-map__contentright .c-map__contentway {
    margin-top: 15px;
    letter-spacing: 1px;
    font-weight: 500;
  }
}
.c-map__wrapper .c-map__right .c-map__contentright .c-map__btncom {
  max-width: 240px;
  height: 51px;
  border: 1px solid #231f20;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-top: 11px;
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-map__wrapper .c-map__right .c-map__contentright .c-map__btncom {
    margin-top: 20px;
    margin-right: auto;
    margin-left: 0;
    max-width: 200px;
  }
}
.c-map__wrapper .c-map__right .c-map__contentright .c-map__btncom:hover {
  background-color: #231f20;
  opacity: 1;
  color: #fff;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top .c-mainvisual .c-mainvisual__top {
  width: 100%;
  height: calc(100vh - 84px);
  background-image: url(./../img/index/mainvisual_bg.jpg);
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top .c-mainvisual .c-mainvisual__top {
    height: calc(100vh - 135px);
    background-position: center 60%;
  }
}
.p-top .c-mainvisual .c-mainvisual__top .c-mainvisual__cars {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65%;
  top: 50%;
}
@media only screen and (max-width: 1250px) {
  .p-top .c-mainvisual .c-mainvisual__top .c-mainvisual__cars {
    width: 79.5%;
    top: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-mainvisual .c-mainvisual__top .c-mainvisual__cars {
    width: 95%;
    top: 40%;
  }
}
.p-top .c-mainvisual .c-mainvisual__top .c-mainvisual__24road {
  position: absolute;
  width: 9.5%;
  bottom: 3%;
  right: 3%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-mainvisual .c-mainvisual__top .c-mainvisual__24road {
    width: 26%;
    bottom: 3%;
    right: 3%;
  }
}
.p-top .c-mainvisual .c-mainvisual__top .c-mainvisual__h1 {
  color: #fff;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.4770318021;
  text-shadow: 0 0 5px #231f20;
  position: absolute;
  bottom: 7%;
  left: 8%;
  white-space: nowrap;
}
.p-top .c-mainvisual .c-mainvisual__top .c-mainvisual__h1 span {
  margin-left: 25%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-mainvisual .c-mainvisual__top .c-mainvisual__h1 span {
    margin-left: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-mainvisual .c-mainvisual__top .c-mainvisual__h1 {
    font-size: 6vw;
    left: 4%;
    bottom: 25%;
  }
}
.p-top .c-mainvisual .c-mainvisual__bottom {
  z-index: 80;
  background-color: #070000;
}
@media only screen and (max-width: 767px) {
  .p-top .c-mainvisual .c-mainvisual__bottom {
    display: none;
  }
}
.p-top .c-mainvisual .c-header__nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 84px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3.3%;
}
.p-top .c-mainvisual .c-header__nav2 .c-headernav__a:hover span::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.p-top .c-mainvisual .c-header__nav2 .c-headernav__a span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-mainvisual .c-header__nav2 .c-headernav__a span {
    font-size: 1.4rem;
  }
}
.p-top .c-mainvisual .c-header__nav2 .c-headernav__a span::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #fff;
  width: 19px;
  left: 0;
  bottom: -8px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.c-lineup {
  padding-top: 90px;
  padding-bottom: 87px;
  background-image: url(./../img/index/line_up_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only screen and (max-width: 767px) {
  .c-lineup {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .c-lineup {
    padding-top: 35px;
  }
}
.c-lineup .l-container {
  max-width: 1170px;
}
.c-lineup .l-container .c-lineup__englishtxt {
  font-size: 1.1rem;
  font-weight: 700;
  padding-left: 5px;
  font-family: "bahnschrift", sans-serif;
  margin-top: 10px;
}
@media only screen and (max-width: 580px) {
  .c-lineup .l-container .c-lineup__englishtxt {
    margin-top: 6px;
    padding-left: 2px;
  }
}
.c-lineup .c-btn3 {
  margin-top: 92px;
}
@media only screen and (max-width: 767px) {
  .c-lineup .c-btn3 {
    margin-top: 45px;
  }
}
.c-lineup .c-lineup__sliderlist {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .c-lineup .c-lineup__sliderlist {
    margin-top: 35px;
  }
}
.c-lineup .c-lineup__sliderlist .c-lineup__item .c-lineupitem__content {
  background-color: #eeeded;
}
.c-service {
  background-color: #f1f0ef;
  padding-top: 31px;
  padding-bottom: 177px;
}
@media only screen and (max-width: 580px) {
  .c-service {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 414px) {
  .c-service {
    padding-bottom: 60px;
  }
}
.c-service .l-container {
  max-width: 1158px;
}
.c-service .c-service__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-service .c-service__row .c-servicerow__left {
  padding-top: 68px;
  width: 33.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .c-service .c-service__row .c-servicerow__left {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-service .c-service__row .c-servicerow__left {
    width: 100%;
  }
}
.c-service .c-service__row .c-servicerow__left .c-servicetop__title2 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.652173913;
  text-align: justify;
  letter-spacing: 0.5px;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .c-service .c-service__row .c-servicerow__left .c-servicetop__title2 {
    margin-top: 20px;
    font-size: 1.9rem;
  }
}
.c-service .c-service__row .c-servicerow__left .c-servicetop__para {
  font-size: 1.5rem;
  text-align: justify;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 27px;
}
@media only screen and (max-width: 580px) {
  .c-service .c-service__row .c-servicerow__left .c-servicetop__para {
    margin-top: 15px;
    font-size: 1.35rem;
  }
}
.c-service .c-service__row .c-servicerow__left .c-servicetop__line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 47px;
  width: 2px;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #231916;
}
@media only screen and (max-width: 580px) {
  .c-service .c-service__row .c-servicerow__left .c-servicetop__line {
    margin-top: 20px;
  }
}

.c-service .c-service__row .c-servicerow__right {
  width: 63%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-service .c-service__row .c-servicerow__right {
    width: 100%;
  }
}
.c-service .c-service__row .c-servicerow__right a {
  position: absolute;
  width: 33.3333333333%;
}
.c-service .c-service__row .c-servicerow__right a:last-child {
  width: 100%;
}
.c-service .c-service__row .c-servicerow__right a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.c-service .c-service__row .c-servicerow__right .c-box__link1 {
  height: 25%;
  top: 0;
  left: 0;
}
.c-service .c-service__row .c-servicerow__right .c-box__link2 {
  top: 0;
  height: 25%;
  left: 33.3333333333%;
}
.c-service .c-service__row .c-servicerow__right .c-box__link3 {
  top: 0;
  height: 25%;
  left: 66.6666666667%;
}
.c-service .c-service__row .c-servicerow__right .c-box__link4 {
  top: 25%;
  left: 0;
  height: 25%;
}
.c-service .c-service__row .c-servicerow__right .c-box__link5 {
  top: 25%;
  left: 33.3333333333%;
  height: 25%;
}
.c-service .c-service__row .c-servicerow__right .c-box__link6 {
  top: 25%;
  left: 66.6666666667%;
  height: 25%;
}
.c-service .c-service__row .c-servicerow__right .c-box__link7 {
  top: 50%;
  left: 0;
  height: 25%;
}
.c-service .c-service__row .c-servicerow__right .c-box__link8 {
  top: 50%;
  left: 33.3333333333%;
  height: 25%;
}
.c-service .c-service__row .c-servicerow__right .c-box__link9 {
  top: 50%;
  left: 66.6666666667%;
  height: 25%;
}
.c-service .c-service__row .c-servicerow__right .c-box__link10 {
  top: unset;
  left: 0;
  bottom: 0;
  height: 25%;
}


.c-service__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 115px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-service__row2 {
    margin-top: 45px;
  }
}
.c-service__row2 .c-serviceleft2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  .c-service__row2 .c-serviceleft2 {
    padding-right: 0;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
.c-service__row2 .c-serviceleft2 .c-roadservice__24index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice__24index {
    gap: 10px;
  }
}
.c-service__row2 .c-serviceleft2 .c-roadservice__24index .c-roadservice24__txtindex {
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1100px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice__24index .c-roadservice24__txtindex {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice__24index .c-roadservice24__txtindex {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 950px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice__24index .c-roadservice24__txtindex {
    font-size: 4rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice__24index .c-roadservice24__txtindex {
    font-size: 3rem;
  }
}
.c-service__row2 .c-serviceleft2 .c-roadservice__24index .c-roadservice24__24index {
  background-color: #231f20;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 88px;
  width: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 6rem;
  font-weight: 700;
  font-family: "bahnschrift", sans-serif;
  padding-bottom: 10px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (max-width: 1023px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice__24index .c-roadservice24__24index {
    font-size: 4.5rem;
    width: 70px;
    height: 70px;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice__24index .c-roadservice24__24index {
    font-size: 3rem;
    width: 50px;
    padding-top: 2px;
    height: 50px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.c-service__row2 .c-serviceleft2 .c-roadservice24__title2 {
  font-weight: 700;
  font-size: 3rem;
  margin-top: 13px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1100px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice24__title2 {
    letter-spacing: 0;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice24__title2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice24__title2 {
    letter-spacing: 0;
    font-size: 1.7rem;
  }
}
.c-service__row2 .c-serviceleft2 .c-roadservice24img--sp {
  display: none;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice24img--sp {
    display: block;
  }
}
.c-service__row2 .c-serviceleft2 .c-roadservice24__para2 {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: justify;
  margin-top: 40px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice24__para2 {
    letter-spacing: 0;
    margin-top: 24px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-service__row2 .c-serviceleft2 .c-roadservice24__para2 {
    margin-top: 8px;
  }
}
.c-service__row2 .c-serviceright2 {
  width: 41.5%;
}
@media only screen and (max-width: 767px) {
  .c-service__row2 .c-serviceright2 {
    display: none;
  }
}
.c-feature {
  background-image: url(./../img/index/feature_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 111px 0 142px;
}
@media only screen and (max-width: 1023px) {
  .c-feature {
    padding: 100px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .c-feature {
    padding: 75px 0 100px;
  }
}
@media only screen and (max-width: 580px) {
  .c-feature {
    padding-top: 55px;
  }
}
.c-feature .l-container {
  max-width: 1074px;
}
.c-feature .c-feature__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-feature .c-feature__row > .c-feature__video {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-feature .c-feature__row > .c-feature__video {
    display: none;
  }
}
.c-feature .c-feature__row .c-feature__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10.8;
  overflow: hidden;
  width: 51.8%;
}
.c-feature .c-feature__row .c-feature__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.c-feature .c-feature__row .c-feature__video--sp {
  display: none;
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-feature .c-feature__row .c-feature__video--sp {
    display: block;
  }
}
.c-feature .c-feature__row .c-featurerow__right {
  width: 45%;
  margin-top: -11px;
}
@media only screen and (max-width: 767px) {
  .c-feature .c-feature__row .c-featurerow__right {
    width: 100%;
  }
}
.c-feature .c-feature__row .c-featurerow__right .c-feature__desc {
  color: #fff;
  margin-top: 38px;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.75;
}
@media only screen and (max-width: 580px) {
  .c-feature .c-feature__row .c-featurerow__right .c-feature__desc {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.p-top .c-enjoyuser__container {
  padding: 96px 0;
}
@media only screen and (max-width: 767px) {
  .p-top .c-enjoyuser__container {
    padding: 45px 0 65px;
  }
}
.p-top .c-enjoyuser__container .c-btn2 {
  margin-top: 114px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-enjoyuser__container .c-btn2 {
    margin-top: 45px;
  }
}
.c-news__columns {
  padding-top: 87px;
  padding-bottom: 156px;
}
@media only screen and (max-width: 767px) {
  .c-news__columns {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
.c-news__columns .l-container {
  max-width: 1150px;
}
.c-news__columns .c-btn2 {
  margin-top: 65px;
}
@media only screen and (max-width: 580px) {
  .c-news__columns .c-btn2 {
    margin-top: 30px;
  }
}
.c-news__columns .c-newcol__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-news__columns .c-newcol__row {
    gap: 120px;
  }
}
.c-news__columns .c-newcol__row .c-title1 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .c-news__columns .c-newcol__row .c-title1 {
    margin-bottom: 30px;
  }
}
.c-news__columns .c-newcol__row .c-new__left {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .c-news__columns .c-newcol__row .c-new__left {
    width: 100%;
  }
}
.c-news__columns .c-newcol__row .c-column__right {
  width: 45.7%;
}
@media only screen and (max-width: 767px) {
  .c-news__columns .c-newcol__row .c-column__right {
    width: 100%;
  }
}
.c-news__list2 .c-news__item + .c-news__item {
  margin-top: 15px;
}
.c-news__list2 .c-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #231f20;
}
.c-news__list2 .c-news__item a:hover {
  opacity: 1;
}
.c-news__list2 .c-news__item a:hover .c-news__itemright {
  background-color: #232b36;
  color: #fff;
}
.c-news__list2 .c-news__item .c-news__itemleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #232b36;
  color: #fff;
  aspect-ratio: 1/0.85;
}
@media only screen and (max-width: 767px) {
  .c-news__list2 .c-news__item .c-news__itemleft {
    width: 92px;
  }
}
.c-news__list2 .c-news__item .c-news__itemleft .c-news__itemdate {
  font-weight: 700;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .c-news__list2 .c-news__item .c-news__itemleft .c-news__itemdate {
    font-size: 1.4rem;
  }
}
.c-news__list2 .c-news__item .c-news__itemleft .c-news__itemcat {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-news__list2 .c-news__item .c-news__itemleft .c-news__itemcat {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.c-news__list2 .c-news__item .c-news__itemright {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  padding: 15px 2.8%;
}
.c-news__list2 .c-news__item .c-news__itemright .c-news__itemh4 {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: justify;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 767px) {
  .c-news__list2 .c-news__item .c-news__itemright .c-news__itemh4 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-news__list2 .c-news__item .c-news__itemright .c-news__itemh4 {
    font-size: 1.4rem;
  }
}
.c-column__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px 0;
}
@media only screen and (max-width: 767px) {
  .c-column__list2 {
    gap: 25px 0;
  }
}
.c-column__list2 .c-column__item {
  width: 100%;
  border: 1px solid #232b36;
}
@media only screen and (max-width: 767px) {
  .c-column__list2 .c-column__item {
    width: 100%;
  }
}
.c-column__list2 .c-column__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.c-column__list2 .c-column__item a:hover {
  opacity: 1;
}
.c-column__list2 .c-column__item a:hover .c-column__thumbitem img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-column__list2 .c-column__item a:hover .c-column__rightitem {
  color: #fff;
  background-color: #231f20;
}
.c-column__list2 .c-column__item a .c-column__thumbitem {
  width: 34%;
  height: 100%;
  overflow: hidden;
}
.c-column__list2 .c-column__item a .c-column__thumbitem img {
  aspect-ratio: 57/55;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-column__list2 .c-column__item a .c-column__rightitem {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 24px 2.6%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-column__list2 .c-column__item a .c-column__rightitem {
    padding: 18px 3%;
  }
}
.c-column__list2 .c-column__item a .c-column__rightitem h4 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: justify;
  line-height: 1.3636363636;
}
@media only screen and (max-width: 767px) {
  .c-column__list2 .c-column__item a .c-column__rightitem h4 {
    font-size: 1.7rem;
  }
}
.c-family {
  background-color: #3d424c;
  padding: 112px 0 108px;
}
@media only screen and (max-width: 1023px) {
  .c-family {
    padding: 80px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .c-family {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.c-family .l-container {
  max-width: 1034px;
}
.c-family .l-container > .c-btn4 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-family .l-container > .c-btn4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
.c-family .c-family__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-family .c-family__row .c-family__left {
  max-width: 246px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-family .c-family__row .c-family__left {
    width: 100%;
    max-width: 100%;
  }
}
.c-family .c-family__row .c-family__left .c-family__desc {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.75;
  color: #fff;
  margin-top: 35px;
}
.c-family .c-family__row .c-family__left .c-btn4 {
  margin-top: 155px;
}
@media only screen and (max-width: 767px) {
  .c-family .c-family__row .c-family__left .c-btn4 {
    display: none;
  }
}
.c-family .c-family__row .c-family__right {
  position: relative;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 11%;
  aspect-ratio: 630/497;
}
@media only screen and (max-width: 767px) {
  .c-family .c-family__row .c-family__right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-left: 0;
    margin-top: 35px;
  }
}
.c-family .c-family__row .c-family__right .familyright__img1 {
  width: 43.4%;
}
.c-family .c-family__row .c-family__right .familyright__img2 {
  width: 41.4%;
  position: absolute;
  right: 4.4%;
  bottom: 6.5%;
}
.c-family .c-family__row .c-family__right .c-circle1 {
  position: absolute;
  width: 14.5%;
  left: 53.5%;
  top: -7%;
}
.c-family .c-family__row .c-family__right .c-circle2 {
  position: absolute;
  width: 21.5%;
  right: -9.7%;
  top: 12%;
}
@media only screen and (max-width: 580px) {
  .c-family .c-family__row .c-family__right .c-circle2 {
    right: 3%;
  }
}
.c-family .c-family__row .c-family__right .c-circle3 {
  position: absolute;
  width: 28%;
  left: 19%;
  bottom: 5%;
}
.c-instagram__container {
  padding-top: 20px;
}
.c-instagram__container .c-instagram__title {
  width: 70%;
  max-width: 533px;
  margin-left: auto;
}
.c-instagram__container .c-ig__wrapper {
  height: 240px;
  font-size: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #3d424c;
  color: #fff;
}
.p-top .c-faq__pagecontainer {
  padding-top: 93px;
  background-color: #232a37;
}
@media only screen and (max-width: 767px) {
  .p-top .c-faq__pagecontainer {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
.p-top .c-faq__pagecontainer .l-container {
  max-width: 1144px;
}
.p-top .c-faq__pagecontainer .c-faq__listbig {
  max-width: 900px;
  margin: 120px auto 0;
}
@media only screen and (max-width: 767px) {
  .p-top .c-faq__pagecontainer .c-faq__listbig {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-faq__pagecontainer .c-faq__listbig {
    margin-top: 80px;
  }
}
.p-top .c-faq__pagecontainer .c-btn4 {
  margin-top: 95px;
}
@media only screen and (max-width: 580px) {
  .p-top .c-faq__pagecontainer .c-btn4 {
    margin-top: 65px;
  }
}
.c-sponsor__container {
  padding-top: 97px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1023px) {
  .c-sponsor__container {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sponsor__container {
    padding: 50px 0;
  }
}
.c-sponsor__container .l-container {
  max-width: 1006px;
}
.c-sponsor__container .c-sponsor__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 37.5px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-sponsor__container .c-sponsor__list1 {
    gap: 15px;
  }
}
.c-sponsor__container .c-sponsor__list1 .c-sponsor__item1 {
  width: calc((100% - 75px) / 3);
  text-align: center;
}
.c-sponsor__container .c-sponsor__list1 .c-sponsor__item1 img{
  object-fit: contain;
  aspect-ratio: 5 / 2;
}
@media only screen and (max-width: 767px) {
  .c-sponsor__container .c-sponsor__list1 .c-sponsor__item1 {
    width: calc((100% - 30px) / 3);
  }
}
@media only screen and (max-width: 580px) {
  .c-sponsor__container .c-sponsor__list1 .c-sponsor__item1 {
    width: 100%;
  }
}
.c-sponsor__container .c-banner__recruit {
  margin-top: 37.5px;
}
@media only screen and (max-width: 767px) {
  .c-sponsor__container .c-banner__recruit {
    margin-top: 15px;
  }
}
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}
.c-privacy__container {
  padding-top: 48px;
  padding-bottom: 122px;
}
@media only screen and (max-width: 767px) {
  .c-privacy__container {
    padding-top: 24px;
    padding-bottom: 80px;
  }
}
.c-privacy__container .l-container {
  max-width: 800px;
}
.c-privacy__content {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 95px;
}
@media only screen and (max-width: 1023px) {
  .c-privacy__content {
    margin-top: 45px;
  }
}
.c-enjoyuser__container {
  background-image: url(./../img/enjoy_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 220px;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .c-enjoyuser__container {
    background-position: center top;
    padding-bottom: 130px;
  }
}
.c-enjoyuser__container .c-breadcrumb__container {
  color: #fff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .c-enjoyuser__container .c-breadcrumb__container {
    margin-bottom: 30px;
  }
}
.c-enjoyuser__container .c-title2 {
  margin-bottom: 72px;
}
@media only screen and (max-width: 580px) {
  .c-enjoyuser__container .c-title2 {
    margin-bottom: 45px;
  }
}
.c-enjoyuser__container > .l-container {
  max-width: 1160px;
}
.c-enjoy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 77px 2.2666666667%;
}
@media only screen and (max-width: 950px) {
  .c-enjoy__list {
    gap: 46px 2%;
  }
}
@media only screen and (max-width: 580px) {
  .c-enjoy__list {
    gap: 35px 4%;
  }
}
.c-enjoy__list .c-enjoy__item {
  width: 23.3%;
}
@media only screen and (max-width: 767px) {
  .c-enjoy__list .c-enjoy__item {
    width: 32%;
  }
  .c-enjoy__list .c-enjoy__item:nth-child(3n-1) {
    margin-top: 25px !important;
  }
}
@media only screen and (max-width: 580px) {
  .c-enjoy__list .c-enjoy__item {
    width: 48%;
  }
  .c-enjoy__list .c-enjoy__item:nth-child(3n-1) {
    margin-top: 0 !important;
  }
  .c-enjoy__list .c-enjoy__item:nth-child(even) {
    margin-top: 25px !important;
  }
}
.c-enjoy__list .c-enjoy__item:nth-child(even) {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .c-enjoy__list .c-enjoy__item:nth-child(even) {
    margin-top: 0;
  }
}
.c-enjoy__list .c-enjoy__item a:hover {
  opacity: 1;
}
.c-enjoy__list .c-enjoy__item a:hover .c-enjoy__thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.c-enjoy__list .c-enjoy__item a:hover .c-enjoy__itemcontent {
  background-color: #141b20;
  color: #fff;
}
.c-enjoy__list .c-enjoy__item a:hover .c-enjoy__itemcontent::after {
  background-color: #fff;
  width: 15px;
  height: 15px;
}
.c-enjoy__list .c-enjoy__item .c-enjoy__thumb {
  overflow: hidden;
}
.c-enjoy__list .c-enjoy__item .c-enjoy__thumb img {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  aspect-ratio: 288/276;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-enjoy__list .c-enjoy__item .c-enjoy__itemcontent {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #fff;
  color: #141b20;
  padding: 30px 18px 38px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-enjoy__list .c-enjoy__item .c-enjoy__itemcontent {
    padding: 10px 12px 22px;
  }
}
.c-enjoy__list .c-enjoy__item .c-enjoy__itemcontent::after {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  content: "";
  position: absolute;
  background-color: #141b20;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  right: 10px;
  bottom: 10px;
}
.c-enjoy__list .c-enjoy__item .c-enjoy__itemcontent .c-enjoy__namecar {
  font-size: 1.6rem;
  text-align: justify;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-enjoy__list .c-enjoy__item .c-enjoy__itemcontent .c-enjoy__namecar {
    font-size: 1.5rem;
  }
}
.c-enjoy__list .c-enjoy__item .c-enjoy__itemcontent .c-enjoy__name {
  font-size: 1.6rem;
  text-align: justify;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .c-enjoy__list .c-enjoy__item .c-enjoy__itemcontent .c-enjoy__name {
    font-weight: 900;
    font-size: 1.4rem;
  }
}
.c-enjoy__list .c-enjoy__item .c-enjoy__itemcontent .c-enjoy__para {
  font-size: 1.5rem;
  text-align: justify;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .c-enjoy__list .c-enjoy__item .c-enjoy__itemcontent .c-enjoy__para {
    margin-top: 6px;
    font-size: 1.35rem;
  }
}
.c-single_enjoyuser__container {
  background-color: #394049;
  color: #fff;
  padding-bottom: 210px;
}
@media only screen and (max-width: 1023px) {
  .c-single_enjoyuser__container {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single_enjoyuser__container {
    padding-bottom: 100px;
  }
}
.c-single_enjoyuser__container .c-breadcrumb__container {
  color: #fff;
  max-width: 1140px;
}
.c-single_enjoyuser__container .l-container {
  max-width: 1150px;
}
.c-single_enjoyuser__container .c-case__singlerow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .c-single_enjoyuser__container .c-case__singlerow {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-single_enjoyuser__container .c-case__singlerow {
    margin-top: 35px;
  }
}
.c-single_enjoyuser__container .c-case__singlerow .c-singlecase__thumb {
  width: 51.25%;
}
@media only screen and (max-width: 767px) {
  .c-single_enjoyuser__container .c-case__singlerow .c-singlecase__thumb {
    display: none;
  }
}
.c-single_enjoyuser__container .c-case__singlerow .c-singlecase__thumb img {
  width: 100%;
}
.c-single_enjoyuser__container .c-case__singlerow .c-singlecase__right {
  width: 43.7%;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .c-single_enjoyuser__container .c-case__singlerow .c-singlecase__right {
    padding-top: 0;
    width: 100%;
  }
}
.c-single_enjoyuser__container .c-case__singlerow .c-singlecase__right .c-singlecase__namecar {
  font-size: 2.8rem;
  font-weight: 700;
}
.c-single_enjoyuser__container .c-case__singlerow .c-singlecase__right .c-singlecase__thumb2 {
  display: none;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-single_enjoyuser__container .c-case__singlerow .c-singlecase__right .c-singlecase__thumb2 {
    display: block;
  }
  .c-single_enjoyuser__container .c-case__singlerow .c-singlecase__right .c-singlecase__thumb2 img {
    width: 100%;
  }
}
.c-single_enjoyuser__container .c-case__singlerow .c-singlecase__right .c-singlecase__name {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: -3px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .c-single_enjoyuser__container .c-case__singlerow .c-singlecase__right .c-singlecase__name {
    letter-spacing: 1px;
    font-size: 2.5rem;
  }
}
.c-single_enjoyuser__container .c-case__singlerow .c-singlecase__right .c-singlecase__shortpara {
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
  font-size: 1.8rem;
  margin-top: 43px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .c-single_enjoyuser__container .c-case__singlerow .c-singlecase__right .c-singlecase__shortpara {
    margin-top: 10px;
    font-size: 1.45rem;
  }
}
.c-single_enjoyuser__container .c-singlecase__content {
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
  font-size: 1.8rem;
  margin-top: 43px;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 767px) {
  .c-single_enjoyuser__container .c-singlecase__content {
    margin-top: 20px;
    font-size: 1.45rem;
  }
}
.c-column__pagecontainer {
  padding-bottom: 170px;
}
.c-column__pagecontainer .c-breadcrumb__container {
  max-width: 1140px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1100px) {
  .c-column__pagecontainer .c-breadcrumb__container {
    margin-bottom: 35px;
  }
}
.c-column__pagecontainer > .l-container {
  max-width: 1104px;
}
.c-column__pagecontainer .c-column__list {
  margin-top: 109px;
}
@media only screen and (max-width: 1100px) {
  .c-column__pagecontainer .c-column__list {
    margin-top: 45px;
  }
}
.c-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 38px 0;
}
@media only screen and (max-width: 767px) {
  .c-column__list {
    gap: 25px 0;
  }
}
.c-column__list .c-column__item {
  width: 48%;
  border: 1px solid #232b36;
}
@media only screen and (max-width: 767px) {
  .c-column__list .c-column__item {
    width: 100%;
  }
}
.c-column__list .c-column__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.c-column__list .c-column__item a:hover {
  opacity: 1;
}
.c-column__list .c-column__item a:hover .c-column__thumbitem img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-column__list .c-column__item a:hover .c-column__rightitem {
  color: #fff;
  background-color: #231f20;
}
.c-column__list .c-column__item a .c-column__thumbitem {
  width: 34%;
  height: 100%;
  overflow: hidden;
}
.c-column__list .c-column__item a .c-column__thumbitem img {
  aspect-ratio: 57/55;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-column__list .c-column__item a .c-column__rightitem {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 24px 2.6%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-column__list .c-column__item a .c-column__rightitem {
    padding: 18px 3%;
  }
}
.c-column__list .c-column__item a .c-column__rightitem h4 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: justify;
  line-height: 1.3636363636;
}
@media only screen and (max-width: 767px) {
  .c-column__list .c-column__item a .c-column__rightitem h4 {
    font-size: 1.7rem;
  }
}
.c-single_column__container .c-breadcrumb__container {
  max-width: 1140px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .c-single_column__container .c-breadcrumb__container {
    margin-bottom: 40px;
  }
}
.c-single_column__container .l-container {
  max-width: 1122px;
}
.c-single_column__container .c-btn2 {
  margin-top: 125px;
}
@media only screen and (max-width: 767px) {
  .c-single_column__container .c-btn2 {
    margin-top: 65px;
  }
}
.c-singlecolumn__wrapper {
  border: 1px solid #232b36;
  margin-top: 88px;
}
@media only screen and (max-width: 767px) {
  .c-singlecolumn__wrapper {
    margin-top: 45px;
  }
}
.c-singlecolumn__wrapper .c-singlecolumn__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-singlecolumn__wrapper .c-singlecolumn__row .c-singlecolumn__thumb {
  width: 169px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-singlecolumn__wrapper .c-singlecolumn__row .c-singlecolumn__thumb {
    width: 120px;
  }
}
.c-singlecolumn__wrapper .c-singlecolumn__row .c-singlecolumn__thumb img {
  aspect-ratio: 1/0.975;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-singlecolumn__wrapper .c-singlecolumn__row .c-singlecolumn__right {
  color: #fff;
  background-color: #231f20;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 1.2%;
}
@media only screen and (max-width: 767px) {
  .c-singlecolumn__wrapper .c-singlecolumn__row .c-singlecolumn__right {
    padding: 10px 12px;
  }
}
.c-singlecolumn__wrapper .c-singlecolumn__row .c-singlecolumn__right h5 {
  font-weight: 700;
  font-size: 2.3rem;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-singlecolumn__wrapper .c-singlecolumn__row .c-singlecolumn__right h5 {
    font-size: 1.8rem;
  }
}
.c-singlecolumn__bottom {
  padding: 44px 3.5% 105px;
}
@media only screen and (max-width: 767px) {
  .c-singlecolumn__bottom {
    padding: 12px 15px 60px;
  }
}
.c-singlecolumn__bottom .c-singlecolumn__p,
.c-singlecolumn__bottom p{
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-singlecolumn__bottom .c-singlecolumn__p,
  .c-singlecolumn__bottom p {
    font-size: 1.45rem;
  }
}
.c-singlecolumn__bottom h1 {
  font-family: "bahnschrift", sans-serif;
  font-size: 6.3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-singlecolumn__bottom h1 {
    font-size: 3.5rem;
  }
}
.c-singlecolumn__bottom h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "bahnschrift", sans-serif;
  background-color: #231f20;
  padding: 7px 1% 10px;
}
@media only screen and (max-width: 767px) {
  .c-singlecolumn__bottom h2 {
    padding: 7px 3%;
  }
}
.c-singlecolumn__bottom h3 {
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: justify;
  font-family: "bahnschrift", sans-serif;
  padding: 7px 0.7% 10px;
  border-left: 5px solid #231f20;
  border-bottom: 3px solid #231f20;
}
@media only screen and (max-width: 767px) {
  .c-singlecolumn__bottom h3 {
    font-size: 1.8rem;
    padding: 7px 2%;
  }
}
.c-singlecolumn__bottom h4 {
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: justify;
  font-family: "bahnschrift", sans-serif;
  padding: 7px 1% 10px;
  border-bottom: 3px solid #231f20;
}
@media only screen and (max-width: 767px) {
  .c-singlecolumn__bottom h4 {
    font-size: 1.8rem;
    padding: 7px 2%;
  }
}
.c-singlecolumn__bottom h5 {
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: justify;
  font-family: "bahnschrift", sans-serif;
  padding: 7px 1% 10px;
  border-bottom: 3px dashed #231f20;
}
@media only screen and (max-width: 767px) {
  .c-singlecolumn__bottom h5 {
    font-size: 1.8rem;
    padding: 7px 2%;
  }
}
.c-column__otherlistcontainer {
  padding: 193px 0;
}
@media only screen and (max-width: 1023px) {
  .c-column__otherlistcontainer {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-column__otherlistcontainer {
    padding: 75px 0 110px;
  }
}
.c-column__otherlist .c-column__otheritem {
  margin-left: 13px;
  margin-right: 13px;
  width: 100%;
  max-width: 505px;
  border: 1px solid #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-column__otherlist .c-column__otheritem {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.c-column__otherlist .c-column__otheritem:hover {
  opacity: 1;
}
.c-column__otherlist .c-column__otheritem:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.c-column__otherlist .c-column__otheritem:hover .c-column__otheritemright {
  background-color: #231f20;
  color: #fff;
}
.c-column__otherlist .c-column__otheritem .c-column__otherimg {
  width: 33%;
  overflow: hidden;
}
.c-column__otherlist .c-column__otheritem .c-column__otherimg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-column__otherlist .c-column__otheritem .c-column__otheritemright {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 3%;
}
.c-column__otherlist .c-column__otheritem .c-column__otheritemright h4 {
  font-weight: 700;
  line-height: 1.3636363636;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .c-column__otherlist .c-column__otheritem .c-column__otheritemright h4 {
    font-size: 1.75rem;
  }
}
.c-news__container {
  padding-bottom: 270px;
}
@media only screen and (max-width: 1023px) {
  .c-news__container {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__container {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 580px) {
  .c-news__container {
    padding-bottom: 120px;
  }
}
.c-news__container .c-breadcrumb__container {
  max-width: 1140px;
}
.c-news__container .l-container {
  max-width: 1138px;
}
.c-news__container .c-news__list {
  margin-top: 128px;
}
@media only screen and (max-width: 1023px) {
  .c-news__container .c-news__list {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__container .c-news__list {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 580px) {
  .c-news__container .c-news__list {
    margin-top: 40px;
  }
}
.c-news__list .c-news__item + .c-news__item {
  margin-top: 18px;
}
.c-news__list .c-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #231f20;
}
.c-news__list .c-news__item a:hover {
  opacity: 1;
}
.c-news__list .c-news__item a:hover .c-news__itemright {
  background-color: #232b36;
  color: #fff;
}
.c-news__list .c-news__item .c-news__itemleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #232b36;
  color: #fff;
  aspect-ratio: 1/0.87;
}
@media only screen and (max-width: 767px) {
  .c-news__list .c-news__item .c-news__itemleft {
    width: 92px;
  }
}
.c-news__list .c-news__item .c-news__itemleft .c-news__itemdate {
  font-weight: 700;
  font-size: 1.854rem;
}
@media only screen and (max-width: 767px) {
  .c-news__list .c-news__item .c-news__itemleft .c-news__itemdate {
    font-size: 1.6rem;
  }
}
.c-news__list .c-news__item .c-news__itemleft .c-news__itemcat {
  font-size: 1.483rem;
  letter-spacing: 1px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-news__list .c-news__item .c-news__itemleft .c-news__itemcat {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.c-news__list .c-news__item .c-news__itemright {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  padding: 15px 2.8%;
}
.c-news__list .c-news__item .c-news__itemright .c-news__itemh4 {
  font-weight: 700;
  font-size: 2.225rem;
  text-align: justify;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 767px) {
  .c-news__list .c-news__item .c-news__itemright .c-news__itemh4 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-news__list .c-news__item .c-news__itemright .c-news__itemh4 {
    font-size: 1.6rem;
  }
}
.p-news .c-single_news__container .c-singlecolumn__wrapper {
  margin-top: 73px;
}
@media only screen and (max-width: 580px) {
  .p-news .c-single_news__container .c-singlecolumn__wrapper {
    margin-top: 45px;
  }
}
.c-single_news__container .c-breadcrumb__container {
  max-width: 1140px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c-single_news__container .c-breadcrumb__container {
    margin-bottom: 40px;
  }
}
.c-single_news__container .l-container {
  max-width: 1158px;
}
.c-single_news__container .c-btn2 {
  margin-top: 125px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .c-single_news__container .c-btn2 {
    margin-top: 65px;
  }
}
.c-single__toprow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-single__toprow .c-singletopleftrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #232b36;
  color: #fff;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .c-single__toprow .c-singletopleftrow {
    width: 95px;
  }
}
.c-single__toprow .c-singletopleftrow .c-singletopleft__date {
  font-weight: 700;
  font-size: 1.854rem;
}
@media only screen and (max-width: 767px) {
  .c-single__toprow .c-singletopleftrow .c-singletopleft__date {
    font-size: 1.6rem;
  }
}
.c-single__toprow .c-singletopleftrow .c-singletopleft__cat {
  font-size: 1.483rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-single__toprow .c-singletopleftrow .c-singletopleft__cat {
    font-size: 1.35rem;
  }
}
.c-single__toprow .c-singletoprightrow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 3%;
}
.c-single__toprow .c-singletoprightrow h5 {
  font-weight: 700;
  font-size: 2.3rem;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-single__toprow .c-singletoprightrow h5 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__toprow .c-singletoprightrow h5 {
    font-size: 1.65rem;
  }
}
.c-service_newcar__container {
  padding-bottom: 200px;
}
.c-service_newcar__container .c-breadcrumb__container {
  max-width: 1140px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .c-service_newcar__container .c-breadcrumb__container {
    margin-bottom: 40px;
  }
}
.c-service_newcar__container .l-container {
  max-width: 1048px;
}
.c-service_newcar__container .c-servicenewcar__h3 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: justify;
}
.c-service_newcar__container .c-servicenewcar__p,
 .c-service_newcar__container p{
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  font-weight: 500;
  margin-top: 6px;
}
.c-service_newcar__container .c-servicenewcar__img {
  margin-top: 20px;
}
.c-service_newcar__container h1 {
  font-family: "bahnschrift", sans-serif;
  font-size: 6.3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-service_newcar__container h1 {
    font-size: 3.5rem;
  }
}
.c-service_newcar__container h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "bahnschrift", sans-serif;
  background-color: #231f20;
  padding: 7px 1% 10px;
}
@media only screen and (max-width: 767px) {
  .c-service_newcar__container h2 {
    padding: 7px 3%;
  }
}
.c-service_newcar__container h3 {
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: justify;
  font-family: "bahnschrift", sans-serif;
  padding: 7px 0.7% 10px;
  border-left: 5px solid #231f20;
  border-bottom: 3px solid #231f20;
}
@media only screen and (max-width: 767px) {
  .c-service_newcar__container h3 {
    font-size: 1.8rem;
    padding: 7px 2%;
  }
}
.c-service_newcar__container h4 {
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: justify;
  font-family: "bahnschrift", sans-serif;
  padding: 7px 1% 10px;
  border-bottom: 3px solid #231f20;
}
@media only screen and (max-width: 767px) {
  .c-service_newcar__container h4 {
    font-size: 1.8rem;
    padding: 7px 2%;
  }
}
.c-service_newcar__container h5 {
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: justify;
  font-family: "bahnschrift", sans-serif;
  padding: 7px 1% 10px;
  border-bottom: 3px dashed #231f20;
}
@media only screen and (max-width: 767px) {
  .c-service_newcar__container h5 {
    font-size: 1.8rem;
    padding: 7px 2%;
  }
}
.c-company1 {
  padding-top: 84px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .c-company1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.c-company1 .l-container {
  max-width: 800px;
}
.c-company1 .c-company1__logo {
  width: 149px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-company1 .c-company1__logo {
    width: 30%;
  }
}
@media only screen and (max-width: 580px) {
  .c-company1 .c-company1__logo {
    width: 22%;
  }
}
.c-company1 .c-company1__title {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.75;
  font-family: "bahnschrift", sans-serif;
  margin-top: 86px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .c-company1 .c-company1__title {
    margin-top: 35px;
    letter-spacing: 0;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-company1 .c-company1__title {
    font-weight: 700;
    font-size: 1.55rem;
  }
}
.c-company1 .c-company1__p {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 33px;
}
@media only screen and (max-width: 580px) {
  .c-company1 .c-company1__p {
    margin-top: 15px;
    font-size: 1.4rem;
    padding: 0 4%;
  }
}
.c-company2 {
  padding-top: 44px;
  padding-bottom: 80px;
}
.c-company2 .l-container {
  max-width: 1050px;
}
.c-company2__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-company2__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 45px 0;
  }
}
.c-company2__list .c-company2__item {
  width: 30.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-company2__list .c-company2__item {
    width: 48%;
  }
}
@media only screen and (max-width: 580px) {
  .c-company2__list .c-company2__item {
    width: 100%;
  }
}
.c-company2__list .c-company2item__number {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #c7a164;
  font-family: "bahnschrift", sans-serif;
}
.c-company2__list .c-company2item__label {
  width: 100%;
  color: #fff;
  background-color: #231f20;
  margin-top: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 1.9rem;
  padding: 5px 12px 7px;
}
@media only screen and (max-width: 1023px) {
  .c-company2__list .c-company2item__label {
    font-size: 1.7rem;
    padding: 5px 7px 7px;
  }
}
.c-company2__list .c-company2item__p {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.75;
  margin-top: 2px;
  margin-bottom: -4px;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-company2__list .c-company2item__p {
    margin-bottom: 6px;
    padding: 0 3%;
  }
}
.c-company2__list .c-company2item__img {
  margin-top: auto;
}
.c-company3 {
  padding-top: 44px;
  padding-bottom: 80px;
}
.c-company3 .l-container {
  max-width: 1050px;
}
.c-company3 .c-company3__list {
  margin-top: 42px;
}
.c-company3__list .c-company3__item {
  border-top: 1px solid #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 27px 0;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .c-company3__list .c-company3__item {
    padding: 17px 0;
  }
}
.c-company3__list .c-company3__item::before {
  content: "";
  background-color: #231f20;
  height: 3px;
  width: 19%;
  position: absolute;
  left: 0;
  top: -2px;
}
@media only screen and (max-width: 580px) {
  .c-company3__list .c-company3__item::before {
    width: 25%;
  }
}
.c-company3__list .c-company3__item:last-child {
  border-bottom: 1px solid #231f20;
  position: relative;
}
.c-company3__list .c-company3__item:last-child::after {
  content: "";
  background-color: #231f20;
  height: 3px;
  width: 19%;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media only screen and (max-width: 580px) {
  .c-company3__list .c-company3__item:last-child::after {
    width: 25%;
  }
}
.c-company3__list .c-company3__item h4 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 2.2rem;
  width: 19%;
}
@media only screen and (max-width: 580px) {
  .c-company3__list .c-company3__item h4 {
    font-size: 1.6rem;
    width: 25%;
  }
}
.c-company3__list .c-company3__item p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: 1.9rem;
  text-align: justify;
  padding-left: 5px;
  padding-right: 10px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 580px) {
  .c-company3__list .c-company3__item p {
    font-size: 1.5rem;
    padding-left: 10px;
  }
}
.c-company4 {
  padding-top: 42px;
  padding-bottom: 80px;
}
.c-company4 .l-container {
  max-width: 1050px;
}
.c-company4 .c-access__googlemap {
  margin-top: 99px;
}
@media only screen and (max-width: 1023px) {
  .c-company4 .c-access__googlemap {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .c-company4 .c-access__googlemap {
    margin-top: 30px;
  }
}
.c-company4 .c-access__googlemap iframe {
  width: 100%;
  height: 569px;
}
@media only screen and (max-width: 1023px) {
  .c-company4 .c-access__googlemap iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .c-company4 .c-access__googlemap iframe {
    height: 300px;
  }
}
.c-access__ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 42px 1.1%;
}
@media only screen and (max-width: 767px) {
  .c-access__ways {
    gap: 15px;
  }
}
.c-access__ways .c-access__way {
  width: 32.6%;
}
@media only screen and (max-width: 767px) {
  .c-access__ways .c-access__way {
    width: calc(50% - 7.5px);
  }
}
.c-access__ways .c-access__way h5 {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .c-access__ways .c-access__way h5 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.c-company5 {
  padding-top: 45px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1023px) {
  .c-company5 {
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .c-company5 {
    padding-bottom: 100px;
  }
}
.c-gallery__sliders {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .c-gallery__sliders {
    margin-top: 35px;
  }
}
.c-gallery__sliders .c-gallery__slide {
  margin-left: 8px;
  margin-right: 8px;
  width: 100%;
  max-width: 276px;
}
.c-gallery__sliders .c-gallery__slide:nth-child(even) {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .c-gallery__sliders .c-gallery__slide:nth-child(even) {
    margin-top: 30px;
  }
}
.c-gallery__sliders .c-gallery__slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 276/186;
}
.p-faq {
  background-color: #232a37;
}
.p-faq .c-breadcrumb__container {
  color: #fff;
}
.p-faq .c-title3,
.p-faq .c-title4 {
  color: #fff;
}
.p-faq .c-title4 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1023px) {
  .p-faq .c-title4 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .c-title4 {
    margin-bottom: 65px;
  }
}
.c-faq__pagecontainer {
  padding-bottom: 180px;
  padding-top: 62px;
}
.c-faq__pagecontainer .l-container {
  max-width: 950px;
}
.c-faq__listbig .c-faq__labelh4 {
  background-color: #fff;
  font-size: 2rem;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #232a37;
  padding: 9px 25px 11px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-faq__listbig .c-faq__labelh4 {
    margin-bottom: 15px;
    font-size: 1.7rem;
    padding: 9px 15px 11px;
  }
}
.c-faq__listbig + .c-faq__listbig {
  margin-top: 150px;
}
.c-faq__list .c-faq__item {
  padding-top: 27px;
  padding-bottom: 65px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-faq__list .c-faq__item {
    padding: 20px 0 30px;
  }
}
.c-faq__list .c-faq__item .c-faqitem__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 590px) {
  .c-faq__list .c-faq__item .c-faqitem__title {
    font-size: 1.9rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
.c-qa__list .c-qa__item {
  padding: 22px 0;
  border-bottom: 1px solid #fff;
}
.c-q__icon {
  font-size: 4rem;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "bahnschrift", sans-serif;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
@media only screen and (max-width: 590px) {
  .c-qa__list .c-qa__item {
    padding: 14px 2% 16px;
  }
}
.c-qa__list .c-qa__item + .c-qa__item {
  margin-top: 19px;
}
.c-qa__list .c-qa__item .c-q__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 0;
  gap: 15px;
}
.c-qa__list .c-qa__item .c-q__item.active .c-q__title {
  color: #e99a07;
}
.c-qa__list .c-qa__item .c-q__item.active .c-q__plus span {
  background-color: #e99a07;
}
.c-qa__list .c-qa__item .c-q__item.active .c-q__plus span.c-span2 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-qa__list .c-qa__item .c-q__item:hover .c-q__title {
  color: #e99a07;
}
.c-qa__list .c-qa__item .c-q__item:hover .c-q__plus span {
  background-color: #e99a07;
}
.c-qa__list .c-qa__item .c-q__item .c-q__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex: 1;
  padding-right: 30px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-qa__list .c-qa__item .c-q__item .c-q__plus {
  width: 15px;
  height: 15px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-qa__list .c-qa__item .c-q__item .c-q__plus span {
  background-color: #fff;
  position: absolute;
}
.c-qa__list .c-qa__item .c-q__item .c-q__plus span.c-span1 {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-qa__list .c-qa__item .c-q__item .c-q__plus span.c-span2 {
  height: 100%;
  width: 4px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-qa__list .c-qa__item .c-a__item {
  height: 0;
  /* 👈 bắt buộc */
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  transition: height 0.3s ease;
  margin-top: 0;
  /* 👈 thêm */
}
.c-qa__list .c-qa__item .c-a__item.c-active {
  margin-top: 22px;
  height: auto;
}
.c-qa__list .c-qa__item .c-a__item .c-aitem__wrapper .c-aitem__p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6923076923;
  text-align: justify;
  letter-spacing: 1px;
  color: #fff;
}
.p-contact {
  background-color: #ededee;
}
.c-contact__pagecontainer {
  padding-top: 69px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .c-contact__pagecontainer {
    padding-top: 45px;
  }
}
.c-contact__pagecontainer .l-container {
  max-width: 784px;
}
.c-contact__pagecontainer2 {
  padding-top: 69px;
  padding-bottom: 192px;
}
@media only screen and (max-width: 767px) {
  .c-contact__pagecontainer2 {
    padding-top: 45px;
    padding-bottom: 120px;
  }
}
.c-contact__pagecontainer2 .l-container {
  max-width: 930px;
}
.c-reserve__notetop {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 72px;
  text-align: justify;
}
@media only screen and (max-width: 580px) {
  .c-reserve__notetop {
    font-size: 1.3rem;
    margin-bottom: 35px;
  }
}
.c-contactpage__wrapper {
  padding-top: 75px;
}
.c-contactpage__wrapper2 {
  background-color: #fff;
  border-radius: 11px;
  margin-top: 140px;
  padding: 46px 10.5% 92px;
}
@media only screen and (max-width: 1023px) {
  .c-contactpage__wrapper2 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contactpage__wrapper2 {
    margin-top: 55px;
    padding: 22px 18px 75px;
  }
}
.c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form__row + .c-form__row {
  margin-top: 24px;
}
@media only screen and (max-width: 580px) {
  .c-form__row + .c-form__row {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .c-form__2dates {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.c-form__2dates li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.c-form__2dates li + li {
  margin-top: 25px;
}
.c-form__2dates li .c-form__date {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 3px;
}
@media only screen and (max-width: 580px) {
  .c-form__2dates li .c-form__date {
    letter-spacing: 0;
    font-size: 1.45rem;
  }
}
.c-form__2dates li .c-form__inputdate {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-form__2dates li .c-form__inputdate input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 16px;
  background-color: #fff;
  height: 50px;
  border: 1px solid #231f20;
  border-radius: 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #412210;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-form__2dates li .c-form__inputdate input {
    font-size: 1.4rem;
    height: 45px;
  }
}
.c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-form__row .c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 235px;
  gap: 2px;
}
@media only screen and (max-width: 767px) {
  .c-form__row .c-form__label {
    gap: 5px;
  }
}
.c-form__row .c-form__label.c-form__label2 {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 7px;
}
.c-form__row .c-form__label .c-label {
  font-weight: 500;
  font-size: 1.6rem;
  margin-right: 15px;
  font-weight: 700;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media only screen and (max-width: 580px) {
  .c-form__row .c-form__label .c-label {
    font-size: 1.8rem;
  }
}
.c-form__row .c-form__label .c-require {
  color: #fff;
  background-color: #e60013;
  font-size: 1.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  width: 30px;
  height: 21px;
}
.c-form__row .c-form__label .c-require.c-require--invi {
  opacity: 0;
}
.c-form__row .c-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .c-form__row .c-form__input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-left: 0;
    width: 100%;
    margin-top: 7px;
  }
}
.c-form__row .c-form__input.c-form__input1 {
  padding-right: 19.5%;
}
@media only screen and (max-width: 767px) {
  .c-form__row .c-form__input.c-form__input1 {
    padding-right: 0;
  }
}
.c-form__row .c-form__input span > input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 16px;
  background-color: #fff;
  height: 50px;
  border: 1px solid #231f20;
  border-radius: 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #412210;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-form__row .c-form__input span > input {
    font-size: 1.4rem;
    height: 45px;
  }
}
.c-form__row .c-form__input textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Noto Sans JP, sans-serif;
  padding: 10px 16px;
  height: 275px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #231f20;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
@media only screen and (max-width: 1023px) {
  .c-form__row .c-form__input textarea {
    height: 300px;
  }
}
@media only screen and (max-width: 580px) {
  .c-form__row .c-form__input textarea {
    height: 230px;
  }
}
.c-form__checkboxes {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 4px;
  padding-right: 15%;
  padding-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .c-form__checkboxes {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    flex: unset;
    max-width: 100%;
    padding-left: 5%;
    width: 100%;
    margin-top: 15px;
  }
}
.c-form__checkboxes input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  min-height: 29px;
  min-width: 29px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #efefef;
}
@media only screen and (max-width: 580px) {
  .c-form__checkboxes input {
    min-height: 25px;
    min-width: 25px;
  }
}
.c-form__checkboxes .wpcf7-form-control-wrap label > span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: nowrap;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  transform: translateY(-1px);
}
@media only screen and (max-width: 1023px) {
  .c-form__checkboxes .wpcf7-form-control-wrap label > span {
    font-size: 1.4rem;
    margin-left: 4px;
  }
}
.c-form__checkboxes .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__checkboxes .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 4%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 580px) {
  .c-form__checkboxes .wpcf7-checkbox {
    gap: 12px 0;
  }
}
.c-form__checkboxes .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0 !important;
  width: 48%;
}
@media only screen and (max-width: 580px) {
  .c-form__checkboxes .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.c-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  margin-top: 80px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .c-agree {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-agree {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 872px) {
  .c-agree {
    margin-top: 45px;
  }
}
.wpcf7-form-control-wrap {
  height: 22px;
}
.c-agree input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
}
.c-agree .wpcf7-list-item-label {
  display: none;
}
.c-agree .wpcf7-not-valid-tip {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
  transform: translateX(21px);
  transform: translateX(21px);
}
.c-agree .c-policy {
  margin-left: 7px;
  color: #044977;
}
.c-agree .c-policy:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.c-submit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 86px;
}
@media only screen and (max-width: 767px) {
  .c-submit__container {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 580px) {
  .c-submit__container {
    margin-top: 35px;
  }
}
.c-submit__container .c-submit__button {
  cursor: pointer;
  position: relative;
}
.c-submit__container input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
}
.c-submit__button {
  width: 100%;
  max-width: 218px;
  height: 50px;
  border: 2px solid #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #231f20;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-submit__button {
    max-width: 140px;
    height: 50px;
  }
}
.c-submit__button:hover {
  opacity: 1;
  background-color: #fff;
}
.c-submit__button:hover span {
  color: #056fb8;
}
.wpcf7-spinner {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -53px;
  margin: 0 !important;
  padding: 0 !important;
}
.c-btn__sumbit {
  position: relative;
  background-color: #231f20;
  width: 218px;
  height: 50px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #231f20;
  gap: 6px;
  padding-left: 10px;
  padding-bottom: 2px;
}
.c-btn__sumbit:hover {
  background-color: #044977;
  border-color: #044977;
}
.c-btn__sumbit:hover .c-span__arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.c-btn__sumbit:hover .c-span__arrow i {
  color: #fff;
}
.c-btn__sumbit .c-span__txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 1.5rem;
}
.c-btn__sumbit .c-span__arrow {
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn__sumbit .c-span__arrow i {
  font-size: 1.3rem;
  color: #fff;
}
.c-recruit__threeimages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-recruit .c-breadcrumb__container {
  max-width: 1156px;
}
.c-recruit1 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 580px) {
  .c-recruit1 {
    padding-bottom: 75px;
  }
}
.c-recruit1 .l-container {
  max-width: 1076px;
}
.c-recruit1 .c-recruit1__title1 {
  line-height: 1;
  color: #2e3192;
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 3px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media only screen and (max-width: 1023px) {
  .c-recruit1 .c-recruit1__title1 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-recruit1 .c-recruit1__title1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-recruit1 .c-recruit1__title1 {
    font-size: 4.5rem;
    letter-spacing: 1px;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
.c-recruit1 .c-recruit1__title2 {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: justify;
  line-height: 1.7501180916;
  margin-top: 16px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .c-recruit1 .c-recruit1__title2 {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-top: 10px;
  }
}
.c-recruit__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 88px;
  gap: 68px 0;
}
@media only screen and (max-width: 1023px) {
  .c-recruit__list1 {
    margin-top: 45px;
    gap: 35px 0;
  }
}
.c-recruit__list1 .c-recruit__item1 {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .c-recruit__list1 .c-recruit__item1 {
    width: 100%;
  }
}
.c-recruit__list1 .c-recruit__item1:nth-child(2) {
  -webkit-transform: translate(-29px, 77px);
  transform: translate(-29px, 77px);
}
@media only screen and (max-width: 767px) {
  .c-recruit__list1 .c-recruit__item1:nth-child(2) {
    -webkit-transform: unset;
    transform: unset;
  }
}
.c-recruit__list1 .c-recruit__item1:nth-child(3) {
  -webkit-transform: translateX(74px);
  transform: translateX(74px);
}
@media only screen and (max-width: 767px) {
  .c-recruit__list1 .c-recruit__item1:nth-child(3) {
    -webkit-transform: unset;
    transform: unset;
  }
}
.c-recruit__list1 .c-recruit__item1 .c-recruititem1__img {
  padding-left: 78px;
  z-index: 6;
  position: relative;
}
.c-recruit__list1 .c-recruit__item1 .c-recruititem1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-recruit__list1 .c-recruit__item1 .c-recruititem1__row .c-recruititem1__number {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1;
  height: 65px;
  width: 66px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "bahnschrift", sans-serif;
  position: relative;
  z-index: 2;
}
.c-recruit__list1 .c-recruit__item1 .c-recruititem1__row .c-recruititem1__number::before {
  position: absolute;
  content: "";
  background-color: #2e3192;
  width: 100%;
  aspect-ratio: 1/1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  z-index: -2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-recruit__list1 .c-recruit__item1 .c-recruititem1__row .c-recruititem1__number::after {
  position: absolute;
  content: "";
  background-color: #d8d8ed;
  width: 230%;
  aspect-ratio: 1/1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  z-index: -3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-recruit__list1 .c-recruit__item1 .c-recruititem1__row .c-recruititem1__right {
  padding-left: 13px;
  margin-top: 10px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .c-recruit__list1 .c-recruit__item1 .c-recruititem1__row .c-recruititem1__right {
    margin-top: 5px;
  }
}
.c-recruit__list1 .c-recruit__item1 .c-recruititem1__row .c-recruititem1__right h5 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-recruit__list1 .c-recruit__item1 .c-recruititem1__row .c-recruititem1__right h5 {
    font-size: 1.8rem;
  }
}
.c-recruit__list1 .c-recruit__item1 .c-recruititem1__row .c-recruititem1__right p {
  font-size: 1.6rem;
  text-align: justify;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .c-recruit__list1 .c-recruit__item1 .c-recruititem1__row .c-recruititem1__right p {
    font-size: 1.4rem;
  }
}
.c-recruit2 {
  background-color: #3b3b3c;
  padding-top: 82px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .c-recruit2 {
    padding-top: 45px;
    padding-bottom: 80px;
  }
}
.c-recruit2 .l-container {
  max-width: 980px;
}
.c-recruit2 .c-recruit2__h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .c-recruit2 .c-recruit2__h2 {
    font-size: 2.4rem;
  }
}
.c-recruit2 .c-recruit2__table {
  background-color: #fff;
  margin-top: 80px;
  border-radius: 12px;
  padding: 64px 8.5%;
}
@media only screen and (max-width: 767px) {
  .c-recruit2 .c-recruit2__table {
    margin-top: 40px;
    padding: 20px;
  }
}
.c-recruit2 .c-recruit2__table .c-recruit2__labelh3 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  background-color: #2e3192;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 3px;
  padding: 18px 5%;
}
@media only screen and (max-width: 767px) {
  .c-recruit2 .c-recruit2__table .c-recruit2__labelh3 {
    letter-spacing: 1px;
    font-size: 2rem;
    padding: 12px 4%;
  }
}
.c-recruit2 .c-recruit2__table ul {
  margin-top: 49px;
}
@media only screen and (max-width: 767px) {
  .c-recruit2 .c-recruit2__table ul {
    margin-top: 20px;
  }
}
.c-recruit2 .c-recruit2__table ul li {
  border-top: 1px solid #bdbec1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 19px 0;
}
@media only screen and (max-width: 580px) {
  .c-recruit2 .c-recruit2__table ul li {
    padding: 13px 0;
  }
}
.c-recruit2 .c-recruit2__table ul li:last-child {
  border-bottom: 1px solid #bdbec1;
}
.c-recruit2 .c-recruit2__table ul li h4 {
  width: 80px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.c-recruit2 .c-recruit2__table ul li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
  font-size: 1.5rem;
  padding-left: 5%;
  letter-spacing: 2px;
  font-weight: 400;
}
.c-recruit3 {
  background-color: #ebeced;
  padding-top: 86px;
  padding-bottom: 154px;
}
@media only screen and (max-width: 767px) {
  .c-recruit3 {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}
.c-recruit3 .l-container {
  max-width: 984px;
}
.c-recruit3 .c-recruit3__h2 {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .c-recruit3 .c-recruit3__h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.c-recruit3 .c-recruit3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-recruit3 .c-recruit3__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 45px 0;
  }
}
.c-recruit3 .c-recruit3__list .c-recruit3__item {
  width: 20.8%;
}
@media only screen and (max-width: 767px) {
  .c-recruit3 .c-recruit3__list .c-recruit3__item {
    width: 48%;
  }
}
.c-recruit3 .c-recruit3__list .c-recruit3__item .c-recruit3__imgitem {
  position: relative;
  z-index: 10;
}
.c-recruit3 .c-recruit3__list .c-recruit3__item .c-recruit3__imgitem::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 25%;
  position: absolute;
  left: 50%;
  z-index: -2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-recruit3 .c-recruit3__list .c-recruit3__item .c-recruit3__itemcontent {
  padding-top: 15px;
}
@media only screen and (max-width: 580px) {
  .c-recruit3 .c-recruit3__list .c-recruit3__item .c-recruit3__itemcontent {
    padding-top: 5px;
  }
}
.c-recruit3 .c-recruit3__list .c-recruit3__item .c-recruit3__itemcontent h4 {
  font-weight: 700;
  font-size: 1.7rem;
}
@media only screen and (max-width: 580px) {
  .c-recruit3 .c-recruit3__list .c-recruit3__item .c-recruit3__itemcontent h4 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.c-recruit3 .c-recruit3__list .c-recruit3__item .c-recruit3__itemcontent p {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.3333333333;
  margin-top: 12px;
}
@media only screen and (max-width: 580px) {
  .c-recruit3 .c-recruit3__list .c-recruit3__item .c-recruit3__itemcontent p {
    margin-top: 6px;
    font-size: 1.4rem;
  }
}
.c-recruit3__btn {
  width: 100%;
  max-width: 440px;
  background-color: #2e3192;
  height: 153px;
  margin: 109px auto 0;
  border-radius: 80px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  border: 3px solid #2e3192;
}
@media only screen and (max-width: 1023px) {
  .c-recruit3__btn {
    max-width: 360px;
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .c-recruit3__btn {
    height: 84px;
    padding-left: 15px;
    margin-top: 50px;
    max-width: 86%;
  }
}
@media only screen and (max-width: 580px) {
  .c-recruit3__btn {
    height: 74px;
  }
}
.c-recruit3__btn:hover {
  background-color: #fff;
  color: #2e3192;
  opacity: 1;
}
.c-recruit3__btn:hover .c-recruit3__btnarrow {
  background-color: #2e3192;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.c-recruit3__btn:hover .c-recruit3__btnarrow i {
  color: #fff;
}
.c-recruit3__btn .c-recruit3__btntxt {
  font-size: 2.9rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-recruit3__btn .c-recruit3__btntxt {
    font-size: 2.2rem;
  }
}
.c-recruit3__btn .c-recruit3__btnarrow {
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-recruit3__btn .c-recruit3__btnarrow i {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 2rem;
  color: #2e3192;
}
.p-lineup .c-breadcrumb__container {
  margin-bottom: 75px;
  max-width: 1162px;
}
@media only screen and (max-width: 767px) {
  .p-lineup .c-breadcrumb__container {
    margin-bottom: 40px;
  }
}
.p-lineup .l-container {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1023px) {
  .p-lineup .l-container {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .p-lineup .l-container {
    padding-bottom: 120px;
  }
}
.c-photo__search {
  max-width: 290px;
  margin: 0 auto;
  margin-top: 64px;
}
.c-photo__search .c-search__text {
  font-size: 1.6rem;
  color: #231f20;
  letter-spacing: 3px;
  font-weight: 700;
  padding-left: 3%;
}
@media only screen and (max-width: 580px) {
  .c-photo__search .c-search__text {
    letter-spacing: 1px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-photo__search .c-search__text {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
.c-photo__search .c-form__search {
  width: 100%;
}
.c-photo__search .c-form__search .c-search__row {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-photo__search .c-form__search .c-search__row > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 78px 15px 20px;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #231f20;
}
.c-photo__search .c-form__search .c-search__submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 59px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  color: #fff;
  background-color: #413e35;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #231f20;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-photo__search .c-form__search .c-search__submit:hover {
  background-color: #231f20;
  color: #fdcf00;
}
.c-photo__search .c-form__search .c-search__submit input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.c-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 972px;
  margin: 0 auto;
  margin-top: 99px;
  gap: 39px 2.15%;
}
@media only screen and (max-width: 767px) {
  .c-lineup__list {
    margin-top: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 4%;
  }
}
@media only screen and (max-width: 580px) {
  .c-lineup__list {
    margin-top: 45px;
  }
}
.c-lineup__list .c-lineup__item {
  width: 31.9%;
}
@media only screen and (max-width: 767px) {
  .c-lineup__list .c-lineup__item {
    width: 48%;
  }
}
.c-lineup__list .c-lineup__item .c-lineup__itemimg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 310/187;
}
.c-lineup__list .c-lineup__item .c-lineupitem__content {
  background-color: #e5e9e9;
  padding: 8px 11px;
}
@media only screen and (max-width: 580px) {
  .c-lineup__list .c-lineup__item .c-lineupitem__content {
    padding: 7px 8px;
  }
}
.c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowleft .c-lineup__namecar {
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (max-width: 580px) {
  .c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowleft .c-lineup__namecar {
    font-size: 1.45rem;
  }
}
.c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowleft .c-lineup__brandcar {
  font-size: 2.266rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 580px) {
  .c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowleft .c-lineup__brandcar {
    font-size: 1.8rem;
  }
}
.c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 2px;
}
.c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__pricetxt {
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__pricetxt {
    font-size: 1.3rem;
    margin-top: -2px;
  }
}
.c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 5px;
}
@media only screen and (max-width: 580px) {
  .c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__price {
    font-size: 1.2rem;
    gap: 2px;
  }
}
.c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__price .c-price__input {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "bahnschrift", sans-serif;
  line-height: 1;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
@media only screen and (max-width: 767px) {
  .c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__price .c-price__input {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__price .c-price__input {
    font-size: 2.1rem;
  }
}
.c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineup__blackline {
  background-color: #231f20;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}
.c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineup__year {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 3px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineup__year {
    letter-spacing: 1px;
    font-size: 1.3rem;
  }
}
.c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineup__gas {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-lineup__list .c-lineup__item .c-lineupitem__content .c-lineup__gas {
    letter-spacing: 1px;
    font-size: 1.3rem;
  }
}
.c-lineup__sliderlist .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c-lineup__sliderlist .c-lineup__item {
  width: 309px;
  margin-left: 11.5px;
  margin-right: 11.5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-lineup__sliderlist .c-lineup__item .c-lineup__itemimg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 310/187;
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content {
  background-color: #fff;
  padding: 8px 11px;
}
@media only screen and (max-width: 580px) {
  .c-lineup__sliderlist .c-lineup__item .c-lineupitem__content {
    padding: 7px 8px;
  }
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowleft .c-lineup__namecar {
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (max-width: 580px) {
  .c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowleft .c-lineup__namecar {
    font-size: 1.45rem;
  }
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowleft .c-lineup__brandcar {
  font-size: 2.266rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 580px) {
  .c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowleft .c-lineup__brandcar {
    font-size: 1.8rem;
  }
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 2px;
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__pricetxt {
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__pricetxt {
    font-size: 1.3rem;
    margin-top: -2px;
  }
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 5px;
}
@media only screen and (max-width: 580px) {
  .c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__price {
    font-size: 1.2rem;
    gap: 2px;
  }
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__price .c-price__input {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "bahnschrift", sans-serif;
  line-height: 1;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
@media only screen and (max-width: 767px) {
  .c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__price .c-price__input {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineupitem__contentrow .c-lineup__rowright .c-lineup__price .c-price__input {
    font-size: 2.1rem;
  }
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineup__blackline {
  background-color: #231f20;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineup__year {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 3px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineup__year {
    letter-spacing: 1px;
    font-size: 1.3rem;
  }
}
.c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineup__gas {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-lineup__sliderlist .c-lineup__item .c-lineupitem__content .c-lineup__gas {
    letter-spacing: 1px;
    font-size: 1.3rem;
  }
}
.c-singlelineup__container {
  padding-top: 29px;
}
@media only screen and (max-width: 1023px) {
  .c-singlelineup__container {
    padding-top: 0;
  }
}
.c-singlelineup__container .l-container {
  max-width: 1046px;
}
.c-lineupsingle__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-lineupsingle__row .c-lineupsingle__left {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .c-lineupsingle__row .c-lineupsingle__left {
    width: 100%;
  }
}
.c-lineupsingle__row .c-lineupsingle__right {
  width: 41.5%;
}
@media only screen and (max-width: 950px) {
  .c-lineupsingle__row .c-lineupsingle__right {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .c-lineupsingle__row .c-lineupsingle__right {
    width: 100%;
    margin-top: 40px;
  }
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__namecar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 30px;
  font-size: 2.7rem;
  padding-bottom: 11px;
  border-bottom: 1px solid #231f20;
}
@media only screen and (max-width: 767px) {
  .c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__namecar {
    font-size: 2.1rem;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 580px) {
  .c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__namecar {
    font-size: 1.9rem;
    font-weight: 900;
    padding-bottom: 2px;
  }
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__price {
  margin-top: 32px;
  padding-left: 4px;
}
@media only screen and (max-width: 580px) {
  .c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__price {
    margin-top: 14px;
  }
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__price .c-singlelineup__pricetxt {
  font-size: 2.257rem;
}
@media only screen and (max-width: 580px) {
  .c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__price .c-singlelineup__pricetxt {
    font-size: 2rem;
  }
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__price .c-singlelineup__pricenum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 2.257rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 2px;
  gap: 4px;
}
@media only screen and (max-width: 580px) {
  .c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__price .c-singlelineup__pricenum {
    font-size: 1.6rem;
  }
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__price .c-singlelineup__pricenum span {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  line-height: 1;
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "bahnschrift", sans-serif;
}
@media only screen and (max-width: 580px) {
  .c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__price .c-singlelineup__pricenum span {
    font-size: 3.7rem;
  }
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 31px;
  padding-left: 7px;
  gap: 6.5px 0;
}
@media only screen and (max-width: 767px) {
  .c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__ul1 {
    margin-top: 15px;
  }
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__ul1 .c-singlelineup__li1 {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__ul1 .c-singlelineup__li1 {
    width: 100%;
    gap: 6px;
  }
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__ul1 .c-singlelineup__li1 .c-li1__1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  font-size: 1.4rem;
  font-weight: 500;
  width: 70px;
  background-color: #7e8083;
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__ul1 .c-singlelineup__li1 .c-li1__2 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__ul1 .c-singlelineup__li1 .c-li1__2 {
    font-size: 1.8rem;
  }
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__ul1 .c-singlelineup__li1 .c-li1__3 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__ul1 .c-singlelineup__li1 .c-li1__3 {
    font-size: 1.8rem;
  }
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__ul1 .c-singlelineup__li1 .c-li1__3 span {
  font-size: 1.3rem;
}
.c-lineupsingle__row .c-lineupsingle__right .c-singlelineup__ul1 .c-singlelineup__li1 .c-li1__4 {
  font-size: 1.6rem;
  font-weight: 500;
}
.c-singlelineup__nav {
  padding-left: 7px;
  margin-top: 47px;
}
@media only screen and (max-width: 580px) {
  .c-singlelineup__nav {
    margin-top: 30px;
    padding: 0 5%;
  }
}
.c-singlelineup__nav a {
  height: 63px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 580px) {
  .c-singlelineup__nav a {
    height: 56px;
  }
}
.c-singlelineup__nav a + a {
  margin-top: 10px;
}
.c-singlelineup__nav .c-single__btnlineup1 {
  font-size: 2rem;
  font-weight: 500;
  background-color: #f26522;
  color: #fff;
  padding-bottom: 2px;
  border: 2px solid #f26522;
}
@media only screen and (max-width: 580px) {
  .c-singlelineup__nav .c-single__btnlineup1 {
    font-size: 1.7rem;
  }
}
.c-singlelineup__nav .c-single__btnlineup1:hover {
  background-color: #fff;
  color: #f26522;
  opacity: 1;
}
.c-singlelineup__nav .c-single__btnlineup2 {
  background-color: #008d4e;
  padding-bottom: 2px;
  border: 2px solid #008d4e;
}
.c-singlelineup__nav .c-single__btnlineup2:hover {
  background-color: #fff;
}
.c-singlelineup__nav .c-single__btnlineup2:hover .c-singlebtn__txtline {
  color: #008d4e;
}
.c-singlelineup__nav .c-single__btnlineup2 .c-singlebtn__lineicon {
  width: 37px;
}
.c-singlelineup__nav .c-single__btnlineup2 .c-singlebtn__txtline {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-singlelineup__nav .c-single__btnlineup2 .c-singlebtn__txtline {
    font-size: 1.7rem;
  }
}
.c-singlelineup__nav .c-single__btnlineup3 {
  border: 2px solid #231f20;
}
.c-singlelineup__nav .c-single__btnlineup3:hover {
  background-color: #231f20;
  color: #fff;
}
.c-singlelineup__nav .c-single__btnlineup3:hover .c-phone_iconlineup3 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-singlelineup__nav .c-single__btnlineup3 .c-phone_iconlineup3 {
  width: 20px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.c-singlelineup__nav .c-single__btnlineup3 .c-phone_iconlineup3 img {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-singlelineup__nav .c-single__btnlineup3 .c-phone_numberlineup3 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "bahnschrift", sans-serif;
  padding-bottom: 3px;
}
@media only screen and (max-width: 580px) {
  .c-singlelineup__nav .c-single__btnlineup3 .c-phone_numberlineup3 {
    font-size: 2.6rem;
  }
}
.c-singlelineup__nav .c-single__btnlineup3 .c-phone_numberlineup3 span {
  margin-left: 2px;
  font-size: 2rem;
}
.c-rt__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .c-rt__container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-rt__container {
    padding: 0 30px;
  }
}
.c-rt__container .c-rt__button {
  width: 100%;
  max-width: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .c-rt__container .c-rt__button {
    max-width: 17px;
  }
}
.c-rt__container .c-rt__button.c-rt__left {
  left: -40px;
}
@media only screen and (max-width: 1100px) {
  .c-rt__container .c-rt__button.c-rt__left {
    left: 0;
  }
}
.c-rt__container .c-rt__button.c-rt__right {
  right: -40px;
}
@media only screen and (max-width: 1100px) {
  .c-rt__container .c-rt__button.c-rt__right {
    right: 0;
  }
}
.c-rt__container .c-rt__button:hover.c-rt__left {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.c-rt__container .c-rt__button:hover.c-rt__right {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.c-rt__container .c-slider6__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-rt__container .c-slider6__container {
    padding: 0;
  }
}
.c-rt__container .c-slider6__container .c-slider6__item img {
  aspect-ratio: 399/271;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.c-slider6--hide {
  display: none;
}
.c-slider6--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .c-slider6--links {
    margin-top: 30px;
    gap: 10px 3.5%;
  }
}
@media only screen and (max-width: 580px) {
  .c-slider6--links {
    margin-top: 12px;
  }
}
.c-slider6--links .c-slider6__item {
  width: calc((100% - 60px) / 5);
}
@media only screen and (max-width: 767px) {
  .c-slider6--links .c-slider6__item {
    width: 31%;
  }
}
.c-slider6--links .c-slider6__item img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 175/119;
}
.c-slider6__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  gap: 20px;
  margin-top: 26px;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .c-slider6__tags {
    margin-top: 12px;
    gap: 10px;
    margin-left: 0;
  }
}
.c-slider6__tags span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-slider6__tags span {
    font-size: 1.4rem;
  }
}
.c-lineup__btnmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  width: 148px;
  height: 46px;
  border: 2px solid #231f20;
  letter-spacing: 2px;
  margin: 131px auto 0;
}
@media only screen and (max-width: 1023px) {
  .c-lineup__btnmore {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lineup__btnmore {
    margin-top: 45px;
    font-size: 1.7rem;
  }
}
.c-lineup__btnmore:hover {
  opacity: 1;
  background-color: #231f20;
  color: #fff;
}
.c-singlelineup__container .l-container {
  padding-bottom: 128px;
}
@media only screen and (max-width: 580px) {
  .c-singlelineup__container .l-container {
    padding-bottom: 90px;
  }
}
.c-singlelineup__carsother {
  background-color: #e4e5e6;
  padding: 129px 0;
}
@media only screen and (max-width: 1023px) {
  .c-singlelineup__carsother {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-singlelineup__carsother {
    padding: 58px 0;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/







.c-pnav__news {
  margin-top: 80px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-pnav__news {
    margin-top: 30px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
.c-pnav__news a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid transparent;
  text-align: center;
  color: #231F20;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 2rem;
  border: 1px solid #231F20;
  padding-bottom: 2px;


}
.c-pnav__news.c-pnav__news2 a {
  color: #9FA0A0;

  border: none;
}

.c-pnav__news a:hover, .c-pnav__news a.current {
  background-color: #8a8284;
  color: #fff;
}
.c-pnav__news.c-pnav__news2 a:hover, .c-pnav__news.c-pnav__news2 a.current {
  background-color: #00706B;
  color: #fff;
}

.c-pnav__news .prev.page-numbers, .c-pnav__news .next.page-numbers {
  background-color: transparent;
  border: none;
  color: #231F20;
  font-size: 25px;
  display: none;
}

.c-pnav__news .prev.page-numbers:hover, .c-pnav__news .next.page-numbers:hover {
  background-color: transparent;
  border: none;
  color: #231F20
}

.c-pnav__news .page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #231F20;
  color: #fff;
  font-size: 2.2rem;


}
.c-pnav__news.c-pnav__news2 .page-numbers.current {
  background-color: #00706B;
}

.page-numbers.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}




.u-scroll1{
  scroll-margin-top: 154px;
}

@media only screen and (max-width: 767px) {
  .u-scroll1{
    scroll-margin-top: 80px;
  }
}


 .c-photo__title {
  font-size: 1.2rem;
  color: #a2a2a3;
  font-weight: 400;
  margin-top: 8px;
  padding-left: 0%;
  letter-spacing: 0.5px;
  display: flex;
  flex-wrap: wrap;
  gap: 1px 4%;
}


.c-modal__note{
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
  
}
@media only screen and (max-width: 767px) {
.c-modal__note{
  padding-bottom: 80px;
  font-size: 1.3rem;
  
}
}