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

kv

------------------------------------------- */
.top-kv {
  position: relative;
  margin-top: 4rem;
  padding-bottom: 12rem;
}
.top-kv::before {
  content: "";
  width: calc(100% - 5rem);
  height: calc(100% - 5rem);
  background: linear-gradient(to right, #e4e4e4, #818181);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top-kv > span {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 6.8rem;
  position: absolute;
  left: 4rem;
  bottom: 1.2rem;
  background: linear-gradient(to right, #cfcfcf, #7a7a7a);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.top-kv .wrap {
  position: absolute;
  left: 0;
  top: 8rem;
  z-index: 1003;
  background-color: #dc0000;
  color: #fff;
  width: 50%;
  padding: 1.5rem 0 1.5rem 4rem;
  font-size: 2.2rem;
  font-weight: bold;
}

#main {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin-left: auto;
}

#main,
.CMS-NOT-EDITABLE-AREA {
  height: 32rem;
}

@media screen and (max-width: 768px) {
  .top-kv {
    position: relative;
    margin-top: 0;
    padding-bottom: 6rem;
  }
  .top-kv > span {
    font-size: 3rem;
    left: 2rem;
    bottom: 1.4rem;
  }
  .top-kv .wrap {
    top: 4rem;
    width: auto;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    font-size: 2.2rem;
  }
  #main {
    width: 100%;
  }
  #main,
  .CMS-NOT-EDITABLE-AREA {
    height: 40rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 8rem 0;
  border-bottom: solid 0.12rem #000;
}
.top-news .wrap {
  display: flex;
  margin-bottom: 3.5rem;
  align-items: flex-start;
}
.top-news .wrap h2 {
  margin: 0;
}
.top-news .more-wrap {
  margin-left: 10rem;
  margin-top: -0.6rem;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
    display: flex;
    flex-direction: column;
  }
  .top-news .wrap {
    display: contents;
    margin-bottom: 0;
  }
  .top-news .wrap h2 {
    margin: 0 0 3.5rem 0;
  }
  .top-news .more-wrap {
    margin: 6rem 0 0 0;
    order: 3;
  }
  .top-news .more-wrap .more {
    justify-content: center;
  }
}
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

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

.top-wrap

------------------------------------------- */
.top-wrap {
  padding: 8rem 0;
  border-bottom: solid 0.12rem #000;
}
.top-wrap figure {
  margin-bottom: 2rem;
}
.top-wrap .wrap {
  display: flex;
  align-items: center;
}
.top-wrap .wrap p {
  margin-right: 5rem;
}

.top-sale .wrap .more-wrap {
  width: 20rem;
}

@media screen and (max-width: 768px) {
  .top-wrap {
    padding: 8rem 3rem;
  }
  .top-wrap figure {
    margin-bottom: 2rem;
  }
  .top-wrap .wrap {
    flex-direction: column;
  }
  .top-wrap .wrap p {
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .top-sale .wrap .more-wrap {
    width: auto;
  }
}
/* -------------------------------------------

company

------------------------------------------- */
.top-company {
  padding: 8rem 0;
  border-bottom: solid 0.12rem #000;
}
.top-company .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 7rem;
}
.top-company .wrap > * {
  flex: 1;
}
.top-company .wrap dl {
  margin-bottom: 3rem;
}
.top-company .gmap iframe {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .top-company {
    padding: 8rem 3rem;
  }
  .top-company .wrap {
    flex-direction: column;
    gap: 0;
  }
  .top-company .wrap > * {
    flex: none;
    width: 100%;
  }
  .top-company .wrap > div:nth-of-type(2) {
    display: contents;
  }
  .top-company .wrap dl {
    margin-bottom: 3rem;
  }
  .top-company h2 {
    order: -1;
  }
  .top-company .gmap {
    margin-bottom: 1rem;
  }
  .top-company .gmap iframe {
    height: 32rem;
  }
  .top-company .more {
    justify-content: center;
  }
}
/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
  padding: 10rem 0;
}
.top-contact .wrap {
  display: flex;
  flex-direction: row-reverse;
}
.top-contact .wrap > figure {
  width: 65%;
}
.top-contact .wrap > div {
  width: 35%;
  background: #dc0000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5rem;
}
.top-contact .wrap > div p {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .top-contact {
    padding: 8rem 3rem;
  }
  .top-contact .wrap {
    flex-direction: column;
  }
  .top-contact .wrap > figure {
    width: 100%;
  }
  .top-contact .wrap > div {
    width: 100%;
    padding: 4rem;
  }
}
/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

