@charset "utf-8";

/* --------------------
common
-------------------- */
.maxheadline .en {
  color: #FC5521;
}

.subheadline::before {
  background-color: #FC5521;
}

/* --------------------
.layout-main
-------------------- */
.layout-main {
  background-color: #ECE5DE;
}

/* --------------------
.hero
-------------------- */
.hero {
  background: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
}

.hero .area .hero-headline .text {
  color: #FC5521;
}

@media screen and (max-width: 960px) {
  .hero .area .hero-maxheadline .text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .hero .area .hero-maxheadline .text {
    font-size: 1.75rem;
  }
}

/* --------------------
.contact
-------------------- */
.contact {
  background: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
}

.contact .bg-black .btn-area .btn .click-area {
  background-color: #FC5521;
  border: 1px solid #FC5521;
}

.contact .bg-black .btn-area .btn .click-area:hover {
  background-color: #fff;
}

.contact .bg-black .btn-area .btn .click-area .text {
  color: #fff;
}

.contact .bg-black .btn-area .btn .click-area:hover .text {
  color: #FC5521;
}

/* --------------------
.contents
-------------------- */
.contents .area .inner .headline .text::before {
  background-color: #FC5521;
}

.contents .area .inner .lead .strong {
  color: #FC5521;
}

/* .bg-white  */
.contents .bg-white {
  margin: 0 10vw 4vw 10vw;
  background-color: #fff;
  padding: 3vw 0 4vw 0;
  border-radius: 1vw;
  position: relative;
  z-index: 10;
}

.contents .bg-white .area {
  padding: 0 10px;
}

.contents .bg-white .btn {
  margin: 0 auto;
  padding-top: 2rem;
  max-width: 22.5rem;
}

.contents .bg-white .btn .click-area {
  border: 1px solid #FC5521;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-color: #fff;
  width: auto;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  height: 4rem;
  border-radius: 2rem;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.contents .bg-white .btn .click-area .text {
  color: #FC5521;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.contents .bg-white .btn .click-area:hover {
  background-color: #FC5521;
}

.contents .bg-white .btn .click-area:hover .text {
  color: #fff;
}

@media screen and (min-width: 1600px) {
  .contents .bg-white {
    margin: 0 20vw 4vw 20vw;
  }
}

@media screen and (max-width: 1200px) {
  .contents .bg-white {
    margin: 0 0.5rem 2rem 0.5rem;
  }
}

@media screen and (max-width: 960px) {
  .contents .bg-white .area .image {
    width: auto;
    padding: 1rem 0;
  }

  .contents .bg-white .area .maxheadline .text.large-text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .contents .bg-white {
    margin: 0.5rem;
    padding: 2rem 0;
    border-radius: 0.5rem;
  }
}

/* --------------------
.document
-------------------- */
.document .bg-black .area .summary .text-area .btn .click-area {
  background-color: #FC5521;
  border: 1px solid #FC5521;
}

.document .bg-black .area .summary .text-area .btn .click-area:hover {
  background-color: #fff;
}

.document .bg-black .area .summary .text-area .btn .click-area .text {
  color: #fff;
}

.document .bg-black .area .summary .text-area .btn .click-area:hover .text {
  color: #FC5521;
}