@charset "UTF-8";
@font-face {
  font-family: "futura";
  src: url("../futura-pt-cdnfonts/FuturaCyrillicLight.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "futura";
  src: url("../futura-pt-cdnfonts/FuturaCyrillicMedium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "futura";
  src: url("../futura-pt-cdnfonts/FuturaCyrillicBold.ttf") format("truetype");
  font-weight: 700;
}
.goshic {
  font-family: "Noto Sans JP", sans-serif;
}

.futura {
  font-family: "futura", sans-serif;
}

.sofia {
  font-family: "Sofia Pro", sans-serif;
}

.mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  -webkit-appearance: none;
  color: #393939;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  position: relative;
  padding-top: 150px;
}
@media (max-width: 1000px) {
  body {
    padding-top: 50px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
share start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #393939;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.container {
  margin: 0 auto;
  max-width: 100%;
  width: 1440px;
}

.inner {
  padding: 0 120em;
}
@media (max-width: 567px) {
  .inner {
    padding: 0 20em;
  }
}

.pc {
  display: block;
}
@media (max-width: 567px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 567px) {
  .sp {
    display: block;
  }
}

.sec {
  font-size: 1px;
  font-size: 0.0694444444vw;
}
@media (max-width: 567px) {
  .sec {
    font-size: 1px;
    font-size: 0.2666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec {
    font-size: 1px;
  }
}

.page-top {
  width: 83px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 9996;
  display: none;
}
@media (max-width: 567px) {
  .page-top {
    width: 54px;
    right: 25px;
    bottom: 20px;
  }
}
.page-top.active {
  display: block;
}
.page-top img {
  display: block;
  width: 100%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
share end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
animation start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.animationTarget1 {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}
.animationTarget1.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationTarget2 {
  -webkit-transition: all 2s 0.2s ease;
  transition: all 2s 0.2s ease;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}
.animationTarget2.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationTarget3 {
  -webkit-transition: all 2s 0.4s ease;
  transition: all 2s 0.4s ease;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}
.animationTarget3.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationTarget4 {
  -webkit-transition: all 2s 0.6s ease;
  transition: all 2s 0.6s ease;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}
.animationTarget4.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationRight1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
}
.animationRight1.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationRight2 {
  -webkit-transition: all 0.5s 0.2s ease;
  transition: all 0.5s 0.2s ease;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
}
.animationRight2.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationRight3 {
  -webkit-transition: all 0.5s 0.4s ease;
  transition: all 0.5s 0.4s ease;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
}
.animationRight3.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
animation end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  height: 87px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
}
@media (max-width: 1000px) {
  .header {
    height: 50px;
    position: fixed;
  }
}
.header.active {
  position: fixed;
}
.header.change .header__right {
  right: 0;
}
.header #burger {
  display: none;
  position: absolute;
  top: 0;
  right: 25px;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .header #burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    right: 8px;
  }
}
.header #burger > div {
  height: 1px;
  width: 23px;
  background-color: #393939;
  margin-bottom: 7px;
}
.header #burger > div:last-of-type {
  margin-bottom: 0;
}
.header #burger.toggle > div {
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
  transform: translate(-50%, -50%) rotate(-35deg);
}
.header #burger.toggle > div:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
  transform: translate(-50%, -50%) rotate(35deg);
}
.header .container {
  width: 100%;
  height: 100%;
}
.header .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;
  padding: 0 60px;
}
@media (max-width: 1000px) {
  .header .inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 100%;
  }
}
.header__left {
  margin-top: 12px;
  width: 121.09px;
}
@media (max-width: 1000px) {
  .header__left {
    margin-top: 0;
    width: 65.36px;
  }
}
.header__left .logo {
  width: 100%;
}
.header__left .logo img {
  display: block;
  width: 100%;
}
.header__right {
  -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;
  height: 87px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(100% - 121.09px);
}
@media (max-width: 1000px) {
  .header__right {
    background-color: #fff;
    margin-top: 50px;
    height: auto;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.header__right ul {
  -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;
  height: 100%;
}
@media (max-width: 1000px) {
  .header__right ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 210px;
    margin-bottom: 100px;
  }
}
.header__right ul .sp {
  display: none;
}
@media (max-width: 1000px) {
  .header__right ul .sp {
    display: block;
    text-align: center;
  }
}
.header__right ul .sp .privacy {
  text-align: center;
  font-size: 12px;
  color: #393939;
}
.header__right ul li {
  margin-right: 90px;
  min-width: 78px;
}
@media screen and (max-width: 1250px) {
  .header__right ul li {
    margin-right: 45px;
  }
}
@media (max-width: 1000px) {
  .header__right ul li {
    min-width: 150px;
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.header__right ul li:last-of-type {
  margin-right: 0;
}
.header__right ul li:nth-last-of-type(2) {
  margin-right: 0;
}
.header__right ul li:hover {
  cursor: pointer;
}
.header__right ul li .contact {
  background-image: url(../images/contact-btn-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -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;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  overflow: hidden;
  position: relative;
  outline: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media (max-width: 1000px) {
  .header__right ul li .contact {
    width: 100%;
    margin-top: 25px;
  }
}
.header__right ul li .contact:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-image: url(../images/contact-btn-bg-hover.jpg);
}
@media (max-width: 1000px) {
  .header__right ul li .contact:hover::before {
    display: none;
  }
}
.header__right ul li .contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(../images/contact-btn-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s,
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
@media (max-width: 1000px) {
  .header__right ul li .contact::before {
    display: none;
  }
}
.header__right ul li .contact span {
  font-size: 20px;
  font-family: "futura", sans-serif;
  color: #fff;
  font-weight: 500;
  z-index: 3;
}
.header__right ul li .top-txt {
  width: 100%;
  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: 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;
  height: 22px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .header__right ul li .top-txt {
    width: auto;
    margin-bottom: 0;
    overflow: visible;
    height: auto;
  }
}
.header__right ul li .top-txt .top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  font-family: "futura", sans-serif;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  .header__right ul li .top-txt .top {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
.header__right ul li .top-txt .bottom {
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  font-family: "futura", sans-serif;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  .header__right ul li .top-txt .bottom {
    display: none;
  }
}
.header__right ul li .txt {
  color: #2078ca;
  font-size: 11px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .header__right ul li .txt {
    margin-left: 10px;
  }
}
.header__right ul li .header__right--top {
  -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;
  -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;
  position: relative;
}
@media (max-width: 1000px) {
  .header__right ul li .header__right--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__right ul li .header__right--top:hover .top-txt .top {
  position: absolute;
  top: -22px;
}
@media (max-width: 1000px) {
  .header__right ul li .header__right--top:hover .top-txt .top {
    position: static;
    top: auto;
  }
}
.header__right ul li .header__right--top:hover .top-txt .bottom {
  position: absolute;
  top: 0;
}
@media (max-width: 1000px) {
  .header__right ul li .header__right--top:hover .top-txt .bottom {
    display: none;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
footer start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  padding: 40px 0 30px;
  background-color: #292929;
  color: #fff;
}
@media (max-width: 1000px) {
  .footer {
    padding: 34px 0 28px;
  }
}
.footer .copy-right {
  margin-top: 16px;
  text-align: center;
  font-size: 11px;
}
@media (max-width: 1000px) {
  .footer .copy-right {
    margin-top: 80px;
    font-size: 10px;
  }
}
.footer .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;
  padding: 0 120px;
}
@media screen and (max-width: 1100px) {
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__left {
  width: 173px;
}
@media (max-width: 1000px) {
  .footer__left {
    width: 157.91px;
    margin: 0 auto 34.3px;
  }
}
.footer__left img {
  display: block;
  width: 100%;
}
.footer__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;
  margin-right: 100px;
}
@media (max-width: 1000px) {
  .footer__right {
    margin-right: 0;
    width: 100%;
  }
}
.footer__right--top {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .footer__right--top {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer__right--top ul {
  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 (max-width: 1000px) {
  .footer__right--top ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__right--top ul li:last-of-type {
  margin-right: 0;
}
.footer__right--top ul li:last-of-type a {
  border-right: none;
}
.footer__right--top ul li:nth-of-type(5) a {
  border-right: none;
}
@media (max-width: 1000px) {
  .footer__right--top ul li {
    margin-bottom: 30px;
  }
}
.footer__right--top ul li a {
  display: block;
  padding: 0 30px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  border-right: 1px solid #9a9a9a;
  color: #f8f8f8;
  white-space: nowrap;
  color: #fff;
}
.footer__right--top ul li a:hover {
  color: #b7b7b7;
}
@media (max-width: 1000px) {
  .footer__right--top ul li a:hover {
    color: #f8f8f8;
  }
}
@media (max-width: 1000px) {
  .footer__right--top ul li a {
    font-size: 13px;
    border-right: none;
  }
}
.footer__right--top ul li .contact {
  padding: 10px 15px;
  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-image: url(../images/contact-btn-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  outline: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media (max-width: 1000px) {
  .footer__right--top ul li .contact {
    padding: 11px 21px;
  }
}
.footer__right--top ul li .contact:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-image: url(../images/contact-btn-bg-hover.jpg);
}
.footer__right--top ul li .contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(../images/contact-btn-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s,
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.footer__right--top ul li .contact span {
  z-index: 3;
  color: #fff;
}
.footer__right--bottom {
  text-align: right;
}
@media (max-width: 1000px) {
  .footer__right--bottom {
    text-align: center;
  }
}
.footer__right--bottom a {
  font-size: 13px;
  color: #fff;
}
@media (max-width: 1000px) {
  .footer__right--bottom a {
    font-size: 12px;
  }
}
.footer__right--bottom a:hover {
  color: #b7b7b7;
}
@media (max-width: 1000px) {
  .footer__right--bottom a:hover {
    color: #fff;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
footer end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
home start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home .sec01 {
  margin-top: 13px;
  height: 600em;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .home .sec01 {
    margin-top: 0;
  }
}
.home .sec01::before {
  position: absolute;
  top: 172em;
  left: 0;
  content: "";
  width: 100%;
  height: 1102em;
  background-image: url(../images/sec02-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
@media (max-width: 567px) {
  .home .sec01::before {
    display: none;
  }
}
.home .sec01 .inner {
  padding: 0;
  margin-left: 60em;
  position: relative;
}
@media (max-width: 567px) {
  .home .sec01 .inner {
    margin-left: 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;
  }
}
.home .sec01 .inner .arrowWrap {
  position: absolute;
  left: 0;
  top: 80em;
  height: 200em;
}
@media (max-width: 567px) {
  .home .sec01 .inner .arrowWrap {
    display: none;
  }
}
.home .sec01 .inner .arrowWrap .arrowInner p {
  font-size: 14em;
  font-family: "Sofia Pro", sans-serif;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.home .sec01 .inner .arrowWrap .arrowInner .arrow {
  width: 1px;
  height: 100em;
  margin: 50em auto 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.home .sec01 .inner .arrowWrap .arrowInner .arrow::before {
  content: "";
  width: 1px;
  height: 100em;
  margin: 50em auto 0;
  background-color: #393939;
  position: absolute;
  top: -150em;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100em, 0);
    transform: translate3d(-50%, 100em, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100em, 0);
    transform: translate3d(-50%, 100em, 0);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100em, 0);
    transform: translate3d(-50%, 100em, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100em, 0);
    transform: translate3d(-50%, 100em, 0);
  }
}
.home .sec01 .title-area {
  left: 120em;
  position: absolute;
  top: 265em;
  z-index: 1;
}
@media (max-width: 567px) {
  .home .sec01 .title-area {
    position: static;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    background-image: url(../images/sec02-bg-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50em 24em 75em;
  }
}
.home .sec01 .title-area--top {
  margin-bottom: 32em;
}
@media (max-width: 567px) {
  .home .sec01 .title-area--top {
    margin-bottom: 15em;
  }
}
.home .sec01 .title-area--top h2 {
  color: #fff;
  font-family: "futura", sans-serif;
  font-size: 76em;
  line-height: 1.185;
}
@media (max-width: 567px) {
  .home .sec01 .title-area--top h2 {
    font-size: 38em;
    line-height: 1.16;
  }
}
.home .sec01 .title-area--bottom p {
  color: #fff;
  font-size: 16em;
  font-weight: 500;
}
@media (max-width: 567px) {
  .home .sec01 .title-area--bottom p {
    font-size: 12em;
  }
}
.home .sec01 .movie-area {
  margin-left: auto;
  width: 1130em;
}
@media (max-width: 567px) {
  .home .sec01 .movie-area {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.home .sec01 .movie-area .iframe-wrap {
  padding-top: 53%; /* = height ÷ width × 100 */
  position: relative;
  width: 100%;
}
@media (max-width: 567px) {
  .home .sec01 .movie-area .iframe-wrap {
    padding-top: 100%;
  }
}
.home .sec01 .movie-area .iframe-wrap .movie {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .sec02 {
  margin-top: 158em;
  position: relative;
  z-index: 1;
}
@media (max-width: 567px) {
  .home .sec02 {
    margin-top: 0;
    margin-bottom: 108em;
    background-color: #292929;
  }
}
.home .sec02 .inner {
  padding: 0;
}
.home .sec02 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1320em;
}
@media (max-width: 567px) {
  .home .sec02 .item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home .sec02 .item__left {
  background-color: #292929;
  color: #fff;
  padding: 127em 150em 142em 120em;
  width: calc(100% - 300em);
}
@media (max-width: 567px) {
  .home .sec02 .item__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 50em 25em 70em;
  }
}
.home .sec02 .item__left--top {
  margin-bottom: 60em;
}
.home .sec02 .item__left--top h2 {
  font-family: "futura", sans-serif;
  font-size: 51em;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .home .sec02 .item__left--top h2 {
    font-size: 30em;
    line-height: 1.26;
  }
}
.home .sec02 .item__left--bottom .item__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .home .sec02 .item__left--bottom .item__txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home .sec02 .item__left--bottom .item__txt--left {
  margin-right: 100em;
}
@media (max-width: 567px) {
  .home .sec02 .item__left--bottom .item__txt--left {
    margin-right: 0;
    margin-bottom: 20em;
  }
}
.home .sec02 .item__left--bottom .item__txt--left span {
  display: block;
  font-size: 24em;
  white-space: nowrap;
  font-family: "futura", sans-serif;
}
@media (max-width: 567px) {
  .home .sec02 .item__left--bottom .item__txt--left span {
    font-size: 16em;
  }
}
.home .sec02 .item__left--bottom .item__txt--right h3 {
  font-size: 22em;
  font-weight: 500;
  margin-bottom: 1.37em;
}
@media (max-width: 567px) {
  .home .sec02 .item__left--bottom .item__txt--right h3 {
    font-size: 17em;
    line-height: 1.88;
    margin-bottom: 1.76em;
  }
}
.home .sec02 .item__left--bottom .item__txt--right p {
  font-size: 15em;
  font-weight: 500;
  line-height: 2.4;
}
@media (max-width: 567px) {
  .home .sec02 .item__left--bottom .item__txt--right p {
    font-size: 14em;
    line-height: 2.14;
  }
}
.home .sec02 .item__right {
  width: 300em;
}
@media (max-width: 567px) {
  .home .sec02 .item__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
.home .sec02 .item__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.home .sec03 {
  padding-bottom: 109em;
  position: relative;
}
.home .sec03::before {
  position: absolute;
  content: "";
  top: 255em;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-16deg);
  transform: translateX(-50%) rotate(-16deg);
  width: 120vw;
  height: 1px;
  background-color: #c4eaff;
  z-index: -1;
}
@media (max-width: 567px) {
  .home .sec03::before {
    display: none;
  }
}
@media (max-width: 567px) {
  .home .sec03 {
    background-image: none;
    padding-bottom: 84.7em;
  }
}
.home .sec03 .inner {
  padding: 0;
}
.home .sec03 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .home .sec03 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home .sec03 .item__left {
  width: 502em;
  overflow: hidden;
}
@media (max-width: 567px) {
  .home .sec03 .item__left {
    width: 320em;
    margin-bottom: 75em;
  }
}
.home .sec03 .item__left .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .sec03 .item__left .swiper-container .swiper-slide-active .slide-img,
.home
  .sec03
  .item__left
  .swiper-container
  .swiper-slide-duplicate-active
  .slide-img,
.home .sec03 .item__left .swiper-container .swiper-slide-prev .slide-img {
  -webkit-animation: zoom-out 10s linear 0s 1 normal both !important;
  animation: zoom-out 10s linear 0s 1 normal both !important;
}
.home .sec03 .item__right {
  padding: 98em 120em 0 158em;
  width: calc(100% - 502em);
}
@media (max-width: 567px) {
  .home .sec03 .item__right {
    width: 100%;
    padding: 0 25em;
  }
}
.home .sec03 .item__right .title-area {
  -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;
  margin-bottom: 60.4em;
}
@media (max-width: 567px) {
  .home .sec03 .item__right .title-area {
    margin-bottom: 55em;
  }
}
.home .sec03 .item__right .title-area h2 {
  margin-right: 25em;
}
@media (max-width: 567px) {
  .home .sec03 .item__right .title-area h2 {
    margin-right: 15.3em;
  }
}
.home .sec03 .item__right .title-area h2 img {
  width: 183em;
}
@media (max-width: 567px) {
  .home .sec03 .item__right .title-area h2 img {
    width: 99.71em;
  }
}
.home .sec03 .item__right .title-area span {
  display: block;
  font-size: 15em;
  font-weight: 700;
}
@media (max-width: 567px) {
  .home .sec03 .item__right .title-area span {
    font-size: 12em;
  }
}
.home .sec03 .item__right .txt-area--top {
  margin-bottom: 30em;
}
@media (max-width: 567px) {
  .home .sec03 .item__right .txt-area--top {
    margin-bottom: 25em;
  }
}
.home .sec03 .item__right .txt-area--top h3 {
  font-size: 22em;
  font-weight: 500;
  line-height: 1.63;
}
@media (max-width: 567px) {
  .home .sec03 .item__right .txt-area--top h3 {
    font-size: 17em;
    line-height: 1.88;
  }
}
.home .sec03 .item__right .txt-area--middle {
  margin-bottom: 60em;
}
.home .sec03 .item__right .txt-area--middle p {
  font-size: 15em;
  font-weight: 500;
  line-height: 2.4;
}
@media (max-width: 567px) {
  .home .sec03 .item__right .txt-area--middle p {
    font-size: 14em;
    line-height: 2.14;
  }
}
.home .sec03 .item__right .txt-area--bottom {
  text-align: right;
}
.home .sec03 .item__right .txt-area--bottom a {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.home .sec03 .item__right .txt-area--bottom a::after {
  position: absolute;
  content: "";
  bottom: -8em;
  left: 0;
  width: 0;
  height: 3px;
  background-image: url(../images/link-line.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 567px) {
  .home .sec03 .item__right .txt-area--bottom a::after {
    width: 100%;
  }
}
.home .sec03 .item__right .txt-area--bottom a:hover::after {
  width: 0;
}
.home .sec03 .item__right .txt-area--bottom a span {
  color: #000;
  display: block;
  font-size: 17em;
  font-weight: 500;
}
@media (max-width: 567px) {
  .home .sec03 .item__right .txt-area--bottom a span {
    font-size: 14em;
  }
}
.home .sec03 .item__right .txt-area--bottom a .mark {
  margin-left: 8.4em;
  width: 11.63em;
}
@media (max-width: 567px) {
  .home .sec03 .item__right .txt-area--bottom a .mark {
    width: 9.75em;
    margin-left: 8.9em;
  }
}
.home .sec04 {
  padding-bottom: 110em;
  position: relative;
}
.home .sec04::before {
  position: absolute;
  content: "";
  top: 135em;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(5deg);
  transform: translateX(-50%) rotate(5deg);
  width: 120vw;
  height: 1px;
  background-color: #c4eaff;
  z-index: -1;
}
@media (max-width: 567px) {
  .home .sec04::before {
    display: none;
  }
}
.home .sec04::after {
  position: absolute;
  content: "";
  bottom: 180em;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-9deg);
  transform: translateX(-50%) rotate(-9deg);
  width: 100vw;
  height: 1px;
  background-color: #c4eaff;
  z-index: -1;
}
@media (max-width: 567px) {
  .home .sec04::after {
    display: none;
  }
}
@media (max-width: 567px) {
  .home .sec04 {
    background-image: none;
    padding-bottom: 90em;
  }
}
.home .sec04 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .home .sec04 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home .sec04 .item__left {
  width: calc(100% - 394em - 166em);
  margin-right: 166em;
}
@media (max-width: 567px) {
  .home .sec04 .item__left {
    width: 100%;
    margin-right: 0;
  }
}
.home .sec04 .item__left .title-area {
  -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;
  margin-bottom: 60.4em;
}
@media (max-width: 567px) {
  .home .sec04 .item__left .title-area {
    margin-bottom: 36.7em;
  }
}
.home .sec04 .item__left .title-area h2 {
  margin-right: 25em;
}
@media (max-width: 567px) {
  .home .sec04 .item__left .title-area h2 {
    margin-right: 15.7em;
  }
}
.home .sec04 .item__left .title-area h2 img {
  width: 237.18em;
}
@media (max-width: 567px) {
  .home .sec04 .item__left .title-area h2 img {
    width: 124.34em;
  }
}
.home .sec04 .item__left .title-area span {
  display: block;
  font-size: 15em;
  font-weight: 700;
}
@media (max-width: 567px) {
  .home .sec04 .item__left .title-area span {
    font-size: 12em;
  }
}
.home .sec04 .item__left .img-area {
  margin-bottom: 50em;
}
.home .sec04 .item__left .img-area img {
  display: block;
  width: 100%;
}
.home .sec04 .item__left .txt-area--top {
  margin-bottom: 30em;
}
@media (max-width: 567px) {
  .home .sec04 .item__left .txt-area--top {
    margin-bottom: 25em;
  }
}
.home .sec04 .item__left .txt-area--top h3 {
  font-size: 22em;
  font-weight: 500;
  line-height: 1.63;
}
@media (max-width: 567px) {
  .home .sec04 .item__left .txt-area--top h3 {
    font-size: 17em;
    line-height: 1.88;
  }
}
.home .sec04 .item__left .txt-area--middle {
  margin-bottom: 60em;
}
@media (max-width: 567px) {
  .home .sec04 .item__left .txt-area--middle {
    margin-bottom: 30em;
  }
}
.home .sec04 .item__left .txt-area--middle p {
  font-size: 15em;
  font-weight: 500;
  line-height: 2.4;
}
@media (max-width: 567px) {
  .home .sec04 .item__left .txt-area--middle p {
    font-size: 14em;
    line-height: 2.14;
  }
}
.home .sec04 .item__left .txt-area--bottom {
  text-align: right;
}
.home .sec04 .item__left .txt-area--bottom .small {
  font-size: 16em;
  font-weight: 500;
}
@media (max-width: 567px) {
  .home .sec04 .item__left .txt-area--bottom .small {
    font-size: 14em;
  }
}
.home .sec04 .item__left .txt-area--bottom .big {
  font-size: 18em;
  font-weight: 500;
}
@media (max-width: 567px) {
  .home .sec04 .item__left .txt-area--bottom .big {
    font-size: 16em;
  }
}
.home .sec04 .item__left .txt-area--bottom a {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.home .sec04 .item__left .txt-area--bottom a .line {
  bottom: -8em;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.home .sec04 .item__left .txt-area--bottom a span {
  color: #000;
  display: block;
  font-size: 17em;
  font-weight: 500;
}
.home .sec04 .item__left .txt-area--bottom a .mark {
  margin-left: 8.4em;
  width: 11.63em;
}
.home .sec04 .item__right {
  width: 394em;
}
@media (max-width: 567px) {
  .home .sec04 .item__right {
    display: none;
  }
}
.home .sec04 .item__right img {
  display: block;
  width: 100%;
}
.home .sec05 {
  padding-bottom: 110em;
}
@media (max-width: 567px) {
  .home .sec05 {
    padding-bottom: 0;
  }
}
.home .sec05 .inner {
  padding: 0;
}
.home .sec05 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .home .sec05 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home .sec05 .item__left {
  width: 331em;
  position: relative;
}
@media (max-width: 567px) {
  .home .sec05 .item__left {
    width: 100%;
    position: static;
  }
}
.home .sec05 .item__left img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 567px) {
  .home .sec05 .item__left img {
    position: static;
    -webkit-transform: none;
    transform: none;
    top: auto;
    left: auto;
  }
}
.home .sec05 .item__right {
  background-color: #f8f8f8;
  width: calc(100% - 331em);
  padding: 70em 120em 70em 150em;
}
@media (max-width: 567px) {
  .home .sec05 .item__right {
    width: 100%;
    padding: 60em 25em 80em;
  }
}
.home .sec05 .item__right .title-area {
  -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;
  margin-bottom: 30em;
}
.home .sec05 .item__right .title-area h2 {
  margin-right: 25em;
}
@media (max-width: 567px) {
  .home .sec05 .item__right .title-area h2 {
    margin-right: 15em;
  }
}
.home .sec05 .item__right .title-area h2 img {
  width: 183em;
}
@media (max-width: 567px) {
  .home .sec05 .item__right .title-area h2 img {
    width: 134.1em;
  }
}
.home .sec05 .item__right .title-area span {
  display: block;
  font-size: 15em;
  font-weight: 700;
}
@media (max-width: 567px) {
  .home .sec05 .item__right .title-area span {
    font-size: 12em;
  }
}
.home .sec05 .item__right .lists dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30em 0 20em;
  border-bottom: 2px solid #e8e8e8;
  position: relative;
}
@media (max-width: 567px) {
  .home .sec05 .item__right .lists dl {
    padding: 15em 0;
    margin-bottom: 15em;
  }
}
.home .sec05 .item__right .lists dl::before {
  position: absolute;
  content: "";
  width: 105em;
  height: 2px;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: -2px;
  left: 0;
}
@media (max-width: 567px) {
  .home .sec05 .item__right .lists dl::before {
    width: 87em;
  }
}
.home .sec05 .item__right .lists dl dt {
  width: 120em;
}
@media (max-width: 567px) {
  .home .sec05 .item__right .lists dl dt {
    width: 95em;
  }
}
.home .sec05 .item__right .lists dl dt span {
  font-size: 15em;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 567px) {
  .home .sec05 .item__right .lists dl dt span {
    font-size: 14em;
  }
}
.home .sec05 .item__right .lists dl dd {
  width: calc(100% - 120em);
}
@media (max-width: 567px) {
  .home .sec05 .item__right .lists dl dd {
    width: calc(100% - 95em);
  }
}
.home .sec05 .item__right .lists dl dd span {
  font-size: 15em;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 567px) {
  .home .sec05 .item__right .lists dl dd span {
    font-size: 14em;
  }
}
.home .sec06 {
  padding: 73em 0 68em;
  background-image: url(../images/sec06-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 567px) {
  .home .sec06 {
    padding: 70em 0 75em;
    background-image: url(../images/sec06-bg-sp.jpg);
  }
}
@media (max-width: 1000px) {
  .home .sec06 .inner {
    padding: 0 20px;
  }
}
.home .sec06 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .home .sec06 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home .sec06 .item__left {
  margin-right: 120em;
  width: calc(100% - 720em - 120em);
}
@media (max-width: 1000px) {
  .home .sec06 .item__left {
    margin-right: 0;
    width: 720px;
    max-width: 100%;
    margin: 0 auto 41px;
    padding: 0 15em;
  }
}
.home .sec06 .item__left .title-area {
  margin-bottom: 60em;
}
@media (max-width: 567px) {
  .home .sec06 .item__left .title-area {
    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-bottom: 40em;
  }
}
.home .sec06 .item__left .title-area h2 {
  font-size: 53em;
  font-family: "futura", sans-serif;
  line-height: 1.2;
  margin-bottom: 0.13em;
  color: #fff;
}
@media (max-width: 567px) {
  .home .sec06 .item__left .title-area h2 {
    font-size: 34em;
    line-height: 1.17;
    margin-bottom: 0;
    margin-right: 0.44em;
  }
}
.home .sec06 .item__left .title-area span {
  font-size: 15em;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 567px) {
  .home .sec06 .item__left .title-area span {
    font-size: 12em;
  }
}
.home .sec06 .item__left .txt-area p {
  font-size: 15em;
  line-height: 2;
  color: #fff;
  font-weight: 500;
}
.home .sec06 .item__right {
  width: 720em;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .home .sec06 .item__right {
    width: 720px;
    margin: 0 auto;
  }
}
.home .sec06 .item__right .form-area {
  background-color: #fff;
  padding: 50px 70px 30px;
}
@media (max-width: 567px) {
  .home .sec06 .item__right .form-area {
    padding: 40.5px 20px 52px;
  }
}
.home .sec06 .item__right .form-area form dl {
  margin-bottom: 25px;
  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 (max-width: 567px) {
  .home .sec06 .item__right .form-area form dl {
    margin-bottom: 25.5px;
  }
}
.home .sec06 .item__right .form-area form dl dt {
  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: 15px;
  font-weight: 700;
  margin-bottom: 9.5px;
}
@media (max-width: 567px) {
  .home .sec06 .item__right .form-area form dl dt {
    font-size: 14px;
    margin-bottom: 10.5px;
  }
}
.home .sec06 .item__right .form-area form dl dt span {
  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: 34px;
  height: 18px;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background-color: #d64c4a;
}
@media (max-width: 567px) {
  .home .sec06 .item__right .form-area form dl dt span {
    font-size: 10px;
    width: 28px;
    height: 15px;
  }
}
.home .sec06 .item__right .form-area form dl dd {
  font-size: 17px;
  font-weight: 500;
}
.home .sec06 .item__right .form-area form dl dd .text-test {
  background-color: #f8f8f8;
  border: none;
}
.home
  .sec06
  .item__right
  .form-area
  form
  dl
  dd
  .text-test::-webkit-input-placeholder {
  color: #bfbfbf;
  font-weight: 500;
}
.home .sec06 .item__right .form-area form dl dd .text-test::-moz-placeholder {
  color: #bfbfbf;
  font-weight: 500;
}
.home
  .sec06
  .item__right
  .form-area
  form
  dl
  dd
  .text-test:-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: 500;
}
.home
  .sec06
  .item__right
  .form-area
  form
  dl
  dd
  .text-test::-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: 500;
}
.home .sec06 .item__right .form-area form dl dd .text-test::placeholder {
  color: #bfbfbf;
  font-weight: 500;
}
.home .sec06 .item__right .form-area form dl dd .textarea-test {
  height: 109px;
  background-color: #f8f8f8;
  border: none;
}
.home
  .sec06
  .item__right
  .form-area
  form
  dl
  dd
  .textarea-test::-webkit-input-placeholder {
  color: #bfbfbf;
  font-weight: 500;
}
.home
  .sec06
  .item__right
  .form-area
  form
  dl
  dd
  .textarea-test::-moz-placeholder {
  color: #bfbfbf;
  font-weight: 500;
}
.home
  .sec06
  .item__right
  .form-area
  form
  dl
  dd
  .textarea-test:-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: 500;
}
.home
  .sec06
  .item__right
  .form-area
  form
  dl
  dd
  .textarea-test::-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: 500;
}
.home .sec06 .item__right .form-area form dl dd .textarea-test::placeholder {
  color: #bfbfbf;
  font-weight: 500;
}
.home .sec06 .item__right .form-area form .submit-area {
  text-align: center;
}
.home .sec06 .item__right .form-area form .submit-area .submit-test {
  background-color: #575757;
  width: 239px;
  height: 61px;
  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;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 567px) {
  .home .sec06 .item__right .form-area form .submit-area .submit-test {
    width: 220px;
    height: 61px;
  }
}
.home .sec06 .item__right .form-area form .submit-area .submit-test:hover {
  background-color: #3074c9;
}
@media (max-width: 567px) {
  .home .sec06 .item__right .form-area form .submit-area .submit-test:hover {
    display: none;
  }
}
.home .sec06 .item__right .form-area form > p {
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 567px) {
  .home .sec06 .item__right .form-area form > p {
    margin-top: 25px;
    line-height: 1.6;
  }
}
.home .sec06 .item__right .form-area form > p a {
  color: #0039d5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .sec06 .item__right .form-area form > p a:hover {
  color: #4e78eb;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
home end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
privacy start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.privacy-page .sec01 {
  padding-bottom: 140px;
}
@media (max-width: 567px) {
  .privacy-page .sec01 {
    padding-top: 53px;
    padding-bottom: 90px;
  }
}
.privacy-page .sec01 .title-area {
  margin-bottom: 40px;
}
.privacy-page .sec01 .title-area h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.78;
  text-align: center;
}
@media (max-width: 567px) {
  .privacy-page .sec01 .title-area h1 {
    font-size: 18px;
  }
}
.privacy-page .sec01 .content {
  font-size: 15px;
  line-height: 1.86;
}
@media (max-width: 567px) {
  .privacy-page .sec01 .content {
    font-size: 14px;
    line-height: 1.71;
  }
}
.privacy-page .sec01 .content h3 {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}
@media (max-width: 567px) {
  .privacy-page .sec01 .content h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
privacy end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
thanks start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.thanks-page .sec01 {
  padding: 60px 0 160px;
}
@media (max-width: 567px) {
  .thanks-page .sec01 {
    padding: 124px 0 190px;
  }
}
.thanks-page .sec01 .title-area {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 567px) {
  .thanks-page .sec01 .title-area {
    margin-bottom: 40px;
  }
}
.thanks-page .sec01 .title-area span {
  display: block;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  color: #2078ca;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .thanks-page .sec01 .title-area span {
    font-size: 18em;
  }
}
.thanks-page .sec01 .title-area p {
  font-size: 28px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .thanks-page .sec01 .title-area p {
    font-size: 21px;
  }
}
.thanks-page .sec01 .txt-area {
  margin-bottom: 90px;
}
@media (max-width: 567px) {
  .thanks-page .sec01 .txt-area {
    margin-bottom: 60px;
  }
}
.thanks-page .sec01 .txt-area p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 567px) {
  .thanks-page .sec01 .txt-area p {
    font-size: 14em;
    line-height: 1.7;
  }
}
.thanks-page .sec01 .btn-area {
  text-align: center;
}
.thanks-page .sec01 .btn-area .btn {
  width: 300px;
  max-width: 100%;
  height: 80px;
  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;
  margin: 0 auto;
  background-image: url(../images/thanks-btn-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 567px) {
  .thanks-page .sec01 .btn-area .btn {
    width: 260px;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/thanks-btn-bg-sp.jpg);
  }
}
.thanks-page .sec01 .btn-area .btn .arrow {
  position: absolute;
  right: 30px;
  width: 26.3px;
}
@media (max-width: 567px) {
  .thanks-page .sec01 .btn-area .btn .arrow {
    width: 23em;
    right: 30px;
  }
}
.thanks-page .sec01 .btn-area .btn span {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 567px) {
  .thanks-page .sec01 .btn-area .btn span {
    font-size: 15px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
thanks end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
