@charset "UTF-8";
.is-view {
  opacity: 1;
  -webkit-animation: all 0.8s linear;
          animation: all 0.8s linear;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out; }

.js-fadeIn.is-fadeIn {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none; }

.js-changeTop {
  background: #ffffff; }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@font-face {
  font-family: "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  src: local(YuGothB); }

@font-face {
  font-family: "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local(YuGothR); }

@font-face {
  font-family: "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  src: local(YuGothM); }

@font-face {
  font-family: "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  src: local(YuGothL); }

/*------------------------------------------------------------
	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 {
  font-size: 1em;
  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 {
  -webkit-text-size-adjust: 100%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

table,
input,
textarea,
select,
option {
  line-height: 1.1;
  font-weight: 300; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover; }

a {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  text-decoration: none;
  color: inherit; }

@media screen and (min-width: 1024px) {
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; } }

form label {
  cursor: pointer; }

.absLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 0.5rem !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 0.8rem; }

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

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-breadcrumb {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 117px;
  left: 0;
  width: 100vw; }
  @media only screen and (max-width: 900px) {
    .c-breadcrumb {
      top: 50px; } }
  .c-breadcrumb ul {
    padding: 15px 0;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (max-width: 900px) {
      .c-breadcrumb ul {
        padding: 5px 0; } }
    .c-breadcrumb ul li {
      position: relative;
      padding-left: 30px;
      display: inline; }
      @media only screen and (max-width: 900px) {
        .c-breadcrumb ul li {
          font-size: 1.2rem; } }
      .c-breadcrumb ul li:before {
        content: "＞";
        position: absolute;
        left: 5px;
        top: 0;
        font-size: 1.6rem; }
        @media only screen and (max-width: 900px) {
          .c-breadcrumb ul li:before {
            font-size: 1.2rem; } }
      .c-breadcrumb ul li:first-of-type {
        padding-left: 0; }
        .c-breadcrumb ul li:first-of-type:before {
          content: none; }
      .c-breadcrumb ul li a {
        text-decoration: none;
        line-height: 1.5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .c-breadcrumb ul li a img {
          width: auto;
          margin-right: 8px; }
          @media only screen and (max-width: 900px) {
            .c-breadcrumb ul li a img {
              width: 15px; } }

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-fCenter {
  padding: 50px 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 900px) {
    .c-fCenter {
      padding: 0 0 0px;
      display: block; } }
  .c-fCenter__txt1 {
    font-size: 1.6rem;
    line-height: 1.8; }
    @media only screen and (max-width: 900px) {
      .c-fCenter__txt1 {
        font-size: 1.4rem;
        grid-column: span 6; } }
    @media only screen and (max-width: 900px) {
      .c-fCenter__txt1:first-child {
        grid-row: span 12; } }
    .c-fCenter__txt1 a {
      font-size: 3.6rem;
      font-weight: bold;
      color: #ff1e00; }
  .c-fCenter__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem; }
    .c-fCenter__logo img {
      width: auto; }
    .c-fCenter__logo span {
      font-size: 1.6rem; }
  .c-fCenter__box1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #f4e1be; }
    @media only screen and (max-width: 900px) {
      .c-fCenter__box1 {
        margin-bottom: 20px;
        padding-top: unset; } }
  .c-fCenter__address {
    margin-top: 25px; }
  .c-fCenter__banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 25px; }
    .c-fCenter__bannerLink {
      display: block;
      max-width: 300px;
      width: 100%; }
  .c-fCenter__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #f4e1be; }
    @media only screen and (max-width: 900px) {
      .c-fCenter__menu {
        padding-top: 20px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .c-fCenter__menu > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: calc(100% / 4); }
      @media only screen and (max-width: 900px) {
        .c-fCenter__menu > ul {
          width: 50%; } }
      .c-fCenter__menu > ul > li + li {
        margin-top: 20px; }
      .c-fCenter__menu > ul > li > a {
        display: block; }
        @media only screen and (max-width: 900px) {
          .c-fCenter__menu > ul > li > a {
            letter-spacing: -0.06em;
            font-size: 1.4rem; } }
      .c-fCenter__menu > ul > li a {
        -webkit-transition: all .3s;
        transition: all .3s;
        text-transform: uppercase; }
        @media screen and (min-width: 1024px) {
          .c-fCenter__menu > ul > li a:hover {
            color: #222222;
            opacity: 1;
            font-weight: bold; } }
      .c-fCenter__menu > ul > li > .sub-menu li {
        position: relative; }
        .c-fCenter__menu > ul > li > .sub-menu li + li {
          margin-top: 5px; }
  .c-fCenter__link {
    font-size: 1.6rem;
    color: #fff;
    line-height: calc(24 / 16);
    text-decoration: underline;
    text-underline-offset: 10px; }
    @media only screen and (max-width: 900px) {
      .c-fCenter__link {
        letter-spacing: -0.06em;
        text-underline-offset: 5px; } }

.c-copyPolicy {
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .c-copyPolicy {
      font-size: 1.2rem; } }

.c-footer {
  margin-top: auto; }
  .c-footer__wrap {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 900px) {
      .c-footer__wrap {
        padding: 20px 10px; } }
  .c-footer__center {
    position: relative;
    overflow: hidden;
    z-index: 1; }
  .c-footer__bottom {
    position: relative;
    padding: 13px 0;
    background-color: #ffa200; }
  .c-footer__menu {
    padding: 21px 0 20px; }
    @media only screen and (max-width: 900px) {
      .c-footer__menu {
        display: none; } }

.bannerContact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00B390), to(#007B63));
  background: -webkit-linear-gradient(left, #00B390 0%, #007B63 100%);
  background: linear-gradient(to right, #00B390 0%, #007B63 100%);
  border-radius: 5px;
  z-index: 10000; }
  .bannerContact::before {
    position: absolute;
    content: "";
    background: url("../img/common/icon_manager.png") no-repeat;
    background-size: cover;
    width: 84px;
    height: 77px;
    bottom: 0;
    left: 10px; }
  .bannerContact .bannerContact__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    padding: 10px;
    line-height: 1; }
  .bannerContact .bannerContact__title {
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 5px 15px; }
    .bannerContact .bannerContact__title::before, .bannerContact .bannerContact__title::after {
      position: absolute;
      content: "";
      width: 2px;
      height: 23px;
      background: #FFFFFF;
      top: 50%; }
    .bannerContact .bannerContact__title::before {
      left: 10px;
      -webkit-transform: rotate(155deg) translateY(50%);
          -ms-transform: rotate(155deg) translateY(50%);
              transform: rotate(155deg) translateY(50%); }
    .bannerContact .bannerContact__title::after {
      right: 10px;
      -webkit-transform: rotate(25deg) translateY(-50%);
          -ms-transform: rotate(25deg) translateY(-50%);
              transform: rotate(25deg) translateY(-50%); }
  .bannerContact .bannerContact__subtitle {
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 5px; }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  margin: 0 auto;
  background: #ffffff;
  padding-left: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  z-index: 10000;
  height: 117px; }
  @media only screen and (max-width: 900px) {
    .c-header {
      height: 75px;
      padding-left: 10px;
      -webkit-box-shadow: 0px 3px 6px #00000029;
              box-shadow: 0px 3px 6px #00000029; } }
  .c-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin: 0 auto;
    height: 100%; }
  @media only screen and (max-width: 900px) {
    .c-header__sp {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      z-index: 11;
      height: 100%;
      padding: 10px 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 900px) {
    .c-header__naviSp {
      top: 0;
      width: 100%;
      height: 100%;
      position: fixed;
      right: 0;
      opacity: 0;
      visibility: hidden;
      z-index: -1; } }
  @media only screen and (max-width: 900px) {
    .c-header__naviSp.is-open {
      opacity: 1;
      visibility: visible; } }
  .c-header .c-iconSP {
    display: none; }
    @media only screen and (max-width: 900px) {
      .c-header .c-iconSP {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 50px;
        height: 50px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    @media only screen and (max-width: 900px) {
      .c-header .c-iconSP__line {
        width: 25px;
        height: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .c-header .c-iconSP__txt1 {
      font-size: 1rem;
      color: #fff; }
    .c-header .c-iconSP__txt2 {
      font-size: 1rem;
      color: #fff;
      display: none; }
    @media only screen and (max-width: 900px) {
      .c-header .c-iconSP span {
        display: block;
        width: 100%;
        height: 2px;
        background: #ff1e00;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; } }
    .c-header .c-iconSP p {
      font-size: 0.8rem;
      line-height: 1;
      color: #ff1e00; }
    .c-header .c-iconSP.is-open span:nth-child(1) {
      -webkit-transform: translateY(3px) rotate(45deg);
          -ms-transform: translateY(3px) rotate(45deg);
              transform: translateY(3px) rotate(45deg); }
    .c-header .c-iconSP.is-open span:nth-child(2) {
      display: none; }
    .c-header .c-iconSP.is-open span:nth-child(3) {
      -webkit-transform: translateY(-5px) rotate(-45deg);
          -ms-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg); }

.c-btnSP a {
  display: none; }
  @media only screen and (max-width: 900px) {
    .c-btnSP a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 70px;
      height: 70px;
      background: #F3FBF5; } }

.c-logo {
  width: 100%; }
  .c-logoIntro {
    font-size: 1.4rem;
    margin-bottom: 15px;
    line-height: 1; }
    @media only screen and (max-width: 900px) {
      .c-logoIntro {
        font-size: 1.2rem;
        margin-bottom: 5px; } }
  .c-logo a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 900px) {
      .c-logo a {
        font-size: 1.8rem;
        height: auto; } }
    .c-logo a img {
      width: 56px;
      height: 56px;
      margin-right: 10px; }
      @media only screen and (max-width: 900px) {
        .c-logo a img {
          width: 30px;
          height: 30px; } }
    .c-logo a div {
      font-size: 2.4rem;
      font-weight: bold; }
      @media only screen and (max-width: 900px) {
        .c-logo a div {
          font-size: 1.8rem; } }
      .c-logo a div p {
        font-size: 1.4rem; }
        @media only screen and (max-width: 900px) {
          .c-logo a div p {
            font-size: 1.1rem; } }
      .c-logo a div span {
        font-size: 1.6rem; }
        @media only screen and (max-width: 900px) {
          .c-logo a div span {
            font-size: 0.9rem; } }
    .c-logo a h1 {
      font-size: 2.4rem;
      font-weight: bold; }
      @media only screen and (max-width: 900px) {
        .c-logo a h1 {
          font-size: 1.8rem; } }
      .c-logo a h1 p {
        font-size: 1.4rem; }
        @media only screen and (max-width: 900px) {
          .c-logo a h1 p {
            font-size: 1.1rem; } }
      .c-logo a h1 span {
        font-size: 1.6rem; }
        @media only screen and (max-width: 900px) {
          .c-logo a h1 span {
            font-size: 0.9rem; } }
  .c-logo img {
    width: 100%;
    vertical-align: middle; }

.c-globalNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media only screen and (max-width: 900px) {
    .c-globalNavi {
      display: block;
      padding: 25px 0 100px;
      background: #ffffff;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0;
      height: 100vh;
      width: 100%;
      margin: 0 auto;
      margin-top: 75px;
      overflow-y: scroll; } }
  @media only screen and (max-width: 900px) {
    .c-globalNavi.is-open {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; } }
  .c-globalNavi__btn {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .c-globalNavi__btn {
        max-width: 210px;
        width: 100%;
        margin: 20px auto 0;
        background: #fff;
        border-radius: 23px; } }
    .c-globalNavi__btn1 {
      background: #008066;
      border-bottom-left-radius: 20px; }
    .c-globalNavi__btn2 {
      background: #c2a879; }
      @media only screen and (max-width: 900px) {
        .c-globalNavi__btn2 {
          display: none; } }
    .c-globalNavi__btn3 {
      background: #ffa200; }
    .c-globalNavi__btn a {
      width: 97px;
      height: 117px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #ffffff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px 0; }
      @media only screen and (max-width: 900px) {
        .c-globalNavi__btn a {
          height: 100%;
          font-size: 1.4rem;
          width: 100%;
          height: 45px;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          padding: 0; } }
      .c-globalNavi__btn a img {
        margin-bottom: 10px;
        width: auto;
        height: auto; }
        @media only screen and (max-width: 900px) {
          .c-globalNavi__btn a img {
            margin-bottom: 0;
            width: 30px;
            margin-right: 5px; } }

.c-gnavi {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 40px; }
  @media only screen and (max-width: 900px) {
    .c-gnavi {
      margin: 0 0 30px;
      color: #ffffff;
      background: -webkit-gradient(linear, left top, left bottom, from(#0088b2), to(#27ab7b));
      background: -webkit-linear-gradient(top, #0088b2 0%, #27ab7b 100%);
      background: linear-gradient(to bottom, #0088b2 0%, #27ab7b 100%); } }
  .c-gnavi__en {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media only screen and (max-width: 900px) {
      .c-gnavi__en {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 0; } }
  .c-gnavi__jp {
    font-size: 1.2rem;
    font-weight: 300; }
    @media only screen and (max-width: 900px) {
      .c-gnavi__jp {
        font-size: 1.4rem;
        margin-left: 15px;
        font-weight: 700; } }
  .c-gnavi > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 900px) {
      .c-gnavi > ul {
        display: block; } }
    .c-gnavi > ul > li {
      margin: 0 25px; }
      @media only screen and (max-width: 900px) {
        .c-gnavi > ul > li {
          text-align: center;
          margin: 0;
          border-bottom: 1px solid #ffffff; } }
      .c-gnavi > ul > li:first-of-type {
        margin-left: 0;
        margin-right: 28px; }
        @media only screen and (max-width: 900px) {
          .c-gnavi > ul > li:first-of-type {
            margin-right: 0; } }
      .c-gnavi > ul > li:last-of-type {
        margin-right: 0; }
      .c-gnavi > ul > li > a {
        text-decoration: none;
        -webkit-font-feature-settings: "palt" 1;
                font-feature-settings: "palt" 1;
        padding: 0;
        position: relative;
        text-align: center;
        -webkit-transition: 0.15s;
        transition: 0.15s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        height: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media only screen and (max-width: 900px) {
          .c-gnavi > ul > li > a {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            padding: 15px 30px;
            height: auto; } }
        @media screen and (min-width: 1024px) {
          .c-gnavi > ul > li > a:hover, .c-gnavi > ul > li > a.is-current {
            opacity: 0.7; } }
        @media only screen and (max-width: 900px) {
          .c-gnavi > ul > li > a:after {
            content: none;
            width: 10px;
            height: 10px;
            position: absolute;
            border-top: 3px solid #626262;
            border-right: 3px solid #626262;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            right: 30px;
            top: 22px;
            border-radius: 2px; } }
      @media only screen and (max-width: 900px) {
        .c-gnavi > ul > li > span {
          width: 25px;
          height: 25px;
          display: block;
          position: absolute;
          top: 16px;
          right: 22px; } }
      @media only screen and (max-width: 900px) {
        .c-gnavi > ul > li > span:before, .c-gnavi > ul > li > span:after {
          content: "";
          position: absolute;
          width: 20px;
          height: 3px;
          background: #626262;
          right: 2px;
          top: calc(50% - 1px); } }
      @media only screen and (max-width: 900px) {
        .c-gnavi > ul > li > span:after {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); } }
      .c-gnavi > ul > li > span.active:after {
        opacity: 0; }
      @media only screen and (max-width: 900px) {
        .c-gnavi > ul > li.nav-sub {
          position: relative; } }
      .c-gnavi > ul > li.nav-sub > a {
        position: relative;
        padding-right: 20px; }
        .c-gnavi > ul > li.nav-sub > a:before {
          content: "";
          position: absolute;
          z-index: 1;
          opacity: 1;
          border-right: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff;
          width: 6px;
          height: 6px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          right: 0;
          bottom: 37px;
          -webkit-transition: 0.15s;
          transition: 0.15s; }
          @media only screen and (max-width: 900px) {
            .c-gnavi > ul > li.nav-sub > a:before {
              content: none; } }
        @media only screen and (max-width: 900px) {
          .c-gnavi > ul > li.nav-sub > a:after {
            content: none; } }
        @media only screen and (max-width: 900px) {
          .c-gnavi > ul > li.nav-sub > a.is-exist.active:after {
            opacity: 0; } }
        @media screen and (min-width: 1024px) {
          .c-gnavi > ul > li.nav-sub > a:hover:before {
            border-right: 2px solid #626262;
            border-bottom: 2px solid #626262; } }
      @media screen and (min-width: 1024px) {
        .c-gnavi > ul > li.nav-sub:hover a:before {
          opacity: 1; }
        .c-gnavi > ul > li.nav-sub:hover a:after {
          opacity: 1; } }
      .c-gnavi > ul > li.nav-sub.is-open a {
        opacity: 1;
        color: #626262; }
        @media only screen and (max-width: 900px) {
          .c-gnavi > ul > li.nav-sub.is-open a {
            color: #ffffff; } }
        .c-gnavi > ul > li.nav-sub.is-open a:before {
          border-right: 2px solid #626262;
          border-bottom: 2px solid #626262; }
          @media only screen and (max-width: 900px) {
            .c-gnavi > ul > li.nav-sub.is-open a:before {
              border-right: 2px solid #ffffff;
              border-bottom: 2px solid #ffffff; } }
  .c-gnavi .subList {
    background: #eaf5f0;
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 163px;
    display: none;
    padding: 10px; }
    @media only screen and (max-width: 900px) {
      .c-gnavi .subList {
        position: static;
        border: none;
        display: none;
        padding: 0;
        margin: 0;
        width: 100%;
        background: #f8f8f8; } }
    .c-gnavi .subList_inner > ul > li {
      position: relative; }
      @media only screen and (max-width: 900px) {
        .c-gnavi .subList_inner > ul > li {
          border-bottom: 1px solid #d3d3d3; } }
      .c-gnavi .subList_inner > ul > li > a {
        color: #ffffff !important;
        font-size: 1.6rem;
        padding: 5px 0;
        display: block; }
        @media only screen and (max-width: 900px) {
          .c-gnavi .subList_inner > ul > li > a {
            text-align: left;
            padding: 15px 30px 15px 55px;
            position: relative;
            font-size: 1.8rem; } }
        .c-gnavi .subList_inner > ul > li > a:after {
          content: "";
          width: 6px;
          height: 6px;
          position: absolute;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          border-top: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          right: 5px;
          top: 13px;
          border-radius: 2px; }
          @media only screen and (max-width: 900px) {
            .c-gnavi .subList_inner > ul > li > a:after {
              width: 10px;
              height: 10px;
              border-top: 3px solid #ec9d9d;
              border-right: 3px solid #ec9d9d;
              right: auto;
              left: 26px;
              top: 22px; } }

.header__navList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 900px) {
    .header__navList {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0 10px; } }
  @media only screen and (max-width: 900px) {
    .header__navList > .header__navItem {
      border-bottom: 1px solid #c2a879; } }
  .header__navList > .header__navItem > .header__navLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 900px) {
      .header__navList > .header__navItem > .header__navLink {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media only screen and (max-width: 900px) {
      .header__navList > .header__navItem > .header__navLink span:first-child {
        margin-right: 15px; } }

.header__navList.active {
  left: 0%; }

.header__navItem {
  position: relative;
  margin-right: 20px;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .header__navItem {
      margin-right: 0;
      width: 100%; } }
  @media screen and (min-width: 1025px) {
    .header__navItem:hover > .sub-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 100;
      position: fixed;
      top: 117px;
      left: 0; } }
  @media screen and (min-width: 1024px) {
    .header__navItem:hover.has-menu::before {
      position: absolute;
      content: "";
      background: #eaeaea;
      width: 15px;
      height: 15px;
      left: 50%;
      bottom: -7px;
      -webkit-transform: translateX(-50%) rotate(45deg);
          -ms-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg); } }
  .header__navItem .sub-menu {
    display: none;
    margin: 0;
    padding: 30px 4%;
    min-width: 100vw;
    position: static;
    top: 100%;
    left: 0;
    background: #f5f5f5;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    z-index: 100000000;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 900px) {
      .header__navItem .sub-menu {
        background: none;
        width: 100%;
        padding: 0 15px 15px; } }
    .header__navItem .sub-menu .sub-menu__title {
      text-align: left;
      margin-right: 80px; }
      @media only screen and (max-width: 900px) {
        .header__navItem .sub-menu .sub-menu__title {
          display: none; } }
      .header__navItem .sub-menu .sub-menu__title--jp {
        font-size: 2.4rem;
        font-weight: 500; }
      .header__navItem .sub-menu .sub-menu__title--en {
        font-size: 1.5rem;
        color: #ff1e00;
        font-weight: bold;
        text-transform: uppercase; }
    .header__navItem .sub-menu .sub-menu__list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px; }
      @media only screen and (max-width: 900px) {
        .header__navItem .sub-menu .sub-menu__list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 0; } }
    .header__navItem .sub-menu .header__navItem {
      margin-right: 0;
      margin-left: 0; }
      .header__navItem .sub-menu .header__navItem:first-child {
        margin-left: 0; }
      .header__navItem .sub-menu .header__navItem:last-child {
        margin-right: 0; }
      .header__navItem .sub-menu .header__navItem .header__navLink {
        padding: 10px 15px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 30px;
        font-size: 1.6rem; }
        .header__navItem .sub-menu .header__navItem .header__navLink::before {
          bottom: 0; }
        .header__navItem .sub-menu .header__navItem .header__navLink::after {
          position: absolute;
          content: "";
          width: 8px;
          height: 8px;
          border-left: 3px solid #ff1e00;
          border-top: 3px solid #ff1e00;
          background-size: contain;
          top: 50%;
          left: -5px;
          -webkit-transform: translateY(-50%) rotate(135deg);
              -ms-transform: translateY(-50%) rotate(135deg);
                  transform: translateY(-50%) rotate(135deg); }
          @media only screen and (max-width: 900px) {
            .header__navItem .sub-menu .header__navItem .header__navLink::after {
              border-left: 2px solid #c2a879;
              border-top: 2px solid #c2a879; } }
        @media only screen and (max-width: 900px) {
          .header__navItem .sub-menu .header__navItem .header__navLink {
            padding: 0 0 0 15px;
            height: 30px; } }
      .header__navItem .sub-menu .header__navItem .sub-menu {
        left: 100%;
        top: 0; }

.header__navLink {
  height: 117px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 500;
  font-size: 1.5rem; }
  @media only screen and (max-width: 900px) {
    .header__navLink {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 50px;
      font-size: 1.4rem; } }
  .header__navLink .en {
    font-size: 1.4rem;
    color: #c2a879;
    font-weight: 900; }
    @media only screen and (max-width: 900px) {
      .header__navLink .en {
        color: #ffffff;
        display: none; } }
  .header__navLink::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 0%;
    -webkit-transition: width 0.12s ease-in;
    transition: width 0.12s ease-in;
    background-color: #ff1e00;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 25px; }
  @media screen and (min-width: 1024px) {
    .header__navLink:hover, .header__navLink--active {
      color: #c2a879;
      opacity: 1; }
      .header__navLink:hover::before, .header__navLink--active::before {
        width: 100%;
        left: 0;
        right: auto; } }

.current-menu-parent > .header__navLink {
  color: #c2a879; }

.current-menu-item > .header__navLink {
  color: #c2a879; }

.menu-toggle,
.menu-arrow {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999; }
  @media only screen and (max-width: 900px) {
    .menu-toggle,
    .menu-arrow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.menu-toggle::after,
.menu-toggle::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #c2a879;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.menu-toggle::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.menu-toggle.active::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.menu-arrow::before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #c2a879;
  border-left: 2px solid #c2a879; }

.button-container {
  position: fixed;
  top: 48%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000; }
  @media only screen and (max-width: 900px) {
    .button-container {
      top: unset;
      bottom: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .button-container a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55px;
    height: auto;
    font-size: 1.5rem;
    color: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    padding: 25px 10px; }
    @media only screen and (max-width: 900px) {
      .button-container a {
        width: calc(100% / 3);
        border-radius: 0;
        -webkit-writing-mode: unset;
            -ms-writing-mode: unset;
                writing-mode: unset;
        padding: 10px;
        gap: 5px; } }
    .button-container a img {
      width: 50px;
      height: 50px; }
      @media only screen and (max-width: 900px) {
        .button-container a img {
          width: 25px;
          height: 25px; } }
    .button-container a.btnRegister {
      background-color: #06c755; }
    .button-container a.btnRequest {
      background-color: #0685c7;
      margin-top: 10px; }
      @media only screen and (max-width: 900px) {
        .button-container a.btnRequest {
          margin-top: unset; } }
    .button-container a.btnReserve {
      display: none;
      background-color: #c2a879; }
      @media only screen and (max-width: 900px) {
        .button-container a.btnReserve {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }

.sns__instagram {
  margin-right: 30px;
  margin-left: 10px; }
  @media only screen and (max-width: 900px) {
    .sns__instagram {
      margin-right: unset;
      margin-top: 20px;
      padding: 0 10px;
      display: none; } }
  .sns__instagram a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 36px;
    height: 36px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 10px; }

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  height: 100%;
  min-height: 100vh;
  min-width: 1280px;
  width: 100%;
  overflow-x: hidden;
  color: #050505;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5; }
  @media only screen and (max-width: 900px) {
    body {
      min-width: 100%;
      font-size: 1.4rem; } }
  body.is-hidden {
    overflow: hidden;
    position: fixed; }

section {
  padding: 50px 0; }
  @media only screen and (max-width: 900px) {
    section {
      padding: 25px 0; } }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.l-wrap {
  margin: 0 auto;
  width: 1080px; }
  @media only screen and (max-width: 900px) {
    .l-wrap {
      padding: 0 20px;
      width: 100%; } }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttlSide1 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px; }
  .c-ttlSide1::before {
    position: absolute;
    content: "";
    background-color: #ff1e00;
    width: 40px;
    height: 5px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media only screen and (max-width: 900px) {
    .c-ttlSide1 {
      font-size: 1.5rem;
      padding: 10px 0;
      border-width: 2px; } }

.c-listSide1 {
  padding: 20px 15px;
  background: #f5f5f5;
  border-radius: 20px; }
  .c-listSide1 ul {
    margin-top: 30px; }
  .c-listSide1 + .c-listSide1 {
    margin-top: 50px; }
    @media only screen and (max-width: 900px) {
      .c-listSide1 + .c-listSide1 {
        margin-top: 30px; } }
  .c-listSide1__item {
    position: relative;
    list-style: none; }
    .c-listSide1__item--post {
      margin-top: 30px; }
      @media only screen and (max-width: 900px) {
        .c-listSide1__item--post {
          margin-top: 15px; } }
      @media screen and (min-width: 1024px) {
        .c-listSide1__item--post:hover .post__img img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); } }
      .c-listSide1__item--post a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .c-listSide1__item--tag {
      margin-top: 25px; }
      @media only screen and (max-width: 900px) {
        .c-listSide1__item--tag {
          margin-top: 15px; } }
      .c-listSide1__item--tag a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .c-listSide1__item--tag a img {
          width: 21px;
          margin-right: 10px; }
    .c-listSide1__item--cat {
      position: relative;
      padding-left: 20px;
      margin-top: 10px; }
      .c-listSide1__item--cat::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%) rotate(135deg);
            -ms-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg);
        border-left: 3px solid #c2a879;
        border-top: 3px solid #c2a879; }
    .c-listSide1__item::marker {
      margin-right: 10px; }
    .c-listSide1__item a {
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .c-listSide1__item a:hover {
        color: #ff1e00;
        opacity: 1; }
    .c-listSide1__item .post__img {
      overflow: hidden;
      width: 133px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 10px; }
      .c-listSide1__item .post__img img {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .c-listSide1__item .post__name {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-weight: 400; }

.c-selectSide2 {
  margin-top: 50px;
  padding: 20px 15px;
  background: #f5f5f5;
  border-radius: 20px; }
  @media only screen and (max-width: 900px) {
    .c-selectSide2 {
      margin-top: 30px; } }
  .c-selectSide2__item {
    position: relative;
    margin-top: 25px; }
    @media only screen and (max-width: 900px) {
      .c-selectSide2__item {
        margin-top: 15px; } }
    .c-selectSide2__item::before {
      content: "";
      position: absolute;
      width: 7px;
      height: 7px;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%) rotate(135deg);
          -ms-transform: translateY(-50%) rotate(135deg);
              transform: translateY(-50%) rotate(135deg);
      border-left: 3px solid #a9a9a9;
      border-top: 3px solid #a9a9a9; }
  .c-selectSide2 select {
    font-size: 1.5rem;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 33px;
    background: #ffffff;
    padding: 0 30px 0 12px;
    border: 1px solid #505050;
    font-weight: 300; }
    @media only screen and (max-width: 900px) {
      .c-selectSide2 select {
        font-size: 1.4rem; } }
    .c-selectSide2 select::-ms-expand {
      display: none; }
    .c-selectSide2 select option {
      font-weight: 300; }
  .c-selectSide2__inner {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 30px; }
    .c-selectSide2__inner:after {
      content: "";
      position: absolute;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 10px solid #333333;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.c-sidebar1 {
  width: 350px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media only screen and (max-width: 900px) {
    .c-sidebar1 {
      width: 100%;
      margin-top: 30px; } }

/*------------------------------------------------------------
campaign side
------------------------------------------------------------*/
.c-listSideCampaign + .c-listSideCampaign {
  margin-top: 50px; }

.c-listSideCampaign__item {
  margin-top: 20px; }

.c-ttlSideCampaign {
  font-size: 3rem;
  font-weight: 500;
  color: #d4b113; }

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 23px; }
  @media screen and (min-width: 1024px) {
    .c-btn1:hover {
      opacity: 1; }
      .c-btn1:hover::before {
        right: -25px; } }
  @media only screen and (max-width: 900px) {
    .c-btn1 {
      margin-top: 30px; } }
  .c-btn1.bg-grey {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; }
  .c-btn1__txt1, .c-btn1 button,
  .c-btn1 input {
    display: block;
    width: 100%;
    padding: 8px 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #ff1e00;
    font-weight: 700;
    border: none;
    border-radius: 23px;
    font-size: 1.6rem;
    outline: 3px solid #ff1e00;
    background: #ffffff; }
    @media only screen and (max-width: 900px) {
      .c-btn1__txt1, .c-btn1 button,
      .c-btn1 input {
        font-size: 1.4rem; } }
    .c-btn1__txt1.bg-grey, .c-btn1 button.bg-grey,
    .c-btn1 input.bg-grey {
      background-color: #a1a1a1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #ffffff;
      outline: unset;
      padding: 10px 15px; }
      .c-btn1__txt1.bg-grey img, .c-btn1 button.bg-grey img,
      .c-btn1 input.bg-grey img {
        width: auto;
        margin-left: 3px; }
    @media screen and (min-width: 1024px) {
      .c-btn1__txt1:hover, .c-btn1 button:hover,
      .c-btn1 input:hover {
        opacity: 1;
        color: #ffffff;
        background: #ff1e00; } }
  .c-btn1.center .c-btn1__txt1 {
    margin: 0 auto; }
  .c-btn1--style1::before {
    background: url("../img/common/icon_arrow3.png") no-repeat;
    right: unset;
    left: 10px; }
  @media screen and (min-width: 1024px) {
    .c-btn1--style1:hover::before {
      left: -25px; } }
  @media screen and (min-width: 1024px) {
    .c-btn1--style1 .c-btn1__txt1:hover, .c-btn1--style1 .c-btn1 button:hover,
    .c-btn1--style1 .c-btn1 input:hover {
      opacity: 1; } }
  @media screen and (min-width: 1024px) {
    .c-btn1--style1:hover {
      opacity: 1; } }
  .c-btn1.center .c-btn1__txt1 {
    margin-left: auto;
    margin-right: auto; }
  .c-btn1.left .c-btn1__txt1 {
    margin: 50px auto 0 0; }
    @media only screen and (max-width: 900px) {
      .c-btn1.left .c-btn1__txt1 {
        margin: 50px auto 0; } }
  .c-btn1.right .c-btn1__txt1 {
    margin: 50px 0 0 auto; }
    @media only screen and (max-width: 900px) {
      .c-btn1.right .c-btn1__txt1 {
        margin: 50px auto 0; } }

.view-all {
  margin-top: 20px; }
  .view-all.center a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .view-all.flex-end a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .view-all a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .view-all a img {
      width: 50px;
      margin-left: 10px; }

.c-btnauction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 15px 35px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#ff9000), to(#ff1e00));
  background: -webkit-linear-gradient(left, #ff9000 0%, #ff1e00 100%);
  background: linear-gradient(90deg, #ff9000 0%, #ff1e00 100%);
  cursor: pointer;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 50px auto 0; }
  @media only screen and (max-width: 900px) {
    .c-btnauction {
      margin-top: 30px;
      padding: 10px 20px; } }
  .c-btnauction__sub {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff600; }
    @media only screen and (max-width: 900px) {
      .c-btnauction__sub {
        font-size: 1.2rem; } }
  .c-btnauction__main {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff; }
    @media only screen and (max-width: 900px) {
      .c-btnauction__main {
        font-size: 1.3rem; } }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttl1__txt1 {
  font-size: 3rem;
  color: #4F4F4F;
  font-weight: 600;
  line-height: calc(40 / 30);
  text-align: center;
  margin-bottom: 30px; }

.c-ttl1__sub1 {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #F7F7F7; }

.c-ttl1__txt2 {
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 400;
  font-size: 9rem;
  color: #fff;
  line-height: calc(177 / 90); }
  @media only screen and (max-width: 900px) {
    .c-ttl1__txt2 {
      font-size: 4.5rem; } }

.c-ttl1.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.c-ttl1.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  position: relative; }

.c-ttl1.u-pconly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .c-ttl1.u-pconly {
      display: none; } }

.c-ttl1.u-sponly {
  display: none; }
  @media only screen and (max-width: 900px) {
    .c-ttl1.u-sponly {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.c-ttl2__txt1 {
  font-size: 3rem;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .c-ttl2__txt1 {
      font-size: 2rem; } }

.c-ttl3 {
  max-width: 728px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 900px) {
    .c-ttl3 {
      max-width: 335px; } }
  .c-ttl3__txt1 {
    font-size: 1.6rem;
    text-align: left;
    line-height: calc(24 / 16); }

.c-ttl4__txt1 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  color: #050505;
  position: relative;
  line-height: calc(40 / 28);
  padding-bottom: 5px; }
  .c-ttl4__txt1::before {
    content: "";
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 145px;
    height: 5px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    bottom: -5px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #2b3b90), to(#1e75bc));
    background-image: -webkit-linear-gradient(left, #2b3b90 20%, #1e75bc 100%);
    background-image: linear-gradient(90deg, #2b3b90 20%, #1e75bc 100%);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.c-ttl4.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.ttl48mrs {
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 400;
  position: relative;
  font-size: 4.8rem;
  color: #3d6947; }
  .ttl48mrs::before {
    content: "";
    position: absolute;
    background: url("../img/common/icon_line_ttl.png") no-repeat;
    width: 138px;
    height: 14px;
    bottom: 10px;
    left: -5px; }

.txt {
  font-size: 1.6rem;
  line-height: calc(24 / 16); }
  @media only screen and (max-width: 900px) {
    .txt {
      font-size: 1.4rem;
      line-height: calc(36 / 28); } }
  .txt:not(:last-child) {
    margin-bottom: 30px; }
    @media only screen and (max-width: 900px) {
      .txt:not(:last-child) {
        margin-bottom: 20px; } }
  .txt.w520 {
    max-width: 520px;
    width: 100%;
    margin: 10px auto 40px; }
    @media only screen and (max-width: 900px) {
      .txt.w520 {
        margin: 10px auto 20px; } }

.txt2 {
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 400;
  font-size: 2rem;
  color: #25843a;
  margin-right: 11px; }
  @media only screen and (max-width: 900px) {
    .txt2 {
      font-size: 1.8rem;
      margin-right: 6px; } }

.ttlcar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .ttlcar img {
    width: 36px;
    height: 30px;
    margin-right: 15px; }

.note {
  max-width: 965px;
  margin: 20px auto 0;
  line-height: calc(24 / 16); }
  @media only screen and (max-width: 900px) {
    .note {
      margin-top: 10px; } }

.ttl_box {
  position: relative;
  padding-bottom: 20px; }
  @media only screen and (max-width: 900px) {
    .ttl_box {
      padding-bottom: 10px; } }
  .ttl_box::before {
    position: absolute;
    content: "";
    background-color: #ff1e00;
    width: 40px;
    height: 5px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media only screen and (max-width: 900px) {
      .ttl_box::before {
        height: 3px; } }
  .ttl_box.center {
    text-align: center; }
  .ttl_box h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    gap: 10px; }
    @media only screen and (max-width: 900px) {
      .ttl_box h2 {
        font-size: 2.4rem; } }
    .ttl_box h2 .en {
      font-size: 1.5rem; }

.ttl_box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .ttl_box2 {
      margin-top: 25px; } }
  .ttl_box2 img {
    width: auto; }
  .ttl_box2--jp1 {
    font-weight: 700;
    font-size: 2.4rem !important;
    margin-top: 15px;
    color: #050505 !important; }
    @media only screen and (max-width: 900px) {
      .ttl_box2--jp1 {
        font-size: 1.8rem !important;
        text-align: center; } }
  .ttl_box2--jp2 {
    font-weight: 700;
    font-size: 2.2rem;
    margin-top: 25px; }
    @media only screen and (max-width: 900px) {
      .ttl_box2--jp2 {
        font-size: 1.8rem;
        margin-top: 15px; } }
  .ttl_box2--jp3 {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 25px;
    padding: 5px; }
    .ttl_box2--jp3::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 13px;
      background: #f4e1be;
      bottom: 2px;
      left: 0;
      z-index: -1; }
  .ttl_box2--jp4 {
    font-weight: bold;
    color: #ff1e00;
    border-bottom: 2px solid #ff1e00;
    margin-top: 25px; }
    @media only screen and (max-width: 900px) {
      .ttl_box2--jp4 {
        margin-top: 15px; } }
  .ttl_box2--jp5 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 25px; }
    @media only screen and (max-width: 900px) {
      .ttl_box2--jp5 {
        margin-top: 15px; } }

.ttl_box3 {
  position: relative;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 900px) {
    .ttl_box3 {
      padding-bottom: 10px; } }
  .ttl_box3::before {
    position: absolute;
    content: "";
    background-color: #ff1e00;
    width: 40px;
    height: 5px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media only screen and (max-width: 900px) {
      .ttl_box3::before {
        height: 3px; } }
  .ttl_box3.center {
    text-align: center; }
  .ttl_box3 h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    gap: 10px; }
    .ttl_box3 h2 .en {
      font-size: 3rem;
      text-transform: uppercase; }

.ttl-en {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media only screen and (max-width: 900px) {
    .ttl-en {
      font-size: 2.4rem;
      margin-bottom: 0; } }
  .ttl-en span {
    color: #008066; }
  .ttl-en.fs48green {
    font-size: 4.8rem;
    background: -webkit-linear-gradient(2deg, #00e5d9 0%, #008066 100%);
    background: linear-gradient(88deg, #00e5d9 0%, #008066 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic; }
    @media only screen and (max-width: 900px) {
      .ttl-en.fs48green {
        font-size: 2.4rem; } }
  .ttl-en.fs30green {
    font-size: 3rem;
    background: -webkit-linear-gradient(2deg, #00e5d9 0%, #008066 100%);
    background: linear-gradient(88deg, #00e5d9 0%, #008066 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic; }
    @media only screen and (max-width: 900px) {
      .ttl-en.fs30green {
        font-size: 2.4rem;
        letter-spacing: -.01em; } }

.ttl-jp {
  font-size: 1.8rem;
  font-weight: 500; }
  .ttl-jp.fs24 {
    font-size: 2.4rem; }
    @media only screen and (max-width: 900px) {
      .ttl-jp.fs24 {
        font-size: 1.8rem; } }
  .ttl-jp.fs24black {
    font-size: 2.4rem;
    color: #222222; }
    @media only screen and (max-width: 900px) {
      .ttl-jp.fs24black {
        font-size: 1.8rem; } }

.ttl26 {
  font-size: 2.6rem; }
  @media only screen and (max-width: 900px) {
    .ttl26 {
      font-size: 1.8rem; } }

.ttl24 {
  font-size: 2.4rem;
  font-weight: 400; }

.ttl20 {
  font-size: 2rem; }
  @media only screen and (max-width: 900px) {
    .ttl20 {
      font-size: 1.8rem; } }

.ttl30 {
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 2px solid #333333; }
  @media only screen and (max-width: 900px) {
    .ttl30 {
      font-size: 2rem;
      font-weight: 700; } }

.ttl24b {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .ttl24b {
      font-size: 1.8rem; } }

.ttl_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c2a879;
  color: #fff;
  font-weight: bold;
  max-width: 306px;
  width: 100%;
  border-radius: 16px;
  padding: 4px;
  margin-left: auto;
  margin-right: auto; }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-input1 {
  font-size: 1.6rem;
  overflow: hidden;
  width: 100%; }
  @media only screen and (max-width: 900px) {
    .c-input1 {
      font-size: 1.4rem;
      width: 100%; } }
  .c-input1.age input {
    max-width: 263px; }
  .c-input1 input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 20px;
    height: 50px;
    border: 1px solid #bcbcbc;
    font-size: 1.6rem; }
    @media only screen and (max-width: 900px) {
      .c-input1 input {
        font-size: 1.4rem; } }
    .c-input1 input[type="number"]::-webkit-outer-spin-button, .c-input1 input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .c-input1 input[type="number"] input[type="number"] {
      -moz-appearance: textfield; }
    .c-input1 input::-webkit-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
      @media only screen and (max-width: 900px) {
        .c-input1 input::-webkit-input-placeholder {
          font-size: 1.4rem; } }
    .c-input1 input:-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
      @media only screen and (max-width: 900px) {
        .c-input1 input:-ms-input-placeholder {
          font-size: 1.4rem; } }
    .c-input1 input::-webkit-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-input1 input::-moz-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-input1 input:-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-input1 input::-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-input1 input::placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
      @media only screen and (max-width: 900px) {
        .c-input1 input::-webkit-input-placeholder {
          font-size: 1.4rem; }
        .c-input1 input::-moz-placeholder {
          font-size: 1.4rem; }
        .c-input1 input:-ms-input-placeholder {
          font-size: 1.4rem; }
        .c-input1 input::-ms-input-placeholder {
          font-size: 1.4rem; }
        .c-input1 input::placeholder {
          font-size: 1.4rem; } }

.c-dropdown1 {
  font-size: 1.6rem;
  overflow: hidden;
  width: 100%; }
  @media only screen and (max-width: 900px) {
    .c-dropdown1 {
      font-size: 1.4rem;
      width: 100%; } }
  .c-dropdown1 select {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 20px;
    height: 50px;
    border: 1px solid #bcbcbc;
    font-size: 1.6rem; }
    @media only screen and (max-width: 900px) {
      .c-dropdown1 select {
        font-size: 1.4rem; } }
    .c-dropdown1 select[type="number"]::-webkit-outer-spin-button, .c-dropdown1 select[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .c-dropdown1 select[type="number"] input[type="number"] {
      -moz-appearance: textfield; }
    .c-dropdown1 select::-webkit-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
      @media only screen and (max-width: 900px) {
        .c-dropdown1 select::-webkit-input-placeholder {
          font-size: 1.4rem; } }
    .c-dropdown1 select:-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
      @media only screen and (max-width: 900px) {
        .c-dropdown1 select:-ms-input-placeholder {
          font-size: 1.4rem; } }
    .c-dropdown1 select::-webkit-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-dropdown1 select::-moz-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-dropdown1 select:-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-dropdown1 select::-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-dropdown1 select::placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
      @media only screen and (max-width: 900px) {
        .c-dropdown1 select::-webkit-input-placeholder {
          font-size: 1.4rem; }
        .c-dropdown1 select::-moz-placeholder {
          font-size: 1.4rem; }
        .c-dropdown1 select:-ms-input-placeholder {
          font-size: 1.4rem; }
        .c-dropdown1 select::-ms-input-placeholder {
          font-size: 1.4rem; }
        .c-dropdown1 select::placeholder {
          font-size: 1.4rem; } }

.c-radio1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (max-width: 900px) {
    .c-radio1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-radio1 > span {
    display: inline-block;
    width: calc(100% / 3); }
    @media only screen and (max-width: 900px) {
      .c-radio1 > span {
        padding-bottom: 0;
        width: 100%;
        display: block; } }
    .c-radio1 > span:last-of-type {
      padding: 0; }
  .c-radio1.checkbox label span::before {
    border-radius: 0; }
  .c-radio1.checkbox input:checked + span:after {
    background: unset;
    content: "";
    border-radius: 0;
    width: 8px;
    height: 16px;
    border-bottom: 2px solid #c2a879;
    border-right: 2px solid #c2a879;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -6px;
    left: 6px; }
    @media only screen and (max-width: 900px) {
      .c-radio1.checkbox input:checked + span:after {
        top: 2px; } }
  .c-radio1 label span {
    color: #050505;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0px 0 0 27px;
    position: relative; }
    @media only screen and (max-width: 900px) {
      .c-radio1 label span {
        font-size: 1.4rem;
        padding: 3px 0 3px 25px;
        line-height: 1.5; } }
    .c-radio1 label span:before {
      background: #fff;
      border-radius: 50%;
      border: 1px solid #050505;
      content: "";
      height: 16px;
      left: 0;
      margin: 0 5px 0 0;
      position: absolute;
      top: 0;
      width: 16px; }
      @media only screen and (max-width: 900px) {
        .c-radio1 label span:before {
          top: 8px; } }
  .c-radio1 input {
    display: none; }
    .c-radio1 input:checked + span:before {
      border: 1px solid #050505; }
    .c-radio1 input:checked + span:after {
      background: #000;
      border-radius: 50%;
      content: "";
      height: 8px;
      left: 5px;
      position: absolute;
      top: 5px;
      width: 8px; }
      @media only screen and (max-width: 900px) {
        .c-radio1 input:checked + span:after {
          top: 13px; } }

.c-select {
  position: relative;
  width: 215px; }
  .c-select::before {
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #333;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1; }
  .c-select select {
    width: 100%;
    font-size: 1.6rem;
    padding: 11px 15px;
    border: 1px solid #bcbcbc;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }

.c-checkbox1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (max-width: 900px) {
    .c-checkbox1 {
      display: block; } }
  .c-checkbox1 > span {
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 10px;
    padding-bottom: 25px;
    width: calc(33% - 5px); }
    @media only screen and (max-width: 900px) {
      .c-checkbox1 > span {
        display: inline-block;
        margin-bottom: 3px;
        width: calc((100% - 12px) / 2);
        margin-right: 5px; } }
    .c-checkbox1 > span:nth-of-type(3n) {
      margin-right: 0; }
      @media only screen and (max-width: 900px) {
        .c-checkbox1 > span:nth-of-type(3n) {
          margin-right: 5px; } }
    @media only screen and (max-width: 900px) {
      .c-checkbox1 > span:nth-of-type(2n) {
        margin-right: 0; } }
    .c-checkbox1 > span:last-of-type {
      padding-right: 0; }
  .c-checkbox1 label span {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 0 0 30px;
    position: relative; }
    @media only screen and (max-width: 900px) {
      .c-checkbox1 label span {
        font-size: 1.4rem; } }
    .c-checkbox1 label span:before {
      background: #fff;
      border: 2px solid #333;
      content: "";
      height: 18px;
      left: 0;
      margin: 0 5px 0 0;
      position: absolute;
      top: 0;
      width: 18px; }
  .c-checkbox1 input {
    display: none; }
    .c-checkbox1 input:checked + span:before {
      background: #ffffff;
      border-color: #ffffff; }
    .c-checkbox1 input:checked + span:after {
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      content: "";
      height: 10px;
      left: 8px;
      position: absolute;
      top: 4px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 5px; }
  .c-checkbox1.flexbox {
    border-bottom: 1px solid #bcbcbc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    .c-checkbox1.flexbox > span {
      padding: 10px 0 15px; }
  .c-checkbox1.paddingzero {
    padding-right: 0; }

.c-textarea1 {
  width: 100%; }
  .c-textarea1 textarea {
    height: 163px;
    padding: 15px 20px;
    resize: none;
    width: 100%;
    border: 1px solid #bcbcbc;
    font-size: 1.6rem;
    font-weight: 300; }
    @media only screen and (max-width: 900px) {
      .c-textarea1 textarea {
        height: 222px;
        padding: 20px; } }
    .c-textarea1 textarea::-webkit-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem;
      line-height: 1.5; }
    .c-textarea1 textarea:-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem;
      line-height: 1.5; }
    .c-textarea1 textarea::-moz-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem;
      line-height: 1.5; }
    .c-textarea1 textarea::-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem;
      line-height: 1.5; }
    .c-textarea1 textarea::placeholder {
      color: #bcbcbc;
      font-size: 1.6rem;
      line-height: 1.5; }

.c-form1 {
  max-width: 860px;
  width: 100%;
  margin: 50px auto;
  padding: 50px;
  background: #f5f5f5;
  border-radius: 20px; }
  @media only screen and (max-width: 900px) {
    .c-form1 {
      padding: 30px 20px; } }
  .c-form1__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    padding: 15px;
    min-height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 900px) {
      .c-form1__row {
        display: block;
        padding: 15px 0;
        min-height: auto;
        position: relative; } }
    .c-form1__row.no-space {
      padding: 0 15px;
      margin-top: -15px; }
      @media only screen and (max-width: 900px) {
        .c-form1__row.no-space {
          padding: 0; } }
    .c-form1__row.alignStart {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .c-form1__ttl1 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 40px;
    position: relative;
    width: 210px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #050505; }
    @media only screen and (max-width: 900px) {
      .c-form1__ttl1 {
        line-height: 1.5;
        width: 100%;
        margin-bottom: 10px; } }
  .c-form1__info {
    width: 100%; }
  .c-form1__dflex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .c-form1__dflex span {
      color: #ffffff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 1.4rem;
      height: 34px;
      padding: 3px 0;
      text-align: center;
      width: 86px;
      cursor: pointer;
      background: #050505;
      border-radius: 10px; }
      .c-form1__dflex span:hover {
        opacity: 1; }
    .c-form1__dflex .c-input1 {
      width: 100%;
      max-width: 265px; }
      @media only screen and (max-width: 900px) {
        .c-form1__dflex .c-input1 {
          max-width: 100%; } }
      .c-form1__dflex .c-input1 input {
        width: 100%;
        max-width: 265px; }
        @media only screen and (max-width: 900px) {
          .c-form1__dflex .c-input1 input {
            max-width: 100%; } }
      .c-form1__dflex .c-input1 span {
        width: 100%;
        height: 50px; }
  .c-form1__ajaxzip3 {
    margin-left: 27px; }
    @media only screen and (max-width: 900px) {
      .c-form1__ajaxzip3 {
        margin-left: 18px; } }
  .c-form1__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    max-width: 560px;
    margin: 40px auto 0; }
    @media only screen and (max-width: 900px) {
      .c-form1__btn {
        display: block; } }
    @media only screen and (max-width: 900px) {
      .c-form1__btn .c-btn3__txt1,
      .c-form1__btn .c-btn3 button,
      .c-form1__btn .c-btn3 input {
        margin: 0 auto; } }
    @media only screen and (max-width: 900px) {
      .c-form1__btn .c-btn3--style1 {
        margin-bottom: 30px; } }
  .c-form1 .requied {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    border-radius: 12px;
    background: #ff1e00; }
    @media only screen and (max-width: 900px) {
      .c-form1 .requied {
        width: 60px;
        height: 28px; } }
  .c-form1 .note1 {
    font-size: 1.3rem; }

.wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.6rem;
  color: #c2a879;
  line-height: 1.5; }
  @media only screen and (max-width: 900px) {
    .c-text1 {
      font-size: 1.4rem; } }
  .c-text1 + .c-text1 {
    margin-top: 20px; }
    @media only screen and (max-width: 900px) {
      .c-text1 + .c-text1 {
        margin-top: 15px; } }
  .c-text1.color1 {
    color: #fff; }
  .c-text1.center {
    text-align: center; }

.desc_box {
  max-width: 860px;
  width: 100%;
  margin: 30px auto 0; }
  @media only screen and (max-width: 900px) {
    .desc_box {
      margin-top: 15px;
      padding: 0 10px; } }
  .desc_box img {
    display: block;
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 900px) {
      .desc_box img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px; } }
    .desc_box img.aligncenter {
      margin-left: auto;
      margin-right: auto; }
  .desc_box h3 {
    font-size: 1.8rem;
    color: #ff1e00; }
    @media only screen and (max-width: 900px) {
      .desc_box h3 {
        font-size: 1.5rem; } }
  .desc_box p {
    margin-top: 20px; }
    @media only screen and (max-width: 900px) {
      .desc_box p {
        margin-top: 10px; } }

.desc_box2 {
  max-width: 1080px;
  width: 100%;
  margin: 30px auto 0; }
  @media only screen and (max-width: 900px) {
    .desc_box2 {
      margin-top: 15px; } }
  .desc_box2 p:not(:first-child) {
    margin-top: 10px; }
  .desc_box2 a {
    display: block;
    font-size: 3.6rem;
    font-weight: bold;
    margin-top: 10px; }
    @media only screen and (max-width: 900px) {
      .desc_box2 a {
        font-size: 3rem; } }
  .desc_box2.center {
    text-align: center; }

.sns_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px; }
  .sns_box .sns__text {
    font-weight: 700;
    margin-right: 15px; }

.slogan__box {
  max-width: 860px;
  width: 100%;
  margin: 30px auto 0;
  color: #ff1e00;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .slogan__box {
      margin-top: 15px;
      font-size: 1.5rem; } }

.txt-18ter {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ff1e00; }

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgTxt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .c-imgTxt1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: unset;
      max-width: 500px;
      width: 100%;
      margin: 30px auto 0; } }
  .c-imgTxt1.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt1.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .c-imgTxt1.reverse .c-imgTxt1__info {
      margin-left: 0; }
    .c-imgTxt1.reverse .c-imgTxt1__img {
      margin-left: 50px; }
      @media only screen and (max-width: 900px) {
        .c-imgTxt1.reverse .c-imgTxt1__img {
          margin-left: unset; } }
  .c-imgTxt1__ttl1 {
    font-size: 4rem;
    font-weight: bold;
    color: #050505;
    line-height: 1.2; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt1__ttl1 {
        font-size: 2.2rem; } }
  .c-imgTxt1__info {
    margin-left: 50px;
    position: relative; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt1__info {
        margin-left: 0;
        margin-top: 20px;
        width: 100%; } }
  .c-imgTxt1__img {
    width: 473px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt1__img {
        width: 100%;
        margin-bottom: 0px; } }
  .c-imgTxt1__detail p:not(:first-child) {
    margin-top: 20px; }
  .c-imgTxt1__detail2.right {
    text-align: right;
    margin-top: 40px; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt1__detail2.right {
        margin: 20px 8px 20px 0; } }
  .c-imgTxt1__careertxt {
    font-size: 1.8rem;
    padding-left: 25px;
    position: relative;
    margin-bottom: 14px; }
    .c-imgTxt1__careertxt::before {
      content: "";
      width: 15px;
      height: 15px;
      background: #000;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 8px;
      top: 55%; }
  .c-imgTxt1__career table {
    max-width: 640px;
    width: 100%;
    display: contents;
    letter-spacing: 0.06em; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt1__career table {
        max-width: 100%;
        display: table;
        border-collapse: collapse; } }
    .c-imgTxt1__career table tr:last-child th {
      border-bottom: 1px solid #dedede; }
      @media only screen and (max-width: 900px) {
        .c-imgTxt1__career table tr:last-child th {
          border: 0; } }
    .c-imgTxt1__career table tr:last-child td {
      border-bottom: 1px solid #dedede; }
      @media only screen and (max-width: 900px) {
        .c-imgTxt1__career table tr:last-child td {
          border: 0; } }
    .c-imgTxt1__career table th {
      font-size: 1.6rem;
      width: 188px;
      height: 55px;
      padding: 15px 33px;
      background: #d0d0d0;
      text-align: left;
      position: relative;
      border-top: 1px solid #dedede; }
      @media only screen and (max-width: 900px) {
        .c-imgTxt1__career table th {
          display: block;
          height: 46px;
          width: 100%;
          padding: 15px 20px;
          border: 0; } }
    .c-imgTxt1__career table td {
      font-size: 1.6rem;
      padding: 15px 60px 15px 33px;
      line-height: calc(24 / 16);
      border-top: 1px solid #dedede; }
      @media only screen and (max-width: 900px) {
        .c-imgTxt1__career table td {
          display: block;
          width: 100%;
          padding: 10px 20px;
          border: 0;
          -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); } }
  .c-imgTxt1 .u-thtop {
    position: absolute;
    top: 20px; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt1 .u-thtop {
        top: 16px; } }
  .c-imgTxt1 .u-thmid {
    position: absolute;
    top: 30%;
    width: 1px;
    height: 98px;
    background: #000;
    left: 30%; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt1 .u-thmid {
        top: 25px;
        width: 50px;
        height: 1px;
        left: 97px; } }
  .c-imgTxt1 .u-thbot {
    position: absolute;
    bottom: 15px; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt1 .u-thbot {
        bottom: 13px;
        left: 165px; } }
  .c-imgTxt1--style1 {
    margin-top: -1px; }
    .c-imgTxt1--style1 .c-imgTxt1__img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media only screen and (max-width: 900px) {
        .c-imgTxt1--style1 .c-imgTxt1__img {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
    .c-imgTxt1--style1 .c-imgTxt1__info {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-left: 0;
      margin-right: 40px;
      max-width: 500px;
      padding-top: 28px; }
      @media only screen and (max-width: 900px) {
        .c-imgTxt1--style1 .c-imgTxt1__info {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          margin-right: 0; } }

.c-imgTxt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px; }
  @media only screen and (max-width: 900px) {
    .c-imgTxt2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; } }
  .c-imgTxt2__img {
    margin-right: 90px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 294px; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt2__img {
        width: 100%;
        text-align: center; } }
    .c-imgTxt2__img img {
      max-width: 100%; }
  .c-imgTxt2__info {
    padding: 20px 0 0; }
  .c-imgTxt2__txt1 {
    font-size: 1.4rem;
    color: #ffffff; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt2__txt1 {
        text-align: center; } }
  .c-imgTxt2__txt2 {
    font-size: 2.6rem;
    font-weight: 300; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt2__txt2 {
        text-align: center; } }
  .c-imgTxt2__txt3 {
    font-size: 1.6rem; }
    @media only screen and (max-width: 900px) {
      .c-imgTxt2__txt3 {
        text-align: center; } }
  .c-imgTxt2__txt4 {
    font-size: 2rem;
    margin: 40px 0 15px; }
  .c-imgTxt2__detail {
    font-size: 1.6rem; }

.imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 40.74%;
  display: block;
  overflow: hidden; }
  .imgbox > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.imgbox52 {
  position: relative;
  width: 100%;
  padding-bottom: 52%;
  display: block;
  overflow: hidden; }
  @media only screen and (max-width: 900px) {
    .imgbox52 {
      padding-bottom: 70%; } }
  .imgbox52 > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.mapbox {
  position: relative;
  width: 100%;
  padding-bottom: 39%;
  display: block;
  overflow: hidden; }
  .mapbox iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.image__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%; }
  .image__container .image__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    position: relative;
    margin-left: -3%;
    max-height: 263px; }
    .image__container .image__item img {
      aspect-ratio: 461 / 263; }
    .image__container .image__item:nth-child(1) img {
      -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
              clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%); }
    .image__container .image__item:nth-child(2) img {
      -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
              clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%); }
    .image__container .image__item:nth-child(3) img {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%); }

.imgbox__75 {
  position: relative;
  padding-bottom: 75%; }
  .imgbox__75 img {
    position: absolute;
    top: 0;
    left: 0; }

.img_box {
  margin-top: 40px; }
  @media only screen and (max-width: 900px) {
    .img_box {
      margin-top: 20px; } }

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  max-width: 860px;
  width: 100%;
  margin: 50px auto 0; }
  @media only screen and (max-width: 900px) {
    .c-list1 {
      margin-top: 30px; } }
  .c-list1__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #f5f5f5;
    padding: 20px 30px;
    font-weight: 300; }
    @media only screen and (max-width: 900px) {
      .c-list1__item {
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 15px 0;
        border-width: 1px; } }
  .c-list1__cat {
    font-size: 1.4rem;
    color: #ffffff;
    background-color: #c2a879;
    min-width: 125px;
    padding: 5px;
    text-align: center;
    margin-right: 25px;
    cursor: pointer; }
    @media only screen and (max-width: 900px) {
      .c-list1__cat {
        margin-right: unset;
        font-size: 1.2rem;
        min-width: 95px; } }
    .c-list1__cat.infomation {
      background: #a6ae87; }
    .c-list1__cat.blog {
      background: #305d84; }
  .c-list1__date {
    margin-right: 25px;
    font-weight: bold; }
    @media only screen and (max-width: 900px) {
      .c-list1__date {
        margin-right: 15px; } }
  .c-list1__ttl1 {
    cursor: pointer;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400; }
    @media only screen and (max-width: 900px) {
      .c-list1__ttl1 {
        margin-top: 5px; } }
    @media screen and (min-width: 1024px) {
      .c-list1__ttl1:hover {
        text-decoration: underline;
        opacity: 1; } }
  .c-list1__txt {
    text-align: center; }
    .c-list1__txt1 {
      font-weight: 500;
      font-size: 2.4rem;
      color: #050505; }
      @media only screen and (max-width: 900px) {
        .c-list1__txt1 {
          font-size: 2rem; } }
    .c-list1__txt2 {
      font-size: 1.6rem;
      color: #050505;
      line-height: calc(24 / 16); }

/*------------------------------------------------------------
not use
------------------------------------------------------------*/
.c-listimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 710px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 900px) {
    .c-listimg {
      width: 100%; } }
  .c-listimg__item {
    width: 350px; }
    @media only screen and (max-width: 900px) {
      .c-listimg__item {
        width: 49.4%; } }
    .c-listimg__item:nth-of-type(3n) {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 100%;
      margin-top: 10px; }

.list-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px; }
  .list-icon__item a {
    display: block; }
  .list-icon__item:not(:last-child) {
    margin-right: 17px; }

.list-faq {
  padding: 35px 20px; }
  @media only screen and (max-width: 900px) {
    .list-faq {
      padding: 25px 0; } }
  .list-faq:not(:last-child) {
    border-bottom: 1px solid #f2e5cd; }
  .list-faq__ques, .list-faq__ans {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .list-faq__ques .txt, .list-faq__ans .txt {
      padding-top: 5px; }

.list-video {
  display: grid;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 30px; }
  @media only screen and (max-width: 900px) {
    .list-video {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 10px; } }
  .list-video_item {
    height: 270px; }
    .list-video_item iframe {
      width: 100%;
      height: 100%; }

.menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -30px -15px 0; }
  @media only screen and (max-width: 900px) {
    .menu__list {
      margin: -20px 0 0; } }
  .menu__list .menu__item {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-top: 30px; }
    @media only screen and (max-width: 900px) {
      .menu__list .menu__item {
        width: 50%;
        padding: 0;
        margin-top: 20px; } }
    @media only screen and (max-width: 900px) {
      .menu__list .menu__item img {
        aspect-ratio: 167/270; } }
    .menu__list .menu__itemDetails {
      margin-top: 15px; }
      @media only screen and (max-width: 900px) {
        .menu__list .menu__itemDetails {
          margin-top: 5px;
          padding-right: 10px; } }
  .menu__list .img__box {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    @media only screen and (max-width: 900px) {
      .menu__list .img__box {
        -webkit-box-flex: unset;
        -webkit-flex: unset;
            -ms-flex: unset;
                flex: unset; } }
    .menu__list .img__box::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background-color: rgba(196, 196, 196, 0.7);
      mix-blend-mode: overlay;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .menu__list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    @media screen and (min-width: 1024px) {
      .menu__list a:hover {
        opacity: 1; }
        .menu__list a:hover .img__box::before {
          background-color: rgba(11, 11, 11, 0.51);
          mix-blend-mode: multiply; } }

.commit__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -38px; }
  .commit__list .commit__item {
    width: calc(100% / 3);
    padding: 0 38px;
    margin-top: 75px; }
    .commit__list .commit__itemDetails {
      margin-top: 30px; }
    .commit__list .commit__itemDes {
      margin-top: 40px; }

.gallery__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  @media only screen and (max-width: 900px) {
    .gallery__list {
      margin-left: unset;
      margin-right: unset; } }
  .gallery__list .gallery__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% / 2);
    padding: 0 10px; }
    @media only screen and (max-width: 900px) {
      .gallery__list .gallery__item {
        width: 100%;
        padding: 0; } }
    .gallery__list .gallery__item:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .gallery__list .gallery__itemImg--avt {
      margin-top: 20px; }
      @media only screen and (max-width: 900px) {
        .gallery__list .gallery__itemImg--avt {
          margin-top: 10px; } }
      .gallery__list .gallery__itemImg--avt img {
        aspect-ratio: 265/429; }
    .gallery__list .gallery__item--img {
      margin-top: 20px; }
      @media only screen and (max-width: 900px) {
        .gallery__list .gallery__item--img {
          margin-top: 10px; } }
      .gallery__list .gallery__item--img img {
        aspect-ratio: 265/164; }

.catfaq__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .catfaq__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  .catfaq__list .catfaq__item {
    width: 100%; }
    .catfaq__list .catfaq__item a {
      display: block;
      width: 100%;
      padding: 16px 10px;
      background-color: #ffffff;
      border-radius: 5px;
      border: 1px solid #333333;
      -webkit-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s; }
      @media only screen and (max-width: 900px) {
        .catfaq__list .catfaq__item a {
          font-size: 1.4rem;
          padding: 14px 10px;
          letter-spacing: -0.1em; } }
      @media screen and (min-width: 1024px) {
        .catfaq__list .catfaq__item a:hover {
          background-color: #444444;
          color: #ffffff;
          opacity: 1; } }

.faq__list .faq__item {
  overflow: hidden; }
  .faq__list .faq__item + .faq__item {
    margin-top: 20px; }
    @media only screen and (max-width: 900px) {
      .faq__list .faq__item + .faq__item {
        margin-top: 15px; } }

.faq__list .faq__ans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 20px;
  cursor: pointer;
  position: relative;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e3e3e3; }
  @media only screen and (max-width: 900px) {
    .faq__list .faq__ans {
      min-height: 70px;
      height: auto;
      padding: 15px 60px 15px 20px; } }
  .faq__list .faq__ans.is-open i:after {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg); }
  .faq__list .faq__ans span {
    font-size: 2.8rem;
    font-weight: 400;
    color: #c2a879;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 25px;
    width: 27px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 900px) {
      .faq__list .faq__ans span {
        font-size: 2rem; } }
  .faq__list .faq__ans i {
    width: 20px;
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .faq__list .faq__ans i::before,
  .faq__list .faq__ans i:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #c2a879;
    top: 9px;
    left: 0;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .faq__list .faq__ans i:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.faq__list .faq__que {
  display: none;
  border: 1px solid #e3e3e3; }

.faq__list .faq__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px; }
  @media only screen and (max-width: 900px) {
    .faq__list .faq__content {
      min-height: 70px;
      height: auto;
      padding: 20px; } }
  .faq__list .faq__content span {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 25px;
    background: #819F83;
    width: 27px;
    height: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%; }

.products__list .products__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .products__list .products__item + .products__item {
    margin-top: 50px; }
    @media only screen and (max-width: 900px) {
      .products__list .products__item + .products__item {
        margin-top: 40px; } }
  .products__list .products__item.noimg .products__itemContent {
    width: 100%;
    margin-top: unset; }
    @media only screen and (max-width: 900px) {
      .products__list .products__item.noimg .products__itemContent {
        width: 90%; } }
  .products__list .products__itemImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    max-width: 100%;
    z-index: 1; }
    @media only screen and (max-width: 900px) {
      .products__list .products__itemImg {
        width: 100%; } }
    .products__list .products__itemImg img {
      aspect-ratio: 270/167; }
      @media only screen and (max-width: 900px) {
        .products__list .products__itemImg img {
          aspect-ratio: 335/207; } }
  .products__list .products__itemContent {
    background-color: #efefef;
    padding: 50px 60px;
    z-index: 2;
    min-height: 380px;
    width: 55.5%;
    margin-left: auto;
    margin-top: 33%; }
    @media only screen and (max-width: 900px) {
      .products__list .products__itemContent {
        width: 90%;
        margin-right: auto;
        margin-top: 50%;
        padding: 30px; } }
    .products__list .products__itemContent > li + li {
      margin-top: 50px; }
  .products__list .products__itemTop {
    font-size: 2rem;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070; }
  .products__list .products__itemPrice {
    text-align: right; }
  .products__list .products__itemBot li {
    margin-top: 20px; }

.closet__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px; }
  .closet__list .closet__item {
    width: calc(100% / 3);
    padding: 0 10px;
    margin-top: 50px; }
    @media only screen and (max-width: 900px) {
      .closet__list .closet__item {
        width: calc(100% / 2);
        margin-top: 30px; } }
    .closet__list .closet__item:hover {
      cursor: pointer; }
      .closet__list .closet__item:hover .closet__img img {
        height: 0;
        opacity: 0; }
      .closet__list .closet__item:hover .closet__img .second-image {
        opacity: 1;
        height: auto; }
  .closet__list .closet__img {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .closet__list .closet__img::after {
      position: absolute;
      content: "";
      width: 75px;
      height: 30px;
      bottom: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: url("../img/common/stella_2.svg") no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 900px) {
        .closet__list .closet__img::after {
          bottom: 0; } }
    .closet__list .closet__img img {
      aspect-ratio: 255/383;
      opacity: 1; }
    .closet__list .closet__img .second-image {
      opacity: 0;
      height: 0; }
  .closet__list .closet__title {
    text-align: center;
    padding: 10px; }
    .closet__list .closet__title h3 {
      font-weight: 400; }

.campaign__list {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px; }
  .campaign__list .campaign__item {
    padding: 0 10px; }
  .campaign__list .campaign__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .campaign__list .campaign__link:hover {
        opacity: 1; }
        .campaign__list .campaign__link:hover .campaign__img img {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05); } }
  .campaign__list .campaign__img {
    overflow: hidden; }
    .campaign__list .campaign__img img {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      aspect-ratio: 1; }
  .campaign__list .campaign__title {
    margin-top: 10px; }
    .campaign__list .campaign__title h3 {
      font-weight: 500; }
  .campaign__list .slick-slide.slick-current.slick-active {
    -webkit-animation-name: none;
            animation-name: none; }
  .campaign__list .slick-prev,
  .campaign__list .slick-next {
    z-index: 1;
    top: 43%; }
    .campaign__list .slick-prev::before,
    .campaign__list .slick-next::before {
      color: #c2a879; }
  .campaign__list .slick-prev {
    left: 0; }
  .campaign__list .slick-next {
    right: 0; }

.c-campaign__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px; }
  @media only screen and (max-width: 900px) {
    .c-campaign__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  .c-campaign__list .c-campaign__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .c-campaign__list .c-campaign__link:hover {
        opacity: 1; }
        .c-campaign__list .c-campaign__link:hover .c-campaign__img img {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05); } }
  .c-campaign__list .c-campaign__img {
    overflow: hidden;
    outline: 1px solid #e2e2e2;
    position: relative;
    padding-bottom: 100%; }
    .c-campaign__list .c-campaign__img img {
      position: absolute;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      aspect-ratio: 1; }
  .c-campaign__list .c-campaign__title {
    margin-top: 15px; }
    .c-campaign__list .c-campaign__title h3 {
      font-weight: 500; }

.reservation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 900px) {
    .reservation__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .reservation__list .reservation__item {
    max-width: 450px;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .reservation__list .reservation__item.reservation__itemLine {
        margin-top: 20px; } }
    @media only screen and (max-width: 900px) {
      .reservation__list .reservation__item.reservation__itemLine .c-fCenter__timeImg {
        padding-left: 10px; } }
    .reservation__list .reservation__item.reservation__itemLine .c-fCenter__timeImg::before {
      width: 28px;
      height: 28px;
      background: url("../img/common/icon_line2.svg") no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 365px) {
        .reservation__list .reservation__item.reservation__itemLine .c-fCenter__timeImg::before {
          left: -20px; } }
  .reservation__list .reservation__ttl {
    font-size: 2.4rem;
    font-weight: 500; }
    @media only screen and (max-width: 900px) {
      .reservation__list .reservation__ttl {
        font-size: 1.8rem; } }
  .reservation__list .reservation__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #333333;
    height: 60px; }
    @media only screen and (max-width: 900px) {
      .reservation__list .reservation__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 900px) {
      .reservation__list .reservation__link .c-fCenter__timeNum {
        margin-left: unset; } }
  .reservation__list .reservation__note {
    margin-top: 10px; }

/*------------------------------------------------------------
end not use
------------------------------------------------------------*/
.services__list .services__item {
  margin-top: 80px; }
  @media only screen and (max-width: 900px) {
    .services__list .services__item {
      margin-top: 50px; } }

.services__list .services__name {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 10px 50px;
  background-color: #ecf0f7; }
  @media only screen and (max-width: 900px) {
    .services__list .services__name {
      font-size: 2rem;
      text-align: center;
      padding: 10px 30px; } }

.services__list .c-imgTxt1 {
  margin-top: 30px; }

.services__list .services__bottom {
  display: grid;
  grid-template-columns: 522px 1fr;
  grid-template-rows: auto;
  gap: 20px 50px;
  margin-top: 40px; }
  @media only screen and (max-width: 900px) {
    .services__list .services__bottom {
      grid-template-columns: 1fr;
      max-width: 500px;
      margin: 40px auto 0; } }

.services__list .services__map {
  grid-row: span 3; }
  @media only screen and (max-width: 900px) {
    .services__list .services__map {
      grid-row: auto; } }

.services__list .services__access {
  padding: 10px;
  font-weight: 300;
  background-color: #ecf0f7; }
  @media only screen and (max-width: 900px) {
    .services__list .services__access {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; } }

.services__list .c-table1 tr:first-child {
  border-top: 0; }

.services__list .c-table1 td {
  padding: 15px 10px; }

@media only screen and (max-width: 900px) {
  .news-container {
    margin-top: 30px; } }

.news-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px; }
  .news-tabs .tab {
    background: #5a5a5a;
    color: #fff;
    border: none;
    padding: 8px 16px;
    min-width: 124px;
    cursor: pointer;
    font-weight: 500; }
    @media only screen and (max-width: 900px) {
      .news-tabs .tab {
        font-size: 1.4rem;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        padding: 6px 7px; } }
    .news-tabs .tab.active {
      background: #fff;
      color: #292929; }

.news-list {
  background-color: #fff;
  padding: 40px; }
  @media only screen and (max-width: 900px) {
    .news-list {
      padding: 20px 10px; } }
  .news-list .news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 2px solid #f0f0f0; }
    @media only screen and (max-width: 900px) {
      .news-list .news-item {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 15px 0;
        gap: 15px; } }
    .news-list .news-item .date {
      color: #8d8d8d; }
    .news-list .news-item .tag {
      padding: 5px 8px;
      color: #fff;
      font-size: 1.4rem;
      min-width: 100px;
      text-align: center; }
      @media only screen and (max-width: 900px) {
        .news-list .news-item .tag {
          font-size: 1.2rem; } }
      .news-list .news-item .tag.blue {
        background: #3c76bd; }
      .news-list .news-item .tag.purple {
        background: #9a66a0; }
      .news-list .news-item .tag.gold {
        background: #bd973c; }
      .news-list .news-item .tag.gray {
        background: #939393; }
    .news-list .news-item .name {
      font-weight: 400; }
      @media only screen and (max-width: 900px) {
        .news-list .news-item .name {
          width: 100%;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0; } }

.business__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #fff;
  margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .business__list {
      grid-template-columns: repeat(1, 1fr);
      margin-top: 30px; } }
  .business__list .business__item {
    position: relative; }
    @media only screen and (max-width: 900px) {
      .business__list .business__item .imgbox {
        padding-bottom: 60%; } }
  .business__list .business__info {
    position: absolute;
    left: 25px;
    top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 900px) {
      .business__list .business__info {
        top: 15px;
        left: 15px; } }
  .business__list .business__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    height: 100%;
    margin-bottom: 10px; }
    @media only screen and (max-width: 900px) {
      .business__list .business__title {
        font-size: 1.5rem; } }
  .business__list .business__desc {
    width: 65%; }
    @media only screen and (max-width: 900px) {
      .business__list .business__desc {
        width: 97%; } }
  .business__list .view-all {
    position: absolute;
    right: 25px;
    bottom: 30px; }

.box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px; }
  @media only screen and (max-width: 900px) {
    .box__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .box__list .box__item {
    position: relative;
    width: 50%; }
    @media only screen and (max-width: 900px) {
      .box__list .box__item {
        max-width: 385px;
        width: 100%; } }
    .box__list .box__item .imgbox52 {
      padding-bottom: 60%; }
      @media only screen and (max-width: 900px) {
        .box__list .box__item .imgbox52 {
          padding-bottom: 75%; } }
  .box__list .box__content {
    position: absolute;
    top: -22px;
    left: 30px;
    width: calc(100% - 30px); }
    @media only screen and (max-width: 900px) {
      .box__list .box__content {
        top: -10px;
        left: 10px;
        width: calc(100% - 10px); } }
  .box__list .box__info {
    padding: 20px 40px 20px 10px;
    min-height: 135px; }
    @media only screen and (max-width: 900px) {
      .box__list .box__info {
        padding: 15px 20px 15px 0;
        min-height: unset; } }
  .box__list .box__link {
    font-size: 3.6rem;
    font-weight: bold;
    color: #008066;
    display: block;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .box__list .box__link {
        font-size: 2.7rem; } }
  .box__list .box__img {
    position: relative; }

.slogan__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .slogan__list {
      gap: 8px;
      margin-top: 20px; } }
  .slogan__list .slogan__item {
    position: relative;
    overflow: hidden;
    max-width: 162px;
    width: 100%;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
            clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
  .slogan__list .slogan__inner {
    position: relative;
    width: 100%;
    padding-bottom: 87.65%; }
  .slogan__list .slogan__img {
    position: absolute;
    width: 100%;
    height: 100%; }
  .slogan__list .slogan__content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slogan__list .slogan__title {
    font-size: 1.8rem; }
    @media only screen and (max-width: 900px) {
      .slogan__list .slogan__title {
        font-size: 1.5rem;
        letter-spacing: -0.07em; } }
  .slogan__list .slogan__subttl {
    font-size: 1.4rem; }
    @media only screen and (max-width: 900px) {
      .slogan__list .slogan__subttl {
        font-size: 1.2rem; } }

.SDGs__list {
  max-width: 865px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr); }
  @media only screen and (max-width: 900px) {
    .SDGs__list {
      gap: 40px; } }
  .SDGs__list .SDGs__item {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 900px) {
      .SDGs__list .SDGs__item {
        margin-top: 20px; } }
  .SDGs__list .SDGs__img {
    width: auto;
    height: 90px; }
    @media only screen and (max-width: 900px) {
      .SDGs__list .SDGs__img {
        height: 111px; } }
    .SDGs__list .SDGs__img img {
      -o-object-fit: cover;
         object-fit: cover; }
      @media only screen and (max-width: 900px) {
        .SDGs__list .SDGs__img img {
          -o-object-fit: contain;
             object-fit: contain; } }
  .SDGs__list .SDGs__title {
    position: relative;
    margin-top: 15px;
    font-size: 1.8rem;
    color: #008066;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .SDGs__list .SDGs__title {
        font-size: 1.5rem; } }
    .SDGs__list .SDGs__title::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 30px;
      height: 4px;
      background: #008066; }
  .SDGs__list .SDGs__desc {
    margin-top: 15px; }
    @media only screen and (max-width: 900px) {
      .SDGs__list .SDGs__desc {
        letter-spacing: -0.06em; } }

.children__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 330px));
  gap: 60px 40px; }
  @media only screen and (max-width: 900px) {
    .children__list {
      gap: 20px;
      grid-template-columns: repeat(2, 1fr); } }
  .children__list a.children__itemLink {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (min-width: 1024px) {
      .children__list a.children__itemLink:hover {
        opacity: 0.7; }
        .children__list a.children__itemLink:hover .children__itemTitle {
          color: #008066; } }
  .children__list .children__imgbox {
    position: relative; }
    .children__list .children__imgbox::before {
      position: absolute;
      content: "";
      background: url("../img/common/bg_texture.jpg") no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      top: 10px;
      left: 10px; }
      @media only screen and (max-width: 900px) {
        .children__list .children__imgbox::before {
          top: 5px;
          left: 5px; } }
  .children__list .children__itemImg {
    position: relative;
    padding-bottom: 75.76%; }
    .children__list .children__itemImg img {
      position: absolute; }
  .children__list .children__itemTitle {
    position: relative;
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    @media only screen and (max-width: 900px) {
      .children__list .children__itemTitle {
        margin-top: 10px;
        font-size: 1.5rem; } }
    .children__list .children__itemTitle::before {
      content: "";
      display: inline-block;
      width: 0%;
      height: 100%;
      -webkit-transition: width 0.4s ease;
      transition: width 0.4s ease;
      background-color: #cc0000;
      position: absolute;
      left: auto;
      right: 0;
      top: 0; }
    .children__list .children__itemTitle img {
      display: block;
      width: 11px;
      height: 16px;
      margin-left: 20px; }
  .children__list .children__itemDes {
    margin-top: 20px; }
  .children__list .children__itemPrice {
    font-size: 2.4rem;
    font-weight: bold;
    color: #008066; }
    @media only screen and (max-width: 900px) {
      .children__list .children__itemPrice {
        font-size: 1.8rem; } }

.location__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .location__list .location__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .location__list .location__item .table__overview {
      margin-top: 70px; }
      @media only screen and (max-width: 900px) {
        .location__list .location__item .table__overview {
          margin-top: 35px; } }
  .location__list .location__itemBot {
    padding: 0 105px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
    @media only screen and (max-width: 900px) {
      .location__list .location__itemBot {
        padding: 0;
        margin-top: 25px; } }
  .location__list .location__img {
    position: relative;
    max-width: 343px;
    width: 100%;
    margin-right: 30px; }
    @media only screen and (max-width: 900px) {
      .location__list .location__img {
        margin-right: 15px; } }
    .location__list .location__img img {
      aspect-ratio: 343 / 209; }
  .location__list .location__map {
    width: 100%; }
    .location__list .location__map iframe {
      width: 100%;
      height: 100%; }

.affiliate__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .affiliate__list .affiliate__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 105px;
    margin-top: 50px; }
    @media only screen and (max-width: 900px) {
      .affiliate__list .affiliate__item {
        margin-top: 20px;
        padding: 0; } }
  .affiliate__list .affiliate__name {
    font-size: 1.8rem;
    font-weight: bold;
    border-left: 4px solid #008066;
    padding: 5px 20px; }
    @media only screen and (max-width: 900px) {
      .affiliate__list .affiliate__name {
        font-size: 1.5rem;
        padding: 3px 10px; } }
  .affiliate__list .affiliate__content {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 900px) {
      .affiliate__list .affiliate__content {
        margin-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .affiliate__list .affiliate__img {
    margin-right: 30px;
    max-width: 291px;
    width: 100%; }
    @media only screen and (max-width: 900px) {
      .affiliate__list .affiliate__img {
        margin-right: unset;
        max-width: 480px; } }
    .affiliate__list .affiliate__img img {
      -o-object-fit: contain;
         object-fit: contain; }
  .affiliate__list .affiliate__info {
    width: 100%; }
    @media only screen and (max-width: 900px) {
      .affiliate__list .affiliate__info {
        margin-top: 10px; } }
    .affiliate__list .affiliate__info table {
      width: 100%;
      text-align: left;
      border-collapse: collapse;
      border-spacing: 0;
      line-height: 1.75; }
      .affiliate__list .affiliate__info table tr {
        position: relative;
        border-bottom: 5px solid #fff; }
        .affiliate__list .affiliate__info table tr th {
          padding: 10px 20px;
          width: 27%;
          font-weight: bold;
          vertical-align: top;
          background-color: #f0f0f0;
          font-weight: 400; }
          @media only screen and (max-width: 900px) {
            .affiliate__list .affiliate__info table tr th {
              width: 35%;
              padding: 15px; } }
        .affiliate__list .affiliate__info table tr td {
          padding: 10px 20px; }
          @media only screen and (max-width: 900px) {
            .affiliate__list .affiliate__info table tr td {
              padding: 15px; } }
        .affiliate__list .affiliate__info table tr a {
          display: block;
          color: #008066;
          text-decoration: underline;
          text-underline-offset: 4px; }

.features__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }
  @media only screen and (max-width: 900px) {
    .features__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0; } }
  .features__list .features__item {
    position: relative;
    margin-top: 50px;
    width: calc(100% / 3);
    margin: 50px 15px 0;
    padding: 20px;
    border: 10px solid #e8e9e9; }
    @media only screen and (max-width: 900px) {
      .features__list .features__item {
        width: 100%;
        border-width: 5px;
        margin: 25px auto 0;
        padding: 10px; } }
  .features__list .features__pointAbs {
    position: absolute;
    width: 80px;
    top: -18px;
    left: 10px;
    background: #fff; }
    @media only screen and (max-width: 900px) {
      .features__list .features__pointAbs {
        top: -13px;
        left: 3px; } }
    .features__list .features__pointAbs span {
      font-size: 1.8rem;
      font-weight: bold;
      background: -webkit-linear-gradient(2deg, #00e5d9 0%, #008066 100%);
      background: linear-gradient(88deg, #00e5d9 0%, #008066 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-style: italic;
      padding: 0 10px; }
      @media only screen and (max-width: 900px) {
        .features__list .features__pointAbs span {
          font-size: 1.5rem; } }
  .features__list .features__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px; }
  .features__list .features__topText {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .features__list .features__number {
    font-size: 6rem;
    font-weight: bold;
    background: -webkit-linear-gradient(2deg, #00e5d9 0%, #008066 100%);
    background: linear-gradient(88deg, #00e5d9 0%, #008066 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    min-width: 80px;
    line-height: 1; }
    @media only screen and (max-width: 900px) {
      .features__list .features__number {
        font-size: 4rem; } }
  .features__list .features__name {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.3; }
    @media only screen and (max-width: 900px) {
      .features__list .features__name {
        font-size: 1.8rem; } }
  .features__list .strengths__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px; }
    @media only screen and (max-width: 900px) {
      .features__list .strengths__list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .features__list .strengths__list .strengths__item {
      margin-top: 20px;
      padding: 6px 10px;
      background: #008066;
      color: #fff;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 900px) {
        .features__list .strengths__list .strengths__item {
          padding: 5px; } }
      .features__list .strengths__list .strengths__item img {
        width: 20px;
        height: auto;
        margin-right: 6px; }
  .features__list .strengths__desc {
    margin-top: 20px; }

.materials__list {
  max-width: 865px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .materials__list .materials__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px; }
    @media only screen and (max-width: 900px) {
      .materials__list .materials__item {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(12, 1fr); } }
    .materials__list .materials__item:nth-child(even) .materials__name {
      color: #fff;
      background: url("../img/sales/bg_materials2.png") no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 900px) {
        .materials__list .materials__item:nth-child(even) .materials__name {
          background: url("../img/sales/bg_materials2_sp.png") no-repeat;
          background-size: contain; } }
  .materials__list .materials__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 131px;
    height: 122px;
    color: #008066;
    margin-right: 30px;
    background: url("../img/sales/bg_materials1.png") no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 900px) {
      .materials__list .materials__name {
        font-size: 1.5rem;
        margin-right: 10px;
        width: 53px;
        height: 191px;
        background: url("../img/sales/bg_materials1_sp.png") no-repeat;
        background-size: contain; } }
    .materials__list .materials__name h3 {
      margin-right: 7px; }
      @media only screen and (max-width: 900px) {
        .materials__list .materials__name h3 {
          -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
                  writing-mode: vertical-rl; } }
  @media only screen and (max-width: 900px) {
    .materials__list .materials__desc {
      grid-column: span 10; } }

.news__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(173px, 215px));
  gap: 40px 27px; }
  @media only screen and (max-width: 535px) {
    .news__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; } }
  .news__list .news__item {
    position: relative; }
  .news__list .news__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .news__list .news__link:hover {
        opacity: 1; }
        .news__list .news__link:hover .news__imgbox img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
        .news__list .news__link:hover .news__title {
          color: #c2a879; } }
  .news__list .news__imgbox {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden; }
    .news__list .news__imgbox img {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .news__list .news__cat {
    position: absolute;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 125px;
    text-align: center;
    padding: 4px 10px;
    font-size: 1.4rem;
    color: #ffffff;
    background: #c2a879; }
    @media only screen and (max-width: 900px) {
      .news__list .news__cat {
        min-width: 100px;
        font-size: 1.2rem; } }
  .news__list .news__info {
    padding: 15px; }
    @media only screen and (max-width: 900px) {
      .news__list .news__info {
        padding: 8px 0; } }
  .news__list .news__title {
    margin-top: 15px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media only screen and (max-width: 900px) {
      .news__list .news__title {
        margin-top: 10px; } }
  .news__list .news__date {
    font-weight: bold; }

.tinyhouse__list .tinyhouse__item {
  margin-top: 50px; }

.tinyhouse__list .tinyhouse__box {
  padding: 40px;
  border: 10px solid #e8e8e8; }
  @media only screen and (max-width: 900px) {
    .tinyhouse__list .tinyhouse__box {
      padding: 15px;
      border-width: 5px; } }

.tinyhouse__list .tinyhouse__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .tinyhouse__list .tinyhouse__main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.tinyhouse__list .tinyhouse__mainImg {
  max-width: 464px;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px; }
  @media only screen and (max-width: 900px) {
    .tinyhouse__list .tinyhouse__mainImg {
      margin-right: 0; } }

.tinyhouse__list .tinyhouse__contentTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 25px;
  border-bottom: 2px solid #f0f0f0; }
  @media only screen and (max-width: 900px) {
    .tinyhouse__list .tinyhouse__contentTop {
      padding-bottom: 20px;
      margin-top: 10px; } }

.tinyhouse__list .tinyhouse__contentDes {
  padding: 20px 10px; }

.tinyhouse__list .tinyhouse__num {
  font-weight: bold;
  background: -webkit-linear-gradient(2deg, #00e5d9 0%, #008066 100%);
  background: linear-gradient(88deg, #00e5d9 0%, #008066 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  margin-right: 25px; }
  @media only screen and (max-width: 900px) {
    .tinyhouse__list .tinyhouse__num {
      margin-right: 10px; } }
  .tinyhouse__list .tinyhouse__numBig {
    font-size: 6rem;
    line-height: 1;
    min-width: 80px; }
    @media only screen and (max-width: 900px) {
      .tinyhouse__list .tinyhouse__numBig {
        font-size: 4rem;
        min-width: 55px; } }
  .tinyhouse__list .tinyhouse__numSmall {
    font-size: 1.8rem;
    padding: 0 10px; }
    @media only screen and (max-width: 900px) {
      .tinyhouse__list .tinyhouse__numSmall {
        font-size: 1.5rem;
        padding: 0 5px; } }

.tinyhouse__list .tinyhouse__title {
  font-size: 2.4rem;
  font-weight: bold; }
  @media only screen and (max-width: 900px) {
    .tinyhouse__list .tinyhouse__title {
      font-size: 1.8rem; } }

.tinyhouse__list .tinyhouse__gallery {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px; }
  @media only screen and (max-width: 900px) {
    .tinyhouse__list .tinyhouse__gallery {
      margin-top: 15px;
      gap: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .tinyhouse__list .tinyhouse__galleryText {
    padding: 15px; }
    @media only screen and (max-width: 900px) {
      .tinyhouse__list .tinyhouse__galleryText {
        padding: 0 10px;
        width: 60%;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
  .tinyhouse__list .tinyhouse__galleryItem {
    display: block;
    width: calc(100% / 3); }
    @media only screen and (max-width: 900px) {
      .tinyhouse__list .tinyhouse__galleryItem {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%; } }
  .tinyhouse__list .tinyhouse__galleryImg img {
    aspect-ratio: 310 / 235; }
    @media only screen and (max-width: 900px) {
      .tinyhouse__list .tinyhouse__galleryImg img {
        aspect-ratio: 1 / 1; } }

.contact__list {
  max-width: 865px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }
  @media only screen and (max-width: 900px) {
    .contact__list {
      max-width: 210px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 25px; } }
  .contact__list .contact__item {
    width: 50%;
    background: -webkit-linear-gradient(2deg, #00e5d9 0%, #008066 100%);
    background: linear-gradient(88deg, #00e5d9 0%, #008066 100%);
    color: #fff;
    min-height: 88px; }
    @media only screen and (max-width: 900px) {
      .contact__list .contact__item {
        width: 100%;
        min-height: 45px; } }
    .contact__list .contact__item.phone {
      background: #fff;
      border: 3px solid #008066;
      color: #008066; }
      .contact__list .contact__item.phone span {
        font-size: 1.8rem; }
        @media only screen and (max-width: 900px) {
          .contact__list .contact__item.phone span {
            font-size: 1.5rem; } }
    .contact__list .contact__itemLink {
      font-size: 2.4rem;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      padding: 10px; }
      @media only screen and (max-width: 900px) {
        .contact__list .contact__itemLink {
          font-size: 1.4rem; } }

.c-youtube__list {
  width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px; }
  @media only screen and (max-width: 900px) {
    .c-youtube__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-youtube__list .c-youtube__item {
    width: calc((100% / 2) - 10px);
    height: 300px;
    position: relative; }
    @media only screen and (max-width: 900px) {
      .c-youtube__list .c-youtube__item {
        width: 100%; } }
  .c-youtube__list iframe {
    width: 100%;
    height: 100%; }

.image__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 330px));
  gap: 45px;
  margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .image__list {
      grid-template-columns: repeat(2, 1fr);
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 10px; } }
  .image__list .image__item img {
    aspect-ratio: 330 / 247; }
  .image__list .image__item iframe {
    aspect-ratio: 350 / 197;
    width: 100%;
    height: 100%; }

.media__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 330px));
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px; }
  @media only screen and (max-width: 900px) {
    .media__list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px; } }
  .media__list .media__item {
    margin-top: 35px; }
    @media only screen and (max-width: 900px) {
      .media__list .media__item {
        margin-top: 25px; } }
    .media__list .media__item.column-end {
      grid-column-end: none; }
  .media__list .media__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .media__list .media__link:hover {
        opacity: 1; }
        .media__list .media__link:hover .media__img img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
        .media__list .media__link:hover .media__title {
          color: #c2a879; } }
  .media__list .media__img {
    position: relative;
    aspect-ratio: 330 / 247;
    overflow: hidden; }
    .media__list .media__img img {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
  .media__list .media__cat {
    position: absolute;
    background-color: #c2a879;
    padding: 8px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    color: #ffffff; }
    @media only screen and (max-width: 900px) {
      .media__list .media__cat {
        padding: 5px 10px;
        font-size: 1.3rem; } }
  .media__list .media__date {
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px; }
    @media only screen and (max-width: 900px) {
      .media__list .media__date {
        margin-top: 5px;
        margin-left: 5px; } }
  .media__list .media__title {
    font-weight: 400;
    margin-top: 15px;
    margin-left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    @media only screen and (max-width: 900px) {
      .media__list .media__title {
        margin-top: 5px;
        margin-left: 5px; } }

.voice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px; }
  @media only screen and (max-width: 900px) {
    .voice__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .voice__list .voice__item {
    position: relative;
    width: calc((100% - 40px) / 3);
    margin-top: 120px;
    background-color: #f4e1be;
    border-radius: 20px;
    padding: 95px 25px 30px; }
    @media only screen and (max-width: 900px) {
      .voice__list .voice__item {
        width: 100%;
        padding: 95px 20px 30px; } }
  .voice__list .voice__img {
    position: absolute;
    overflow: hidden;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid #f4e1be;
    bottom: calc(100% - 80px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .voice__list .voice__province {
    font-weight: 700;
    text-align: center; }
  .voice__list .voice__name {
    font-size: 2rem;
    font-weight: 700;
    text-align: center; }
  .voice__list .voice__model {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .voice__list .voice__tag {
    border-radius: 15px;
    background-color: #c2a879;
    padding: 4px 15px;
    font-size: 1.4rem;
    color: #f4e1be;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 12px; }
  .voice__list .voice__type {
    font-weight: 700; }
  .voice__list .voice__desc {
    margin-top: 20px;
    padding: 20px 10px;
    border-top: 1px solid #050505; }

.service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  gap: 15px; }
  @media only screen and (max-width: 900px) {
    .service__list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .service__list .service__item {
    position: relative;
    width: calc(100% / 4);
    margin-top: 35px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 20px; }
    @media only screen and (max-width: 900px) {
      .service__list .service__item {
        width: calc((100% / 2) - 7.5px);
        margin-top: 25px; } }
  .service__list .service__num {
    position: absolute;
    bottom: calc(100% - 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 3rem;
    font-weight: bold;
    color: #ff1e00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1; }
    @media only screen and (max-width: 900px) {
      .service__list .service__num {
        font-size: 2.4rem; } }
  @media only screen and (max-width: 900px) and (max-width: 900px) {
    .service__list .service__num {
      font-size: 2.2rem; } }
    .service__list .service__num span {
      font-size: 1.4rem; }
      @media only screen and (max-width: 900px) {
        .service__list .service__num span {
          font-size: 1.2rem; } }
  .service__list .service__img {
    position: absolute;
    bottom: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .service__list .service__name {
    font-weight: 700;
    text-align: center; }

.car__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 333px));
  gap: 50px 40px;
  margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .car__list {
      gap: 20px;
      margin-top: 25px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1024px) {
    .car__list .car__link:hover {
      opacity: 1; }
      .car__list .car__link:hover .car__model {
        color: #c2a879; }
      .car__list .car__link:hover .car__img img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); } }
  .car__list .car__img {
    min-height: 150px;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .car__list .car__img {
        min-height: 115px; } }
    .car__list .car__img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: auto;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      @media only screen and (max-width: 900px) {
        .car__list .car__img img {
          width: 100%; } }
  .car__list .car__model {
    position: relative;
    padding-left: 30px;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0; }
    @media only screen and (max-width: 900px) {
      .car__list .car__model {
        margin: 0; } }
    .car__list .car__model::before {
      position: absolute;
      content: "";
      background: url("../img/common/icon_arrow4.png") no-repeat;
      width: 22px;
      height: 21px;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .car__list .car__policy {
    color: #ff1e00; }
    .car__list .car__policy:not(:first-child) {
      margin-top: 15px; }
  .car__list .car__desc {
    margin-top: 10px; }

.usedcar__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(204px, 255px));
  gap: 20px; }
  @media only screen and (max-width: 900px) {
    .usedcar__list {
      margin-top: 25px;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; } }
  .usedcar__list .usedcar__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .usedcar__list .usedcar__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    background-color: #e3e3e3; }
    @media screen and (min-width: 1024px) {
      .usedcar__list .usedcar__link:hover {
        opacity: 1; }
        .usedcar__list .usedcar__link:hover .usedcar__img img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
        .usedcar__list .usedcar__link:hover .usedcar__desc {
          text-decoration: none; } }
  .usedcar__list .usedcar__img {
    overflow: hidden;
    aspect-ratio: 4 / 3; }
    .usedcar__list .usedcar__img img {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -o-object-fit: contain;
         object-fit: contain; }
  .usedcar__list .usedcar__info {
    color: #050505;
    font-weight: bold;
    padding: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #e3e3e3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .usedcar__list .usedcar__desc {
    color: #ff1e00;
    text-decoration: underline;
    text-underline-offset: 3px; }
  .usedcar__list .usedcar__price {
    font-size: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: auto; }
    @media only screen and (max-width: 900px) {
      .usedcar__list .usedcar__price {
        font-size: 1.8rem; } }
    .usedcar__list .usedcar__price span {
      font-size: 1.2rem; }

.uptime__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 20px; }
  @media only screen and (max-width: 900px) {
    .uptime__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 15px; } }
  .uptime__list .uptime__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .uptime__list .uptime__ttl {
    margin-right: 10px;
    font-size: 1.4rem;
    color: #f4e1be;
    background-color: #c2a879;
    border-radius: 15px;
    padding: 4px 10px;
    min-width: 95px;
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .uptime__list .uptime__txt {
    font-weight: bold; }

.sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  .sns__list .sns__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.promise__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 330px));
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px; }
  @media only screen and (max-width: 900px) {
    .promise__list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px; } }
  .promise__list .promise__item {
    margin-top: 35px; }
    @media only screen and (max-width: 900px) {
      .promise__list .promise__item {
        margin-top: 25px; } }
  .promise__list .promise__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .promise__list .promise__link:hover {
        opacity: 1; }
        .promise__list .promise__link:hover .promise__img img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
        .promise__list .promise__link:hover .promise__title {
          color: #c2a879; } }
  .promise__list .promise__img {
    position: relative;
    aspect-ratio: 330 / 247;
    overflow: hidden; }
    .promise__list .promise__img img {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
  .promise__list .promise__title {
    color: #ff1e00;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    @media only screen and (max-width: 900px) {
      .promise__list .promise__title {
        margin-top: 5px;
        margin-left: 5px; } }
  .promise__list .promise__desc {
    margin-top: 10px;
    margin-left: 15px; }
    @media only screen and (max-width: 900px) {
      .promise__list .promise__desc {
        margin-top: 5px;
        margin-left: 5px; } }

.value__list {
  max-width: 670px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }
  .value__list .value__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px; }
  .value__list .value__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ff1e00;
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.history__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 105px;
  margin-top: 30px; }
  @media only screen and (max-width: 900px) {
    .history__list {
      padding: 0; } }
  .history__list .history__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0; }
    @media only screen and (max-width: 900px) {
      .history__list .history__item {
        padding: 10px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .history__list .history__item::before, .history__list .history__item::after {
      position: absolute;
      content: ""; }
    .history__list .history__item::before {
      width: 10px;
      height: 10px;
      background: #c2a879;
      border-radius: 50%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 900px) {
        .history__list .history__item::before {
          top: 20px; } }
    .history__list .history__item::after {
      width: 2px;
      height: 100%;
      background: #f5f5f5;
      left: 4px;
      top: 50%;
      z-index: -1; }
      @media only screen and (max-width: 900px) {
        .history__list .history__item::after {
          top: 20px; } }
    .history__list .history__item:last-child::after {
      content: none; }
  .history__list .history__timeline {
    width: 22%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: #c2a879;
    font-weight: 700;
    padding-left: 25px; }
    @media only screen and (max-width: 900px) {
      .history__list .history__timeline {
        width: 100%;
        padding-left: 20px; } }
  .history__list .history__event {
    padding-left: 25px; }
    @media only screen and (max-width: 900px) {
      .history__list .history__event {
        padding-left: 20px; } }

.shopinfo__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .shopinfo__list .shopinfo__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px; }
    @media only screen and (max-width: 900px) {
      .shopinfo__list .shopinfo__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .shopinfo__list .table__overview {
    padding: 0;
    margin-top: 0;
    margin-right: 40px;
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media only screen and (max-width: 900px) {
      .shopinfo__list .table__overview {
        width: 100%; } }
  .shopinfo__list .shopinfo__map {
    width: 100%;
    height: 375px; }
    @media only screen and (max-width: 900px) {
      .shopinfo__list .shopinfo__map {
        margin-top: 30px; } }
    .shopinfo__list .shopinfo__map iframe {
      width: 100%;
      height: 100%; }

.staff__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 250px));
  gap: 26px;
  margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .staff__list {
      grid-template-columns: repeat(2, 1fr);
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 15px; } }

.staff__item {
  position: relative;
  border: 3px solid #f4e1be;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.staff__item:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px); }

.staff__img {
  width: 100%;
  height: 230px;
  overflow: hidden; }
  @media only screen and (max-width: 900px) {
    .staff__img {
      height: 185px; } }
  .staff__img img {
    display: block;
    -o-object-position: top;
       object-position: top;
    pointer-events: none; }

.staff__info {
  position: relative;
  padding: 20px 10px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .staff__info img {
    width: auto;
    pointer-events: none; }

.staff__position {
  color: #ffa200;
  font-weight: 700; }

.staff__name--jp {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 8px; }

.staff__name--en {
  font-weight: 500;
  margin-top: 8px;
  text-transform: uppercase; }

.staff__plus {
  position: absolute;
  top: -14px;
  right: 10px;
  background: #ff1e00;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
  cursor: pointer; }
  @media only screen and (max-width: 900px) {
    .staff__plus {
      width: 25px;
      height: 25px; } }

/* Popup */
.staff__popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(5, 5, 5, 0.5);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100000; }

.staff__popup__content {
  background: #ffffff;
  border-radius: 30px;
  max-width: 860px;
  width: 92%;
  padding: 65px 50px;
  position: relative;
  -webkit-animation: popUp 0.4s ease forwards;
          animation: popUp 0.4s ease forwards; }
  @media only screen and (max-width: 900px) {
    .staff__popup__content {
      border-radius: 20px;
      padding: 20px;
      height: 80%;
      overflow-y: auto; } }

.staff__popup__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px; }
  @media only screen and (max-width: 900px) {
    .staff__popup__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.staff__popup__img {
  max-width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media only screen and (max-width: 900px) {
    .staff__popup__img {
      max-width: 150px; } }
  .staff__popup__img img {
    pointer-events: none; }

.staff__popup__text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.staff__popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: #ff1e00;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 22px;
  cursor: pointer; }

.staff__popup__position {
  color: #ff1e00;
  font-weight: 700; }

.staff__popup__namebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5f5f5;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 900px) {
    .staff__popup__namebox {
      margin: 10px 0; } }

.staff__popup__name {
  line-height: 1; }
  .staff__popup__name--jp {
    font-size: 2.4rem;
    font-weight: 700; }
    @media only screen and (max-width: 900px) {
      .staff__popup__name--jp {
        font-size: 1.8rem; } }
  .staff__popup__name--en {
    font-weight: 500;
    margin-left: 10px; }

.staff__popup__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px; }
  .staff__popup__tagTtl {
    display: block;
    color: #ffffff;
    background-color: #c2a879;
    min-width: 103px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 7px;
    line-height: 1;
    text-align: center;
    margin-right: 10px; }

.staff__popup__message {
  margin-top: 25px; }
  .staff__popup__message span {
    padding-left: 15px;
    border-left: 5px solid #ff1e00;
    line-height: 1;
    font-weight: bold; }
  .staff__popup__message__text {
    margin-top: 10px; }

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes popDown {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@keyframes popDown {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

.carcare__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .carcare__list .carcare__item {
    padding: 50px 0; }
    @media only screen and (max-width: 900px) {
      .carcare__list .carcare__item {
        padding: 30px 0; } }
    .carcare__list .carcare__item:nth-child(odd) {
      background-color: rgba(244, 225, 190, 0.3); }
      .carcare__list .carcare__item:nth-child(odd) .carcare__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        @media only screen and (max-width: 900px) {
          .carcare__list .carcare__item:nth-child(odd) .carcare__box {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse; } }
  .carcare__list .carcare__box {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 900px) {
      .carcare__list .carcare__box {
        padding: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .carcare__list .carcare__explain {
    max-width: 780px;
    width: 92%;
    margin: 30px auto 0;
    border-radius: 20px;
    border: 2px solid #ff1e00;
    padding: 40px 50px; }
    @media only screen and (max-width: 900px) {
      .carcare__list .carcare__explain {
        padding: 20px 15px; } }
    .carcare__list .carcare__explain h3 {
      color: #ff1e00;
      font-size: 1.8rem;
      margin-bottom: 15px; }
    .carcare__list .carcare__explain ul li span {
      color: #ff1e00; }
  .carcare__list .carcare__img {
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    @media only screen and (max-width: 900px) {
      .carcare__list .carcare__img {
        width: 100%; } }
  .carcare__list .carcare__info {
    width: 50%; }
    @media only screen and (max-width: 900px) {
      .carcare__list .carcare__info {
        width: 100%; } }
  .carcare__list .carcare__point {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    color: #ff1e00;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #ff1e00;
    margin-bottom: 20px; }
    @media only screen and (max-width: 900px) {
      .carcare__list .carcare__point {
        font-size: 1.4rem;
        margin-bottom: 10px; } }
  .carcare__list .carcare__title {
    font-size: 1.8rem;
    margin-bottom: 10px; }
    @media only screen and (max-width: 900px) {
      .carcare__list .carcare__title {
        font-size: 1.5rem; } }
  .carcare__list .carcare__desc p {
    margin-top: 10px; }
  .carcare__list .carcare__desc h4 {
    margin-top: 20px;
    padding-left: 15px;
    border-left: 8px solid #ff1e00; }

.flow__list {
  max-width: 850px;
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .flow__list .flow__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    outline: 4px solid #ffa200;
    border-radius: 40px;
    min-height: 209px;
    margin-top: 40px; }
    @media only screen and (max-width: 900px) {
      .flow__list .flow__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .flow__list .flow__item:not(:last-child)::before {
      content: "";
      position: absolute;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 10px solid #ffa200;
      left: 50%;
      top: calc(100% + 4px);
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .flow__list .flow__img {
    width: 296px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    overflow: hidden;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch; }
    @media only screen and (max-width: 900px) {
      .flow__list .flow__img {
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 40px; } }
  .flow__list .flow__info {
    width: 100%;
    padding: 30px 30px 30px 50px; }
    @media only screen and (max-width: 900px) {
      .flow__list .flow__info {
        width: 100%;
        margin-top: 20px;
        padding: 0 20px 20px; } }
  .flow__list .flow__step {
    font-weight: bold;
    color: #ff1e00; }
  .flow__list .flow__title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff1e00;
    margin-top: 8px; }
    @media only screen and (max-width: 900px) {
      .flow__list .flow__title {
        font-size: 1.5rem; } }
  .flow__list .flow__desc {
    margin-top: 10px; }
    .flow__list .flow__desc a {
      color: #ff1e00;
      font-weight: bold; }
    .flow__list .flow__desc h4 {
      color: #ff1e00;
      font-weight: bold;
      margin-top: 15px; }
    .flow__list .flow__desc ul {
      margin-top: 15px; }
      .flow__list .flow__desc ul li span {
        color: #ff1e00;
        font-weight: bold; }
      .flow__list .flow__desc ul .question {
        cursor: pointer; }
        .flow__list .flow__desc ul .question i {
          display: inline-block;
          position: relative;
          width: 10px;
          height: 10px; }
          .flow__list .flow__desc ul .question i::before, .flow__list .flow__desc ul .question i::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background: #ff1e00;
            top: 4px;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
          .flow__list .flow__desc ul .question i::after {
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
        .flow__list .flow__desc ul .question.is-open i::after {
          -webkit-transform: rotate(360deg);
              -ms-transform: rotate(360deg);
                  transform: rotate(360deg); }
      .flow__list .flow__desc ul .answer {
        display: none;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid #f5f5f5; }
  .flow__list .note_bring li span {
    color: #ff1e00; }

.compare__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  margin-top: 50px;
  gap: 60px; }
  @media only screen and (max-width: 900px) {
    .compare__list {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 30px;
      gap: 30px; } }
  .compare__list .compare__item {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 900px) {
      .compare__list .compare__item {
        width: 100%; } }
  .compare__list .compare__name {
    font-weight: bold;
    min-width: 206px;
    text-align: center;
    padding: 2px 10px;
    color: #c2a879;
    border-radius: 16px;
    border: 2px solid #c2a879; }
    .compare__list .compare__name.bg {
      background: #c2a879;
      color: #ffffff; }
  .compare__list .compare__img {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 204px; }
    .compare__list .compare__img img {
      width: 100%;
      height: auto;
      margin-top: 0;
      margin-bottom: 0; }
  .compare__list .compare__desc {
    margin-top: 30px; }
    @media only screen and (max-width: 900px) {
      .compare__list .compare__desc {
        margin-top: 15px; } }

.note__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .note__box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .note__box .note__list {
    padding: 0 50px;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 900px) {
      .note__box .note__list {
        padding: 0;
        width: 100%; } }
  .note__box .note__item {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 900px) {
      .note__box .note__item {
        margin-top: 15px; } }
  .note__box .note__tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 120px;
    height: 31px;
    border-radius: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #2aa8e8; }
    .note__box .note__tag.blue1 {
      background: #38b9c6; }
    .note__box .note__tag.blue2 {
      background: #3384d3; }
    .note__box .note__tag.blue3 {
      background: #5ed3a5; }
    .note__box .note__tag.blue4 {
      background: #009ed0; }
    .note__box .note__tag.orange {
      background: #f9b253; }
    .note__box .note__tag.pink {
      background: #ff7390; }
    .note__box .note__tag.green {
      background: #79d000; }
    .note__box .note__tag.purple {
      background: #a354e0; }
    .note__box .note__tag.brown {
      background: #c2a879; }
  .note__box .note__txt {
    margin-top: 15px; }

.category__list {
  max-width: 860px;
  width: 100%;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px; }
  .category__list .category__item {
    border-radius: 20px;
    background: #ffffff;
    padding: 30px 20px;
    border: 3px solid #ffa200; }
    @media only screen and (max-width: 900px) {
      .category__list .category__item {
        padding: 20px 10px; } }
  .category__list .category__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #f4e1be;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .category__list .category__name span {
      font-size: 3rem;
      color: #ff1e00;
      margin-right: 15px;
      line-height: 1; }
      @media only screen and (max-width: 900px) {
        .category__list .category__name span {
          font-size: 1.8rem;
          margin-right: 10px; } }
  .category__list .category__content {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 900px) {
      .category__list .category__content {
        margin-top: 10px; } }
  .category__list .category__tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 72px;
    padding: 7px;
    line-height: 1;
    color: #c2a879;
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
    border: 1px solid #c2a879; }
    @media only screen and (max-width: 900px) {
      .category__list .category__tag {
        width: 60px;
        margin-bottom: 5px; } }

.feedback__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .feedback__list .feedback__item {
    margin-top: 30px;
    background-color: #f4e1be;
    padding: 50px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    border-radius: 20px; }
    @media only screen and (max-width: 900px) {
      .feedback__list .feedback__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 25px;
        gap: 20px; } }
  .feedback__list .feedback__left, .feedback__list .feedback__right {
    width: 50%; }
    @media only screen and (max-width: 900px) {
      .feedback__list .feedback__left, .feedback__list .feedback__right {
        width: 100%; } }
  .feedback__list .feedback__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold; }
  .feedback__list .feedback__name {
    font-size: 2rem;
    margin-left: 5px;
    line-height: 1; }
    @media only screen and (max-width: 900px) {
      .feedback__list .feedback__name {
        font-size: 1.6rem; } }
  .feedback__list .feedback__model {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 900px) {
      .feedback__list .feedback__model {
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .feedback__list .feedback__tag {
    border-radius: 15px;
    background-color: #c2a879;
    padding: 4px 15px;
    font-size: 1.4rem;
    color: #f4e1be;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 12px;
    min-width: 58px; }
    @media only screen and (max-width: 900px) {
      .feedback__list .feedback__tag {
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: unset; } }
  .feedback__list .feedback__type {
    font-weight: 700; }
    @media only screen and (max-width: 900px) {
      .feedback__list .feedback__type {
        margin-top: 10px; } }
  .feedback__list .feedback__avt {
    margin-top: 20px; }
    @media only screen and (max-width: 900px) {
      .feedback__list .feedback__avt {
        margin-top: 10px; } }
    .feedback__list .feedback__avt img {
      aspect-ratio: 455 / 341; }
  .feedback__list .feedback__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .feedback__list .feedback__comment {
    background: #ffffff;
    width: 100%;
    text-align: center;
    padding: 20px; }
    .feedback__list .feedback__comment img {
      max-width: 399px;
      aspect-ratio: 399 / 305; }
  .feedback__list .feedback__desc {
    margin-top: 30px; }
    @media only screen and (max-width: 900px) {
      .feedback__list .feedback__desc {
        margin-top: 15px; } }

.construction__list {
  max-width: 965px;
  width: 100%;
  margin: 50px auto 0; }
  .construction__list .construction__item {
    padding: 40px;
    border-radius: 20px;
    margin-top: 20px;
    background-color: #f4e1be; }
    @media only screen and (max-width: 900px) {
      .construction__list .construction__item {
        padding: 10px; } }
  .construction__list .construction__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 900px) {
      .construction__list .construction__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .construction__list .construction__info {
    margin-right: 20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media only screen and (max-width: 900px) {
      .construction__list .construction__info {
        margin-right: 0; } }
  .construction__list .construction__title {
    font-size: 1.8rem; }
    @media only screen and (max-width: 900px) {
      .construction__list .construction__title {
        font-size: 1.6rem; } }
  .construction__list .construction__detail {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px; }
    @media only screen and (max-width: 900px) {
      .construction__list .construction__detail {
        margin-top: 10px; } }
    .construction__list .construction__detail tr {
      display: block;
      margin-top: 5px; }
    .construction__list .construction__detail th {
      text-align: center;
      padding: 6px 10px;
      width: 102px;
      font-weight: 400;
      background: #c2a879;
      color: #f4e1be;
      border-radius: 15px; }
      @media only screen and (max-width: 900px) {
        .construction__list .construction__detail th {
          padding: 5px; } }
    .construction__list .construction__detail td {
      padding: 6px 10px; }
      @media only screen and (max-width: 900px) {
        .construction__list .construction__detail td {
          padding: 5px; } }
  .construction__list .construction__imageBA {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 560px;
    gap: 10px; }
    @media only screen and (max-width: 900px) {
      .construction__list .construction__imageBA {
        width: 100%;
        margin-top: 10px;
        gap: 5px; } }
    .construction__list .construction__imageBA::before {
      position: absolute;
      content: "";
      width: 35px;
      height: 41px;
      background: url("../img/common/icon_arrow5.png") no-repeat;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1; }
      @media only screen and (max-width: 900px) {
        .construction__list .construction__imageBA::before {
          width: 19px;
          height: 23px;
          background-size: cover; } }
  .construction__list .construction__img {
    position: relative; }
    .construction__list .construction__img span {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 91px;
      height: 29px;
      background: #ffffff;
      font-weight: bold;
      font-size: 1.4rem; }
      @media only screen and (max-width: 900px) {
        .construction__list .construction__img span {
          font-size: 1.2rem;
          width: 60px;
          height: 20px; } }
    .construction__list .construction__img.contruction__imgA span {
      color: #ff1e00; }

.car__grid {
  max-width: 860px;
  width: 100%;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px; }
  @media only screen and (max-width: 900px) {
    .car__grid {
      gap: 15px;
      grid-template-columns: repeat(1, 1fr); } }

.car__card {
  position: relative;
  background: #fff;
  border: 3px solid #ffa200;
  border-radius: 20px;
  padding: 30px 25px 25px;
  overflow: hidden; }
  @media only screen and (max-width: 900px) {
    .car__card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px 15px;
      gap: 15px; } }

.custom-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #ffa200;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media only screen and (max-width: 900px) {
    .custom-badge {
      width: 60px;
      height: 60px; } }

.custom-badge span {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-left: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  @media only screen and (max-width: 900px) {
    .custom-badge span {
      font-size: 1.2rem; } }

.car__image {
  text-align: center;
  margin-bottom: 20px; }
  .car__image img {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 900px) {
  .car__content {
    width: 60%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

.car__content .car-company {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px; }
  @media only screen and (max-width: 900px) {
    .car__content .car-company {
      display: inline-block;
      font-size: 1.2rem; } }

.car__content .car-name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px; }
  @media only screen and (max-width: 900px) {
    .car__content .car-name {
      display: inline-block;
      font-size: 1.5rem;
      margin-bottom: 10px; } }

.car__content .price-block {
  margin-bottom: 10px;
  color: #ffa200; }

.car__content .price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media only screen and (max-width: 900px) {
    .car__content .price-row {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 15px; } }
  .car__content .price-row .bonus {
    font-weight: 500; }
    @media only screen and (max-width: 900px) {
      .car__content .price-row .bonus {
        font-size: 1.4rem; } }
    .car__content .price-row .bonus span {
      font-size: 1.4rem; }
      @media only screen and (max-width: 900px) {
        .car__content .price-row .bonus span {
          font-size: 1.2rem; } }
  .car__content .price-row .monthly {
    font-size: 1.8rem;
    font-weight: bold; }
    @media only screen and (max-width: 900px) {
      .car__content .price-row .monthly {
        font-size: 1.5rem;
        margin-top: -3px; } }
    .car__content .price-row .monthly span {
      font-size: 1.4rem;
      font-weight: 500; }
      @media only screen and (max-width: 900px) {
        .car__content .price-row .monthly span {
          font-size: 1.2rem; } }
    .car__content .price-row .monthly small {
      font-size: 1.6rem; }
      @media only screen and (max-width: 900px) {
        .car__content .price-row .monthly small {
          font-size: 1.2rem; } }

.car__content .divider {
  height: 2px;
  background: #ffa200;
  margin: 15px 0; }
  @media only screen and (max-width: 900px) {
    .car__content .divider {
      margin: 10px 0; } }

.car__content .residual {
  text-align: center;
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 500; }
  @media only screen and (max-width: 900px) {
    .car__content .residual {
      font-size: 1.2rem;
      margin-top: 10px;
      text-align: left; } }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.table__overview {
  padding: 0 105px;
  margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .table__overview {
      padding: 0;
      margin-top: 20px; } }
  .table__overview table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.75; }
    .table__overview table tr {
      position: relative;
      border-bottom: 1px solid #c2a879; }
      .table__overview table tr:first-child {
        border-top: 1px solid #c2a879; }
      .table__overview table tr th {
        padding: 30px 40px;
        width: 27%;
        font-weight: 700;
        vertical-align: top;
        color: #c2a879; }
        @media only screen and (max-width: 900px) {
          .table__overview table tr th {
            width: 31%;
            padding: 15px; } }
      .table__overview table tr td {
        padding: 30px;
        font-weight: 400; }
        @media only screen and (max-width: 900px) {
          .table__overview table tr td {
            padding: 15px; } }
        .table__overview table tr td ul li {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
      .table__overview table tr a {
        display: block;
        color: #c2a879;
        text-decoration: underline;
        text-underline-offset: 4px; }

.table__equipment {
  max-width: 865px;
  width: 100%;
  margin: 50px auto 0;
  overflow-x: auto; }
  .table__equipment table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .table__equipment table thead tr th {
      width: 43%; }
      .table__equipment table thead tr th:last-child {
        width: 14%;
        text-align: center; }
        @media only screen and (max-width: 900px) {
          .table__equipment table thead tr th:last-child {
            width: 20%; } }
    .table__equipment table th {
      background-color: #8d8d8d;
      color: #ffffff;
      text-align: left;
      padding: 20px;
      font-weight: 400;
      outline: 2px solid #fff; }
      @media only screen and (max-width: 900px) {
        .table__equipment table th {
          padding: 8px; } }
    .table__equipment table td {
      padding: 20px;
      background-color: #f0f0f0;
      outline: 2px solid #fff; }
      @media only screen and (max-width: 900px) {
        .table__equipment table td {
          padding: 8px; } }
      .table__equipment table td:last-child {
        text-align: center; }
    .table__equipment table tr:last-child td {
      border-bottom: none; }

.table__price {
  width: 100%;
  max-width: 965px;
  margin: 50px auto 0; }
  @media only screen and (max-width: 900px) {
    .table__price {
      margin-top: 30px; } }
  .table__price table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #8d7955; }
    @media only screen and (max-width: 900px) {
      .table__price table {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 1.2rem; } }
  .table__price th,
  .table__price td {
    border: 2px solid #8d7955;
    padding: 12px;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .table__price th,
      .table__price td {
        border-width: 1px;
        padding: 7px 5px; } }
  .table__price thead th {
    background-color: #8b6f47;
    color: white;
    font-weight: bold; }
  .table__price .category-header {
    background-color: #8d7955;
    color: #ffffff;
    font-weight: bold;
    width: calc(100% / 6); }
    .table__price .category-header:not(:last-child) {
      border-right: 2px solid #fff; }
      @media only screen and (max-width: 900px) {
        .table__price .category-header:not(:last-child) {
          border-width: 1px; } }
  .table__price .category-header2 {
    background-color: #f4e1be;
    font-weight: bold; }
  @media only screen and (max-width: 900px) {
    .table__price tbody td {
      width: calc(100% / 6); } }
  .table__price .total-row {
    background-color: #e8e8e8;
    font-weight: bold; }
  .table__price .link-row {
    color: #ff1e00;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px; }
  .table__price .empty-cell {
    background-color: #f9f9f9; }
  .table__price .price-cell {
    font-weight: bold; }

.custom-table-wrapper {
  width: 100%;
  overflow-x: auto; }

.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px; }
  @media only screen and (max-width: 900px) {
    .custom-table {
      margin-top: 15px; } }
  .custom-table thead th {
    background: #8d7955;
    color: #fff;
    padding: 18px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #cbbfa8; }
    @media only screen and (max-width: 900px) {
      .custom-table thead th {
        padding: 10px; } }
  .custom-table tbody tr td {
    border: 1px solid #cbbfa8;
    padding: 18px;
    vertical-align: middle;
    color: #8d7955;
    font-weight: bold; }
    @media only screen and (max-width: 900px) {
      .custom-table tbody tr td {
        padding: 10px; } }
  .custom-table tbody tr .col-plan {
    background: #f4e1be;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    color: #8d7955;
    width: 18%; }
  .custom-table tbody tr .col-price {
    text-align: center;
    width: 31%; }
  .custom-table tbody tr .col-work {
    width: 53%; }
  .custom-table tbody tr .col-time {
    text-align: center;
    white-space: nowrap; }
  .custom-table tbody tr .highlight {
    font-size: 20px;
    font-weight: bold;
    color: #8d7955;
    background: #e8e8e8;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .custom-table tbody tr .highlight {
        font-size: 1.6rem; } }

/* Bullet list */
.dot-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #050505;
  font-weight: 400; }
  .dot-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    line-height: 1.2; }
    @media only screen and (max-width: 900px) {
      .dot-list li {
        padding-left: 15px; } }
    .dot-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 10px;
      height: 10px;
      background: #ffa200;
      border-radius: 50%; }
      @media only screen and (max-width: 900px) {
        .dot-list li::before {
          width: 8px;
          height: 8px; } }

small {
  font-size: 1.2rem;
  font-weight: bold; }

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
.slick-slide.slick-current.slick-active {
  -webkit-animation: none;
          animation: none; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
simply
------------------------------------------------------------*/
.simply-scroll-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px; }
  @media only screen and (max-width: 900px) {
    .simply-scroll-container {
      margin-bottom: 0; } }
  .simply-scroll-container .simply-scroll-clip {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto; }
  .simply-scroll-container .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 400px; }
    @media only screen and (max-width: 900px) {
      .simply-scroll-container .simply-scroll-list {
        height: 223px; } }
    .simply-scroll-container .simply-scroll-list li {
      float: left;
      width: 300px;
      height: 400px;
      margin: 0;
      padding: 0 13px; }
      @media only screen and (max-width: 900px) {
        .simply-scroll-container .simply-scroll-list li {
          width: 167px;
          height: 223px;
          padding: 0 0.75rem; } }
      .simply-scroll-container .simply-scroll-list li a {
        overflow: hidden;
        display: block;
        height: 100%;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .simply-scroll-container .simply-scroll-list li img {
        height: 100%;
        -webkit-transition: 0.4s;
        transition: 0.4s; }

/*
------------------------------------------------------------*/
.slider-example {
  margin: 30px auto 0;
  width: 100%;
  position: relative;
  overflow-x: hidden; }
  .slider-example .slider-example__item {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 10px;
    max-width: 400px;
    width: 100%; }
    @media only screen and (max-width: 900px) {
      .slider-example .slider-example__item {
        max-width: 245px; } }
    .slider-example .slider-example__item .slider-example__image {
      position: relative;
      padding-bottom: 75%; }
      .slider-example .slider-example__item .slider-example__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
    .slider-example .slider-example__item .slider-example__content {
      padding: 30px; }
      @media only screen and (max-width: 900px) {
        .slider-example .slider-example__item .slider-example__content {
          padding: 15px; } }
      .slider-example .slider-example__item .slider-example__content .slider-example__name {
        position: relative;
        color: #008066;
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 1.8rem;
        text-align: center; }
        @media only screen and (max-width: 900px) {
          .slider-example .slider-example__item .slider-example__content .slider-example__name {
            font-size: 1.5rem; } }
        .slider-example .slider-example__item .slider-example__content .slider-example__name::before {
          position: absolute;
          content: "";
          width: 30px;
          height: 4px;
          background: #008066;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .slider-example .slider-example__item .slider-example__content .slider-example__desc {
        margin-top: 15px; }
  .slider-example .slick-slide.slick-current.slick-active {
    -webkit-animation: none;
            animation: none; }

.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
  z-index: 1000; }

.slick-prev {
  left: 100px; }
  @media only screen and (max-width: 900px) {
    .slick-prev {
      left: 10px; } }

.slick-next {
  right: 100px; }
  @media only screen and (max-width: 900px) {
    .slick-next {
      right: 10px; } }

.slick-prev:before, .slick-next:before {
  color: #008066;
  font-size: 50px;
  opacity: 1; }

/* 要素のMoveUp + フェードイン */
.MoveUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media only screen and (max-width: 900px) {
    .MoveUp.only_pc {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
      -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1); } }

.MoveUpDone {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

.Blur {
  -webkit-transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px); }

.BlurDone {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px); }

/* 要素のMoveRight + フェードイン */
.MoveRight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
      -ms-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media only screen and (max-width: 900px) {
    .MoveRight.only_pc {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
      -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1); } }

.MoveRightDone {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

/* 要素のMoveLeft + フェードイン */
.MoveLeft {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
      -ms-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media only screen and (max-width: 900px) {
    .MoveLeft.only_pc {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
      -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1); } }

.MoveLeftDone {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

/* 要素の回転 */
.RotationContent {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1), -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms; }

.RotationContentDone {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); }

/* 要素の3D回転 */
.Rotation3dContent {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.Rotation3dContentDone {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg); }

/* ズームイン表示 */
.ZoominContent {
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }

.ZoominContentDone {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1); }

/*フェードイン表示*/
.FadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.FadeInDone {
  opacity: 1.0; }

.CoverInview {
  position: relative; }

.CoverInview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #008066;
  position: absolute;
  -webkit-transition: width 860ms 100ms ease;
  transition: width 860ms 100ms ease;
  z-index: 3000; }

.CoverInviewBK::after {
  background: #000; }

.CoverInviewDone::after {
  width: 0%; }

.CoverInviewGray {
  position: relative;
  overflow: hidden; }
  .CoverInviewGray img {
    -webkit-transition: opacity, -webkit-transform, -webkit-filter;
    transition: opacity, -webkit-transform, -webkit-filter;
    transition: transform, opacity, filter;
    transition: transform, opacity, filter, -webkit-transform, -webkit-filter;
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
    opacity: 0;
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
    will-change: transform; }

.CoverInviewGrayDone img {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-duration: 850ms;
          transition-duration: 850ms;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-filter: brightness(1);
          filter: brightness(1); }

.CoverInviewGray::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #008066;
  position: absolute;
  z-index: 9;
  -webkit-transform: translate(-105%);
      -ms-transform: translate(-105%);
          transform: translate(-105%); }

.CoverInviewGray::before {
  -webkit-transition: all 1400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1400ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.CoverInviewGrayBK::after {
  background: #000; }

.CoverInviewGrayDone::after {
  -webkit-animation: CoverWrap 1400ms cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: CoverWrap 1400ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.CoverInviewGrayDone::before {
  width: 100%; }

.Delay100ms {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms; }

.Delay150ms {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms; }

.Delay200ms {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms; }

.Delay300ms {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms; }

.Delay400ms {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms; }

.Delay450ms {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms; }

.Delay500ms {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms; }

.Delay600ms {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms; }

.Delay700ms {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms; }

.Delay750ms {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms; }

.Delay800ms {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms; }

.Delay900ms {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms; }

.Delay1000ms {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms; }

.Delay1100ms {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms; }

.Delay1200ms {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms; }

.Delay1300ms {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms; }

.Delay1400ms {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms; }

.Delay1500ms {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms; }

.Delay1600ms {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms; }

.Delay1700ms {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms; }

.Delay1800ms {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms; }

.Delay1900ms {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms; }

.Delay2000ms {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms; }

@-webkit-keyframes CoverWrap {
  0% {
    -webkit-transform: translate(-105%);
            transform: translate(-105%); }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  100% {
    -webkit-transform: translate(105%);
            transform: translate(105%); } }

@keyframes CoverWrap {
  0% {
    -webkit-transform: translate(-105%);
            transform: translate(-105%); }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  100% {
    -webkit-transform: translate(105%);
            transform: translate(105%); } }

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000000;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  top: 0;
  left: 0; }

#preloader-logo {
  width: 120px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }

.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, rgba(63, 249, 220, 0.1)), to(#008066));
  background: -webkit-linear-gradient(bottom, rgba(63, 249, 220, 0.1) 33%, #008066 100%);
  background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, #008066 100%);
  -webkit-animation: spin .8s linear 0s infinite;
          animation: spin .8s linear 0s infinite; }
  @media only screen and (max-width: 900px) {
    .circle-border {
      width: 100px;
      height: 100px; } }

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.is-moveup, .is-fadein {
  opacity: 0; }

.char {
  display: inline-block;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.is-moveup.active .char {
  -webkit-animation: moveUpChar 1s ease forwards;
          animation: moveUpChar 1s ease forwards; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes moveUpChar {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes moveUpChar {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.is-moveup.active {
  opacity: 1; }

.is-fadein.active {
  -webkit-animation: fadeIn .3s ease forwards;
          animation: fadeIn .3s ease forwards; }

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-mvSliderTop {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  margin-top: 117px; }
  @media only screen and (max-width: 900px) {
    .c-mvSliderTop {
      margin-top: 75px;
      margin-bottom: -50px; } }
  .c-mvSliderTop__inner {
    width: 100%;
    height: 346px; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderTop__inner {
        height: 325px; } }
  .c-mvSliderTop__car {
    display: block;
    position: relative;
    top: -60px; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderTop__car {
        top: -90px; } }
    .c-mvSliderTop__car .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .c-mvSliderTop__carItem {
      margin: 0 25px; }
      @media only screen and (max-width: 900px) {
        .c-mvSliderTop__carItem {
          margin: 0;
          padding: 0 20px; } }
      .c-mvSliderTop__carItem.slick-slide {
        max-width: 340px;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto; }
  .c-mvSliderTop__image {
    position: relative;
    width: 100%;
    height: 100%; }
  .c-mvSliderTop__dot {
    width: auto;
    display: block;
    margin-left: 52px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderTop__dot {
        margin-left: 20px; } }
  .c-mvSliderTop__text {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderTop__text {
        top: 40px;
        max-width: 90%;
        font-size: 1.6rem; } }
    @media only screen and (max-width: 365px) {
      .c-mvSliderTop__text {
        font-size: 1.4rem; } }
  .c-mvSliderTop__title {
    position: relative;
    font-size: 6rem;
    white-space: nowrap;
    font-weight: 900;
    padding: 5px 25px;
    line-height: 1; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderTop__title {
        font-size: 3rem;
        padding: 5px 10px; } }
    @media only screen and (max-width: 365px) {
      .c-mvSliderTop__title {
        font-size: 2.4rem; } }
    .c-mvSliderTop__title::before, .c-mvSliderTop__title::after {
      position: absolute;
      content: "";
      background: #050505;
      width: 5px;
      height: 100%;
      top: 5px; }
      @media only screen and (max-width: 900px) {
        .c-mvSliderTop__title::before, .c-mvSliderTop__title::after {
          width: 2px; } }
    .c-mvSliderTop__title::before {
      left: -10px;
      -webkit-transform: rotate(340deg);
          -ms-transform: rotate(340deg);
              transform: rotate(340deg); }
      @media only screen and (max-width: 900px) {
        .c-mvSliderTop__title::before {
          left: -5px; } }
    .c-mvSliderTop__title::after {
      right: 0;
      -webkit-transform: rotate(25deg);
          -ms-transform: rotate(25deg);
              transform: rotate(25deg); }
  .c-mvSliderTop__subtitle {
    margin-top: 18px; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderTop__subtitle {
        margin-top: 10px; } }
  .c-mvSliderTop__desc {
    margin-top: 20px;
    padding: 10px 30px;
    background-color: #f4e1be;
    border-radius: 20px; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderTop__desc {
        margin-top: 10px;
        padding: 5px 10px; } }
  .c-mvSliderTop__ttl1 {
    font-family: 'Sawarabi Mincho', serif;
    font-weight: 400;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: calc(48 / 36);
    text-align: left;
    margin-bottom: 10px; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderTop__ttl1 {
        font-size: 3rem;
        line-height: calc(72 / 60); } }
  .c-mvSliderTop__ttl2 {
    font-family: 'Sawarabi Mincho', serif;
    font-weight: 400;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: calc(36 / 24);
    margin-bottom: 15px; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderTop__ttl2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
        line-height: calc(48 / 33); } }
    .c-mvSliderTop__ttl2 span {
      background: #fff; }
  .c-mvSliderTop__ttl3 {
    font-family: 'Sawarabi Mincho', serif;
    font-weight: 400;
    font-size: 1.6rem;
    font-weight: 400;
    color: #393939;
    line-height: calc(24 / 16); }
    @media only screen and (max-width: 900px) {
      .c-mvSliderTop__ttl3 {
        font-size: 1.4rem;
        text-shadow: 0 0 10px rgba(244, 242, 230, 0.7);
        line-height: calc(36 / 28); } }
  .c-mvSliderTop__item {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
  .c-mvSliderTop .slick-dots {
    position: relative;
    text-align: left;
    bottom: 450px;
    max-width: 650px;
    margin: 0 auto; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderTop .slick-dots {
        bottom: 10px; } }
    .c-mvSliderTop .slick-dots li {
      width: auto;
      height: auto;
      margin: 0 25px; }
      .c-mvSliderTop .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        background: #ff1e00;
        border-radius: 50%; }
        .c-mvSliderTop .slick-dots li button:before {
          content: none; }
        .c-mvSliderTop .slick-dots li button:hover {
          opacity: 0.7; }
    .c-mvSliderTop .slick-dots .slick-active button {
      background: #ffffff; }

.c-mvTop {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  margin-top: 117px; }
  @media only screen and (max-width: 900px) {
    .c-mvTop {
      margin-top: 75px; } }
  .c-mvTop__inner {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 900px) {
      .c-mvTop__inner {
        height: 445px; } }
  .c-mvTop__image {
    position: relative;
    width: 100%;
    height: 100%; }
  .c-mvTop__text {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 40px;
    left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url("../img/index/icon_cloud06.png") no-repeat;
    background-size: contain;
    padding: 140px 60px 80px;
    line-height: 1.3; }
    @media only screen and (max-width: 900px) {
      .c-mvTop__text {
        left: 0;
        padding: 0;
        background: none;
        width: 100%;
        text-align: center;
        top: 25px;
        z-index: 2; } }
    .c-mvTop__text h2 {
      font-size: 5rem;
      font-weight: bold; }
      @media only screen and (max-width: 900px) {
        .c-mvTop__text h2 {
          font-size: 3rem; } }
    .c-mvTop__text .body {
      font-size: 1.8rem;
      font-weight: bold;
      margin-top: 20px; }
      @media only screen and (max-width: 900px) {
        .c-mvTop__text .body {
          font-size: 1.4rem;
          margin-top: 10px; } }
    .c-mvTop__text .tagline {
      margin-top: 20px; }
      @media only screen and (max-width: 900px) {
        .c-mvTop__text .tagline {
          font-size: 1rem;
          margin-top: 10px; } }
  .c-mvTop__visual {
    position: relative;
    height: 100%;
    z-index: 3; }
  .c-mvTop .bubble {
    position: absolute;
    -webkit-animation: waveFloat 3s ease-in-out infinite;
            animation: waveFloat 3s ease-in-out infinite;
    will-change: transform; }
    @media only screen and (max-width: 900px) {
      .c-mvTop .bubble img {
        -o-object-fit: contain;
           object-fit: contain; } }
    .c-mvTop .bubble--people {
      top: 35px;
      right: 36vw;
      width: 367px;
      height: 343px;
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
      @media only screen and (max-width: 900px) {
        .c-mvTop .bubble--people {
          width: 162px;
          height: 157px;
          top: unset;
          right: calc(100vw - 154px);
          bottom: 70px; } }
    .c-mvTop .bubble--cars {
      top: 55px;
      right: 14vw;
      width: 308px;
      height: 291px;
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
      @media only screen and (max-width: 900px) {
        .c-mvTop .bubble--cars {
          display: none; } }
    .c-mvTop .bubble--shop {
      bottom: 40px;
      right: 23.5vw;
      width: 336px;
      height: 299px;
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s; }
      @media only screen and (max-width: 900px) {
        .c-mvTop .bubble--shop {
          right: -24px;
          bottom: 58px;
          width: 176px;
          height: 157px;
          z-index: 4; } }
    .c-mvTop .bubble--engine {
      bottom: 70px;
      right: -15px;
      width: 364px;
      height: 334px;
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s; }
      @media only screen and (max-width: 900px) {
        .c-mvTop .bubble--engine {
          width: 145px;
          height: 133px;
          right: 23.7vw;
          bottom: 10px; } }
    .c-mvTop .bubble--cloud01 {
      top: -30px;
      left: 80px; }
      @media only screen and (max-width: 900px) {
        .c-mvTop .bubble--cloud01 {
          width: 66px;
          height: 71px;
          left: -17px;
          top: 40px;
          z-index: 3; } }
    .c-mvTop .bubble--cloud02 {
      bottom: 35px;
      left: -41px; }
      @media only screen and (max-width: 900px) {
        .c-mvTop .bubble--cloud02 {
          display: none; } }
    .c-mvTop .bubble--cloud03 {
      bottom: 75px;
      right: 46.5vw;
      z-index: 4; }
      @media only screen and (max-width: 900px) {
        .c-mvTop .bubble--cloud03 {
          width: 68px;
          height: 62px;
          bottom: unset;
          top: -22px;
          right: 12%; } }
    .c-mvTop .bubble--cloud04 {
      top: 50px;
      right: 96px;
      z-index: 4; }
      @media only screen and (max-width: 900px) {
        .c-mvTop .bubble--cloud04 {
          width: 64px;
          height: 68px;
          top: unset;
          bottom: 18px;
          right: 14px; } }
    .c-mvTop .bubble--cloud05 {
      bottom: -25px;
      right: -80px;
      z-index: 4; }
      @media only screen and (max-width: 900px) {
        .c-mvTop .bubble--cloud05 {
          width: 54px;
          height: 55px;
          right: unset;
          left: 30px;
          bottom: 30px; } }
    .c-mvTop .bubble--cloud07 {
      bottom: -80px;
      right: -80px; }
      @media only screen and (max-width: 900px) {
        .c-mvTop .bubble--cloud07 {
          width: 105px;
          height: 96px;
          right: -20px;
          bottom: unset;
          top: 63px;
          z-index: 1; } }
    .c-mvTop .bubble--cloud08 {
      top: -120px;
      right: 281px; }
      @media only screen and (max-width: 900px) {
        .c-mvTop .bubble--cloud08 {
          width: 96px;
          height: 108px;
          right: unset;
          left: 10px;
          top: -43px;
          z-index: 2; } }
  .c-mvTop .bubble--cloud02 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .c-mvTop .bubble--cloud01 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .c-mvTop .bubble--people {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .c-mvTop .bubble--cloud08 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .c-mvTop .bubble--cloud03 {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
  .c-mvTop .bubble--shop {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; }
  .c-mvTop .bubble--cars {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s; }
  .c-mvTop .bubble--engine {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }
  .c-mvTop .bubble--cloud04 {
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .c-mvTop .bubble--cloud07 {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s; }
  .c-mvTop .bubble--cloud05 {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s; }

@media only screen and (max-width: 900px) {
  .c-mv1 {
    margin-top: 75px; } }

.c-mv1__wrap {
  overflow: hidden; }

.c-mv1__inner {
  position: relative; }
  @media only screen and (max-width: 900px) {
    .c-mv1__inner {
      padding: 0 20px; } }

.c-mv1__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  @media only screen and (max-width: 900px) {
    .c-mv1__image img {
      -o-object-position: right;
         object-position: right; } }

.c-mv1__content {
  height: 28vw;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 8vw; }
  @media only screen and (max-width: 900px) {
    .c-mv1__content {
      height: 50vw;
      padding-bottom: 10vw; } }

.c-mv1__ttl {
  font-size: 3rem;
  font-weight: 500; }
  @media only screen and (max-width: 900px) {
    .c-mv1__ttl {
      font-size: 2.4rem;
      text-shadow: 0 3px 6px #fff; } }

.c-mvSliderCat {
  margin-top: 117px;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 900px) {
    .c-mvSliderCat {
      margin-top: 50px; } }
  .c-mvSliderCat__image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .c-mvSliderCat__wrapper {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 70px; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderCat__wrapper {
        padding: 50px 20px; } }
  .c-mvSliderCat__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderCat__img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .c-mvSliderCat__title {
    max-width: 484px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%; }
    .c-mvSliderCat__title img {
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; }
  .c-mvSliderCat__car {
    max-width: 403px; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderCat__car {
        margin-top: 20px; } }
    .c-mvSliderCat__car img {
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; }
  .c-mvSliderCat__contentTtl {
    position: relative;
    max-width: 790px;
    width: 100%;
    margin: 50px auto 0;
    background: #8d7955;
    padding: 5px 10px;
    border-radius: 23px;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .c-mvSliderCat__contentTtl {
        font-size: 1.8rem;
        margin-top: 20px; } }
    .c-mvSliderCat__contentTtl::before {
      content: "";
      position: absolute;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid #8d7955;
      left: 50%;
      top: 100%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .c-mvSliderCat__desire {
    max-width: 750px;
    width: 100%;
    margin: 35px auto 0; }
    .c-mvSliderCat__desire li {
      position: relative;
      padding-left: 30px;
      margin-top: 10px;
      font-weight: bold; }
      .c-mvSliderCat__desire li::before {
        position: absolute;
        content: "";
        background: url("../img/common/icon_tick_orange.png") no-repeat;
        top: 5px;
        left: 0;
        width: 19px;
        height: 14px; }

.wp-pagenavi {
  text-align: center;
  margin: 75px 0 0; }
  @media only screen and (max-width: 900px) {
    .wp-pagenavi {
      margin: 30px 0 0; } }
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    padding: 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0;
    text-decoration: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 10px 0 10px;
    min-width: 40px;
    min-height: 40px; }
    @media screen and (min-width: 1024px) {
      .wp-pagenavi .page:hover,
      .wp-pagenavi .current:hover {
        opacity: 1;
        color: #fff; } }
  .wp-pagenavi .page {
    background: #f5f5f5; }
    @media screen and (min-width: 1024px) {
      .wp-pagenavi .page:hover {
        background: #cdcdcd; } }
  .wp-pagenavi .current {
    color: #fff;
    background: #cdcdcd; }
  .wp-pagenavi a {
    text-decoration: none; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    position: relative;
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 10px 0 10px;
    min-width: 40px;
    min-height: 40px;
    color: #cdcdcd; }
    @media screen and (min-width: 1024px) {
      .wp-pagenavi .previouspostslink:hover,
      .wp-pagenavi .nextpostslink:hover {
        text-decoration: none; } }
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover {
      opacity: 1; }

.c-contact {
  max-width: 700px;
  width: 100%;
  border-radius: 3px;
  margin: 80px auto;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media only screen and (max-width: 900px) {
    .c-contact {
      width: calc(100% - 40px);
      margin: 50px auto; } }
  .c-contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 900px) {
      .c-contact ul {
        display: block; } }
  .c-contact__item a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 78px;
    background: #ffffff;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    border: 1px solid #ffffff; }
    @media only screen and (max-width: 900px) {
      .c-contact__item a {
        height: 70px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 1024px) {
      .c-contact__item a:hover {
        background: #fff;
        color: #ffffff;
        opacity: 1; } }
    .c-contact__item a span {
      position: relative; }
      .c-contact__item a span:nth-child(1):after {
        content: "";
        position: absolute;
        background: #fff;
        width: 1px;
        height: 36px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media only screen and (max-width: 900px) {
          .c-contact__item a span:nth-child(1):after {
            width: 242px;
            height: 1px;
            bottom: 0;
            top: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); } }

.c-boxTxt1__info {
  font-size: 1.6rem;
  color: #ffffff; }
  .c-boxTxt1__info.center {
    display: table;
    margin: 0 auto; }

.c-boxTxt1 .c-ttl2 {
  margin-bottom: 35px; }
  @media only screen and (max-width: 900px) {
    .c-boxTxt1 .c-ttl2 {
      margin-bottom: 15px; } }

.c-map {
  height: 470px; }
  @media only screen and (max-width: 900px) {
    .c-map {
      height: 321px; } }
  .c-map iframe {
    height: 100%;
    width: 100%; }

.c-inqui {
  margin: 50px auto 0; }
  @media only screen and (max-width: 900px) {
    .c-inqui {
      margin: 30px auto 0; } }
  .c-inqui__content {
    background-color: #f4e1be;
    margin: 0 auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    max-width: 860px;
    text-align: center;
    padding: 50px 20px;
    border-radius: 30px; }
    @media only screen and (max-width: 900px) {
      .c-inqui__content {
        padding: 20px; } }
  .c-inqui__ttl {
    font-size: 1.8rem;
    font-weight: bold; }
  .c-inqui__txt1 {
    font-size: 3.6rem;
    line-height: 1;
    font-weight: bold;
    margin: 20px 0; }
    @media only screen and (max-width: 900px) {
      .c-inqui__txt1 {
        font-size: 3rem;
        margin: 0; } }
    .c-inqui__txt1 a {
      color: inherit;
      text-decoration: none; }
      .c-inqui__txt1 a:hover {
        opacity: 1; }
  .c-inqui__txt2 {
    font-size: 2rem;
    color: #707070; }
    @media only screen and (max-width: 900px) {
      .c-inqui__txt2 {
        font-size: 1.6rem;
        margin-top: 19px; } }

.c-totop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: #c2a879;
  border-radius: 50%;
  mix-blend-mode: multiply; }
  @media only screen and (max-width: 900px) {
    .c-totop {
      bottom: 76px;
      right: 20px;
      width: 24px;
      height: 24px; } }
  .c-totop:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 17px;
    left: 15px; }
    @media only screen and (max-width: 900px) {
      .c-totop:before {
        border-left: 2px solid #ffffff;
        border-top: 2px solid #ffffff;
        width: 8px;
        height: 8px;
        top: 10px;
        left: 7px; } }

.u-linktd {
  text-decoration: underline;
  text-underline-offset: 5px; }
  @media only screen and (max-width: 900px) {
    .u-linktd {
      text-underline-offset: 2px; } }

.c-slickitem {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 20px;
  width: 400px; }
  @media only screen and (max-width: 900px) {
    .c-slickitem {
      width: 335px; } }
  @media only screen and (max-width: 350px) {
    .c-slickitem {
      width: 280px; } }
  .c-slickitem img {
    width: 100%; }

.c-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }
  @media only screen and (max-width: 900px) {
    .c-plan {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .c-plan__item {
    max-width: 495px;
    width: calc((100% - 90px) / 2);
    border-radius: 15px;
    border: 3px solid #4F4F4F;
    padding: 20px 50px; }
    @media only screen and (max-width: 900px) {
      .c-plan__item {
        width: 100%;
        padding: 20px 30px; } }
    @media only screen and (max-width: 900px) {
      .c-plan__item:first-of-type {
        margin-bottom: 55px; } }
    .c-plan__item ul li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 10px; }
      .c-plan__item ul li::before {
        content: "";
        position: absolute;
        border: 4px solid #4F4F4F;
        height: 5px;
        border-radius: 50%;
        width: 5px;
        top: 6px;
        left: 0; }
      .c-plan__item ul li a {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: calc(24 / 16); }
    .c-plan__item ul p {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: calc(24 / 16);
      margin-top: 10px; }
  .c-plan__title {
    font-size: 3rem;
    font-weight: 700;
    line-height: calc(44 / 30);
    color: #4F4F4F;
    text-align: center;
    margin-bottom: 30px; }
  .c-plan__sub {
    font-size: 1.6rem;
    line-height: calc(24 / 16);
    color: #050505;
    margin-bottom: 15px; }
  .c-plan__price {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: calc(35 / 24);
    margin-bottom: 35px; }
    .c-plan__price::before {
      content: "";
      position: absolute;
      background: rgba(248, 214, 72, 0.3);
      width: 240px;
      height: 20px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      bottom: -15px;
      left: 50%; }
  .c-planbonus {
    padding-left: 55px; }
    @media only screen and (max-width: 900px) {
      .c-planbonus {
        padding-left: 0; } }
    .c-planbonus__title {
      font-size: 2.4rem;
      font-weight: 400;
      min-width: 291px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      line-height: calc(35 / 24);
      color: #050505;
      position: relative;
      padding-left: 20px;
      border-bottom: 1px solid #4F4F4F;
      margin-bottom: 22px; }
      .c-planbonus__title::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        background: #4F4F4F;
        left: 0;
        top: 6px; }
    .c-planbonus__sub {
      font-size: 1.6rem;
      line-height: calc(24 / 16);
      color: #333;
      margin-bottom: 15px; }

.slick-list {
  overflow: visible; }

.c-content {
  padding-left: 15px;
  width: 470px; }
  @media only screen and (max-width: 900px) {
    .c-content {
      width: 100%;
      padding-left: 0;
      margin-bottom: 25px; } }

.wrapper-content {
  max-width: 860px;
  width: 100%;
  margin: 30px auto 0; }
  @media only screen and (max-width: 900px) {
    .wrapper-content {
      margin: 15px auto 0;
      text-align: left; } }
  .wrapper-content.center {
    text-align: center; }

.map iframe {
  width: 100%;
  height: 360px;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 900px) {
    .map iframe {
      margin-top: 25px;
      margin-bottom: 25px; } }

.wpsbc-calendars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .wpsbc-calendars {
      margin-top: 30px; } }

.wpsbc-calendar-wrapper {
  background-color: #f5f5f5; }

.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
  background-color: #fff !important; }

.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
  background-color: #ffe7e7 !important; }

.calendar__box {
  max-width: 378px;
  width: 100%;
  margin: 30px auto; }

.calendar__note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .calendar__noteColor {
    display: block;
    width: 36px;
    height: 26px;
    background: #ffe7e7;
    margin-right: 10px; }

@-webkit-keyframes waveFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@keyframes waveFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

/*------------------------------------------------------------
404
------------------------------------------------------------*/
.p-page4041 {
  max-width: 704px;
  margin: 0 auto; }
  @media only screen and (max-width: 900px) {
    .p-page4041 {
      max-width: 480px;
      width: 100%; } }
  .p-page4041 .c-text1 {
    color: #222;
    width: 100%;
    margin: 30px auto; }

.p-page404 .c-btn1 {
  outline: 2px solid #f0f0f0; }

/*------------------------------------------------------------
about
------------------------------------------------------------*/
.p-aboutMission {
  background-color: rgba(244, 225, 190, 0.3); }
  .p-aboutMission .mission__content {
    background: #ffffff;
    border-radius: 40px;
    padding: 70px 0; }
    @media only screen and (max-width: 900px) {
      .p-aboutMission .mission__content {
        padding: 20px; } }
  .p-aboutMission .ttl_box:not(:first-child) {
    margin-top: 70px; }
    @media only screen and (max-width: 900px) {
      .p-aboutMission .ttl_box:not(:first-child) {
        margin-top: 30px; } }
  .p-aboutMission .service__list {
    margin-top: 30px; }
    .p-aboutMission .service__list .service__item {
      width: calc(100% / 3);
      border: 4px solid #ff1e00;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 900px) {
        .p-aboutMission .service__list .service__item {
          width: 100%;
          border-width: 2px; } }
    .p-aboutMission .service__list .service__num::before {
      position: absolute;
      content: "";
      width: 50px;
      height: 5px;
      background: #ffffff;
      bottom: 11px;
      left: 50%;
      z-index: -1;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media only screen and (max-width: 900px) {
        .p-aboutMission .service__list .service__num::before {
          height: 2px;
          bottom: 17px; } }

/*------------------------------------------------------------
base
------------------------------------------------------------*/
.p-baseLocation, .p-baseAffiliate {
  background: #fff;
  padding-bottom: 100px; }
  @media only screen and (max-width: 900px) {
    .p-baseLocation, .p-baseAffiliate {
      padding-bottom: 50px; } }

/*------------------------------------------------------------
business
------------------------------------------------------------*/
.p-businessList, .p-businessFeatures, .p-businessEquipment, .p-businessExample, .p-businessMaterials, .p-businessBanner {
  background: #fff; }

.p-businessList .children__list {
  grid-template-columns: repeat(auto-fill, minmax(280px, 392px));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 900px) {
    .p-businessList .children__list {
      grid-template-columns: repeat(2, 1fr); } }
  .p-businessList .children__list .children__itemTitle, .p-businessList .children__list .children__itemDes {
    padding: 0 15px; }
    @media only screen and (max-width: 900px) {
      .p-businessList .children__list .children__itemTitle, .p-businessList .children__list .children__itemDes {
        padding: 0; } }

.p-businessIntro {
  padding: 0; }

.p-businessDescription {
  background: url("../img/2x4/2x4_bg.jpg") no-repeat;
  background-size: cover; }

.intro__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: url("../img/2x4/background.png") top right/contain no-repeat, #222; }
  .intro__wrapper .intro__image {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-height: 360px;
    -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%); }
    @media only screen and (max-width: 900px) {
      .intro__wrapper .intro__image {
        display: none; } }
  .intro__wrapper .intro__content {
    padding: 40px 7.8% 40px 0; }
    @media only screen and (max-width: 900px) {
      .intro__wrapper .intro__content {
        padding: 30px 20px; } }
  .intro__wrapper .intro__title {
    font-size: 2.4rem;
    font-weight: bold; }
    @media only screen and (max-width: 900px) {
      .intro__wrapper .intro__title {
        font-size: 1.8rem; } }
  .intro__wrapper .intro__description {
    margin-top: 30px; }
    @media only screen and (max-width: 900px) {
      .intro__wrapper .intro__description {
        margin-top: 20px; } }

.description__box {
  max-width: 590px;
  width: 100%;
  margin: 0 auto; }
  .description__box .descrition__content p {
    margin-top: 20px; }
    @media only screen and (max-width: 900px) {
      .description__box .descrition__content p {
        margin-top: 10px; } }
  .description__box .descrition__content img {
    display: block;
    max-width: 468px;
    margin: 20px auto 0; }
    @media only screen and (max-width: 900px) {
      .description__box .descrition__content img {
        margin-top: 10px; } }

/*------------------------------------------------------------
carcare
------------------------------------------------------------*/
.p-carcareDetails .desc_box {
  text-align: center; }

/*------------------------------------------------------------
carcare2026
------------------------------------------------------------*/
.p-carcare2026Details .c-mvSliderCat__desire {
  max-width: 100%;
  margin-top: 20px; }
  @media only screen and (max-width: 900px) {
    .p-carcare2026Details .c-mvSliderCat__desire {
      margin-top: 10px; } }

.p-carcare2026Options .car__list {
  grid-template-columns: repeat(2, 1fr); }
  .p-carcare2026Options .car__list .car__img {
    aspect-ratio: auto;
    height: 236px; }
    @media only screen and (max-width: 900px) {
      .p-carcare2026Options .car__list .car__img {
        height: 100px;
        min-height: unset; } }
    .p-carcare2026Options .car__list .car__img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .p-carcare2026Options .car__list .car__model {
    margin: 20px  0 0; }
    @media only screen and (max-width: 900px) {
      .p-carcare2026Options .car__list .car__model {
        margin-top: 15px; } }

@media only screen and (max-width: 900px) {
  .p-carcare2026Options.p-carcareInsurance .car__list {
    grid-template-columns: 1fr; } }

/*------------------------------------------------------------
carlease
------------------------------------------------------------*/
.p-carleasePayment .ttl_box2 {
  margin-top: 0; }

.custom-lease-box {
  max-width: 965px;
  width: 100%;
  margin: 50px auto 0;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 40px 50px; }
  @media only screen and (max-width: 900px) {
    .custom-lease-box {
      margin-top: 15px;
      padding: 20px 15px; } }

.custom-lease-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px; }
  @media only screen and (max-width: 900px) {
    .custom-lease-title {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 900px) {
    .custom-lease-title span {
      font-size: .9rem; } }

.custom-lease-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  @media only screen and (max-width: 900px) {
    .custom-lease-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }

.p-carsell .ttl_box {
  margin: 30px 0; }

/*------------------------------------------------------------
compactcar
------------------------------------------------------------*/
.p-compactcarReasons {
  background-color: rgba(244, 225, 190, 0.3); }

.p-compactcar .c-form1__btn .c-btn1 {
  margin-top: 0; }
  .p-compactcar .c-form1__btn .c-btn1__txt1 {
    padding: 8px 40px; }
    @media only screen and (max-width: 900px) {
      .p-compactcar .c-form1__btn .c-btn1__txt1 {
        padding: 8px 20px; } }

.car-hero {
  position: relative;
  background: url("../img/compactcar/cover.png") center bottom/cover no-repeat;
  padding: 30px 50px 60px;
  text-align: center;
  color: #fff; }
  @media only screen and (max-width: 900px) {
    .car-hero {
      padding: 50px 10px; } }
  .car-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto; }
  .car-hero__title {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    display: inline-block; }
    @media only screen and (max-width: 900px) {
      .car-hero__title {
        font-size: 2.7rem; } }
    .car-hero__title::after {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      background: #fff;
      margin: 10px auto 0; }
  .car-hero__bubbles {
    min-height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 900px) {
      .car-hero__bubbles {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto; } }
  .car-hero .bubble {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    @media only screen and (max-width: 900px) {
      .car-hero .bubble {
        grid-column: span 6; } }
    .car-hero .bubble:nth-child(3) {
      grid-column: span 12;
      margin-top: -40px;
      margin-bottom: -40px; }
    .car-hero .bubble:nth-child(even) {
      margin-top: auto; }
    .car-hero .bubble .text {
      position: absolute;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .car-hero .bubble img {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: auto;
      mix-blend-mode: multiply;
      z-index: -1;
      opacity: 0.7; }

.car-reason__title {
  font-size: 3.6rem;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .car-reason__title {
      font-size: 2.7rem;
      text-align: left;
      letter-spacing: -.09em; } }

/*------------------------------------------------------------
company
------------------------------------------------------------*/
.biz_box {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .biz_box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .biz_box--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media only screen and (max-width: 900px) {
      .biz_box--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .biz_box--reverse .biz_info {
      margin-left: 0;
      margin-right: -110px; }
      @media only screen and (max-width: 900px) {
        .biz_box--reverse .biz_info {
          margin-right: 0; } }
      .biz_box--reverse .biz_info::before {
        right: unset;
        left: 57%; }
    .biz_box--reverse .biz_detail {
      padding: 50px 150px 50px 50px; }
      @media only screen and (max-width: 900px) {
        .biz_box--reverse .biz_detail {
          padding: 0 0 30px 0;
          min-height: 160px; } }
  .biz_box_img_2x {
    width: 540px;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 6px 6px 20px 0px rgba(234, 215, 181, 0.7);
            box-shadow: 6px 6px 20px 0px rgba(234, 215, 181, 0.7); }

.biz_info {
  margin-left: -110px;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .biz_info {
      margin-left: 0; } }
  .biz_info::before {
    content: "";
    position: absolute;
    right: 57%;
    bottom: -50px;
    background: url("../img/common/grid.png") repeat;
    width: 100vw;
    height: 344px;
    z-index: -1; }
    @media only screen and (max-width: 900px) {
      .biz_info::before {
        content: none; } }
  .biz_info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 344px;
    background: rgba(255, 255, 255, 0.5);
    top: 50px;
    left: 0;
    z-index: -2; }
    @media only screen and (max-width: 900px) {
      .biz_info::after {
        top: -34px;
        left: -10px;
        width: 100vw;
        height: -webkit-fill-available; } }

.biz_detail {
  padding: 50px 60px 50px 150px;
  position: static;
  max-width: 650px;
  min-height: 344px; }
  @media only screen and (max-width: 900px) {
    .biz_detail {
      padding: 0 0 30px 0;
      min-height: 160px; } }
  @media only screen and (max-width: 900px) {
    .biz_detail .ttl26s {
      margin-bottom: 10px; } }

.p-companyInfo, .p-companyHistory {
  background: #fff; }

/*------------------------------------------------------------
contact
------------------------------------------------------------*/
/*------------------------------------------------------------
confirm
------------------------------------------------------------*/
.p-confirm1 .ttl26s.center,
.p-thanks1 .ttl26s.center {
  padding: 0;
  margin-bottom: 0; }

.p-confirm1__txt1,
.p-thanks1__txt1 {
  font-size: 1.6rem;
  margin: 58px 0 34px;
  line-height: 1.5; }
  @media only screen and (max-width: 900px) {
    .p-confirm1__txt1,
    .p-thanks1__txt1 {
      margin: 30px 0 35px;
      padding: 0; } }
  .p-confirm1__txt1.center,
  .p-thanks1__txt1.center {
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .p-confirm1__txt1.center,
      .p-thanks1__txt1.center {
        text-align: left; } }

.p-confirm .c-boxTxt1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  .p-confirm .c-boxTxt1__info {
    margin-top: 50px;
    color: #333; }
    @media only screen and (max-width: 900px) {
      .p-confirm .c-boxTxt1__info {
        margin-top: 40px; } }

/*------------------------------------------------------------
greeting
------------------------------------------------------------*/
.p-greetingContribute {
  background: #fff; }

.contribute__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .contribute__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.contribute__content {
  width: 54.6%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media only screen and (max-width: 900px) {
    .contribute__content {
      width: 100%; } }

.contribute__title {
  font-size: 3rem;
  font-weight: bold;
  background: -webkit-linear-gradient(2deg, #00e5d9 0%, #008066 100%);
  background: linear-gradient(88deg, #00e5d9 0%, #008066 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; }
  @media only screen and (max-width: 900px) {
    .contribute__title {
      font-size: 2.4rem; } }

.contribute__description {
  margin-top: 30px;
  line-height: 1.5; }
  @media only screen and (max-width: 900px) {
    .contribute__description {
      margin-top: 20px; } }
  .contribute__description p + p {
    margin-top: 22px; }
    @media only screen and (max-width: 900px) {
      .contribute__description p + p {
        margin-top: 15px; } }

.contribute__signature {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: bold; }
  @media only screen and (max-width: 900px) {
    .contribute__signature {
      font-size: 1.5rem;
      margin-top: 20px; } }

.contribute__image {
  -webkit-clip-path: polygon(21% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(21% 0, 100% 0%, 100% 100%, 0% 100%);
  width: 45.4%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  padding-top: 30px; }
  @media only screen and (max-width: 900px) {
    .contribute__image {
      width: 72.4%;
      margin-left: auto;
      top: -90px;
      z-index: -1; } }
  .contribute__image::after {
    position: absolute;
    content: "";
    background: url("../img/greeting/manager.png") no-repeat;
    background-size: cover;
    width: 390px;
    height: 532px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media only screen and (max-width: 900px) {
      .contribute__image::after {
        width: 87%;
        height: 100%; } }

/*------------------------------------------------------------
index
------------------------------------------------------------*/
.p-indexService {
  background-color: rgba(244, 225, 190, 0.3); }

.p-indexContact .l-wrap {
  padding: 50px;
  border: 3px solid #f4e1be;
  border-radius: 30px; }
  @media only screen and (max-width: 900px) {
    .p-indexContact .l-wrap {
      padding: 30px;
      width: calc(100% - 20px); } }

@media only screen and (max-width: 900px) {
  .p-indexContact .c-form1__btn {
    margin-top: 20px; } }

.p-indexContact .c-form1__btn .c-btn1 {
  margin-top: 40px;
  border: 0;
  background-color: #ffffff; }
  @media only screen and (max-width: 900px) {
    .p-indexContact .c-form1__btn .c-btn1 {
      margin-top: 20px; } }
  .p-indexContact .c-form1__btn .c-btn1__txt1,
  .p-indexContact .c-form1__btn .c-btn1 button,
  .p-indexContact .c-form1__btn .c-btn1 input {
    color: #050505; }
    @media screen and (min-width: 1024px) {
      .p-indexContact .c-form1__btn .c-btn1__txt1:hover,
      .p-indexContact .c-form1__btn .c-btn1 button:hover,
      .p-indexContact .c-form1__btn .c-btn1 input:hover {
        opacity: 1;
        color: #c2a879; } }

@media only screen and (max-width: 900px) {
  .p-indexMessage .desc_box {
    padding: 0 20px; } }

/*------------------------------------------------------------
info
------------------------------------------------------------*/
.p-info1__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 900px) {
    .p-info1__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.p-info1__content {
  width: 700px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media only screen and (max-width: 900px) {
    .p-info1__content {
      width: 100%; } }
  .p-info1__content .c-list1 {
    margin: 0 auto; }
    .p-info1__content .c-list1__item {
      padding-left: 0;
      padding-right: 0; }

/*------------------------------------------------------------
  info detail
  ------------------------------------------------------------*/
.p-info .c-list1__date,
.p-infoDetail .c-list1__date {
  margin-right: 15px; }

.p-info .c-list1__cat,
.p-infoDetail .c-list1__cat {
  margin-right: 15px; }

.p-infoDetail .c-list1 {
  margin-top: 0; }
  .p-infoDetail .c-list1__item {
    padding: 20px 0; }

.p-infoDetail .info-list {
  padding: 0; }
  .p-infoDetail .info-list .info-item {
    border-bottom: 0; }

.p-infoDetail1__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-infoDetail1__img img {
    max-width: 370px;
    width: calc((100% - 20px) / 2) !important; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail1__img img {
        width: calc((100% - 9px) / 2) !important; } }

.p-infoDetail1__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 900px) {
    .p-infoDetail1__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.p-infoDetail1__content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 700px; }
  @media only screen and (max-width: 900px) {
    .p-infoDetail1__content {
      width: 100%; } }

.p-infoDetail1__ttl1 {
  font-size: 3rem;
  margin: 0 0 67px;
  font-weight: 600;
  border-bottom: 3px solid #F3FBF5;
  color: #ffffff; }
  @media only screen and (max-width: 900px) {
    .p-infoDetail1__ttl1 {
      font-size: 2rem;
      margin: 0 0 28px;
      border-bottom: 2px solid #F3FBF5; } }

.p-infoDetail1__boxTime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0; }
  @media only screen and (max-width: 900px) {
    .p-infoDetail1__boxTime {
      margin: 15px 0; } }
  .p-infoDetail1__boxTime .time {
    font-size: 1.6rem;
    color: #ffffff; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail1__boxTime .time {
        font-size: 1.4rem; } }
  .p-infoDetail1__boxTime .blog {
    margin-left: 22px; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail1__boxTime .blog {
        margin-top: 0;
        margin-left: 30px; } }

.p-infoDetail1 .img {
  margin: 45px 0 86px; }
  @media only screen and (max-width: 900px) {
    .p-infoDetail1 .img {
      margin: 40px 0; } }
  .p-infoDetail1 .img img {
    max-width: 100%; }

.p-infoDetail .info-single {
  overflow: hidden;
  font-weight: 400; }
  .p-infoDetail .info-single h2 {
    font-size: 2.4rem;
    font-weight: 700; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail .info-single h2 {
        font-size: 1.8rem; } }
  .p-infoDetail .info-single h3 {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    padding-left: 7px;
    border-left: 5px solid #ff1e00; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail .info-single h3 {
        font-size: 1.7rem; } }
    .p-infoDetail .info-single h3 span {
      display: inline-block;
      padding: 0 50px 0 12px; }
      @media only screen and (max-width: 900px) {
        .p-infoDetail .info-single h3 span {
          padding: 0; } }
  .p-infoDetail .info-single h4 {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 7px;
    border-left: 5px solid #ff1e00; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail .info-single h4 {
        font-size: 1.6rem; } }
  .p-infoDetail .info-single h5 {
    font-size: 1.8rem;
    font-weight: bold; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail .info-single h5 {
        font-size: 1.5rem; } }
  .p-infoDetail .info-single h6 {
    font-size: 1.6rem;
    font-weight: bold; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail .info-single h6 {
        font-size: 1.4rem; } }
  .p-infoDetail .info-single h2,
  .p-infoDetail .info-single h3,
  .p-infoDetail .info-single h4,
  .p-infoDetail .info-single h5,
  .p-infoDetail .info-single h6 {
    margin-bottom: 25px; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail .info-single h2,
      .p-infoDetail .info-single h3,
      .p-infoDetail .info-single h4,
      .p-infoDetail .info-single h5,
      .p-infoDetail .info-single h6 {
        margin-bottom: 20px; } }
  .p-infoDetail .info-single ol {
    list-style-type: decimal;
    padding: 0 0 0 20px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail .info-single ol {
        margin: 0 0 20px; } }
  .p-infoDetail .info-single ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
    margin: 0 0 25px; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail .info-single ul {
        margin: 0 0 20px; } }
    .p-infoDetail .info-single ul li::marker {
      font-size: 1rem; }
  .p-infoDetail .info-single p {
    margin-bottom: 10px; }
  .p-infoDetail .info-single a {
    color: #ff1e00;
    text-decoration: underline;
    text-underline-offset: 2px; }
    .p-infoDetail .info-single a:hover {
      text-decoration: none;
      opacity: 1; }
  .p-infoDetail .info-single img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 20px; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail .info-single img {
        margin-bottom: 10px; } }
    .p-infoDetail .info-single img.aligncenter {
      text-align: center;
      margin: 0 auto 20px;
      display: block; }
      @media only screen and (max-width: 900px) {
        .p-infoDetail .info-single img.aligncenter {
          margin: 0 auto 10px;
          display: inherit; } }
    .p-infoDetail .info-single img.alignright {
      display: block;
      float: right;
      margin: 0 auto 20px; }
      @media only screen and (max-width: 900px) {
        .p-infoDetail .info-single img.alignright {
          margin: 0 auto 10px;
          display: inherit;
          float: unset; } }
  .p-infoDetail .info-single table {
    max-width: 718px;
    width: 100%;
    border-collapse: collapse;
    margin-top: 35px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail .info-single table {
        margin-bottom: 10px; } }
    .p-infoDetail .info-single table tr:not(:last-child) th {
      border-bottom: 1px solid #ffffff; }
    .p-infoDetail .info-single table th,
    .p-infoDetail .info-single table td {
      border: 1px solid #8d7955;
      text-align: center;
      padding: 7px;
      background: #ffffff;
      width: 180px; }
      @media only screen and (max-width: 900px) {
        .p-infoDetail .info-single table th,
        .p-infoDetail .info-single table td {
          padding: 6px 0; } }
    .p-infoDetail .info-single table th {
      background: #8d7955;
      color: #fff;
      font-weight: 400; }
      .p-infoDetail .info-single table th:not(:last-child) {
        border-right: 1px solid #ffffff; }
  .p-infoDetail .info-single blockquote {
    max-width: 718px;
    width: 100%;
    font-size: 1.6rem;
    padding: 40px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 20px;
    border: 2px solid #ff1e00; }
    @media only screen and (max-width: 900px) {
      .p-infoDetail .info-single blockquote {
        padding: 20px 30px;
        margin-bottom: 10px; } }

.p-inspection .carcare__list .carcare__explain, .p-inspection .carcare__list .carcare__box {
  max-width: 965px; }

.p-inspectionContact .l-wrap {
  padding: 50px;
  border: 3px solid #f4e1be;
  border-radius: 30px; }
  @media only screen and (max-width: 900px) {
    .p-inspectionContact .l-wrap {
      padding: 20px 15px;
      width: calc(100% - 20px); } }

.p-inspectionContact .img_box {
  max-width: 730px;
  width: 100%;
  margin: 0 auto; }

.p-inspectionContact.p-reserveContact {
  background: unset; }
  .p-inspectionContact.p-reserveContact .c-form1__btn {
    margin-top: 40px; }

@media only screen and (max-width: 900px) {
  .p-inspectionContact .c-form1__btn {
    margin-top: 20px; } }

.p-inspectionContact .c-form1__btn .c-btn1 {
  margin-top: 0; }
  .p-inspectionContact .c-form1__btn .c-btn1 a {
    color: #ffffff;
    outline: 0; }
    @media screen and (min-width: 1024px) {
      .p-inspectionContact .c-form1__btn .c-btn1 a:hover {
        opacity: .7; } }
  .p-inspectionContact .c-form1__btn .c-btn1--style2 a {
    background: #06c755; }
  @media only screen and (max-width: 900px) {
    .p-inspectionContact .c-form1__btn .c-btn1--style3 {
      margin-top: 20px; } }
  .p-inspectionContact .c-form1__btn .c-btn1--style3 a {
    background: #0685c7; }

.p-inspectionContact .c-inqui__content {
  background-color: unset;
  padding: 0; }

/*------------------------------------------------------------
news
------------------------------------------------------------*/
.p-news1__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 900px) {
    .p-news1__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.p-news1__content {
  width: 700px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media only screen and (max-width: 900px) {
    .p-news1__content {
      width: 100%; } }
  .p-news1__content .c-list1 {
    margin: 0 auto; }
    .p-news1__content .c-list1__item {
      padding-left: 0;
      padding-right: 0; }

/*------------------------------------------------------------
  news detail
  ------------------------------------------------------------*/
.p-newsDetail .c-list1 {
  margin-top: 0; }
  .p-newsDetail .c-list1__date {
    margin-right: 15px; }
  .p-newsDetail .c-list1__cat {
    margin-right: 15px; }
  .p-newsDetail .c-list1__item {
    padding: 20px 0; }

.p-newsDetail .news-list {
  padding: 0; }
  .p-newsDetail .news-list .news-item {
    border-bottom: 0; }

.p-newsDetail1__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-newsDetail1__img img {
    max-width: 370px;
    width: calc((100% - 20px) / 2) !important; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail1__img img {
        width: calc((100% - 9px) / 2) !important; } }

.p-newsDetail1__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 900px) {
    .p-newsDetail1__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.p-newsDetail1__content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 700px; }
  @media only screen and (max-width: 900px) {
    .p-newsDetail1__content {
      width: 100%; } }

.p-newsDetail1__ttl1 {
  font-size: 3rem;
  margin: 0 0 67px;
  font-weight: 600;
  border-bottom: 3px solid #F3FBF5;
  color: #ffffff; }
  @media only screen and (max-width: 900px) {
    .p-newsDetail1__ttl1 {
      font-size: 2rem;
      margin: 0 0 28px;
      border-bottom: 2px solid #F3FBF5; } }

.p-newsDetail1__boxTime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0; }
  @media only screen and (max-width: 900px) {
    .p-newsDetail1__boxTime {
      margin: 15px 0; } }
  .p-newsDetail1__boxTime .time {
    font-size: 1.6rem;
    color: #ffffff; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail1__boxTime .time {
        font-size: 1.4rem; } }
  .p-newsDetail1__boxTime .blog {
    margin-left: 22px; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail1__boxTime .blog {
        margin-top: 0;
        margin-left: 30px; } }

.p-newsDetail1 .img {
  margin: 45px 0 86px; }
  @media only screen and (max-width: 900px) {
    .p-newsDetail1 .img {
      margin: 40px 0; } }
  .p-newsDetail1 .img img {
    max-width: 100%; }

.p-newsDetail .news-single {
  overflow: hidden;
  font-weight: 400; }
  .p-newsDetail .news-single h2 {
    font-size: 2.4rem;
    font-weight: 700; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail .news-single h2 {
        font-size: 1.8rem; } }
  .p-newsDetail .news-single h3 {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    padding-left: 7px;
    border-left: 5px solid #ff1e00; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail .news-single h3 {
        font-size: 1.7rem; } }
    .p-newsDetail .news-single h3 span {
      display: inline-block;
      padding: 0 50px 0 12px; }
      @media only screen and (max-width: 900px) {
        .p-newsDetail .news-single h3 span {
          padding: 0; } }
  .p-newsDetail .news-single h4 {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 7px;
    border-left: 5px solid #ff1e00; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail .news-single h4 {
        font-size: 1.6rem; } }
  .p-newsDetail .news-single h5 {
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 5px; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail .news-single h5 {
        font-size: 1.5rem; } }
  .p-newsDetail .news-single h6 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #ff1e00; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail .news-single h6 {
        font-size: 1.4rem; } }
  .p-newsDetail .news-single h2,
  .p-newsDetail .news-single h3,
  .p-newsDetail .news-single h4,
  .p-newsDetail .news-single h5,
  .p-newsDetail .news-single h6 {
    margin-bottom: 25px; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail .news-single h2,
      .p-newsDetail .news-single h3,
      .p-newsDetail .news-single h4,
      .p-newsDetail .news-single h5,
      .p-newsDetail .news-single h6 {
        margin-bottom: 20px; } }
  .p-newsDetail .news-single ol {
    list-style-type: decimal;
    padding: 0 0 0 20px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail .news-single ol {
        margin: 0 0 20px; } }
  .p-newsDetail .news-single ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
    margin: 0 0 25px; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail .news-single ul {
        margin: 0 0 20px; } }
    .p-newsDetail .news-single ul li::marker {
      font-size: 1rem; }
  .p-newsDetail .news-single p {
    margin-bottom: 10px; }
  .p-newsDetail .news-single a {
    color: #ff1e00;
    text-decoration: underline;
    text-underline-offset: 2px; }
    .p-newsDetail .news-single a:hover {
      text-decoration: none;
      opacity: 1; }
  .p-newsDetail .news-single img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 20px; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail .news-single img {
        margin-bottom: 10px; } }
    .p-newsDetail .news-single img.aligncenter {
      text-align: center;
      margin: 0 auto 20px;
      display: block; }
      @media only screen and (max-width: 900px) {
        .p-newsDetail .news-single img.aligncenter {
          margin: 0 auto 10px;
          display: inherit; } }
    .p-newsDetail .news-single img.alignright {
      display: block;
      float: right;
      margin: 0 auto 20px; }
      @media only screen and (max-width: 900px) {
        .p-newsDetail .news-single img.alignright {
          margin: 0 auto 10px;
          display: inherit;
          float: unset; } }
  .p-newsDetail .news-single table {
    max-width: 718px;
    width: 100%;
    border-collapse: collapse;
    margin-top: 35px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail .news-single table {
        margin-bottom: 10px; } }
    .p-newsDetail .news-single table tr:not(:last-child) th {
      border-bottom: 1px solid #ffffff; }
    .p-newsDetail .news-single table th,
    .p-newsDetail .news-single table td {
      border: 1px solid #8d7955;
      text-align: center;
      padding: 7px;
      background: #ffffff;
      width: 180px; }
      @media only screen and (max-width: 900px) {
        .p-newsDetail .news-single table th,
        .p-newsDetail .news-single table td {
          padding: 6px 0; } }
    .p-newsDetail .news-single table th {
      background: #8d7955;
      color: #fff;
      font-weight: 400; }
      .p-newsDetail .news-single table th:not(:last-child) {
        border-right: 1px solid #ffffff; }
  .p-newsDetail .news-single blockquote {
    max-width: 718px;
    width: 100%;
    font-size: 1.6rem;
    padding: 40px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 20px;
    border: 2px solid #ff1e00; }
    @media only screen and (max-width: 900px) {
      .p-newsDetail .news-single blockquote {
        padding: 20px 30px;
        margin-bottom: 10px; } }

/*------------------------------------------------------------
osagashi
------------------------------------------------------------*/
.p-osagashiReasons {
  background-color: rgba(244, 225, 190, 0.3); }

.p-osagashi .c-form1__btn .c-btn1__txt1 {
  padding: 8px 40px; }
  @media only screen and (max-width: 900px) {
    .p-osagashi .c-form1__btn .c-btn1__txt1 {
      padding: 8px 20px; } }

.p-osagashiAbout .service__list .service__item {
  border: 4px solid #ffa200; }
  @media only screen and (max-width: 900px) {
    .p-osagashiAbout .service__list .service__item {
      border-width: 2px; } }

.p-osagashiAbout .service__list .service__num::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  background: #ffffff;
  bottom: 11px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

/*------------------------------------------------------------
plilosophy
------------------------------------------------------------*/
.p-philosophyCorporate {
  padding-bottom: 100px;
  background: #fff; }
  @media only screen and (max-width: 900px) {
    .p-philosophyCorporate {
      padding-bottom: 25px; } }
  .p-philosophyCorporate .des_box {
    color: #222222;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 50px; }
    @media only screen and (max-width: 900px) {
      .p-philosophyCorporate .des_box {
        margin-top: 20px;
        font-size: 2.4rem; } }

.p-philosophySlogan {
  padding: 100px 0; }
  @media only screen and (max-width: 900px) {
    .p-philosophySlogan {
      padding: 50px 0; } }

.p-philosophySDGs {
  background: #fff;
  padding: 100px 0; }
  @media only screen and (max-width: 900px) {
    .p-philosophySDGs {
      padding: 50px 0; } }
  .p-philosophySDGs .des_box {
    color: #222222;
    margin-top: 50px; }
    @media only screen and (max-width: 900px) {
      .p-philosophySDGs .des_box {
        margin-top: 20px; } }

/*------------------------------------------------------------
privacy
------------------------------------------------------------*/
.p-privacy p {
  margin-bottom: 20px; }
  @media only screen and (max-width: 900px) {
    .p-privacy p {
      margin-bottom: 10px; } }

.p-privacy1 article {
  padding: 30px 0; }
  @media only screen and (max-width: 900px) {
    .p-privacy1 article {
      padding: 10px 0; } }
  .p-privacy1 article h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 5px; }
    @media only screen and (max-width: 900px) {
      .p-privacy1 article h2 {
        font-size: 1.5rem;
        margin-bottom: 10px; } }
  .p-privacy1 article h3 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 20px; }
    @media only screen and (max-width: 900px) {
      .p-privacy1 article h3 {
        font-size: 1.5rem;
        margin-bottom: 10px; } }
  .p-privacy1 article h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px; }
    @media only screen and (max-width: 900px) {
      .p-privacy1 article h4 {
        font-size: 1.5rem;
        margin-bottom: 10px; } }
  .p-privacy1 article ul {
    margin: 0 0 20px; }
    @media only screen and (max-width: 900px) {
      .p-privacy1 article ul {
        margin-bottom: 10px; } }
    .p-privacy1 article ul li {
      position: relative;
      padding-left: 14px; }
      .p-privacy1 article ul li:after {
        content: "";
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #000;
        position: absolute;
        left: 5px;
        top: 11px; }
        @media only screen and (max-width: 900px) {
          .p-privacy1 article ul li:after {
            left: 7px; } }

.p-privacy1 .c-btn1 {
  margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .p-privacy1 .c-btn1 {
      margin-top: 0; } }

/*------------------------------------------------------------
search
------------------------------------------------------------*/
.p-search .car__list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
  .p-search .car__list .car__img {
    aspect-ratio: auto;
    height: 236px; }
    .p-search .car__list .car__img img {
      -o-object-fit: cover;
         object-fit: cover; }
  @media only screen and (max-width: 900px) {
    .p-search .car__list .car__model {
      margin-top: 15px; } }

.p-searchNew .desc_box {
  max-width: 100%;
  margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .p-searchNew .desc_box {
      margin-top: 30px; } }

.p-searchManufacturers .car__list {
  gap: 30px 12px; }
  .p-searchManufacturers .car__list .car__img {
    height: 194px; }

.p-searchUsed {
  background-color: rgba(244, 225, 190, 0.3); }

.p-searchDetail__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  gap: 20px; }
  @media only screen and (max-width: 900px) {
    .p-searchDetail__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .p-searchDetail__content .detail-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px; }
    @media only screen and (max-width: 900px) {
      .p-searchDetail__content .detail-left {
        gap: 20px; } }
    .p-searchDetail__content .detail-left .main-image {
      position: relative;
      max-width: 540px;
      width: 100%;
      aspect-ratio: 4 / 3; }
      .p-searchDetail__content .detail-left .main-image .slick-list {
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .p-searchDetail__content .detail-left .main-image .slick-track {
        width: 100%;
        height: 100%; }
      .p-searchDetail__content .detail-left .main-image img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .p-searchDetail__content .detail-left .thumbnail-list {
      background: #f4e1be;
      max-width: 540px;
      width: 100%; }
      .p-searchDetail__content .detail-left .thumbnail-list .slick-list {
        overflow: hidden; }
      .p-searchDetail__content .detail-left .thumbnail-list .slick-track {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 30px;
        gap: 10px; }
        @media only screen and (max-width: 900px) {
          .p-searchDetail__content .detail-left .thumbnail-list .slick-track {
            padding: 10px; } }
      .p-searchDetail__content .detail-left .thumbnail-list .slick-track:before, .p-searchDetail__content .detail-left .thumbnail-list .slick-track:after {
        display: none; }
      .p-searchDetail__content .detail-left .thumbnail-list .thumb {
        position: relative;
        max-width: 113px;
        aspect-ratio: 113 / 84; }
        .p-searchDetail__content .detail-left .thumbnail-list .thumb.slick-current img {
          border: 2px solid #000; }
          @media only screen and (max-width: 900px) {
            .p-searchDetail__content .detail-left .thumbnail-list .thumb.slick-current img {
              border-width: 1px; } }
  .p-searchDetail__content .detail-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .p-searchDetail__content .detail-right .car-title {
      font-size: 3rem; }
      @media only screen and (max-width: 900px) {
        .p-searchDetail__content .detail-right .car-title {
          font-size: 2.4rem; } }
    .p-searchDetail__content .detail-right .price__box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      gap: 20px;
      margin-top: 30px; }
      @media only screen and (max-width: 900px) {
        .p-searchDetail__content .detail-right .price__box {
          margin-top: 10px; } }
    .p-searchDetail__content .detail-right .price__total {
      min-width: 150px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media only screen and (max-width: 900px) {
        .p-searchDetail__content .detail-right .price__total {
          min-width: auto; } }
      .p-searchDetail__content .detail-right .price__total .price__txt {
        font-size: 1.4rem;
        font-weight: bold;
        padding: 5px;
        border-bottom: 3px solid #ff1e00; }
        @media only screen and (max-width: 900px) {
          .p-searchDetail__content .detail-right .price__total .price__txt {
            font-size: 1.2rem; } }
        .p-searchDetail__content .detail-right .price__total .price__txt span {
          font-size: 1.2rem; }
          @media only screen and (max-width: 900px) {
            .p-searchDetail__content .detail-right .price__total .price__txt span {
              font-size: 1rem; } }
      .p-searchDetail__content .detail-right .price__total .price__num {
        text-align: center;
        font-size: 3.5rem;
        font-weight: bold; }
        @media only screen and (max-width: 900px) {
          .p-searchDetail__content .detail-right .price__total .price__num {
            font-size: 2.7rem; } }
        .p-searchDetail__content .detail-right .price__total .price__num span {
          font-size: 2rem; }
          @media only screen and (max-width: 900px) {
            .p-searchDetail__content .detail-right .price__total .price__num span {
              font-size: 1.6rem; } }
    .p-searchDetail__content .detail-right .price__item {
      min-width: 87px; }
      @media only screen and (max-width: 900px) {
        .p-searchDetail__content .detail-right .price__item {
          min-width: auto; } }
      .p-searchDetail__content .detail-right .price__item .price__txt {
        font-size: 1.4rem;
        padding: 5px;
        border-bottom: 3px solid #f5f5f5; }
        @media only screen and (max-width: 900px) {
          .p-searchDetail__content .detail-right .price__item .price__txt {
            font-size: 1.2rem; } }
      .p-searchDetail__content .detail-right .price__item .price__num {
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 15px;
        text-align: center; }
        @media only screen and (max-width: 900px) {
          .p-searchDetail__content .detail-right .price__item .price__num {
            font-size: 1.4rem;
            margin-top: 8px; } }
    .p-searchDetail__content .detail-right .tag__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      gap: 20px;
      margin-top: 15px; }
      @media only screen and (max-width: 900px) {
        .p-searchDetail__content .detail-right .tag__list {
          gap: 15px; } }
      .p-searchDetail__content .detail-right .tag__list .tag__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media only screen and (max-width: 900px) {
          .p-searchDetail__content .detail-right .tag__list .tag__item {
            gap: 10px;
            font-size: 1.2rem; } }
      .p-searchDetail__content .detail-right .tag__list .tag__ttl {
        font-size: 1.4rem;
        color: #ffffff;
        background: #c2a879;
        padding: 4px 15px;
        border-radius: 15px; }
        @media only screen and (max-width: 900px) {
          .p-searchDetail__content .detail-right .tag__list .tag__ttl {
            font-size: 1.2rem; } }
    .p-searchDetail__content .detail-right .specs {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px; }
      @media only screen and (max-width: 900px) {
        .p-searchDetail__content .detail-right .specs {
          margin-top: 15px; } }
      .p-searchDetail__content .detail-right .specs tr {
        display: block;
        margin-top: 5px; }
      .p-searchDetail__content .detail-right .specs th {
        text-align: center;
        padding: 4px 10px;
        width: 80px;
        font-weight: 400;
        background: #f5f5f5;
        font-size: 1.4rem; }
        @media only screen and (max-width: 900px) {
          .p-searchDetail__content .detail-right .specs th {
            font-size: 1.2rem; } }
      .p-searchDetail__content .detail-right .specs td {
        padding: 6px 10px; }
    .p-searchDetail__content .detail-right .description h3 {
      font-size: 1.8rem;
      color: #ff1e00;
      margin-top: 20px; }
      @media only screen and (max-width: 900px) {
        .p-searchDetail__content .detail-right .description h3 {
          font-size: 1.5rem;
          margin-top: 15px; } }
    .p-searchDetail__content .detail-right .description h4 {
      color: #ff1e00; }
    .p-searchDetail__content .detail-right .description p {
      margin-top: 15px; }
      @media only screen and (max-width: 900px) {
        .p-searchDetail__content .detail-right .description p {
          margin-top: 10px; } }
    .p-searchDetail__content .detail-right .description blockquote {
      margin-top: 15px;
      padding-bottom: 15px;
      border-bottom: 2px solid #f5f5f5; }
      @media only screen and (max-width: 900px) {
        .p-searchDetail__content .detail-right .description blockquote {
          margin-top: 10px;
          padding-bottom: 10px; } }

/*------------------------------------------------------------
service
------------------------------------------------------------*/
.p-serviceList {
  background-color: rgba(244, 225, 190, 0.3);
  padding: 50px 0 100px; }

.p-service .service__list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 30px; }
  @media only screen and (max-width: 900px) {
    .p-service .service__list {
      gap: 40px 15px; } }
  .p-service .service__list .service__item {
    min-height: 151px;
    width: calc((100% / 2) - 15px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 900px) {
      .p-service .service__list .service__item {
        width: calc((100% / 2) - 8px); } }
  .p-service .service__list .service__name {
    font-size: 2.4rem; }
    @media only screen and (max-width: 900px) {
      .p-service .service__list .service__name {
        font-size: 1.6rem; } }
  .p-service .service__list .c-btn1 {
    position: absolute;
    top: calc(100% - 23px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0; }

/*------------------------------------------------------------
shopinfo
------------------------------------------------------------*/
.p-shopinfoReason .service__list {
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .p-shopinfoReason .service__list .service__item {
    width: calc((100% / 3) - 10px);
    border: 4px solid #ff1e00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 900px) {
      .p-shopinfoReason .service__list .service__item {
        width: 100%;
        margin-top: 25px;
        border-width: 2px; } }
  .p-shopinfoReason .service__list .service__num::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    background: #ffffff;
    bottom: 11px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.p-shopinfoService {
  background-color: rgba(244, 225, 190, 0.3); }

.p-staff {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.u-pconly {
  display: block; }
  @media only screen and (max-width: 900px) {
    .u-pconly {
      display: none; } }

.u-sponly {
  display: none; }
  @media only screen and (max-width: 900px) {
    .u-sponly {
      display: block; } }

.u-line {
  position: relative; }
  .u-line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
    @media only screen and (max-width: 900px) {
      .u-line::after {
        display: none; } }
  .u-line1 {
    display: inline;
    text-decoration: none !important; }
    @media only screen and (max-width: 900px) {
      .u-line1 {
        display: none; } }

@media only screen and (max-width: 900px) {
  .u-tel {
    margin-left: 38px; } }

.pattern {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }
  .pattern::before, .pattern::after {
    content: "";
    position: absolute;
    width: 41px;
    height: 27px;
    top: 10px; }
    @media only screen and (max-width: 900px) {
      .pattern::before, .pattern::after {
        top: 0; } }
  .pattern::before {
    background: url("../img/common/icon_pattern_left.png") no-repeat;
    left: -50px; }
  .pattern::after {
    background: url("../img/common/icon_pattern_right.png") no-repeat;
    right: -50px; }

.bg-purple {
  background-color: #607DC1; }

.bg-green {
  background-color: #23B039; }

.bg-yellow {
  background-color: #DCDF89; }

.bg-gray {
  background-color: #DDDDDD; }

.bg-turquoise {
  background-color: #F3FBF5; }

.cl-green {
  color: #008066; }

.fs-90 {
  font-size: 9rem; }

.blue {
  background: #3c76bd; }

.purple {
  background: #9a66a0; }

.gold {
  background: #bd973c; }

.gray {
  background: #939393; }

.nophone * {
  pointer-events: none;
  color: #222 !important;
  text-decoration: none !important; }

.clr-red {
  color: #ff1e00; }
