@charset "UTF-8";
/* reset.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  word-wrap: break-word;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
picture {
  display: block;
}

a {
  text-decoration: none;
}

html {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.66667vw;
  font-weight: 300;
  line-height: 1;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: inherit;
}

body {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a {
  -webkit-transition: 0.5s;
  outline: none;
  color: inherit;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:focus,
*:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  max-width: 100%;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.wrapper {
  overflow: hidden;
}

.cl-blue {
  color: #014996 !important;
}

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

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/*PC共通
-----------------------------------------------------------------------------*/
@media screen and (min-width: 1500px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 0.66667vw;
  }
}
/*--------------------------endPC--------------------------------*/
/*SP共通
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 2vw;
  }
}
/*--------------------------endSP--------------------------------*/
.header {
  -webkit-transition: opacity 0.3s ease;
  z-index: 100;
  position: fixed;
  top: 4.4rem;
  left: 0;
  width: 100%;
  background: transparent;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header {
    top: 2rem;
  }
}
.header.fade-in {
  opacity: 1;
}
.header_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  max-width: calc(100% - 12rem);
  min-height: 8rem;
  margin: 0 auto;
  padding: 1.8rem 3.8rem;
  border-radius: 5em;
  background: #fff;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 767px) {
  .header_wrap {
    max-width: calc(100% - 4rem);
    min-height: unset;
    padding: 2rem;
  }
}
.header_logo {
  width: 15.2%;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 40%;
  }
}
.header_hamburger {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 100;
  position: absolute;
  top: 50%;
  right: 4.8rem;
          flex-wrap: wrap;
          justify-content: center;
          transform: translate(0, -50%);
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header_hamburger {
    right: 2.4rem;
  }
}
.header_hamburger:hover {
  opacity: 1;
}
.header_hamburger_border {
  display: inline-block;
}
.header_hamburger_border span {
  -webkit-transition: 0.3s;
  display: block;
  width: 4.3rem;
  height: 1px;
  margin: 1.3rem 0;
  border-radius: 5em;
  background: #6E0406;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header_hamburger_border span {
    width: 4rem;
    margin: 0.8rem auto;
  }
}
.header_hamburger_border span:first-of-type {
  margin-top: 0;
}
.header_hamburger_border span:last-of-type {
  margin-bottom: 0;
}
.header_hamburger.is-active .header_hamburger_border span {
  background: #6E0406;
}
.header_hamburger.is-active .header_hamburger_border span:nth-child(1) {
  -webkit-transform: translateY(1.4rem) rotate(45deg);
      -ms-transform: translateY(1.4rem) rotate(45deg);
          transform: translateY(1.4rem) rotate(45deg);
}
.header_hamburger.is-active .header_hamburger_border span:nth-child(2) {
  background: #6E0406;
  opacity: 0;
}
.header_hamburger.is-active .header_hamburger_border span:nth-child(3) {
  -webkit-transform: translateY(-1.6rem) rotate(-45deg);
      -ms-transform: translateY(-1.6rem) rotate(-45deg);
          transform: translateY(-1.6rem) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header_hamburger.is-active .header_hamburger_border span:nth-child(3) {
    -webkit-transform: translateY(-0.5rem) rotate(-45deg);
        -ms-transform: translateY(-0.5rem) rotate(-45deg);
            transform: translateY(-0.5rem) rotate(-45deg);
  }
}
.header_nav {
  -webkit-transition: all ease 0.5s;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: -100%;
  width: 30%;
  height: 100vh;
  background: #F8F8F2;
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  .header_nav {
    width: 100%;
  }
}
.header_nav.is-active {
  right: 0;
}
.header_nav.is-active .header_hamburger_close {
  z-index: 100;
  opacity: 1;
}
.header_nav .header_hamburger_close {
  -webkit-transition: all ease 0.5s;
  z-index: -1;
  position: fixed;
  top: 3rem;
  right: 2rem;
  cursor: pointer;
  opacity: 0;
  transition: all ease 0.5s;
}
.header_nav .header_hamburger_close .header_hamburger_border span {
  background: #6E0406;
}
.header_nav .header_hamburger_close .header_hamburger_border span:nth-child(1) {
  -webkit-transform: translateY(1.4rem) rotate(45deg);
      -ms-transform: translateY(1.4rem) rotate(45deg);
          transform: translateY(1.4rem) rotate(45deg);
}
.header_nav .header_hamburger_close .header_hamburger_border span:nth-child(2) {
  background: #6E0406;
  opacity: 0;
}
.header_nav .header_hamburger_close .header_hamburger_border span:nth-child(3) {
  -webkit-transform: translateY(-1.6rem) rotate(-45deg);
      -ms-transform: translateY(-1.6rem) rotate(-45deg);
          transform: translateY(-1.6rem) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header_nav .header_hamburger_close .header_hamburger_border span:nth-child(3) {
    -webkit-transform: translateY(-0.5rem) rotate(-45deg);
        -ms-transform: translateY(-0.5rem) rotate(-45deg);
            transform: translateY(-0.5rem) rotate(-45deg);
  }
}
.header_nav_wrap {
  width: 100%;
  height: 100%;
  padding-top: 11rem;
}
.header_nav ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.header_nav ul li {
  margin-top: 5.4rem;
  font-size: 1.9rem;
  font-weight: 300;
  list-style: disc;
}
.header_nav ul li:first-of-type {
  margin-top: 0;
}
.header_nav ul li a {
  color: #000;
  letter-spacing: 1.14px;
}
.header_nav_sns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
  margin-top: 7.7rem;
  text-align: center;
}
.header_nav_sns ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-start;
}
.header_nav_sns ul li {
  margin-top: 0;
  margin-right: 4.2rem;
  list-style: none;
}
.header_nav_sns ul li a {
  display: block;
}
.header_nav_sns ul li:last-of-type {
  margin-right: 0;
}
.header_nav_sns ul li img {
  width: 6.2rem;
}
.header_nav_logo {
  width: 100%;
  margin-top: 7rem;
}
.header_nav_logo img {
  display: block;
  width: 100%;
  max-width: 24.2rem;
  margin: 0 auto;
}

