@charset "UTF-8";
.goshic {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

.antro {
  font-family: "Antro Vectra", sans-serif;
}

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

html {
  overflow-x: hidden;
}

body {
  font-size: 100%;
  color: #000;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  margin-top: 97px;
}

@media (max-width: 1060px) {
  body {
    margin-top: 0;
  }
}

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

a:hover {
  opacity: 0.7;
}

@media (max-width: 567px) {
  a:hover {
    opacity: 1;
  }
}

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

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

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

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

@media (max-width: 567px) {
  .sec {
    font-size: 1px;
    font-size: 0.26667vw;
  }
}

@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes circlemove {
  0% {
    left: 0;
  }
  100% {
    left: 100em;
  }
}

@keyframes circlemove {
  0% {
    left: 0;
  }
  100% {
    left: 100em;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%,
  100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%,
  100% {
    opacity: 1;
  }
}

.link-area {
  margin-top: 40em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 567px) {
  .link-area {
    margin-top: 30em;
    margin-right: 52em;
  }
}

.link-area .link {
  display: inline-block;
  color: #000;
  font-size: 15em;
  font-weight: 600;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #000;
  position: relative;
}

@media (max-width: 567px) {
  .link-area .link {
    font-size: 13em;
  }
}

.link-area .link:hover {
  opacity: 1;
}

.link-area .link:hover .circle {
  -webkit-transform: translateY(-50%) scale(1.17);
          transform: translateY(-50%) scale(1.17);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.link-area .link:hover .circle::before {
  background: #fff;
}

.link-area .link:hover .circle__sub {
  background-color: transparent;
}

.link-area .link .circle {
  position: absolute;
  top: 50%;
  right: -4em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #e5f074;
  background: -webkit-linear-gradient(45deg, #e5f074 0%, #008a32 100%);
  background: linear-gradient(45deg, #e5f074 0%, #008a32 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-area .link .circle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.46em;
  height: 0.46em;
  background: #e5f074;
  background: -webkit-linear-gradient(225deg, #e5f074 0%, #008a32 100%);
  background: linear-gradient(225deg, #e5f074 0%, #008a32 100%);
  border-radius: 50%;
  z-index: 2;
}

.link-area .link .circle__sub {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.85em;
  height: 2.85em;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.scroll-down {
  position: absolute;
  right: -133em;
  bottom: 45em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

@media (max-width: 567px) {
  .scroll-down {
    right: -58em;
    bottom: 94em;
  }
}

.scroll-down .sofia {
  font-size: 12em;
}

@media (max-width: 567px) {
  .scroll-down .sofia {
    font-size: 10px;
  }
}

.scroll-down .border {
  margin-left: 15.5em;
  width: 100em;
  height: 1px;
  background-color: #000;
  position: relative;
}

@media (max-width: 567px) {
  .scroll-down .border {
    width: 93em;
  }
}

.scroll-down .border::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #239948;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.sec01-1 {
  padding-top: 92.4em;
}

@media (max-width: 567px) {
  .sec01-1 {
    padding-top: 50em;
  }
}

.sec01-1 .item {
  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;
}

@media (max-width: 567px) {
  .sec01-1 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35em;
  }
}

.sec01-1 .item__left {
  margin-bottom: 75em;
}

@media (max-width: 567px) {
  .sec01-1 .item__left {
    margin-bottom: 0;
  }
}

.sec01-1 .item__left .title-area__top {
  margin-bottom: 5em;
}

.sec01-1 .item__left .title-area__top img {
  display: block;
}

.sec01-1 .item__left .title-area__bottom h1 {
  font-size: 50em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Sofia Pro", sans-serif;
}

@media (max-width: 567px) {
  .sec01-1 .item__left .title-area__bottom h1 {
    font-size: 28em;
  }
}

.sec01-1 .item__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 567px) {
  .sec01-1 .item__right {
    height: 128.68em;
  }
}

.sec01-1 .item__right 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;
  margin-bottom: 40.5em;
}

@media (max-width: 567px) {
  .sec01-1 .item__right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
    height: 100%;
  }
}

.sec01-1 .item__right ul li {
  margin-right: 50.5em;
}

@media (max-width: 567px) {
  .sec01-1 .item__right ul li {
    margin-right: 0;
  }
}

.sec01-1 .item__right ul li:last-of-type {
  margin-right: 0;
}

@media (max-width: 567px) {
  .sec01-1 .item__right ul li:last-of-type .link {
    margin-bottom: 0;
  }
}

.sec01-1 .item__right ul li .link {
  display: inline-block;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180em;
  color: #000;
  padding-bottom: 10.5em;
  border-bottom: 1px solid #000;
}

@media (max-width: 567px) {
  .sec01-1 .item__right ul li .link {
    min-width: 160em;
    padding-bottom: 9em;
    margin-bottom: 15em;
  }
}

.sec01-1 .item__right ul li .link:hover {
  color: #008a32;
  border-color: #008a32;
  opacity: 1;
}

.sec01-1 .item__right ul li .link__left {
  font-size: 15em;
  font-weight: 500;
  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: 567px) {
  .sec01-1 .item__right ul li .link__left {
    font-size: 10em;
  }
}

.sec01-1 .item__right ul li .link__left span {
  font-size: 0.66em;
  display: inline-block;
  margin-right: 0.53em;
  white-space: nowrap;
}

@media (max-width: 567px) {
  .sec01-1 .item__right ul li .link__left span {
    margin-right: 1.5em;
  }
}

.sec01-1 .item__right ul li .link__right img {
  display: block;
  width: 10em;
  margin-right: 5em;
}

.sec01-1 .img-area {
  margin-left: 120em;
  position: relative;
}

@media (max-width: 567px) {
  .sec01-1 .img-area {
    margin-left: 45em;
  }
}

.sec01-1 .img-area .scroll-down {
  right: auto;
  left: -150em;
  bottom: 40%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 567px) {
  .sec01-1 .img-area .scroll-down {
    left: -105em;
    bottom: 35%;
  }
}

.sec01-1 .img-area img {
  display: block;
  width: 100%;
}

.title-sub h3 {
  font-size: 18em;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

@media (max-width: 567px) {
  .title-sub h3 {
    font-size: 15em;
  }
}

.title-sub h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.83em;
  width: 2.77em;
  height: 1px;
  background-color: #000;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
share end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 97px;
  z-index: 9997;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1060px) {
  .header {
    position: static;
    height: 45px;
  }
}

.header.active .header__right {
  left: 0;
}

.header.active .burger .box {
  width: 100%;
  height: 100%;
  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;
}

.header.active .burger .box .line {
  background-color: transparent;
}

.header.active .burger .box .line::before {
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header.active .burger .box .line::after {
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.header.change {
  height: 70px;
}

@media (max-width: 1060px) {
  .header.change {
    height: 56px;
  }
}

.header.change .contact {
  width: 170px;
  height: 45px;
  border-radius: 35px !important;
  font-size: 14px !important;
}

.header.change .contact::before {
  border-radius: 35px !important;
}

.header.change .contact::after {
  border-radius: 35px !important;
}

.header.change .contact span {
  display: none !important;
}

.header.change .circle:hover::after {
  bottom: 12px !important;
}

.header .container {
  width: 100%;
  height: 100%;
}

.header .inner {
  padding: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header__left {
  margin-left: 70px;
}

@media (max-width: 1060px) {
  .header__left {
    margin-left: 20px;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1060px) {
  .header__left .logo {
    width: 119.91px;
  }
}

.header__left .email {
  display: none;
  height: 100%;
  width: 45px;
  margin-right: 45px;
}

@media (max-width: 1060px) {
  .header__left .email {
    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;
  }
}

.header__left .email img {
  display: block;
}

.header__right {
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1060px) {
  .header__right {
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: #222222;
    z-index: 9998;
  }
}

.header__right .message {
  display: none;
  position: absolute;
  right: -17px;
  bottom: 100px;
  z-index: 9998;
  color: #707070;
  font-size: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 1060px) {
  .header__right .message {
    display: block;
  }
}

.header__right .nav {
  height: 100%;
  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: 1060px) {
  .header__right .nav {
    width: calc(100vw - 45px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 47px;
  }
}

.header__right .nav .contact-item {
  margin-right: 0;
}

.header__right .nav .privacy-item {
  display: none;
}

@media (max-width: 1060px) {
  .header__right .nav .privacy-item {
    display: block;
  }
  .header__right .nav .privacy-item .privacy {
    display: none;
    font-size: 10px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1060px) and (max-width: 1060px) {
  .header__right .nav .privacy-item .privacy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__right .nav-item {
  margin-right: 60px;
  height: 100%;
  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;
}

@media (max-width: 1060px) {
  .header__right .nav-item {
    height: auto;
    margin-right: 0;
    background-color: #fff;
    width: 100%;
  }
}

@media (max-width: 1060px) {
  .header__right .nav-item:first-of-type {
    margin-top: 55px;
  }
}

.header__right .nav-item a {
  display: inline-block;
  height: 100%;
  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;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 1060px) {
  .header__right .nav-item a {
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 13px;
    padding: 15px 0;
    margin-left: 45px;
  }
}

.header__right .nav-item .circle:hover {
  opacity: 1;
  margin-bottom: 5px;
}

@media (max-width: 1060px) {
  .header__right .nav-item .circle:hover {
    margin-bottom: 0;
  }
}

.header__right .nav-item .circle:hover::after {
  position: absolute;
  content: "";
  bottom: 25px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e5f074;
  background: -webkit-linear-gradient(225deg, #e5f074 0%, #008a32 100%);
  background: linear-gradient(225deg, #e5f074 0%, #008a32 100%);
}

@media (max-width: 1060px) {
  .header__right .nav-item .circle:hover::after {
    display: none;
  }
}

.header__right .nav-item .contact {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 148px;
  color: #fff;
  position: relative;
  background: #008a32;
  background: -webkit-linear-gradient(20deg, #008a32 0%, #c4e26b 100%);
  background: linear-gradient(70deg, #008a32 0%, #c4e26b 100%);
  z-index: 1;
}

@media (max-width: 1060px) {
  .header__right .nav-item .contact {
    font-size: 13px;
    background-color: #fff;
    background: none;
    color: #000;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header__right .nav-item .contact::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 140%;
  height: 100%;
  background: #32c057;
  background: -webkit-linear-gradient(200deg, #32c057 0%, #e5f074 100%);
  background: linear-gradient(250deg, #32c057 0%, #e5f074 100%);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 1060px) {
  .header__right .nav-item .contact::before {
    display: none;
  }
}

.header__right .nav-item .contact:hover {
  opacity: 1;
  background: none;
}

.header__right .nav-item .contact:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
}

.header__right .nav-item .contact span {
  font-size: 20px;
  display: block;
}

@media (max-width: 1060px) {
  .header__right .nav-item .contact span {
    display: none;
  }
}

.header__right .nav #close {
  display: none;
  width: 249px;
  min-height: 41px;
  -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: 11px;
  font-weight: 500;
  border: 1px solid #222222;
  color: #222222;
}

@media (max-width: 1060px) {
  .header__right .nav #close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 567px) {
  .header__right .nav #close {
    width: 22.45em;
  }
}

.header__right .nav .border {
  display: none;
}

@media (max-width: 1060px) {
  .header__right .nav .border {
    display: block;
    height: 1px;
    width: 247px;
    width: 85%;
    margin-right: auto;
    margin-left: 45px;
    background-color: #b2b2b2;
  }
}

@media (max-width: 567px) {
  .header__right .nav .border {
    width: 247em;
  }
}

.header__right .nav .sns {
  display: none;
  width: 100%;
  margin-left: 85px;
  padding: 30px 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1060px) {
  .header__right .nav .sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__right .nav .sns li {
  margin-right: 40px;
}

.header__right .nav .sns li:last-of-type {
  margin-right: 0;
}

.header__right .nav .sns li a img {
  display: block;
  width: 19.89px;
}

.header .burger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  -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: #008a32;
  background: -webkit-linear-gradient(20deg, #008a32 0%, #c4e26b 100%);
  background: linear-gradient(70deg, #008a32 0%, #c4e26b 100%);
  z-index: 9999;
}

@media (max-width: 1060px) {
  .header .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .burger .box .line {
  width: 12px;
  height: 1.5px;
  background-color: #fff;
  position: relative;
}

.header .burger .box .line::before {
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  width: 133%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .burger .box .line::after {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  width: 58%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
footer start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  background-color: #222222;
}

.footer .container {
  padding: 53.6px 210px 85px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1339px) {
  .footer .container {
    padding: 53.6px 100px 85px;
  }
}

@media screen and (max-width: 1200px) {
  .footer .container {
    padding: 63.6px 45px 28.5px;
  }
}

@media screen and (max-width: 374px) {
  .footer .container {
    padding: 63.6px 20px 28.5px;
  }
}

.footer .container .footer-bg {
  position: absolute;
  right: 74px;
  bottom: 0;
  width: 251.29px;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .footer .container .footer-bg {
    width: 285px;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}

.footer .inner {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .footer__left {
    margin: 0 auto;
  }
}

.footer__left .logo {
  margin-bottom: 15px;
}

.footer__left .logo img {
  display: block;
  width: 240.05px;
}

@media screen and (max-width: 1200px) {
  .footer__left .logo img {
    width: 210.94px;
    margin: 0 auto;
  }
}

.footer__left .address {
  margin-bottom: 35px;
}

@media screen and (max-width: 1200px) {
  .footer__left .address {
    margin-bottom: 40px;
  }
}

.footer__left .address p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .footer__left .address p {
    font-size: 12px;
  }
}

.footer__left .address p .sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .footer__left .address p .sp {
    display: block;
  }
}

.footer__left .item {
  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 screen and (max-width: 1200px) {
  .footer__left .item {
    display: none;
  }
}

.footer__left .item__left {
  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;
  border-right: 1px solid #fff;
}

.footer__left .item__left .sns {
  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;
}

.footer__left .item__left .sns li {
  padding-right: 23.5px;
}

.footer__left .item__left .sns li a img {
  display: block;
}

.footer__left .item__right > a {
  margin-left: 23.5px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 2;
}

.footer__right {
  margin-left: 250px;
}

@media screen and (max-width: 1200px) {
  .footer__right {
    margin: 0 auto;
  }
}

.footer__right a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.footer__right .copy-right {
  font-size: 12px;
  white-space: nowrap;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .footer__right .copy-right {
    font-size: 10px;
  }
}

.footer__right .footer-nav {
  margin-top: 30px;
  height: 105px;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .footer__right .footer-nav {
    margin-top: 0;
    height: 125px;
    margin-bottom: 7.6px;
  }
}

.footer__right .footer-nav-item {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .footer__right .footer-nav-item {
    margin-bottom: 25px;
  }
}

.footer__right > .item {
  display: none;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .footer__right > .item {
    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;
  }
}

.footer__right > .item .item__left {
  border-right: 1px solid #fff;
}

.footer__right > .item .item__left .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__right > .item .item__left .sns li {
  margin-right: 18px;
}

.footer__right > .item .item__left .sns li img {
  display: block;
  width: 20px;
}

.footer__right > .item .item__right {
  margin-left: 18px;
}

.footer__right > .item .item__right a {
  color: #fff;
  font-size: 10px;
  line-height: 2;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
footer end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
top start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top .fv {
  margin-bottom: 67em;
}

@media (max-width: 567px) {
  .top .fv {
    margin-bottom: 0;
  }
}

.top .fv .swiper-container {
  width: 1250em;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

@media (max-width: 567px) {
  .top .fv .swiper-container {
    width: 100%;
    height: 475em;
  }
}

.top .fv .swiper-container .fv__side__txt {
  position: absolute;
  right: -7em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  z-index: 2;
  font-size: 14em;
}

@media (max-width: 567px) {
  .top .fv .swiper-container .fv__side__txt {
    display: none;
  }
}

.top .fv .swiper-container .fv__txt {
  width: 632.96em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 567px) {
  .top .fv .swiper-container .fv__txt {
    width: 281.35em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20em;
  }
}

.top .fv .swiper-container .fv__txt img {
  width: 100%;
  display: block;
}

.top .fv .swiper-container .bg {
  position: absolute;
  left: -40em;
  bottom: 54em;
  z-index: 2;
}

@media (max-width: 567px) {
  .top .fv .swiper-container .bg {
    left: 0;
    bottom: 61em;
  }
}

.top .fv .swiper-container .bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.top .fv .swiper-container .bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 41em;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0.5em;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  -webkit-transition: all 1s 1s ease;
  transition: all 1s 1s ease;
}

@media (max-width: 567px) {
  .top .fv .swiper-container .bg .bg-wrap .inn {
    font-size: 24em;
  }
}

.top .fv .swiper-container .bg.is-animated .bg-wrap {
  color: red;
}

.top .fv .swiper-container .bg.is-animated .bg-wrap::before {
  -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #008a32;
  background: -webkit-linear-gradient(20deg, #008a32 0%, #c4e26b 100%);
  background: linear-gradient(70deg, #008a32 0%, #c4e26b 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.top .fv .swiper-container .bg.is-animated .bg-wrap .inn {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.top .fv .swiper-container .fv__txt__bottom {
  position: absolute;
  left: -40em;
  bottom: 54em;
  z-index: 2;
}

@media (max-width: 567px) {
  .top .fv .swiper-container .fv__txt__bottom {
    left: 0;
    bottom: 61em;
  }
}

.top .fv .swiper-container .fv__txt__bottom .txt {
  color: #fff;
  font-size: 41em;
  line-height: 1.5;
  font-weight: 700;
  background: #008a32;
  background: -webkit-linear-gradient(20deg, #008a32 0%, #c4e26b 100%);
  background: linear-gradient(70deg, #008a32 0%, #c4e26b 100%);
  padding: 0 0.5em;
}

@media (max-width: 567px) {
  .top .fv .swiper-container .fv__txt__bottom .txt {
    font-size: 21.3em;
  }
}

.top .fv .swiper-container .fv__txt__bottom .top {
  display: inline-block;
  margin-bottom: 0.15em;
}

@media (max-width: 567px) {
  .top .fv .swiper-container .fv__txt__bottom .top {
    font-size: 24em;
    padding: 0.02em 0.5em;
  }
}

.top .fv .swiper-container .fv__txt__bottom .bottom {
  display: block;
}

.top .fv .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

@media (max-width: 567px) {
  .top .fv .swiper-container .swiper-wrapper {
    width: calc(100% - 45px);
  }
}

.top .fv .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 668em;
  overflow: hidden;
}

@media (max-width: 567px) {
  .top .fv .swiper-container .swiper-wrapper .swiper-slide {
    height: 475em;
  }
}

.top .fv .swiper-container .swiper-wrapper .swiper-slide .slide-img {
  -webkit-animation: zoomDown 7s ease 0s;
          animation: zoomDown 7s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.top .fv .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .animationTarget {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.top .animationTarget__up {
  -webkit-transform: translate(0, 50em);
          transform: translate(0, 50em);
}

.top .animationTarget__right {
  -webkit-transform: translate(-50em, 0);
          transform: translate(-50em, 0);
}

.top .animationTarget.show {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.top .sec01 {
  padding-bottom: 63em;
}

@media (max-width: 567px) {
  .top .sec01 {
    padding-bottom: 27.65em;
  }
}

.top .sec01 .container {
  padding-top: 70em;
  background-image: url(../images/top/sec01-bg.png);
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  background-size: 765.8em;
}

@media (max-width: 567px) {
  .top .sec01 .container {
    background-size: 302em;
    background-position: top 20em right 0;
  }
}

.top .sec01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 567px) {
  .top .sec01 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .sec01 .item__left {
  width: 50%;
}

@media (max-width: 567px) {
  .top .sec01 .item__left {
    width: 100%;
    margin-bottom: 38em;
  }
}

.top .sec01 .item__left p {
  font-size: 13em;
  font-weight: 600;
  margin-bottom: 1.46em;
}

@media (max-width: 567px) {
  .top .sec01 .item__left p {
    font-size: 10em;
    margin-bottom: 2em;
  }
}

.top .sec01 .item__left h2 {
  font-size: 35em;
  line-height: 1.85;
  font-weight: 900;
}

@media (max-width: 567px) {
  .top .sec01 .item__left h2 {
    font-size: 18em;
  }
}

.top .sec01 .item__right {
  width: 50%;
  padding: 35em 20em 0 0;
}

@media (max-width: 567px) {
  .top .sec01 .item__right {
    width: 100%;
    padding: 0;
  }
}

.top .sec01 .item__right p {
  font-size: 16em;
  line-height: 2.25;
}

@media (max-width: 567px) {
  .top .sec01 .item__right p {
    font-size: 14em;
  }
}

.top .top-title-area {
  margin-bottom: 41.2em;
  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: 567px) {
  .top .top-title-area {
    margin-bottom: 25.3em;
  }
}

.top .top-title-area img {
  margin-right: 15em;
  display: block;
  width: 47.5em;
}

@media (max-width: 567px) {
  .top .top-title-area img {
    width: 30em;
    margin-right: 9.4em;
  }
}

.top .top-title-area h2 {
  font-size: 50em;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 567px) {
  .top .top-title-area h2 {
    font-size: 28em;
  }
}

.top .sec02 {
  padding-top: 63em;
  padding-bottom: 65em;
}

@media (max-width: 567px) {
  .top .sec02 {
    padding-top: 27.65em;
    padding-bottom: 55em;
  }
}

.top .sec02 .container {
  position: relative;
}

.top .sec02 .container .bg {
  position: absolute;
  top: -255em;
  left: 0;
  width: 1439.05em;
  z-index: -1;
}

@media (max-width: 567px) {
  .top .sec02 .container .bg {
    top: -75em;
    width: 373.61em;
  }
}

.top .sec02 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 567px) {
  .top .sec02 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .sec02 .item__left {
  width: calc(100% - 500em);
}

@media (max-width: 567px) {
  .top .sec02 .item__left {
    width: 100%;
    margin-bottom: 36.8em;
  }
}

.top .sec02 .item__left p {
  font-size: 16em;
  line-height: 2.25;
}

@media (max-width: 567px) {
  .top .sec02 .item__left p {
    font-size: 14em;
  }
}

.top .sec02 .item__left .link-area {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 567px) {
  .top .sec02 .item__left .link-area {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.top .sec02 .item__right {
  width: 500em;
}

@media (max-width: 567px) {
  .top .sec02 .item__right {
    width: 100%;
    position: relative;
    right: -20em;
  }
}

.top .sec02 .item__right img {
  display: block;
  width: 100%;
}

.top .sec03 .inner {
  padding: 77em 122em 45em;
  margin-left: 120em;
  height: 367em;
  background-image: url(../images/top/sec03-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 567px) {
  .top .sec03 .inner {
    background-image: url(../images/top/sec03-bg-sp.png);
    padding: 50em 20em 45em;
    margin-left: 0;
    height: 411em;
  }
}

.top .sec03 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 567px) {
  .top .sec03 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .sec03 .item__left {
  width: 50%;
}

@media (max-width: 567px) {
  .top .sec03 .item__left {
    width: 100%;
  }
}

.top .sec03 .item__left .top-title-area h2 {
  color: #fff;
}

.top .sec03 .item__right {
  width: 50%;
}

@media (max-width: 567px) {
  .top .sec03 .item__right {
    width: 100%;
  }
}

.top .sec03 .item__right p {
  color: #fff;
  font-size: 16em;
  line-height: 2.25;
}

@media (max-width: 567px) {
  .top .sec03 .item__right p {
    font-size: 14em;
    line-height: 2;
  }
}

.top .sec03 .item__right .link-area .link {
  color: #fff;
  border-color: #fff;
}

.top .sec03 .item__right .link-area .link:hover {
  opacity: 1;
}

.top .sec03 .item__right .link-area .link:hover .circle {
  -webkit-transform: translateY(-50%) scale(1.17);
          transform: translateY(-50%) scale(1.17);
  background-color: #fff;
}

.top .sec03 .item__right .link-area .link:hover .circle::before {
  background: #239948;
}

.top .sec03 .item__right .link-area .link .circle {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  background: none;
}

.top .sec03 .item__right .link-area .link .circle::before {
  background: #fff;
}

.top .sec03 .item__right .link-area .link .circle__sub {
  background-color: transparent;
}

.top .sec04 .container {
  background-image: url(../images/top/sec04-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 1336.21em;
}

@media (max-width: 567px) {
  .top .sec04 .container {
    background-image: url(../images/top/sec04-bg-sp.png);
    background-size: 376.75em;
  }
}

.top .sec04 .inner {
  padding: 120em 90em 110em 120em;
  margin-right: 120em;
}

@media (max-width: 567px) {
  .top .sec04 .inner {
    padding: 35em 20em 60em;
    margin-right: 0;
  }
}

.top .sec04 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 567px) {
  .top .sec04 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .sec04 .item__left {
  width: 50%;
}

@media (max-width: 567px) {
  .top .sec04 .item__left {
    width: 100%;
    margin-bottom: 40em;
  }
}

.top .sec04 .item__left p {
  font-size: 16em;
  line-height: 2.25;
}

@media (max-width: 567px) {
  .top .sec04 .item__left p {
    font-size: 14em;
  }
}

.top .sec04 .item__right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 567px) {
  .top .sec04 .item__right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top .sec04 .item__right a {
  overflow: hidden;
  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: 280em;
  height: 75em;
  color: #fff;
  position: relative;
  background: #008a32;
  background: -webkit-linear-gradient(20deg, #008a32 0%, #e5f074 100%);
  background: linear-gradient(70deg, #008a32 0%, #e5f074 100%);
  z-index: 1;
}

@media (max-width: 567px) {
  .top .sec04 .item__right a {
    width: 285em;
    height: 50em;
  }
}

.top .sec04 .item__right a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 120%;
  height: 100%;
  background: #32c057;
  background: -webkit-linear-gradient(200deg, #32c057 0%, #e5f074 100%);
  background: linear-gradient(250deg, #32c057 0%, #e5f074 100%);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top .sec04 .item__right a:hover {
  opacity: 1;
  background: none;
}

.top .sec04 .item__right a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
}

.top .sec04 .item__right a img {
  display: block;
  width: 13em;
  margin-right: 20em;
}

@media (max-width: 567px) {
  .top .sec04 .item__right a img {
    width: 14.83em;
  }
}

.top .sec04 .item__right a span {
  display: inline-block;
  font-size: 16em;
  font-weight: 500;
}

@media (max-width: 567px) {
  .top .sec04 .item__right a span {
    font-size: 14em;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
top end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
service start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.service .title-area__top img {
  width: 65.31em;
}

@media (max-width: 567px) {
  .service .title-area__top img {
    width: 52.71em;
  }
}

.service .sec01-1 {
  margin-bottom: 90em;
}

@media (max-width: 567px) {
  .service .sec01-1 {
    margin-bottom: 50em;
  }
}

.service .sec02 .container {
  padding-bottom: 90em;
  background-image: url(../images/service/sec02-bg.png);
  background-repeat: no-repeat;
  background-size: 1502em;
  background-position: bottom -150em left -50em;
}

.service-button {
  width: 285px;
  margin-left: auto;
  display: block;
  margin-top: 40px;
}

@media (max-width: 567px) {
  .service-button {
    width: 80vw;
    margin-right: auto;
    margin-top: 10vw;
  }
}

@media (max-width: 567px) {
  .service .sec02 .container {
    padding-bottom: 60em;
    background-size: 489em;
    background-position: bottom 7em left -57em;
    background-image: url(../images/service/sec02-bg-sp.png);
  }
}

.service .sec02 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 567px) {
  .service .sec02 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service .sec02 .item__left {
  width: 400em;
}

@media (max-width: 567px) {
  .service .sec02 .item__left {
    width: 100%;
    margin-bottom: 58.9em;
  }
}

.service .sec02 .item__right {
  width: calc(100% - 400em);
}

@media (max-width: 567px) {
  .service .sec02 .item__right {
    width: 100%;
  }
}

.service .sec02 .item__right--title {
  margin-bottom: 45em;
}

@media (max-width: 567px) {
  .service .sec02 .item__right--title {
    margin-bottom: 28.3em;
  }
}

.service .sec02 .item__right--title img {
  display: block;
  width: 625em;
}

@media (max-width: 567px) {
  .service .sec02 .item__right--title img {
    width: 100%;
  }
}

.service .sec02 .item__right--txt p {
  font-size: 16em;
  line-height: 2.25;
}

@media (max-width: 567px) {
  .service .sec02 .item__right--txt p {
    font-size: 14em;
    line-height: 2;
  }
}

.service .sec03 {
  margin-bottom: 140.8em;
}

@media (max-width: 567px) {
  .service .sec03 {
    margin-bottom: 0;
  }
}

.service .sec03 .inner {
  padding: 82.5em 120em 75em 180em;
  margin-left: 120em;
  background-image: url(../images/service/sec03-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}

@media (max-width: 567px) {
  .service .sec03 .inner {
    padding: 60em 20em 80em;
    margin-left: 0;
    background-image: url(../images/service/sec03-bg-sp.jpg);
  }
}

.service .sec03 .inner .title-sub {
  margin-bottom: 30em;
}

@media (max-width: 567px) {
  .service .sec03 .inner .title-sub {
    margin-bottom: 53.4em;
  }
}

.service .sec03 .inner .title-sub h3::before {
  background-color: #fff;
}

.service .sec03 .inner .items .item {
  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: 35em;
}

@media (max-width: 567px) {
  .service .sec03 .inner .items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60em;
  }
}

.service .sec03 .inner .items .item:last-of-type {
  margin-bottom: 0;
}

.service .sec03 .inner .items .item:nth-of-type(2) .item__left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 87em;
}

@media (max-width: 567px) {
  .service .sec03 .inner .items .item:nth-of-type(2) .item__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
}

.service .sec03 .inner .items .item:nth-of-type(2) .item__right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 567px) {
  .service .sec03 .inner .items .item:nth-of-type(2) .item__right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.service .sec03 .inner .items .item__left {
  margin-right: 87em;
  width: 157em;
}

@media (max-width: 567px) {
  .service .sec03 .inner .items .item__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8em;
  }
}

.service .sec03 .inner .items .item__left img {
  display: block;
  width: 100%;
}

@media (max-width: 567px) {
  .service .sec03 .inner .items .item__left img {
    width: 150em;
    margin: 0 auto;
  }
}

.service .sec03 .inner .items .item__right {
  width: calc(100% - 157em - 87em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 567px) {
  .service .sec03 .inner .items .item__right {
    width: 100%;
  }
}

.service .sec03 .inner .items .item__right--number {
  width: 80em;
  margin-right: 18em;
}

@media (max-width: 567px) {
  .service .sec03 .inner .items .item__right--number {
    width: 58em;
    margin-right: 0;
  }
}

.service .sec03 .inner .items .item__right--number span {
  font-size: 60em;
  font-weight: 500;
  display: inline-block;
}

@media (max-width: 567px) {
  .service .sec03 .inner .items .item__right--number span {
    font-size: 40em;
  }
}

.service .sec03 .inner .items .item__right--content {
  margin-top: 20em;
  width: calc(100% - 80em - 18em);
}

@media (max-width: 567px) {
  .service .sec03 .inner .items .item__right--content {
    margin-top: 12em;
    width: calc(100% - 58em);
  }
}

.service .sec03 .inner .items .item__right--content h3 {
  font-size: 22em;
  font-weight: 700;
  margin-bottom: 1.14em;
}

@media (max-width: 567px) {
  .service .sec03 .inner .items .item__right--content h3 {
    font-size: 16em;
    margin-bottom: 1.36875em;
  }
}

.service .sec03 .inner .items .item__right--content p {
  font-size: 16em;
  font-weight: 500;
  line-height: 2.25;
}

@media (max-width: 567px) {
  .service .sec03 .inner .items .item__right--content p {
    font-size: 14em;
    line-height: 2;
    z-index: 1;
    position: relative;
    left: -4.143em;
    width: 23.92em;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
service end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
about start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about {
  font-size: 1px;
  font-size: 0.06944vw;
  background-image: url(../images/about/about-bg.png);
  background-size: 1542.24em;
  background-position: bottom 270em center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1441px) {
  .about {
    font-size: 1px;
  }
}

@media (max-width: 567px) {
  .about {
    font-size: 1px;
    font-size: 0.26667vw;
  }
}

@media (max-width: 567px) {
  .about {
    background-image: url(../images/about/about-bg-sp.png);
    background-size: 479em;
    background-position: bottom 380em center;
  }
}

.about .title-area__top img {
  width: 109.31em;
}

@media (max-width: 567px) {
  .about .title-area__top img {
    width: 88.2em;
  }
}

.about .sec02 {
  padding-top: 57em;
  margin-bottom: 104em;
}

@media (max-width: 567px) {
  .about .sec02 {
    padding-top: 50em;
    margin-bottom: 60em;
  }
}

.about .sec02 .title-sub {
  margin-bottom: 60em;
  text-align: center;
}

@media (max-width: 567px) {
  .about .sec02 .title-sub {
    margin-bottom: 51em;
  }
}

.about .sec02 .title-sub h3 {
  text-align: center;
}

.about .sec02 .title-sub h3::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about .sec02 .title {
  margin-bottom: 30em;
}

@media (max-width: 567px) {
  .about .sec02 .title {
    margin-bottom: 38em;
  }
}

.about .sec02 .title img {
  display: block;
  width: 770em;
  margin: 0 auto;
}

@media (max-width: 567px) {
  .about .sec02 .title img {
    width: 210.43em;
  }
}

.about .sec02 .txt p {
  text-align: center;
  font-size: 16em;
  line-height: 2.25;
}

@media (max-width: 567px) {
  .about .sec02 .txt p {
    font-size: 14em;
    line-height: 2.14;
  }
}

.about .sec03 {
  margin-bottom: 84em;
}

@media (max-width: 567px) {
  .about .sec03 {
    margin-bottom: 60em;
  }
}

.about .sec03 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 567px) {
  .about .sec03 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about .sec03 .item__left {
  width: 293.5em;
}

@media (max-width: 567px) {
  .about .sec03 .item__left {
    width: 100%;
  }
}

.about .sec03 .item__right {
  width: calc(100% - 293.5em);
  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: 567px) {
  .about .sec03 .item__right {
    width: 100%;
    position: relative;
  }
}

.about .sec03 .item__right > img {
  display: block;
  width: 324em;
}

@media (max-width: 567px) {
  .about .sec03 .item__right > img {
    width: 205em;
  }
}

@media (max-width: 567px) {
  .about .sec03 .item__right .txt-area {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 30em;
  }
}

.about .sec03 .item__right .txt-area .txt {
  text-align: center;
  margin-bottom: 85em;
}

@media (max-width: 567px) {
  .about .sec03 .item__right .txt-area .txt {
    margin-bottom: 42.7em;
    text-align: center;
  }
}

.about .sec03 .item__right .txt-area .txt:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 567px) {
  .about .sec03 .item__right .txt-area .txt:last-of-type .txt__top {
    text-align: right;
  }
}

.about .sec03 .item__right .txt-area .txt__top {
  margin-bottom: 0.4em;
  font-size: 22em;
  font-weight: 700;
}

@media (max-width: 567px) {
  .about .sec03 .item__right .txt-area .txt__top {
    font-size: 15em;
    line-height: 1.66;
  }
}

.about .sec03 .item__right .txt-area .txt__bottom {
  font-size: 15em;
  font-weight: 500;
}

@media (max-width: 567px) {
  .about .sec03 .item__right .txt-area .txt__bottom {
    font-size: 10em;
  }
}

.about .sec04 {
  margin-bottom: 140.5em;
}

@media (max-width: 567px) {
  .about .sec04 {
    margin-bottom: 72.2em;
  }
}

.about .sec04 .title-sub {
  margin-bottom: 76em;
}

@media (max-width: 567px) {
  .about .sec04 .title-sub {
    margin-bottom: 56em;
  }
}

.about .sec04 .item {
  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: 567px) {
  .about .sec04 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about .sec04 .item__left {
  width: 384.42em;
  margin-right: 116.6em;
}

@media (max-width: 567px) {
  .about .sec04 .item__left {
    margin-right: 0;
    width: 285em;
    margin: 0 auto 30em;
  }
}

.about .sec04 .item__left img {
  display: block;
  width: 100%;
}

.about .sec04 .item__right {
  width: calc(100% - 116.6em);
}

@media (max-width: 567px) {
  .about .sec04 .item__right {
    width: 100%;
  }
}

.about .sec04 .item__right p {
  font-size: 16em;
  line-height: 2.25;
}

@media (max-width: 567px) {
  .about .sec04 .item__right p {
    font-size: 14em;
    line-height: 2;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
about end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
recruit start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.recruit .title-area__top img {
  width: 63.3em;
}

@media (max-width: 567px) {
  .recruit .title-area__top img {
    width: 50.89em;
  }
}

@media (max-width: 567px) {
  .recruit .sec01-1 {
    margin-bottom: 52em;
  }
}

.recruit .sec01-1 .item__right ul li:first-of-type .link {
  min-width: 220em;
}

@media (max-width: 567px) {
  .recruit .sec01-1 .item__right ul li:first-of-type .link {
    min-width: 160em;
  }
}

.recruit .sec02 {
  margin-bottom: 60em;
}

@media (max-width: 567px) {
  .recruit .sec02 {
    margin-bottom: 50em;
  }
}

.recruit .sec02 .inner {
  padding: 100em 120em;
  background-image: url(../images/recruit/sec02-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}

@media (max-width: 567px) {
  .recruit .sec02 .inner {
    padding: 79.9em 20em 110em;
    background-image: url(../images/recruit/sec02-bg-sp.jpg);
  }
}

.recruit .sec02 .inner .item {
  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: 567px) {
  .recruit .sec02 .inner .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit .sec02 .inner .item__left {
  width: 517em;
}

@media (max-width: 567px) {
  .recruit .sec02 .inner .item__left {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .recruit .sec02 .inner .item__left .title-sub {
    margin-bottom: 60em;
  }
}

.recruit .sec02 .inner .item__left .title-sub h3::before {
  background-color: #fff;
}

.recruit .sec02 .inner .item__right {
  width: calc(100% - 517em);
}

@media (max-width: 567px) {
  .recruit .sec02 .inner .item__right {
    width: 100%;
  }
}

.recruit .sec02 .inner .item__right p {
  font-size: 16em;
  line-height: 2;
}

@media (max-width: 567px) {
  .recruit .sec02 .inner .item__right p {
    font-size: 14em;
  }
}

.recruit .sec03 {
  padding-bottom: 140.5em;
}

@media (max-width: 567px) {
  .recruit .sec03 {
    padding-bottom: 70em;
  }
}

.recruit .sec03 .title-sub {
  margin-bottom: 75em;
  text-align: center;
}

@media (max-width: 567px) {
  .recruit .sec03 .title-sub {
    margin-bottom: 55em;
  }
}

@media (max-width: 567px) {
  .recruit .sec03 .title-sub h3 {
    font-size: 18em;
  }
}

.recruit .sec03 .title-sub h3::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.recruit .sec03 .banner-area img {
  display: block;
  width: 1060em;
  margin: 0 auto;
}

@media (max-width: 567px) {
  .recruit .sec03 .banner-area img {
    width: 380em;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
recruit end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
company start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.company {
  font-size: 1px;
  font-size: 0.06944vw;
  background-image: url(../images/company/company-bg.png);
  background-size: 1442.13em;
  background-repeat: no-repeat;
  background-position: bottom 810em center;
}

@media screen and (min-width: 1441px) {
  .company {
    font-size: 1px;
  }
}

@media (max-width: 567px) {
  .company {
    font-size: 1px;
    font-size: 0.26667vw;
  }
}

@media (max-width: 567px) {
  .company {
    background-image: url(../images/company/company-bg-sp.png);
    background-size: 464em;
    background-position: bottom 1020em center;
  }
}

.company .title-area__top img {
  width: 62.86em;
}

@media (max-width: 567px) {
  .company .title-area__top img {
    width: 50.56em;
  }
}

.company .sec01-1 {
  margin-bottom: 74em;
}

@media (max-width: 567px) {
  .company .sec01-1 {
    margin-bottom: 50em;
  }
}

.company .sec02 {
  padding-bottom: 130em;
}

@media (max-width: 567px) {
  .company .sec02 {
    padding-bottom: 60em;
  }
}

.company .sec02 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 567px) {
  .company .sec02 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company .sec02 .item__left {
  width: 450em;
}

@media (max-width: 567px) {
  .company .sec02 .item__left {
    width: 100%;
  }
}

.company .sec02 .item__right {
  margin-top: 30em;
  width: calc(100% - 450em);
}

@media (max-width: 567px) {
  .company .sec02 .item__right {
    width: 100%;
    margin-top: 47.5em;
  }
}

.company .sec02 .item__right dl {
  padding: 15.5em 0;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 567px) {
  .company .sec02 .item__right dl {
    padding: 12.5em 0;
  }
}

.company .sec02 .item__right dl dt {
  width: 20%;
  font-size: 12em;
  color: #8b8b8b;
  margin-top: 0.5em;
}

@media (max-width: 567px) {
  .company .sec02 .item__right dl dt {
    width: 30%;
    margin-top: 0.35em;
  }
}

.company .sec02 .item__right dl dd {
  width: 80%;
  font-size: 16em;
  line-height: 1.5;
}

@media (max-width: 567px) {
  .company .sec02 .item__right dl dd {
    width: 70%;
    font-size: 14em;
  }
}

.company .sec02 .item__right dl dd span {
  font-weight: 700;
}

.company .sec02 .item__right dl dd p:first-of-type {
  margin-bottom: 1em;
}

.company .sec03 {
  margin-bottom: 140.6em;
}

@media (max-width: 567px) {
  .company .sec03 {
    margin-bottom: 78em;
  }
}

.company .sec03 .title-sub {
  margin-bottom: 75em;
}

@media (max-width: 567px) {
  .company .sec03 .title-sub {
    margin-bottom: 69em;
  }
}

.company .sec03 .iframe-wrap {
  margin-bottom: 45em;
  position: relative;
  width: 100%;
  padding-top: 40.6%;
  /* = height ÷ width × 100 */
}

@media (max-width: 567px) {
  .company .sec03 .iframe-wrap {
    padding-top: 104%;
    margin-bottom: 20em;
  }
}

.company .sec03 .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company .sec03 dl {
  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: 567px) {
  .company .sec03 dl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.company .sec03 dl dt {
  font-size: 12em;
  margin-right: 1.5em;
  color: #8b8b8b;
}

@media (max-width: 567px) {
  .company .sec03 dl dt {
    margin-top: 0.7em;
    width: 30%;
  }
}

.company .sec03 dl dd {
  font-size: 16em;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 567px) {
  .company .sec03 dl dd {
    width: 70%;
    font-size: 14em;
    line-height: 2;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
company end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
contact start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact .sec01 {
  padding-top: 92px;
  margin-bottom: 140.5px;
}

@media (max-width: 567px) {
  .contact .sec01 {
    padding-top: 53px;
    margin-bottom: 75px;
  }
}

.contact .sec01 .title-area {
  margin-bottom: 10em;
}

@media (max-width: 567px) {
  .contact .sec01 .title-area {
    margin-bottom: 27em;
  }
}

.contact .sec01 .title-area h1 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.68em;
}

@media (max-width: 567px) {
  .contact .sec01 .title-area h1 {
    font-size: 28px;
    margin-bottom: 0.928em;
  }
}

.contact .sec01 .title-area p {
  font-size: 16px;
  text-align: center;
}

@media (max-width: 567px) {
  .contact .sec01 .title-area p {
    font-size: 13px;
    line-height: 2;
  }
}

.contact .sec01 .form-area {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.contact .sec01 .form-area > i {
  display: block;
  font-size: 16px;
  margin-bottom: 28px;
}

@media (max-width: 567px) {
  .contact .sec01 .form-area > i {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.contact .sec01 .form-area > i span {
  color: #ff0000;
  display: inline-block;
  margin-right: 0.2em;
}

.contact .sec01 .form-area form {
  font-size: 17px;
}

.contact .sec01 .form-area form .submit {
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 280px;
  height: 75px;
  margin: 0 auto;
  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;
  position: relative;
  background: #008a32;
  background: -webkit-linear-gradient(20deg, #008a32 0%, #c4e26b 100%);
  background: linear-gradient(70deg, #008a32 0%, #c4e26b 100%);
  z-index: 1;
}

@media (max-width: 567px) {
  .contact .sec01 .form-area form .submit {
    width: 250px;
    height: 50px;
  }
}

.contact .sec01 .form-area form .submit::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #32c057;
  background: -webkit-linear-gradient(200deg, #32c057 0%, #e5f074 100%);
  background: linear-gradient(250deg, #32c057 0%, #e5f074 100%);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.contact .sec01 .form-area form .submit:hover {
  cursor: pointer;
  background: none;
}

.contact .sec01 .form-area form .submit:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
}

.contact .sec01 .form-area form > p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 567px) {
  .contact .sec01 .form-area form > p {
    font-size: 12px;
    line-height: 1.66;
  }
}

.contact .sec01 .form-area form > p a {
  display: inline-block;
  color: #0014ff;
}

.contact .sec01 .form-area form .consent {
  margin-bottom: 30px;
  font-size: 16px;
}

@media (max-width: 567px) {
  .contact .sec01 .form-area form .consent {
    font-size: 14px;
    margin-bottom: 21px;
  }
}

.contact .sec01 .form-area form .text-test {
  border-radius: 10px;
}

.contact .sec01 .form-area form .text-test::-webkit-input-placeholder {
  color: #8b8b8b;
}

.contact .sec01 .form-area form .text-test:-ms-input-placeholder {
  color: #8b8b8b;
}

.contact .sec01 .form-area form .text-test::-ms-input-placeholder {
  color: #8b8b8b;
}

.contact .sec01 .form-area form .text-test::placeholder {
  color: #8b8b8b;
}

.contact .sec01 .form-area form .textarea-text {
  border-radius: 10px;
  height: 150px;
}

.contact .sec01 .form-area form .textarea-text::-webkit-input-placeholder {
  color: #8b8b8b;
}

.contact .sec01 .form-area form .textarea-text:-ms-input-placeholder {
  color: #8b8b8b;
}

.contact .sec01 .form-area form .textarea-text::-ms-input-placeholder {
  color: #8b8b8b;
}

.contact .sec01 .form-area form .textarea-text::placeholder {
  color: #8b8b8b;
}

.contact .sec01 .form-area form .check-test {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

.contact .sec01 .form-area form dl {
  margin-bottom: 25px;
}

@media (max-width: 567px) {
  .contact .sec01 .form-area form dl {
    margin-bottom: 20px;
  }
}

.contact .sec01 .form-area form dl:last-of-type {
  margin-bottom: 45px;
}

@media (max-width: 567px) {
  .contact .sec01 .form-area form dl:last-of-type {
    margin-bottom: 27px;
  }
}

.contact .sec01 .form-area form dl dt {
  margin-bottom: 15px;
}

@media (max-width: 567px) {
  .contact .sec01 .form-area form dl dt {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.contact .sec01 .form-area form dl dt span {
  color: #ff0000;
  margin-left: 0.2em;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
contact end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
thanks start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.thanks .sec01 {
  padding-top: 92px;
  padding-bottom: 172.5px;
}

.thanks .title-area {
  margin-bottom: 60px;
}

.thanks .title-area h2 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.68em;
}

@media (max-width: 567px) {
  .thanks .title-area h2 {
    font-size: 28px;
  }
}

.thanks .message {
  text-align: center;
  margin-bottom: 80px;
}

.thanks .message__top {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 567px) {
  .thanks .message__top {
    font-size: 16px;
  }
}

.thanks .message__bottom {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 567px) {
  .thanks .message__bottom {
    font-size: 14px;
  }
}

.thanks .message.error .message__top {
  color: #ff0000;
}

.thanks .message.error .message__bottom {
  color: #ff0000;
}

.thanks .btn {
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: 280px;
  height: 75px;
  margin: 0 auto;
  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: #008a32;
  background: -webkit-linear-gradient(20deg, #008a32 0%, #c4e26b 100%);
  background: linear-gradient(70deg, #008a32 0%, #c4e26b 100%);
  position: relative;
}

.thanks .btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #32c057;
  background: -webkit-linear-gradient(200deg, #32c057 0%, #e5f074 100%);
  background: linear-gradient(250deg, #32c057 0%, #e5f074 100%);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.thanks .btn:hover {
  opacity: 1;
  cursor: pointer;
  background: none;
}

.thanks .btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
thanks end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
privacy start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.privacy .sec01 {
  padding-top: 96px;
  padding-bottom: 140.6px;
}

@media (max-width: 567px) {
  .privacy .sec01 {
    padding-top: 50px;
    padding-bottom: 68px;
  }
}

.privacy .sec01 .title-area {
  margin-bottom: 60px;
}

@media (max-width: 567px) {
  .privacy .sec01 .title-area {
    margin-bottom: 30px;
  }
}

.privacy .sec01 .title-area h1 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 567px) {
  .privacy .sec01 .title-area h1 {
    font-size: 16px;
  }
}

.privacy .sec01 .message {
  width: 905px;
  max-width: 100%;
  margin: 0 auto 60px;
}

@media (max-width: 567px) {
  .privacy .sec01 .message {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.privacy .sec01 .message p {
  font-size: 16px;
  text-align: center;
  line-height: 1.875;
}

@media (max-width: 567px) {
  .privacy .sec01 .message p {
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }
}

.privacy .sec01 .content {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.875;
}

@media (max-width: 567px) {
  .privacy .sec01 .content {
    width: 100%;
    font-size: 14px;
    line-height: 2;
  }
}

.privacy .sec01 .content > div {
  margin-bottom: 1em;
}

.privacy .sec01 .content > div h3 {
  font-weight: 500;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
privacy end
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* ews */
.header__right .nav-item {
    margin-right: 30px;
}

.header__right .nav-item a {
    font-size: 14px;
}
.top .sec02 .item {
    align-items: center;
}
.logo img {
    width: 220px;
}

/* service */
.item__right--title3 {
    font-size: 27px;
    margin: 0 0 40px;
    font-weight: bold;
}

/* /ews */
