@charset "UTF-8";
@font-face {
  font-family: "Futura";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/Futura-Med.otf") format("opentype");
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(230px);
    transform: translateY(230px);
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(230px);
    transform: translateY(230px);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*------------------------------------------------------------
    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%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
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;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
.c-nav1--vertical .c-nav1__list {
  -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;
}
.c-nav1--vertical .c-nav1__item {
  margin-left: 0;
}
.c-nav1--vertical .c-nav1__item:has(.c-nav1__link[data-id=about]) {
  margin-left: 0;
}
.c-nav1--vertical .c-nav1__item:has(.c-nav1__link[data-id=service]) {
  margin-left: 0;
}
.c-nav1--vertical .c-nav1__item:has(.c-nav1__link[data-id=point]) {
  margin-left: 0;
}
.c-nav1--vertical .c-nav1__item:has(.c-nav1__link[data-id=used-car]) {
  margin-left: 0;
}
.c-nav1--vertical .c-nav1__item:has(.c-nav1__link[data-id=company]) {
  margin-left: 0;
}
.c-nav1--vertical .c-nav1__item:has(.c-nav1__link[data-id=contact]) {
  margin-left: 0;
}
.c-nav1--vertical .c-nav1__item + .c-nav1__item {
  margin-top: 38px;
}
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-nav1__item:has(.c-nav1__link[data-id=about]) {
  margin-left: 33px;
}
.c-nav1__item:has(.c-nav1__link[data-id=service]) {
  margin-left: 40px;
}
.c-nav1__item:has(.c-nav1__link[data-id=point]) {
  margin-left: 30px;
}
.c-nav1__item:has(.c-nav1__link[data-id=used-car]) {
  margin-left: 28px;
}
.c-nav1__item:has(.c-nav1__link[data-id=company]) {
  margin-left: 45px;
}
.c-nav1__item:has(.c-nav1__link[data-id=contact]) {
  margin-left: 40px;
}
.c-nav1__link {
  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;
  color: #fff;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #00ad8c;
  }
}
.c-nav1__link.is-active {
  color: #00ad8c;
}
.c-nav1__en {
  font-family: "EB Garamond", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.c-nav1__ja {
  margin-top: 4px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.46;
  text-align: center;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header.is-sticky .c-header__inner {
  background-color: #00ad8c;
}
.c-header.is-sticky .c-header__logo {
  margin: 18px 40px 17px;
}
@media only screen and (max-width: 1023px) {
  .c-header.is-sticky .c-header__logo {
    margin: 11px 20px;
  }
}
.c-header.is-sticky .c-header__logo img {
  width: 104.5px;
}
@media only screen and (max-width: 1023px) {
  .c-header.is-sticky .c-header__logo img {
    width: 80px;
  }
}
.c-header.is-sticky .c-header__nav {
  margin: 19px 40px 19px 0;
}
@media only screen and (min-width: 1023px) {
  .c-header.is-sticky .c-header__nav .c-nav1__link:hover {
    color: #005445;
  }
}
.c-header.is-sticky .c-header__nav .c-nav1__link.is-active {
  color: #005445;
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 40px 40px 39px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__logo {
    margin: 20px 20px 19px;
  }
}
.c-header__logo img {
  width: 180px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__logo img {
    width: 120px;
  }
}
.c-header__nav {
  margin: 41px 40px 41px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__nav {
    display: none;
  }
}
.c-header__btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
}
.c-header__menuouter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00ad8c;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 13;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuouter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menu {
  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%;
  height: 100%;
}
.c-header__menuinner {
  width: 100%;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 130px 40px;
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  padding: 120px 0 113px;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 60px 0 86px;
  }
}
.c-footer__wrap {
  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;
}
.c-footer__logo img {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .c-footer__logo img {
    width: 120px;
  }
}
.c-footer__address {
  margin-top: 42px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__address {
    margin-top: 28px;
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 40px;
  }
}
.l-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.c-mv__bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-mv__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 84, 69, 0.29);
  z-index: 1;
}
.c-mv__bginner {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv__bginner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 36px 84px 36px 40px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    padding: 40px;
  }
}
.c-mv__subtitle {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-mv__subtitle {
    font-size: 1.6rem;
  }
}
.c-mv__title {
  margin-top: 12px;
  color: #fff;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    margin-top: 6px;
    font-size: 5rem;
    line-height: 1.4;
  }
}
.c-mv__scroll {
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__scroll {
    right: 14px;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Banner
------------------------------------------------------------*/
.c-banner1 {
  position: fixed;
  bottom: 40px;
  right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .c-banner1 {
    bottom: 0;
    right: 0;
  }
}
.c-banner1__box {
  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;
  width: 200px;
  padding: 10px 12px 9px 8px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-banner1__box {
    width: 150px;
    padding: 7px 12px 7px 6px;
  }
}
.c-banner1__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 19px 19px;
  border-color: transparent transparent #e01b1f transparent;
}
.c-banner1__left {
  width: 77px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-banner1__left {
    width: 58px;
  }
}
.c-banner1__right {
  padding-left: 8px;
}
@media only screen and (max-width: 767px) {
  .c-banner1__right {
    padding-left: 6px;
  }
}
.c-banner1__text {
  margin-bottom: 2px;
  color: #e01b1f;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.42;
}
@media only screen and (max-width: 767px) {
  .c-banner1__text {
    font-size: 1.3rem;
    line-height: 1.38;
  }
}
.c-banner2 {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 7px solid #fa0102;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-banner2 {
    border-width: 4px;
  }
}
.c-banner2__box {
  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;
  position: relative;
  width: 100%;
  min-height: 266px;
  padding: 40px 60px;
}
@media only screen and (max-width: 767px) {
  .c-banner2__box {
    min-height: unset;
    padding: 21px 10px 17px;
  }
}
.c-banner2__box::after {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 43px 43px;
  border-color: transparent transparent #fa0102 transparent;
}
@media only screen and (max-width: 767px) {
  .c-banner2__box::after {
    bottom: 4px;
    right: 4px;
    border-width: 0 0 18px 18px;
  }
}
.c-banner2__thumb {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  width: min(500px, 100%);
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .c-banner2__thumb {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    width: min(209px, 100%);
    margin-top: 0;
  }
}
.c-banner2__content {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .c-banner2__content {
    margin-top: 4px;
  }
}
.c-banner2__text {
  color: #fa0102;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.14;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-banner2__text {
    font-size: 1.1rem;
    line-height: 2.18;
  }
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btninsta {
  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;
  min-width: 250px;
  padding: 15px 35px;
  background-color: #fff;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-btninsta {
    padding: 10px 35px;
  }
}
.c-btninsta img {
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .c-btninsta img {
    height: 30px;
  }
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: block;
  position: relative;
  height: 100%;
  background-color: transparent;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-card1 {
    border-width: 2px;
  }
}
.c-card1__box {
  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;
  position: relative;
  width: 100%;
  padding: 43px 13px 40px;
}
@media only screen and (max-width: 1023px) {
  .c-card1__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 20px 25px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__box {
    padding: 17px 10px 18px 22px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-card1__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.c-card1__icon img {
  width: 60px;
}
.home-contact__item:nth-child(3) .c-card1__icon img {
  width: 70px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .c-card1__icon img {
    width: 40px;
  }
  .home-contact__item:nth-child(3) .c-card1__icon img {
    width: 40px;
  }
}
.c-card1__content {
  margin-top: 19px;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c-card1__content {
    margin-top: 0;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__content {
    margin-left: 10px;
  }
}
.c-card1__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-card1__title {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__title {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.c-card1__phone {
  margin-top: -3px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-card1__phone {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__phone {
    font-size: 2.6rem;
    line-height: 1.53;
  }
}
.c-card1__note {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.23;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-card1__note {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__note {
    font-size: 1.4rem;
    line-height: 1.13;
  }
}
/*------------------------------------------------------------
    Map
------------------------------------------------------------*/
.c-map {
  position: relative;
  width: 100%;
  height: 500px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (max-width: 767px) {
  .c-map {
    height: 400px;
  }
}
.c-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/*------------------------------------------------------------
    Marquee
------------------------------------------------------------*/
.c-marquee1 {
  overflow: hidden;
}
.c-marquee1__text {
  display: block;
  -webkit-transform: translateX(-21px);
  transform: translateX(-21px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu {
  display: block;
  padding: 20px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-menu.is-open .c-menu__inner span:nth-child(1) {
  -webkit-transform: translate(0, calc(-50% + 12px)) rotate(-45deg);
  transform: translate(0, calc(-50% + 12px)) rotate(-45deg);
}
.c-menu.is-open .c-menu__inner span:nth-child(2) {
  width: 40px;
  opacity: 0;
}
.c-menu.is-open .c-menu__inner span:nth-child(3) {
  -webkit-transform: translate(0, calc(-50% - 12px)) rotate(45deg);
  transform: translate(0, calc(-50% - 12px)) rotate(45deg);
}
.c-menu__inner {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 40px;
  height: 24px;
}
.c-menu__inner span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 1px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-menu__inner span:nth-child(1) {
  top: 0;
}
.c-menu__inner span:nth-child(2) {
  width: 30px;
}
.c-menu__inner span:nth-child(3) {
  top: 100%;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: max(0%, (100% - 1248px) / 2);
  padding-left: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1 {
    padding: 0 40px;
  }
}
.c-part1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 45.9657701711%;
  max-width: 564px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    max-width: unset;
    padding-right: 0;
  }
}
.c-part1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 54.0342298289%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 37px;
  }
}
.c-part1__thumb {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__thumb {
    width: calc(100% + 120px);
    margin: 0 -60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__thumb {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
}
.c-part1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 79.939668175%;
}
@media only screen and (max-width: 767px) {
  .c-part1__thumb::before {
    padding-top: 72.4637681159%;
  }
}
.c-part1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-part2 {
  position: relative;
}
.c-part2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-part2:nth-child(2n) .c-part2__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 25px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .c-part2:nth-child(2n) .c-part2__left {
    padding: 0;
  }
}
.c-part2:nth-child(2n) .c-part2__right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.c-part2__inner {
  position: relative;
  z-index: 1;
}
.c-part2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-part2__wrap {
    -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;
  }
}
.c-part2__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 58.6397058824%;
  padding-left: 0;
  padding-right: 25px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding: 0;
  }
}
.c-part2__content {
  padding: 91px 0 76px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__content {
    margin-top: 16px;
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__content {
    margin-top: 8px;
    padding: 0 0 37px;
  }
}
.c-part2__en {
  display: block;
  color: #00ad8c;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1.57;
}
@media only screen and (max-width: 1023px) {
  .c-part2__en {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__en {
    font-size: 3rem;
    line-height: 1.37;
  }
}
.c-part2__ja {
  display: block;
  margin-top: 8px;
  color: #3c3c3c;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .c-part2__ja {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__ja {
    margin-top: 10px;
    font-size: 2rem;
  }
}
.c-part2__description {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-part2__description {
    margin-top: 6px;
  }
}
.c-part2__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 41.3602941176%;
}
@media only screen and (max-width: 1023px) {
  .c-part2__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding: 0 17px;
  }
}
.c-part2__mask {
  position: relative;
  width: 100%;
  margin-top: -96px;
}
.c-part2__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-part2__thumb {
    margin-top: -60px;
  }
}
.c-part2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-part2__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-part2__jarallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-part3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-part3__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
}
.c-part3__icon {
  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: 100px;
  height: 100px;
  background-color: #00ad8c;
  border-radius: 10px;
}
.c-part3__right {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.c-part3__content .c-title2 {
  margin-top: -8px;
}
@media only screen and (max-width: 1023px) {
  .c-part3__content .c-title2 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .c-part3__content .c-title2 {
    margin-top: 2px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-part3__content .c-part3__description {
  margin-top: 3px;
}
@media only screen and (max-width: 1023px) {
  .c-part3__content .c-part3__description {
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .c-part3__content .c-part3__description {
    margin-top: 7px;
  }
}
/*------------------------------------------------------------
    Scroll
------------------------------------------------------------*/
.c-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-scroll__text {
  margin-right: 5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.31;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-scroll__text {
    margin-right: 3px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.c-scroll__bar {
  display: block;
  position: relative;
  width: 1px;
  height: 200px;
  background-color: #fff;
  overflow-y: hidden;
}
.c-scroll__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  width: 100%;
  height: 60px;
  background-color: #02ad8c;
  z-index: 1;
  -webkit-animation: scrolldown 2s linear infinite;
  animation: scrolldown 2s linear infinite;
}
/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  vertical-align: top;
  width: 100%;
  padding: 17px 0 22px;
  border-bottom: 1px solid #c6c6c6;
}
@media only screen and (max-width: 767px) {
  .c-table1__row {
    padding: 12px 0 13px;
  }
}
.c-table1__row:first-child {
  border-top: 1px solid #c6c6c6;
}
.c-table1__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22.25%;
  padding: 0 20px 0 21px;
  color: #3c3c3c;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.67;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table1__field {
    width: 29.3413173653%;
    min-width: 98px;
    padding: 0 10px;
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
.c-table1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 77.75%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .c-table1__content {
    width: 70.6586826347%;
    padding-right: 0;
  }
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #3c3c3c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
.c-text1--white {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-text1--style1 {
    line-height: 1.714;
  }
}
.c-text2 {
  color: #3c3c3c;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.67;
}
@media only screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
/*------------------------------------------------------------
    Thumb
------------------------------------------------------------*/
.c-thumb1 {
  position: relative;
  width: 100%;
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-thumb1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  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;
  color: #3c3c3c;
}
.c-title1--white {
  color: #fff;
}
.c-title1--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
  .c-title1--horizontal {
    -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;
  }
}
.c-title1--horizontal .c-title1__en {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .c-title1--horizontal .c-title1__en {
    text-align: center;
  }
}
.c-title1--horizontal .c-title1__ja {
  -webkit-transform: translateY(-19px);
  transform: translateY(-19px);
  margin-top: 0;
  margin-left: 36px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .c-title1--horizontal .c-title1__ja {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 5px;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-title1--horizontal .c-title1__ja {
    margin-top: 10px;
  }
}
.c-title1__en {
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.375;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title1__en {
    font-size: 5rem;
    line-height: 1.3;
  }
}
.c-title1__ja {
  margin-top: 5px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title1__ja {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-title2 {
  color: #3c3c3c;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  .c-title2 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-title2 {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-title2--white {
  color: #fff;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Home page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of News section
------------------------------------------------------------*/
.home-news {
  position: relative;
  padding: 107px 0 120px;
}
@media only screen and (max-width: 767px) {
  .home-news {
    padding: 60px 0;
  }
}
.home-news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .home-news__heading {
    -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;
  }
}
.home-news__heading .c-btninsta {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 40px;
  margin-bottom: 6px;
}
.home-news__body {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .home-news__body {
    margin-top: 40px;
  }
}
.home-news__slider .swiper-slide {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .home-news__slider .swiper-slide {
    width: 250px;
  }
}
.home-news__item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.home-news__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(140, 255, 232, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (min-width: 1023px) {
  .home-news__item:hover::before {
    opacity: 1;
  }
}
.home-news__item .c-thumb1 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-news__item:hover .c-thumb1 {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.home-news__btn {
  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: 1023px) {
  .home-news__btn {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.home-about {
  position: relative;
  padding: 118px 0 4px;
}
@media only screen and (max-width: 767px) {
  .home-about {
    padding: 60px 0;
  }
}
.home-about__body {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .home-about__body {
    margin-top: 37px;
  }
}
.home-about__content .c-title2 {
  margin-top: -8px;
}
@media only screen and (max-width: 1023px) {
  .home-about__content .c-title2 {
    margin-top: 0;
  }
}
.home-about__content .home-about__description {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .home-about__content .home-about__description {
    margin-top: 21px;
  }
}
.home-about__philosophy {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .home-about__philosophy {
    margin-top: 30px;
  }
}
.home-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 70px;
}
@media only screen and (max-width: 1023px) {
  .home-about__wrap {
    -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) {
  .home-about__wrap {
    margin-top: 37px;
  }
}
.home-about__left {
  width: calc(50% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .home-about__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-right: 0;
    margin-top: 38px;
  }
}
.home-about__right {
  width: calc(50% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .home-about__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-left: 0;
  }
}
.home-about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 19px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .home-about__info {
    margin-top: 22px;
  }
}
.home-about__inforole {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .home-about__inforole {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.home-about__infoname {
  margin-left: 18px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.48;
}
@media only screen and (max-width: 767px) {
  .home-about__infoname {
    margin-left: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.home-about__marquee {
  margin-top: 31px;
}
/*------------------------------------------------------------
    CSS of Service section
------------------------------------------------------------*/
.home-service {
  position: relative;
  padding: 118px 0 0;
}
@media only screen and (max-width: 767px) {
  .home-service {
    padding: 60px 0 0;
  }
}
.home-service__heading {
  position: relative;
  z-index: 2;
}
.home-service__subtitle {
  margin-top: 84px;
  color: #005445;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .home-service__subtitle {
    margin-top: 37px;
    font-size: 1.8rem;
    line-height: 1.78;
    text-align: center;
  }
}
.home-service__list {
  margin-top: 79px;
}
@media only screen and (max-width: 1023px) {
  .home-service__list {
    margin-top: 117px;
  }
}
@media only screen and (max-width: 767px) {
  .home-service__list {
    margin-top: 153px;
  }
}
.home-service__item + .home-service__item {
  margin-top: 81px;
}
@media only screen and (max-width: 1023px) {
  .home-service__item + .home-service__item {
    margin-top: 126px;
  }
}
.home-service__item + .home-service__item:nth-child(4) {
  margin-top: 74px;
}
@media only screen and (max-width: 1023px) {
  .home-service__item + .home-service__item:nth-child(4) {
    margin-top: 126px;
  }
}
/*------------------------------------------------------------
    CSS of Point section
------------------------------------------------------------*/
.home-point {
  position: relative;
  padding: 118px 0 0;
}
@media only screen and (max-width: 767px) {
  .home-point {
    padding: 60px 0 0;
  }
}
.home-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 85px -20px -36px;
}
@media only screen and (max-width: 1023px) {
  .home-point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 85px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-point__list {
    margin: 31px 0 0;
  }
}
.home-point__item {
  width: calc(50% - 40px);
  margin: 0 20px 36px;
}
@media only screen and (max-width: 1023px) {
  .home-point__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .home-point__item + .home-point__item {
    margin-top: 28px;
  }
}
/*------------------------------------------------------------
    CSS of Used car section
------------------------------------------------------------*/
.home-usedcar {
  position: relative;
  padding: 114px 0 0;
}
@media only screen and (max-width: 767px) {
  .home-usedcar {
    padding: 55px 0 0;
  }
}
.home-usedcar__banner {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .home-usedcar__banner {
    margin-top: 31px;
  }
}
/*------------------------------------------------------------
    CSS of Company section
------------------------------------------------------------*/
.home-company {
  position: relative;
  padding: 118px 0 175px;
}
@media only screen and (max-width: 767px) {
  .home-company {
    padding: 60px 0;
  }
}
.home-company__table {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .home-company__table {
    margin-top: 31px;
  }
}
/*------------------------------------------------------------
    CSS of Contact section
------------------------------------------------------------*/
.home-contact {
  position: relative;
  padding: 118px 0 141px;
}
@media only screen and (max-width: 767px) {
  .home-contact {
    padding: 61px 0 59px;
  }
}
.home-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-contact__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 84, 69, 0.7);
}
.home-contact__inner {
  position: relative;
  z-index: 1;
}
.home-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 69px -9px 0 -10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .home-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 69px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact__list {
    margin: 39px 0 0;
  }
}
.home-contact__item {
  width: calc(50% - 20px);
  margin: 10px;
}
@media only screen and (max-width: 1023px) {
  .home-contact__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .home-contact__item + .home-contact__item {
    margin-top: 20px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
.u-inblock {
  display: inline-block;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__white800 {
  background-color: #f8f8f8;
}
.u-bg__green800 {
  background-color: #005445;
}
.u-bg__green900 {
  background-color: #004538;
}
.u-bg__grid {
  position: relative;
  background-image: url("../../assets/img/common/grid.svg");
  background-repeat: repeat;
  background-size: 200px 200px;
  background-position: top left;
}
@media only screen and (max-width: 767px) {
  .u-bg__grid {
    background-image: url("../../assets/img/common/grid@sp.svg");
    background-size: 125px 125px;
  }
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-eb-garamond {
  font-family: "EB Garamond", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
.u-corporate-logo {
  font-family: "corporate-logo-ver2", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.u-futura {
  font-family: "Futura", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.u-green1 {
  color: #00ad8c;
}
.u-green2 {
  color: #00ac8d;
}
/*------------------------------------------------------------
    Animation
------------------------------------------------------------*/
.u-zoomin {
  -webkit-animation: zoomin 14s ease 1 both;
  animation: zoomin 14s ease 1 both;
}
@media only screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}
.is-notpc {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-notpc {
    display: block;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-notsp {
    display: none;
  }
}
.is-xsp {
  display: none;
}
@media only screen and (max-width: 374px) {
  .is-xsp {
    display: block;
  }
}
.is-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}

.jarallax-container {
  clip-path: circle(50%) !important;
  -webkit-clip-path: circle(50%) !important;
}