.footer {
  position: relative;
  width: 100%;
  padding: 13rem 0 17rem;
  background: #EDECE4 url(../img/top/kv-bg.webp) no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 6rem 0 16rem;
  }
}
.footer_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .footer_wrap {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.footer_logo {
  width: 18.45%;
}
.footer_logo .footer_company{
  font-size: 2rem;
  margin-top: 3rem;
}
.footer_logo .footer_contact{
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 100%;
    text-align: center;
  }
  .footer_logo .footer_company{
    font-size: 1.8rem;
    margin-top: 3rem;
  }
  .footer_logo .footer_contact{
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  .footer_logo img {
    display: block;
    max-width: 60%;
    margin: 0 auto;
  }
}
.footer_menu {
  width: calc(81.55% - 120px);
  padding: 0 4.4rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .footer_menu {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 4rem;
    padding: 0;
  }
}
.footer_menu ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
}
.footer_menu ul li {
  margin-right: 4.2rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 767px) {
  .footer_menu ul li {
    width: 100%;
    margin-right: 0;
    font-size: 1.4rem;
  }
}
.footer_sns {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .footer_sns {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
  }
}
.footer_sns ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_sns ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2rem;
  }
}
.footer_sns ul li {
  margin-right: 2rem;
}
.footer_sns ul li:last-of-type {
  margin-right: 0;
}
.footer_sns ul li img {
  width: 5rem;
  height: auto;
}
.footer_copy {
  width: 100%;
  margin-top: 4rem;
  padding: 2rem 4rem 0;
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .footer_copy {
    padding: 2rem 2rem 0;
  }
}
.footer_copy p {
  width: 100%;
  max-width: 1436px;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer_copy p {
    max-width: 100%;
    font-size: 1.2rem;
  }
}

.fiexd {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.4rem 4rem;
  background: #6E0406;
}
@media screen and (max-width: 767px) {
  .fiexd {
    padding: 2rem;
  }
}
.fiexd_contact {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
}
.fiexd_contact p {
  margin-right: 0.8rem;
  color: #FFFFFF;
  font-size: 2rem;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 767px) {
  .fiexd_contact p {
    width: 100%;
    margin-right: 0;
    font-size: 1.4rem;
    line-height: 1.55;
    text-align: center;
  }
}
.fiexd_btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 30rem;
  height: 4.8rem;
  border: 1px solid #fff;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .fiexd_btn {
    margin-top: 1rem;
  }
}
.fiexd_btn a {
  color: #fff;
  font-size: 2rem;
}

.fadeIn {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
  -webkit-transition: all 0.8s ease;
          transform: translateY(20px);
  opacity: 0;
  transition: all 0.8s ease;
}