.container.company-profile {
  padding: 8rem 0;
}
.container.company-profile .wrap {
  flex-direction: column;
  gap: 3rem;
  justify-content: flex-start;
}
.container.company-profile .wrap > * {
  flex: none;
  width: 100%;
}
.container.company-profile .gmap iframe {
  height: 40rem;
  width: 100%;
}
.container.company-profile dl {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
  .container.company-profile {
    padding: 8rem 3rem;
  }
  .container.company-profile .wrap {
    gap: 0;
  }
  .container.company-profile .wrap > div:nth-of-type(2) {
    display: contents;
  }
  .container.company-profile .gmap {
    margin-bottom: 1rem;
  }
  .container.company-profile .gmap iframe {
    height: 32rem;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/top-kv-1.jpg) no-repeat center/cover;
}
.page-ttl > div {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 14rem;
  }
}
/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}
.container .wrap.reverse {
  flex-direction: row-reverse;
}
.container .wrap > figure {
  width: 35%;
}
.container .wrap > figure img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .wrap > div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .container .wrap {
    flex-direction: column;
  }
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }
}
.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  padding: 2rem;
  width: 70%;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  width: 70%;
  height: 16rem;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-INPUT,
  .CMS-FORM-EMAIL,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  width: 70%;
}

.CMS-FORM-RADIO > div:not(:last-of-type) {
  margin-right: 2.5rem;
  margin-bottom: 1.2rem;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
  width: calc(100% - 18px);
}

.CMS-FORM-RADIO > div label {
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    display: block;
    width: 100%;
    white-space: unset;
  }
  .CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .CMS-FORM-RADIO > div label {
    width: calc(100% - 24px);
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0.7rem;
  }
}
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  background: rgb(245, 245, 245);
  border: solid 1px #ddd;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  content: "";
  background: #dc0000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 24px;
    height: 24px;
  }
  input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
  }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type=submit] {
  background: #dc0000;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.75rem 0;
  transition: all 0.3s;
  width: 24rem;
}

.CMS-FORM-GROUP input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input[type=submit] {
    width: 100%;
    font-size: 1.7rem;
  }
}
/* ---- calendar ---- */
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: #ddd solid 1px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem;
  width: 70%;
}

@media screen and (max-width: 768px) {
  input[type=date] {
    width: 100%;
  }
}
/* ---- select ---- */
.select-wrap {
  position: relative;
  width: 70%;
}

.select-wrap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: solid 0.15rem #333;
  border-bottom: solid 0.15rem #333;
  transform: rotate(45deg);
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 0.6rem);
  z-index: 10;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0;
  color: #000;
  font-size: 1.4rem;
  padding: 1.6rem 4rem 1.5rem 1.5rem;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}
/* ---- required ---- */
.required {
  background: #dc0000;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.2rem 0.7rem 0.35rem 0.7rem;
  vertical-align: 0.1rem;
  border-radius: 10rem;
}

/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input:focus,
  .CMS-FORM-GROUP textarea:focus {
    font-size: 16px;
  }
}
/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  height: 20rem;
  overflow: auto;
  padding: 1.7rem 2rem;
}

.privacy-note {
  font-size: 1.2rem;
  margin: 5rem 0 2rem 0;
}

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

thanx

------------------------------------------- */
.thanx {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}
.back {
  display: block;
  text-align: center;
}

.back a {
  color: #dc0000;
}/*# sourceMappingURL=style.css.map */