@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;
  }
}
.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;
}

.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;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.cl-#A00A0A {
  color: #A00A0A !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5rem !important;
  }
}

.kv {
  position: relative;
  width: 100%;
}
.kv_image {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kv_image img {
    -o-object-fit: cover;
    min-height: 32rem;
       object-fit: cover;
    border-radius: 0 0 2rem 2rem;
  }
}
.kv_title {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
          transform: translate(-50%, -50%);
}
.kv_title h1 {
  color: #fff;
  font-size: 5.5rem;
  font-weight: 700;
  letter-spacing: 8px;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .kv_title h1 {
    font-size: 4rem;
  }
}
.kv_lead {
  display: block;
  margin-top: 9rem;
  font-size: 4rem;
  letter-spacing: 8px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv_lead {
    margin-top: 4rem;
    padding: 0 2rem;
    font-size: 2.4rem;
  }
}

.content {
  position: relative;
  width: 100%;
  margin-top: 20rem;
  padding: 0 4rem 20rem;
}
@media screen and (max-width: 767px) {
  .content {
    margin-top: 5rem;
    padding: 0 2rem 10rem;
  }
}
.content_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.content h2 {
  display: block;
  margin-top: 8rem;
  font-size: 4rem;
  letter-spacing: 4px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content h2 {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.content h2:first-of-type {
  margin-top: 0;
}
.content h3 {
  display: block;
  margin-top: 5rem;
  font-size: 3.5rem;
  letter-spacing: 4px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content h3 {
    margin-top: 3rem;
    font-size: 2rem;
  }
}
.content p {
  margin-top: 5rem;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content p {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.content p a {
  display: inline-block;
  text-decoration: underline;
}
.content ul, .content ol {
  margin-top: 5rem;
  margin-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .content ul, .content ol {
    margin-top: 3rem;
    margin-left: 1.8rem;
  }
}
.content ul li, .content ol li {
  margin-top: 2rem;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .content ul li, .content ol li {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.content ul li:first-child, .content ol li:first-child {
  margin-top: 0;
}
.content ul li {
  list-style: disc;
}
.content ol li {
  list-style: decimal;
}
.content figure {
  width: 100%;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .content figure {
    margin-top: 3rem;
  }
}
.content .img_flex {
  -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%;
}
.content .img_flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.content .img_flex_text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .content .img_flex_text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.content .img_flex_text h2, .content .img_flex_text h3 {
  margin-top: 0;
  text-align: left;
}
.content .img_flex_text p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .content .img_flex_text p {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .content .img_flex.col2 {
    margin-top: 5rem;
  }
}
.content .img_flex.col2 figure {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .content .img_flex.col2 figure {
    width: 100%;
    margin-top: 2rem;
  }
  .content .img_flex.col2 figure:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .content .img_flex.col3 {
    margin-top: 5rem;
  }
}
.content .img_flex.col3 figure {
  width: calc(33.3333333333% - 2rem);
}
@media screen and (max-width: 767px) {
  .content .img_flex.col3 figure {
    width: 100%;
    margin-top: 2rem;
  }
  .content .img_flex.col3 figure:first-of-type {
    margin-top: 0;
  }
}
.content .btnWrap {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .content .btnWrap {
    margin-top: 6rem;
  }
}
.content .btnWrap.flex {
  -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;
}
.content .btnWrap.flex a {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 767px) {
  .content .btnWrap.flex a {
    width: 100%;
    margin-top: 2rem;
  }
  .content .btnWrap.flex a:first-of-type {
    margin-top: 0;
  }
}
.content .btnWrap a {
  -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;
  z-index: 1;
  position: relative;
          align-items: center;
          justify-content: center;
  max-width: 76.55%;
  margin: 0 auto;
  padding: 1rem 2rem;
  overflow: hidden;
  border: 1px solid #A00A0A;
  border-radius: 5em;
  color: #A00A0A;
  font-size: 3rem;
  line-height: 1.33;
  text-align: center;
}
.content .btnWrap a::after {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
          transform: scale(0, 1);
          transform-origin: left top;
  background: #A00A0A;
  content: "";
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 767px) {
  .content .btnWrap a {
    max-width: 100%;
    font-size: 2rem;
  }
}
.content .btnWrap a:hover {
  color: #fff;
  opacity: 1;
}
.content .btnWrap a:hover::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.mw_wp_form_confirm .form_col_field p.notice {
  display: none !important;
}
.mw_wp_form_confirm .form_col {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mw_wp_form_confirm .form_col_title {
  margin-top: 0;
}
.mw_wp_form_confirm .form_col_field,
.mw_wp_form_confirm .form_col_field--flex {
  padding: 0 0 0 4rem;
}

.form {
  position: relative;
  width: 100%;
}
.form .error {
  display: block;
  width: 100%;
  margin-top: 1rem;
}
.form_flow_step {
  gap: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  line-height: 1.2;
  list-style: none;
  text-align: center;
}
.form_flow li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
  -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;
  z-index: 2;
  position: relative;
          flex-grow: 1;
          align-items: center;
          justify-content: center;
  width: 33.3333333333%;
  min-height: 6rem;
  margin-top: 0 !important;
  padding: 1.6rem 0;
  background-color: #c1c1c1;
  color: #000;
}
@media screen and (max-width: 767px) {
  .form_flow li {
    padding: 1rem;
  }
}
.form_flow li::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -1.98rem;
  width: 0;
  height: 0;
  border-top: 4rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-left: 2rem solid #c1c1c1;
  content: "";
}
@media screen and (max-width: 767px) {
  .form_flow li::after {
    border-top: 3.2rem solid transparent;
  }
}
.form_flow li:last-child::after {
  display: none;
}
.form_flow li.form_flow_list--current {
  background-color: #A00A0A;
  color: #fff;
}
.form_flow li.form_flow_list--current::after {
  border-left-color: #A00A0A;
}
.form_flow li span {
  display: inline-block;
  z-index: 2;
  position: relative;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .form_flow li span {
    font-size: 1.6rem;
  }
}
.form_content {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .form_content {
    margin-top: 3rem;
  }
}
.form_col {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          justify-content: space-between;
  margin-top: 3rem;
}
.form_col:first-of-type {
  margin-top: 0;
}
.form_col_title {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
  -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: flex-end;
  width: 30%;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .form_col_title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-top: 0;
  }
}
.form_col_title .txt {
  width: calc(100% - 8rem);
  font-size: 2.8rem;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .form_col_title .txt {
    width: auto;
    font-size: 2rem;
    text-align: left;
  }
}
.form_col_title .req {
  -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: 6rem;
  height: 3rem;
  margin-left: 2rem;
  border-radius: 0.5rem;
  background-color: #A00A0A;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.form_col_title .any {
  -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: 6rem;
  height: 3rem;
  margin-left: 2rem;
  border-radius: 0.5rem;
  background-color: #C1C1C1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.form_col_field {
  width: 70%;
  padding: 0 0 2rem 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .form_col_field {
    width: 100%;
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.form_col_field input {
  width: 100%;
  padding: 2rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  font-size: 2rem;
}
.form_col_field select {
  width: 100%;
  padding: 2rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  font-size: 2rem;
}
.form_col_field textarea {
  width: 100%;
  padding: 2rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  font-size: 2rem;
}
.form_col_field--flex {
  -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-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: space-between;
  padding: 0 0 2rem 4rem;
  font-size: 2rem;
}
.form_col_field--flex input {
  width: calc(50% - 2rem);
  padding: 2rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .form_col_field--flex input {
    width: calc(50% - 1rem);
  }
}
.form_col_field--flex br {
  display: none;
}
.form_col_field .mwform-checkbox-field {
  display: block;
  width: 100%;
  margin-top: 1rem;
  margin-left: 0 !important;
  font-size: 2rem;
}
.form_col_field .mwform-checkbox-field:first-of-type {
  margin-top: 0;
}
.form_col_field .mwform-checkbox-field label {
  -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;
}
.form_col_field .mwform-checkbox-field label input {
  width: 2rem;
  height: 2rem;
}
.form_col_field .mwform-checkbox-field label span.mwform-checkbox-field-text {
  width: calc(100% - 2rem);
  padding-left: 2rem;
  font-size: 2rem;
}
.form_col_field p.notice {
  margin-top: 1rem;
  padding: 1rem 2rem;
  border: 1px dotted #A00A0A;
  color: #A00A0A;
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .form_col_field p.notice {
    font-size: 1.6rem;
  }
}
.form_policy {
  margin-top: 5rem;
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form_policy {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.form_policy a {
  text-decoration: underline;
}
.form_submit {
  -webkit-transition: all ease 0.5s;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: 10rem;
  overflow: hidden;
  transition: all ease 0.5s;
}
.form_submit::after {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
          transform: scale(0, 1);
          transform-origin: left top;
  background: #A00A0A;
  content: "";
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.form_submit:hover {
  cursor: pointer;
}
.form_submit:hover::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  .form_submit {
    margin-top: 5rem;
  }
}
.form_submit button, .form_submit input {
  -webkit-transition: all ease 0.5s;
  width: 100%;
  padding: 2.2rem 2rem;
  border: 1px solid #A00A0A;
  border-radius: 0;
  background: transparent;
  color: #A00A0A;
  font-size: 3.5rem;
  text-align: center;
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  .form_submit button, .form_submit input {
    font-size: 2.4rem;
  }
}
.form_submit button:hover, .form_submit input:hover {
  color: #fff;
  cursor: pointer;
}

.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_lead {
  margin-top: 3.6rem;
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 4.2px;
  line-height: 1.32;
  text-align: center;
}
@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_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;
  }
}

.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;
}