.fadeIn.is-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.kv {
  position: relative;
  width: 100%;
  padding: 17.2rem 0 5rem;
  background: #EDECE4 url(../img/top/kv-bg.webp) no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .kv {
    padding: 11rem 0 3rem;
  }
}
.kv_title {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  top: 59%;
  left: 19.5%;
  width: 100%;
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .kv_title {
    left: 6rem;
  }
}
.kv_title img {
  width: 24.2%;
}
@media screen and (max-width: 767px) {
  .kv_title img {
    width: 40%;
  }
}
.kv_title_txt {
  display: block;
  margin-top: 5rem;
  color: #6E0406;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kv_title_txt {
    margin-top: 2rem;
    font-size: 1.6rem;
    text-shadow: 1px 1px 1px white;
  }
}
.kv_slider {
  position: relative;
  width: 100%;
  overflow: visible;
}
.kv_slider .slick-prev,
.kv_slider .slick-next {
  z-index: 2;
  top: 52%;
  width: 5.8rem;
  height: 5.8rem;
}
@media screen and (max-width: 767px) {
  .kv_slider .slick-prev,
  .kv_slider .slick-next {
    width: 3rem;
    height: 3rem;
  }
}
.kv_slider .slick-prev:before,
.kv_slider .slick-next:before {
  display: inline-block;
  width: 5.8rem;
  height: 5.8rem;
  content: "";
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kv_slider .slick-prev:before,
  .kv_slider .slick-next:before {
    width: 4rem;
    height: 4rem;
  }
}
.kv_slider .slick-prev {
  left: 12.5%;
}
@media screen and (max-width: 767px) {
  .kv_slider .slick-prev {
    left: 1rem;
  }
}
.kv_slider .slick-prev:before {
  background: url(../img/cmn/ico_prev.svg) no-repeat;
  background-size: 100%;
}
.kv_slider .slick-next {
  right: 12.5%;
}
@media screen and (max-width: 767px) {
  .kv_slider .slick-next {
    right: 2rem;
  }
}
.kv_slider .slick-next:before {
  background: url(../img/cmn/ico_next.svg) no-repeat;
  background-size: 100%;
}
.kv_slider_list {
  margin: 0 8.9rem;
}
@media screen and (max-width: 767px) {
  .kv_slider_list {
    margin: 0 3rem;
    padding-bottom: 1rem;
  }
}
.kv_slider_list picture {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: flex-end;
}
.kv_slider_list picture:after {
  display: block;
  position: absolute;
  top: 1rem;
  right: -1.3rem;
  width: 100%;
  max-width: 62%;
  height: 100%;
  border-radius: 0 4rem 0 4rem;
  background: rgba(188, 193, 188, 0.57);
  content: "";
}
@media screen and (max-width: 767px) {
  .kv_slider_list picture:after {
    max-width: 70%;
    border-radius: 0 2rem 0 2rem;
  }
}
.kv_slider_list picture img {
  display: inline-block;
  z-index: 1;
  position: relative;
  max-width: 62%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kv_slider_list picture img {
    max-width: 70%;
    border-radius: 0 2rem 0 2rem;
  }
}
.kv_slider_list.slick-center + .kv_slider_list picture {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.kv_slider_list.slick-center ~ .slick-active picture {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.globalmenu {
  position: relative;
  width: 100%;
  padding: 2.2rem 4rem;
}
@media screen and (max-width: 767px) {
  .globalmenu {
    padding: 2rem 0;
  }
}
.globalmenu ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .globalmenu ul {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.globalmenu ul li {
  width: 33.3333333333%;
  padding-bottom: 0.5rem;
  border-left: 1px solid #ddd;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .globalmenu ul li {
    font-size: 1.2rem;
  }
}
.globalmenu ul li:nth-child(1) span:after, .globalmenu ul li:nth-child(1) span:before {
  background: #F2CB7F;
}
.globalmenu ul li:nth-child(2) span:after, .globalmenu ul li:nth-child(2) span:before {
  background: #C3DEE8;
}
.globalmenu ul li:nth-child(3) span:after, .globalmenu ul li:nth-child(3) span:before {
  background: #C7E8C3;
}
.globalmenu ul li:last-of-type {
  border-right: 1px solid #ddd;
}
.globalmenu ul li a {
  display: block;
  color: #000;
  letter-spacing: 2.7px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .globalmenu ul li a {
    padding: 0 1rem;
    letter-spacing: 1px;
    line-height: 1.2;
  }
}
.globalmenu ul li a span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
          align-items: center;
          justify-content: center;
  padding-bottom: 1.5rem;
  letter-spacing: 3.24px;
}
@media screen and (max-width: 767px) {
  .globalmenu ul li a span {
    letter-spacing: 1px;
  }
}
.globalmenu ul li a span:before {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.35rem;
  margin-right: 0.7rem;
  border-radius: 50%;
  content: "";
}
.globalmenu ul li a span:after {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.35rem;
  margin-left: 0.7rem;
  border-radius: 50%;
  content: "";
}

.about {
  position: relative;
  margin-top: 13.6rem;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 5rem;
    padding: 0 2rem;
  }
}
.about_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.about_wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-wrap: wrap;
          justify-content: flex-start;
}
.about_textbox {
  width: 69.09%;
  padding: 7rem 4rem 6.2rem 5.5rem;
  border-radius: 0 3rem 0 3rem;
  background: linear-gradient(156deg, #FAEDD5 0%, #fff 100%);
}
@media screen and (max-width: 767px) {
  .about_textbox {
    width: 100%;
    padding: 5rem 4rem 10rem 4rem;
  }
}
.about_textbox h2 {
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 4.2px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .about_textbox h2 {
    font-size: 2rem;
  }
}
.about_textbox p {
  margin-top: 4.4rem;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 3.3px;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .about_textbox p {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.about_thumb {
  z-index: 2;
  position: absolute;
  top: 6.8rem;
  right: 0;
  width: 43.18%;
}
@media screen and (max-width: 767px) {
  .about_thumb {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
            justify-content: flex-end;
    width: 100%;
    margin-top: -8rem;
  }
}
@media screen and (max-width: 767px) {
  .about_thumb picture {
    max-width: 80%;
  }
}

.sistem {
  position: relative;
  width: 100%;
  margin-top: 33.2rem;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .sistem {
    margin-top: 10rem;
    padding: 0 2rem;
  }
}
.sistem_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.sistem h2 {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 12px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sistem h2 {
    font-size: 3rem;
  }
}
.sistem h3 {
  margin-top: 5rem;
  font-size: 3.5rem;
  letter-spacing: 4px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sistem h3 {
    margin-top: 3rem;
    font-size: 2rem;
  }
}
.sistem_lead {
  margin-top: 5rem;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sistem_lead {
    margin-top: 2.5rem;
    font-size: 2rem;
  }
}
.sistem_lead:first-of-type {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .sistem_lead:first-of-type {
    margin-top: 4rem;
  }
}
.sistem figure {
  width: 100%;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .sistem figure {
    margin-top: 3rem;
  }
}
.sistem figure + figure {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .sistem figure + figure {
    margin-top: 4rem;
  }
}
.sistem_video {
  width: 100%;
  margin: 22.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .sistem_video {
    margin-top: 4rem;
  }
}
.sistem_video_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.sistem_video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sistem_video + figure {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .sistem_video + figure {
    margin-top: 4rem;
  }
}
.sistem_items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: center;
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .sistem_items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4rem;
  }
}
.sistem_items figure {
  width: 40%;
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .sistem_items figure {
    width: 48%;
    margin: 0;
  }
}
.sistem_items figure + figure {
  margin-top: 0;
}

.history {
  position: relative;
  width: 100%;
  margin-top: 12rem;
  padding: 19.6rem 4rem 16.8rem;
  background: #E6E6E2;
}
@media screen and (max-width: 767px) {
  .history {
    margin-top: 8rem;
    padding: 8rem 2rem;
  }
}
.history_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.history h2 {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 3.75px;
  line-height: 1.52;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .history h2 {
    font-size: 2rem;
  }
}
.history_lead {
  margin-top: 10.8rem;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 3.3px;
  line-height: 1.72;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .history_lead {
    margin-top: 4rem;
    font-size: 1.6rem;
    text-align: left;
  }
}

.overview {
  position: relative;
  width: 100%;
  padding: 12.2rem 4rem 14rem;
  background: #FAFAF7;
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 8rem 2rem;
  }
}
.overview_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.overview_lead {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 3.3px;
  line-height: 1.72;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overview_lead {
    font-size: 1.6rem;
  }
}
.overview_lead_title {
  margin-top: 50px;
  font-size: 3.3rem;
  font-weight: 350;
  line-height: 2.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overview_lead_title {
    font-size: 1.6rem;
  }
}
.overview_logo {
  width: 100%;
  margin-top: 10.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overview_logo {
    margin-top: 5rem;
  }
}
.overview_logo img {
  max-width: 54%;
}
.overview_logo + .overview_lead {
  margin-top: 10.8rem;
}
@media screen and (max-width: 767px) {
  .overview_logo + .overview_lead {
    margin-top: 5rem;
  }
}
.overview_video {
  width: 100%;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .overview_video {
    margin-top: 3rem;
  }
}
.overview_video_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.overview_video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spaced-content {
  margin-top: 150px;
  margin-bottom: 150px;
}