html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #3C3C3C;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 880px) {
    html {
      font-size: 14px; } }

body::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  z-index: 100;
  pointer-events: none;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms; }
  .wf-active body::after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

html,
body {
  height: 100%; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  display: block;
  position: relative;
  overflow: hidden; }

section {
  position: relative; }

small {
  font-size: 12px; }
  @media screen and (max-width: 880px) {
    small {
      font-size: 11px; } }

strong {
  font-weight: bold; }

.arrow {
  text-align: center;
  padding-bottom: 90px; }
  .arrow img {
    width: 85px; }
    @media screen and (max-width: 880px) {
      .arrow img {
        width: 40px; } }
  @media screen and (max-width: 880px) {
    .arrow {
      padding-bottom: 40px; } }

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2; }

.more {
  font-size: 32px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  padding-bottom: 40px;
  color: #EB6100; }
  .more b {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin-left: 15px; }
  @media screen and (max-width: 880px) {
    .more {
      font-size: 15px;
      padding-bottom: 20px; }
      .more b {
        font-size: 20px;
        margin-left: 10px; } }

.mds1 {
  padding-bottom: 60px;
  font-size: 50px; }
  .mds1 i {
    display: block;
    font-size: 75px;
    padding-top: 30px; }
  @media screen and (max-width: 880px) {
    .mds1 {
      font-size: 26px; }
      .mds1 i {
        font-size: 38px;
        padding-top: 15px; } }

.mds2 {
  padding-bottom: 40px;
  font-size: 38px;
  text-align: right;
  color: #fff; }
  .mds2 i {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 78px;
    font-weight: 700; }
  @media screen and (max-width: 880px) {
    .mds2 {
      font-size: 16px; }
      .mds2 i {
        font-size: 38px; } }

.mds3 {
  padding-bottom: 30px;
  font-size: 50px; }
  .mds3 i {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px; }
  @media screen and (max-width: 880px) {
    .mds3 {
      text-align: center;
      padding-bottom: 20px;
      font-size: 26px;
      line-height: 1.4; }
      .mds3 i {
        padding-bottom: 0;
        font-size: 20px; } }

.btn1 {
  color: #fff;
  font-size: 15px;
  position: relative;
  width: 500px;
  height: 80px;
  border-radius: 40px;
  background: #EB6100;
  z-index: 1;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 5px 0px #CE5500; }
  .btn1 img {
    width: 20px;
    margin-left: 15px; }
  @media print, screen and (min-width: 881px) {
    .btn1:hover {
      opacity: 1;
      background: #FF8129;
      box-shadow: none;
      -webkit-transform: translate(0px, 3px);
      -ms-transform: translate(0px, 3px);
      transform: translate(0px, 3px); } }
  @media screen and (max-width: 880px) {
    .btn1 {
      width: 100%;
      height: 70px;
      font-size: 18px; } }

.btn2 {
  color: #EB6100;
  font-size: 15px;
  position: relative;
  width: 450px;
  height: 75px;
  border-radius: 40px;
  background: #fff;
  z-index: 1;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #EB6100;
  box-shadow: 0px 5px 0px #EB6100; }
  .btn2.ex {
    border: 1px solid #E2E2E2;
    box-shadow: 0px 5px 0px #E2E2E2; }
  @media print, screen and (min-width: 881px) {
    .btn2:hover {
      opacity: 1;
      box-shadow: none;
      -webkit-transform: translate(0px, 3px);
      -ms-transform: translate(0px, 3px);
      transform: translate(0px, 3px); } }
  @media screen and (max-width: 880px) {
    .btn2 {
      width: 100%;
      height: 65px;
      font-size: 18px; } }

.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media print, screen and (min-width: 881px) {
  .effect1 {
    opacity: 0; }
    .effect1.on {
      -webkit-animation: ef1 1.0s forwards;
      animation: ef1 1.0s forwards; }
  .effect3 {
    opacity: 0; }
    .effect3.on {
      -webkit-animation: ef3 0.7s forwards;
      animation: ef3 0.7s forwards; } }

@-webkit-keyframes ef1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ef1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ef2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ef2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ef3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ef3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 30px 10px 10px;
  outline: 0;
  border: 1px solid #EB6100;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/arrow1.png") no-repeat right 15px center;
  background-size: 10px;
  font-family: sans-serif; }
  select::-ms-expand {
    display: none; }

.form dd, .form .t1 {
  vertical-align: baseline; }

.form .zip {
  position: relative; }
  .form .zip i {
    position: absolute;
    top: 14px;
    left: 180px; }

.form .textarea1 {
  width: 100%;
  padding: 10px;
  border: 1px solid #EB6100; }
  .form .textarea1:focus {
    background: #fcfcfc; }

.form .textarea2 {
  width: 150px;
  padding: 10px;
  border: 1px solid #EB6100; }
  .form .textarea2:focus {
    background: #fcfcfc; }

.form .textarea3 {
  width: 40px;
  padding: 10px;
  border: 1px solid #EB6100; }
  .form .textarea3:focus {
    background: #fcfcfc; }

.form textarea {
  width: 100%;
  padding: 10px;
  resize: none;
  line-height: 1.5;
  border: 1px solid #EB6100; }
  .form textarea:focus {
    background: #fcfcfc; }

.form .check .wpcf7-acceptance input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.form .check .wpcf7-acceptance input[type=checkbox] + span {
  background: url("../img/checkbox.png") no-repeat left center;
  background-size: 20px;
  padding-left: 25px; }

.form .check .wpcf7-acceptance input[type=checkbox]:checked + span {
  background: url("../img/checkbox_on.png") no-repeat left center;
  background-size: 20px;
  z-index: 1; }

.form #submit[disabled] {
  opacity: 0.2; }

.form .wpcf7-list-item {
  margin: 0; }
  .form .wpcf7-list-item span {
    margin-right: 2em; }

.form .wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px; }

.form .wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  border-radius: 4px; }

.form select.wpcf7c-conf,
.form textarea.wpcf7c-conf,
.form input.wpcf7c-conf {
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  height: auto; }

.form input[type=radio].wpcf7c-conf,
.form input[type=radio].wpcf7c-conf + span {
  display: none;
  margin: 0; }

.form input[type=radio].wpcf7c-conf:checked + span {
  display: block;
  margin: 0; }

.form .wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset; }

.form select.wpcf7c-conf {
  -webkit-appearance: none;
  appearance: none; }

.form select.wpcf7c-conf::-ms-expand {
  display: none; }

::-webkit-input-placeholder {
  color: #EB6100; }

:-ms-input-placeholder {
  color: #EB6100; }

::placeholder {
  color: #EB6100; }

.wpcf7c-conf::-webkit-input-placeholder {
  color: #fff; }

.wpcf7c-conf:-ms-input-placeholder {
  color: #fff; }

.wpcf7c-conf::placeholder {
  color: #fff; }

@media screen and (max-width: 880px) {
  .none, .pc {
    display: none; }
  a {
    color: #3C3C3C; }
  header {
    position: absolute;
    line-height: 1;
    z-index: 1000;
    top: 20px;
    left: 15px; }
    header h1 {
      width: 120px; }
  footer {
    background: #000000;
    color: #fff;
    padding: 30px 0 15px;
    position: relative; }
    footer .logo {
      text-align: center; }
      footer .logo img {
        width: 150px; }
    footer .copyright {
      text-align: center;
      font-family: "Josefin Sans", sans-serif;
      font-size: 10px;
      padding-top: 35px; }
  #fix {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10; }
    #fix #pagetop {
      position: absolute;
      top: -80px;
      right: 5px;
      cursor: pointer; }
      #fix #pagetop img {
        width: 40px; }
    #fix #pop {
      position: relative; }
      #fix #pop .popbtn {
        background: url("../img/popbtn1.png");
        background-size: 30px;
        position: absolute;
        top: -27px;
        right: 0px;
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer; }
      #fix #pop .in {
        width: 300px;
        border-top: 3px solid #EB6100;
        box-shadow: 3px 3px 6px #333;
        background: #fff; }
      #fix #pop.active .popbtn {
        background: url("../img/popbtn2.png");
        background-size: 32px; }
      #fix #pop.active .in a {
        display: none; }
  #toppage footer {
    padding-bottom: 150px; }
  #toppage #zone1::before {
    position: absolute;
    bottom: -60px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 60px 170px;
    border-color: transparent transparent transparent #000;
    opacity: 0.4; }
  #toppage #zone1::after {
    position: absolute;
    bottom: 0;
    left: 170px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1400px 3840px;
    border-color: transparent transparent #E2E2E2 transparent;
    opacity: 0.4; }
  #toppage #zone1 .in {
    width: 100%;
    z-index: 1;
    color: #fff;
    padding: 0 20px;
    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; }
    #toppage #zone1 .in .in2 {
      width: 100%;
      position: relative;
      text-align: center;
      padding: 80px 0 30px; }
      #toppage #zone1 .in .in2 figure {
        width: 275px;
        margin: auto;
        padding-bottom: 15px; }
      #toppage #zone1 .in .in2 .t1 {
        font-size: 28px;
        padding-bottom: 10px;
        line-height: 1.5; }
      #toppage #zone1 .in .in2 .t2 {
        font-size: 15px;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400;
        padding-bottom: 15px; }
        #toppage #zone1 .in .in2 .t2 b {
          display: inline-block;
          font-size: 20px;
          font-weight: 700;
          margin-left: 10px; }
      #toppage #zone1 .in .in2 h1 {
        font-size: 20px;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400;
        padding-bottom: 20px; }
        #toppage #zone1 .in .in2 h1 b {
          display: block;
          padding-bottom: 10px; }
          #toppage #zone1 .in .in2 h1 b img {
            width: 260px; }
      #toppage #zone1 .in .in2 .btn1 {
        font-size: 22px; }
  #toppage #zone1 .sc {
    position: absolute;
    bottom: 35px;
    left: 4px;
    width: 12px;
    z-index: 1; }
    #toppage #zone1 .sc::before {
      position: absolute;
      top: 30px;
      left: 50%;
      content: '';
      width: 1px;
      height: 80px;
      background: #fff; }
  #toppage #zone1 .swiper-custom-parent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #toppage #zone1 .swiper-custom-parent .topmain {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: -1; }
      #toppage #zone1 .swiper-custom-parent .topmain .slide-img {
        width: 100%;
        height: 100%; }
      #toppage #zone1 .swiper-custom-parent .topmain .s1 {
        background: url("../img/kv1_sp.jpg") no-repeat center top;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s2 {
        background: url("../img/kv2_sp.jpg") no-repeat center center;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s3 {
        background: url("../img/kv3_sp.jpg") no-repeat center center;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s4 {
        background: url("../img/kv4_sp.jpg") no-repeat center center;
        background-size: cover; }
  #toppage #zone2 {
    padding: 100px 0 150px;
    text-align: center; }
    #toppage #zone2 h2 {
      font-size: 20px;
      padding-bottom: 20px; }
      #toppage #zone2 h2 b {
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px; }
    #toppage #zone2 ul {
      padding-bottom: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #toppage #zone2 ul li {
        width: calc(100% / 2 - 20px);
        background: #F3F3F3;
        font-weight: bold;
        color: #EB6100;
        line-height: 1.5;
        padding: 20px 10px;
        margin: 5px; }
    #toppage #zone2 .in {
      position: relative; }
      #toppage #zone2 .in::before {
        position: absolute;
        top: -700px;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 700px 1920px 700px 0;
        border-color: transparent #000 transparent transparent; }
      #toppage #zone2 .in::after {
        position: absolute;
        top: 10px;
        left: -50%;
        content: '';
        width: 200%;
        height: 380px;
        background: url("../img/bg4.jpg") no-repeat center center #000;
        background-size: 100% auto;
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg); }
      #toppage #zone2 .in figure {
        position: relative;
        z-index: 1;
        padding-top: 10px; }
      #toppage #zone2 .in .t1 {
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 16px;
        margin-top: -20px; }
        #toppage #zone2 .in .t1 span {
          display: block;
          padding-bottom: 10px; }
        #toppage #zone2 .in .t1 i {
          font-size: 20px; }
        #toppage #zone2 .in .t1 b {
          display: inline-block;
          background: #EB6100;
          font-size: 25px;
          padding: 5px 5px 10px 5px;
          margin: 0 10px; }
  #toppage #zone3 {
    padding-bottom: 140px; }
    #toppage #zone3::after {
      position: absolute;
      bottom: 0px;
      left: -50%;
      content: '';
      width: 200%;
      height: 850px;
      background: #F3F3F3;
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
      z-index: -1; }
    #toppage #zone3 .in {
      padding: 0 20px; }
    #toppage #zone3 .sec .set h4 {
      font-size: 26px;
      line-height: 1.4;
      padding-bottom: 20px; }
    #toppage #zone3 .sec .set .text {
      padding-top: 20px; }
    #toppage #zone3 .sec h3 {
      font-size: 50px;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 500;
      font-style: italic;
      opacity: 0.45; }
    #toppage #zone3 .sec .set2 {
      position: relative;
      margin-top: 30px; }
      #toppage #zone3 .sec .set2 h3 {
        position: absolute;
        top: 0; }
      #toppage #zone3 .sec .set2 figure {
        margin: 0 -20px; }
    #toppage #zone3 .sec1 {
      padding-bottom: 90px; }
      #toppage #zone3 .sec1 h3 {
        right: -10px; }
    #toppage #zone3 .sec2 h3 {
      left: -10px; }
    #toppage #zone3 .sec2 h4 {
      text-align: right; }
  #toppage #zone4 {
    padding-bottom: 120px; }
    #toppage #zone4::before {
      position: absolute;
      top: -120px;
      left: -100%;
      content: '';
      width: 400%;
      height: 700px;
      background: #3C3C3C;
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
      z-index: -1; }
    #toppage #zone4::after {
      position: absolute;
      bottom: 100px;
      left: -100%;
      content: '';
      width: 400%;
      height: 700px;
      background: #3C3C3C;
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
      z-index: -1; }
    #toppage #zone4 .in {
      background-color: #3C3C3C;
      padding: 0 20px; }
      #toppage #zone4 .in figure {
        text-align: right; }
        #toppage #zone4 .in figure img {
          max-width: 550px; }
      #toppage #zone4 .in .pos .set h3 {
        font-size: 24px;
        line-height: 1.2; }
        #toppage #zone4 .in .pos .set h3 i {
          display: inline-block;
          background: #EB6100;
          color: #fff;
          padding: 5px 10px;
          margin-bottom: 8px; }
      #toppage #zone4 .in .pos .set .t1 {
        padding-top: 40px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 10px; }
      #toppage #zone4 .in .pos .set .text {
        font-size: 16px;
        color: #fff;
        padding-bottom: 50px; }
      #toppage #zone4 .in .pos:nth-of-type(2) {
        padding-top: 50px; }
        #toppage #zone4 .in .pos:nth-of-type(2) .set h3 i {
          background: #F08B00; }
  #toppage #zone5 {
    background: url("../img/bg1.jpg") no-repeat center;
    background-size: cover; }
    #toppage #zone5 .in {
      padding: 50px 20px; }
      #toppage #zone5 .in .set {
        color: #fff; }
        #toppage #zone5 .in .set .text {
          padding-top: 10px;
          padding-bottom: 30px; }
  #toppage #zone6 {
    background: #E2E2E2;
    overflow: hidden; }
    #toppage #zone6::before {
      position: absolute;
      top: 0;
      left: 50%;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1920px 700px 0;
      border-color: transparent #fff transparent transparent; }
    #toppage #zone6::after {
      position: absolute;
      top: 1360px;
      left: -50%;
      content: '';
      width: 200%;
      height: 670px;
      background: #F3F3F3;
      -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      transform: rotate(20deg);
      z-index: -2; }
    #toppage #zone6 .in {
      padding: 80px 20px 0px; }
    #toppage #zone6 ul li figure {
      z-index: -1; }
    #toppage #zone6 ul li .box {
      position: relative;
      margin: -90px 20px 20px;
      background: #fff;
      padding: 20px; }
      #toppage #zone6 ul li .box .set h3 {
        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;
        padding-bottom: 20px; }
        #toppage #zone6 ul li .box .set h3 i {
          font-family: "Josefin Sans", sans-serif;
          font-size: 47px;
          color: #EB6100;
          text-decoration: underline;
          font-style: italic; }
        #toppage #zone6 ul li .box .set h3 span {
          font-size: 20px;
          line-height: 1.5;
          padding-left: 15px; }
  #toppage #zone7 {
    background: url("../img/bg2.jpg") no-repeat center;
    background-size: cover; }
    #toppage #zone7::before {
      position: absolute;
      top: 0;
      right: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1400px 3840px 0 0;
      border-color: #e2e2e2 transparent transparent transparent;
      z-index: 1; }
    #toppage #zone7::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 1400px 3840px;
      border-color: transparent transparent #fff transparent;
      z-index: 1; }
    #toppage #zone7 .in {
      padding: 140px 20px 100px; }
      #toppage #zone7 .in .more {
        text-align: right; }
      #toppage #zone7 .in .mds1 {
        text-align: right;
        color: #fff;
        padding-bottom: 50px; }
      #toppage #zone7 .in ul {
        padding-bottom: 30px;
        margin: 0 -10px; }
        #toppage #zone7 .in ul li {
          background: #fff;
          padding: 20px;
          margin-bottom: 30px;
          position: relative; }
          #toppage #zone7 .in ul li figure {
            width: 95px;
            position: absolute;
            top: 20px;
            left: 20px; }
          #toppage #zone7 .in ul li .set h3 {
            min-height: 95px;
            padding-top: 10px;
            padding-left: 110px; }
            #toppage #zone7 .in ul li .set h3 i {
              display: block;
              font-family: "Josefin Sans", sans-serif;
              font-size: 16px;
              font-weight: 500;
              color: #EB6100;
              font-style: italic; }
            #toppage #zone7 .in ul li .set h3 span {
              display: block;
              font-size: 20px;
              font-weight: 700;
              padding-top: 10px;
              line-height: 1.5; }
          #toppage #zone7 .in ul li .set .text {
            padding-top: 15px; }
  #toppage #zone8 {
    z-index: 2; }
    #toppage #zone8 .in {
      padding: 0 20px; }
      #toppage #zone8 .in .mds2 {
        color: #707070;
        text-align: right;
        padding-top: 30px; }
      #toppage #zone8 .in .set figure {
        padding-bottom: 30px; }
      #toppage #zone8 .in .text {
        text-align: center;
        padding-bottom: 40px; }
  #toppage #zone9 {
    background: url("../img/bg3.jpg") no-repeat center;
    background-size: cover;
    margin-top: -500px; }
    #toppage #zone9::before {
      position: absolute;
      top: 0px;
      left: calc(50% - 1375px);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 500px 1375px 0 1375px;
      border-color: #fff transparent transparent transparent;
      z-index: 1; }
    #toppage #zone9::after {
      position: absolute;
      top: -200px;
      left: 50%;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 700px 1920px 700px 0;
      border-color: transparent #3C3C3C transparent transparent;
      z-index: 1; }
    #toppage #zone9 .in {
      padding: 550px 20px 50px; }
      #toppage #zone9 .in .mds3 {
        color: #fff;
        padding-bottom: 50px; }
        #toppage #zone9 .in .mds3 i {
          color: #EB6100; }
      #toppage #zone9 .in .box {
        position: relative;
        background: #fff;
        padding: 30px 0;
        overflow: hidden; }
        #toppage #zone9 .in .box .pos {
          position: absolute;
          top: -230px;
          right: -10px;
          width: 100px;
          z-index: 2; }
        #toppage #zone9 .in .box .swiper-custom-parent {
          height: 260px;
          position: relative; }
          #toppage #zone9 .in .box .swiper-custom-parent .swiper-container {
            position: absolute;
            top: 0;
            left: calc(50% - 300px);
            width: 600px; }
          #toppage #zone9 .in .box .swiper-custom-parent .swiper-slide figure {
            padding: 6px; }
            #toppage #zone9 .in .box .swiper-custom-parent .swiper-slide figure img {
              box-shadow: 3px 3px 6px #ccc; }
          #toppage #zone9 .in .box .swiper-custom-parent .swiper-button-prev {
            background: url("../img/prev.png") no-repeat center center;
            background-size: 20px auto;
            width: 20px;
            height: 45px;
            top: 130px;
            left: 5px; }
          #toppage #zone9 .in .box .swiper-custom-parent .swiper-button-next {
            background: url("../img/next.png") no-repeat center center;
            background-size: 20px auto;
            width: 20px;
            height: 45px;
            top: 130px;
            right: 5px; }
        #toppage #zone9 .in .box .btn {
          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;
          padding: 25px 15px 0px 15px; }
  #toppage .fbtn {
    position: relative;
    background: #fff; }
    #toppage .fbtn a {
      display: block;
      text-align: center;
      font-family: "Josefin Sans", sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: #EB6100;
      padding: 25px 0 20px;
      line-height: 1.5; }
  .modal {
    display: none;
    text-align: left;
    overflow-y: auto; }
    .modal .in {
      position: relative;
      max-width: 1000px;
      margin: auto;
      border: 3px solid #EB6100;
      padding: 30px 15px 15px 15px; }
      .modal .in .close {
        width: 25px;
        position: absolute;
        top: 5px;
        right: 5px; }
      .modal .in .set1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 15px;
        border-bottom: 2px solid #EB6100;
        margin-bottom: 20px; }
        .modal .in .set1 figure {
          width: 100px; }
        .modal .in .set1 .pos {
          width: calc(100% - 110px); }
          .modal .in .set1 .pos h3 {
            font-size: 16px;
            font-weight: 700;
            color: #EB6100;
            line-height: 1.5;
            padding-bottom: 10px;
            padding-right: 20px; }
          .modal .in .set1 .pos .t1 i {
            display: inline-block;
            background: #EB6100;
            color: #fff;
            font-weight: 700;
            padding: 5px 15px;
            border-radius: 20px;
            text-align: center;
            line-height: 1;
            font-size: 12px; }
          .modal .in .set1 .pos .t1 span {
            font-size: 16px;
            display: block;
            padding-top: 5px;
            line-height: 1.4; }
      .modal .in .set2 .pos h4 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
        background: url("../img/arrow3.png") no-repeat left center;
        background-size: 20px auto;
        padding-left: 20px;
        line-height: 1.4; }
      .modal .in .set2 .pos .text {
        padding-bottom: 20px; }
      .modal .in .set3 {
        background: #FFEFE0;
        padding: 20px; }
        .modal .in .set3 .pos1 {
          padding-bottom: 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .modal .in .set3 .pos1 figure {
            width: 100px; }
            .modal .in .set3 .pos1 figure img {
              box-shadow: 3px 3px 6px #ccc; }
          .modal .in .set3 .pos1 .text {
            width: calc(100% - 130px);
            line-height: 1.5; }
            .modal .in .set3 .pos1 .text b {
              font-weight: 700;
              font-size: 16px;
              display: block;
              padding-bottom: 10px; }
        .modal .in .set3 .pos2 {
          text-align: center; }
          .modal .in .set3 .pos2 .t2 {
            font-size: 18px;
            padding-bottom: 10px; }
          .modal .in .set3 .pos2 .btn {
            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; }
            .modal .in .set3 .pos2 .btn .btn1 {
              height: 50px; }
  #download {
    position: relative;
    padding: 150px 0 100px; }
    #download::before {
      position: absolute;
      top: 0px;
      right: calc(50% - 160px);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 700px 1920px 0 0;
      border-color: #3C3C3C transparent transparent transparent;
      z-index: -1; }
    #download::after {
      position: absolute;
      top: 0;
      left: calc(50% - 120px);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1920px 700px 0;
      border-color: transparent #707070 transparent transparent;
      z-index: -2; }
    #download .title {
      text-align: center;
      font-size: 30px;
      padding-bottom: 40px; }
      #download .title b {
        display: block;
        font-family: "Josefin Sans", sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #EB6100;
        padding-bottom: 10px; }
    #download #zone1 {
      margin: 0 20px;
      padding-bottom: 50px; }
      #download #zone1 .text {
        padding-bottom: 30px; }
      #download #zone1 .set {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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; }
        #download #zone1 .set figure {
          width: 100px; }
          #download #zone1 .set figure img {
            box-shadow: 3px 3px 6px #ccc; }
        #download #zone1 .set .pos {
          width: calc(100% - 120px);
          border: 1px solid #EB6100;
          border-radius: 15px;
          padding: 10px 15px; }
          #download #zone1 .set .pos h2 {
            font-size: 16px;
            font-weight: 700;
            color: #EB6100;
            padding: 5px 5px 10px 5px;
            border-bottom: 2px solid #EB6100;
            margin-bottom: 10px; }
          #download #zone1 .set .pos ul {
            padding: 0 5px; }
            #download #zone1 .set .pos ul li {
              font-size: 14px;
              line-height: 1.5;
              background: url("../img/icon4.png") no-repeat left top 8px;
              background-size: 16px auto;
              padding: 5px 0 5px 25px; }
    #download #thanks {
      margin: 0 20px; }
      #download #thanks .t1 {
        text-align: center;
        font-family: "Josefin Sans", sans-serif;
        font-size: 50px;
        font-weight: 500;
        font-style: italic;
        color: #EB6100;
        padding-bottom: 20px; }
      #download #thanks .text {
        padding-bottom: 50px; }
      #download #thanks .btn {
        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; } }

@media print, screen and (min-width: 881px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #3C3C3C;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #3C3C3C; }
    a:hover {
      opacity: 0.7; }
  @-webkit-keyframes zoomUp {
    0% {
      -webkit-transform: translate(50px, 0px);
      transform: translate(50px, 0px); }
    100% {
      -webkit-transform: translate(-50px, 0px);
      transform: translate(-50px, 0px); } }
  @keyframes zoomUp {
    0% {
      -webkit-transform: translate(50px, 0px);
      transform: translate(50px, 0px); }
    100% {
      -webkit-transform: translate(-50px, 0px);
      transform: translate(-50px, 0px); } }
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img {
    -webkit-animation: zoomUp 8s linear 0s 1 normal both;
    animation: zoomUp 8s linear 0s 1 normal both; }
  _:-ms-lang(x)::-ms-backdrop, .swiper-slide-active .slide-img,
  _:-ms-lang(x)::-ms-backdrop, .swiper-slide-duplicate-active .slide-img,
  _:-ms-lang(x)::-ms-backdrop, .swiper-slide-prev .slide-img {
    animation: none; }
  header {
    position: absolute;
    line-height: 1;
    z-index: 1000;
    top: 28px;
    left: 35px; }
    header h1 {
      width: 120px; }
  footer {
    background: #000000;
    color: #fff;
    padding: 55px 0 25px;
    position: relative; }
    footer .logo {
      text-align: center; }
      footer .logo img {
        width: 200px; }
    footer .copyright {
      text-align: center;
      font-family: "Josefin Sans", sans-serif;
      font-size: 12px;
      padding-top: 100px; }
  #fix {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10; }
    #fix #pagetop {
      position: absolute;
      top: -100px;
      right: 10px;
      cursor: pointer; }
      #fix #pagetop img {
        width: 60px; }
    #fix #pop {
      position: relative; }
      #fix #pop .popbtn {
        background: url("../img/popbtn1.png");
        background-size: 32px;
        position: absolute;
        top: -29px;
        right: 0px;
        display: block;
        width: 32px;
        height: 32px;
        cursor: pointer; }
      #fix #pop .in {
        width: 350px;
        border-top: 3px solid #EB6100;
        box-shadow: 3px 3px 6px #333;
        background: #fff; }
      #fix #pop.active .popbtn {
        background: url("../img/popbtn2.png");
        background-size: 32px; }
      #fix #pop.active .in a {
        display: none; }
  #toppage #zone1::before {
    position: absolute;
    bottom: -180px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 0 180px 500px;
    border-color: transparent transparent transparent #000;
    opacity: 0.4; }
  #toppage #zone1::after {
    position: absolute;
    bottom: 0;
    left: 500px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1400px 3840px;
    border-color: transparent transparent #E2E2E2 transparent;
    opacity: 0.4; }
  #toppage #zone1 .in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    padding: 100px 70px 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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; }
    #toppage #zone1 .in .in2 {
      max-width: 1200px;
      margin: auto;
      max-height: 500px;
      position: relative; }
      #toppage #zone1 .in .in2 .t1 {
        width: 55.5%;
        padding-bottom: 20px; }
      #toppage #zone1 .in .in2 .t2 {
        width: 20%; }
      #toppage #zone1 .in .in2 .in3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -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; }
        #toppage #zone1 .in .in2 .in3 .set {
          width: 50%; }
          #toppage #zone1 .in .in2 .in3 .set h1 {
            padding: 10px 0 60px; }
            #toppage #zone1 .in .in2 .in3 .set h1 b {
              display: block;
              padding-bottom: 30px; }
              #toppage #zone1 .in .in2 .in3 .set h1 b img {
                width: 85%; }
            #toppage #zone1 .in .in2 .in3 .set h1 span img {
              width: 90%; }
          #toppage #zone1 .in .in2 .in3 .set .btn1 {
            width: 450px;
            font-size: 30px; }
        #toppage #zone1 .in .in2 .in3 figure {
          width: 45%; }
  #toppage #zone1 .sc {
    position: absolute;
    bottom: 75px;
    left: 28px;
    width: 16px;
    z-index: 1; }
    #toppage #zone1 .sc::before {
      position: absolute;
      top: 40px;
      left: 50%;
      content: '';
      width: 1px;
      height: 170px;
      background: #fff; }
  #toppage #zone1 .swiper-custom-parent {
    position: relative;
    width: calc(100% + 100px);
    height: 100vh;
    overflow: hidden; }
    #toppage #zone1 .swiper-custom-parent .topmain {
      position: absolute;
      top: 0px;
      left: -50px;
      width: 100%;
      height: 100%;
      z-index: -1; }
      #toppage #zone1 .swiper-custom-parent .topmain .slide-img {
        width: 100%;
        height: 100%; }
      #toppage #zone1 .swiper-custom-parent .topmain .s1 {
        background: url("../img/kv1.jpg") no-repeat center top;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s2 {
        background: url("../img/kv2.jpg") no-repeat center center;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s3 {
        background: url("../img/kv3.jpg") no-repeat center center;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s4 {
        background: url("../img/kv4.jpg") no-repeat center center;
        background-size: cover; }
    #toppage #zone1 .swiper-custom-parent .swiper-pagination {
      position: absolute;
      top: calc(50% - 150px);
      left: 33px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      transform-origin: 0 50%; }
    #toppage #zone1 .swiper-custom-parent .swiper-pagination-bullet {
      width: 70px;
      height: 2px;
      display: inline-block;
      background: #fff;
      margin: 4px;
      border-radius: 0px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1; }
    #toppage #zone1 .swiper-custom-parent .swiper-pagination-bullet-active {
      background: #EB6100; }
  #toppage #zone2 {
    padding: 175px 0 250px;
    text-align: center; }
    #toppage #zone2 h2 {
      font-size: 42px;
      padding-bottom: 50px; }
      #toppage #zone2 h2 b {
        display: block;
        font-size: 30px;
        font-weight: bold;
        padding-bottom: 10px; }
    #toppage #zone2 ul {
      max-width: 1140px;
      margin: auto;
      padding-bottom: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #toppage #zone2 ul li {
        width: calc(100% / 3 - 30px);
        background: #F3F3F3;
        font-size: 20px;
        font-weight: bold;
        color: #EB6100;
        line-height: 1.5;
        padding: 20px;
        margin: 15px; }
    #toppage #zone2 .in {
      position: relative; }
      #toppage #zone2 .in::before {
        position: absolute;
        top: -700px;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 700px 1920px 700px 0;
        border-color: transparent #000 transparent transparent; }
      #toppage #zone2 .in::after {
        position: absolute;
        top: 22px;
        left: -50%;
        content: '';
        width: 200%;
        height: 720px;
        background: url("../img/bg4.jpg") no-repeat center center #000;
        background-size: 1920px auto;
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg); }
      #toppage #zone2 .in figure {
        width: 820px;
        margin: auto;
        position: relative;
        z-index: 1; }
        #toppage #zone2 .in figure .pos {
          position: absolute;
          width: 225px;
          top: -50px;
          right: -100px; }
      #toppage #zone2 .in .t1 {
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 26px;
        margin-top: -30px; }
        #toppage #zone2 .in .t1 span {
          display: block;
          padding-bottom: 20px; }
        #toppage #zone2 .in .t1 i {
          font-size: 38px; }
        #toppage #zone2 .in .t1 b {
          display: inline-block;
          background: #EB6100;
          font-size: 50px;
          padding: 5px 5px 10px 5px;
          margin: 0 10px; }
  #toppage #zone3::after {
    position: absolute;
    bottom: 170px;
    left: -50%;
    content: '';
    width: 200%;
    height: 860px;
    background: #F3F3F3;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    z-index: -1; }
  #toppage #zone3 .in {
    max-width: 1200px;
    margin: auto;
    padding: 0 50px; }
  #toppage #zone3 .sec .set {
    width: 450px; }
    #toppage #zone3 .sec .set h4 {
      font-size: 42px;
      line-height: 1.4;
      padding-bottom: 20px; }
    #toppage #zone3 .sec .set .text {
      padding-top: 20px; }
  #toppage #zone3 .sec h3 {
    font-size: 115px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-style: italic;
    opacity: 0.45; }
  #toppage #zone3 .sec1 {
    height: 820px;
    background: url("../img/p2.png") no-repeat center top;
    background-size: 1920px auto; }
    #toppage #zone3 .sec1 .in {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 60px; }
      #toppage #zone3 .sec1 .in h3 {
        margin-right: -50px; }
  #toppage #zone3 .sec2 {
    height: 920px;
    background: url("../img/p3.png") no-repeat center top;
    background-size: 1920px auto; }
    #toppage #zone3 .sec2 .in {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #zone3 .sec2 .in h3 {
        margin-left: -50px; }
      #toppage #zone3 .sec2 .in .set {
        padding-top: 60px; }
  #toppage #zone4 {
    padding-bottom: 260px; }
    #toppage #zone4::after {
      position: absolute;
      top: -120px;
      left: -50%;
      content: '';
      width: 200%;
      height: 1600px;
      background: #3C3C3C;
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
      z-index: -1; }
    #toppage #zone4 .mds2 {
      padding-bottom: 10px; }
    #toppage #zone4 .in {
      max-width: 1080px;
      margin: auto;
      padding: 0 50px; }
      #toppage #zone4 .in .sec {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #toppage #zone4 .in .sec .pos {
          width: calc(50% - 50px); }
          #toppage #zone4 .in .sec .pos figure {
            padding: 50px 0 30px; }
          #toppage #zone4 .in .sec .pos .set h3 {
            font-size: 32px;
            line-height: 1.2; }
            #toppage #zone4 .in .sec .pos .set h3 i {
              display: inline-block;
              background: #EB6100;
              color: #fff;
              padding: 5px 10px;
              margin-bottom: 8px; }
          #toppage #zone4 .in .sec .pos .set .t1 {
            padding-top: 40px;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            padding-bottom: 10px; }
          #toppage #zone4 .in .sec .pos .set .text {
            font-size: 16px;
            color: #fff;
            padding-bottom: 50px; }
          #toppage #zone4 .in .sec .pos:nth-of-type(2) .set h3 i {
            background: #F08B00; }
  #toppage #zone5 {
    background: url("../img/bg1.jpg") no-repeat center;
    background-size: cover; }
    #toppage #zone5 .in {
      max-width: 1200px;
      margin: auto;
      padding: 80px 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #zone5 .in figure {
        width: 390px; }
      #toppage #zone5 .in .set {
        width: calc(100% - 490px);
        color: #fff; }
        #toppage #zone5 .in .set .text {
          font-size: 20px;
          padding-bottom: 30px; }
  #toppage #zone6 {
    background: #E2E2E2;
    overflow: hidden; }
    #toppage #zone6::before {
      position: absolute;
      top: 0;
      left: 50%;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1920px 700px 0;
      border-color: transparent #fff transparent transparent; }
    #toppage #zone6::after {
      position: absolute;
      top: 1360px;
      left: -50%;
      content: '';
      width: 200%;
      height: 670px;
      background: #F3F3F3;
      -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      transform: rotate(20deg);
      z-index: -2; }
    #toppage #zone6 .in {
      max-width: 1200px;
      margin: auto;
      padding: 150px 50px 60px; }
    #toppage #zone6 ul li {
      position: relative;
      height: 640px;
      margin-bottom: 75px; }
      #toppage #zone6 ul li figure {
        position: absolute;
        top: 0;
        width: calc(50% + 170px);
        height: 100%;
        z-index: -1; }
      #toppage #zone6 ul li .box {
        position: absolute;
        top: 60px;
        width: calc(50% + 55px);
        height: 500px;
        background: #fff;
        padding-top: 50px;
        padding-bottom: 50px; }
        #toppage #zone6 ul li .box .set {
          max-width: 600px; }
          #toppage #zone6 ul li .box .set h3 i {
            display: inline-block;
            font-family: "Josefin Sans", sans-serif;
            font-size: 70px;
            color: #EB6100;
            text-decoration: underline;
            font-style: italic; }
          #toppage #zone6 ul li .box .set h3 span {
            display: block;
            font-size: 38px;
            line-height: 1.5;
            padding: 20px 0; }
      #toppage #zone6 ul li:nth-of-type(1) figure {
        left: 0;
        background: url("../img/p6.jpg") no-repeat center center;
        background-size: cover; }
      #toppage #zone6 ul li:nth-of-type(1) .box {
        right: 0;
        padding-left: 55px; }
        #toppage #zone6 ul li:nth-of-type(1) .box .set {
          padding-right: 50px; }
      #toppage #zone6 ul li:nth-of-type(2) figure {
        right: 0;
        background: url("../img/p7.jpg") no-repeat center center;
        background-size: cover; }
      #toppage #zone6 ul li:nth-of-type(2) .box {
        left: 0;
        padding-right: 55px;
        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; }
        #toppage #zone6 ul li:nth-of-type(2) .box .set {
          padding-left: 50px; }
      #toppage #zone6 ul li:nth-of-type(3) {
        margin-bottom: 0; }
        #toppage #zone6 ul li:nth-of-type(3) figure {
          left: 0;
          background: url("../img/p8.jpg") no-repeat center center;
          background-size: cover; }
        #toppage #zone6 ul li:nth-of-type(3) .box {
          right: 0;
          padding-left: 55px; }
          #toppage #zone6 ul li:nth-of-type(3) .box .set {
            padding-right: 50px; }
  #toppage #zone7 {
    background: url("../img/bg2.jpg") no-repeat center;
    background-size: cover; }
    #toppage #zone7::before {
      position: absolute;
      top: 0;
      right: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1400px 3840px 0 0;
      border-color: #e2e2e2 transparent transparent transparent;
      z-index: -1; }
    #toppage #zone7::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 1400px 3840px;
      border-color: transparent transparent #fff transparent;
      z-index: -1; }
    #toppage #zone7 .in {
      max-width: 1200px;
      margin: auto;
      padding: 320px 50px 500px; }
      #toppage #zone7 .in .more {
        text-align: right; }
      #toppage #zone7 .in .mds1 {
        text-align: right;
        color: #fff;
        padding-bottom: 100px; }
      #toppage #zone7 .in ul li {
        background: #fff;
        padding: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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;
        margin-bottom: 65px; }
        #toppage #zone7 .in ul li figure {
          width: 250px; }
        #toppage #zone7 .in ul li .set {
          width: calc(100% - 300px); }
          #toppage #zone7 .in ul li .set h3 i {
            display: block;
            font-family: "Josefin Sans", sans-serif;
            font-size: 22px;
            font-weight: 500;
            color: #EB6100;
            font-style: italic; }
          #toppage #zone7 .in ul li .set h3 span {
            display: block;
            font-size: 30px;
            font-weight: 700;
            padding: 10px 0 20px; }
        #toppage #zone7 .in ul li:nth-of-type(2n-1) {
          margin-right: 100px; }
        #toppage #zone7 .in ul li:nth-of-type(2n) {
          margin-left: 100px; }
  #toppage #zone8 {
    z-index: 2; }
    #toppage #zone8 .in {
      max-width: 1200px;
      margin: auto;
      padding: 0 50px; }
      #toppage #zone8 .in .mds2 {
        color: #707070;
        text-align: right;
        margin-top: -75px; }
      #toppage #zone8 .in .set {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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;
        padding-bottom: 50px; }
        #toppage #zone8 .in .set figure {
          width: calc(50% - 50px); }
      #toppage #zone8 .in .text {
        font-size: 26px;
        text-align: center;
        padding-bottom: 60px; }
  #toppage #zone9 {
    background: url("../img/bg3.jpg") no-repeat center;
    background-size: cover;
    margin-top: -500px; }
    #toppage #zone9::before {
      position: absolute;
      top: 0px;
      left: calc(50% - 1375px);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 500px 1375px 0 1375px;
      border-color: #fff transparent transparent transparent;
      z-index: -2; }
    #toppage #zone9::after {
      position: absolute;
      top: -200px;
      left: 50%;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 700px 1920px 700px 0;
      border-color: transparent #3C3C3C transparent transparent;
      z-index: -1; }
    #toppage #zone9 .in {
      max-width: 1200px;
      margin: auto;
      padding: 600px 50px 90px; }
      #toppage #zone9 .in .mds3 {
        color: #fff;
        padding-bottom: 50px; }
        #toppage #zone9 .in .mds3 i {
          color: #EB6100; }
      #toppage #zone9 .in .box {
        position: relative;
        background: #fff;
        padding: 70px 55px 45px; }
        #toppage #zone9 .in .box .pos {
          position: absolute;
          top: -115px;
          right: -50px;
          width: 180px;
          z-index: 2; }
        #toppage #zone9 .in .box .swiper-custom-parent {
          max-width: 760px;
          margin: auto; }
          #toppage #zone9 .in .box .swiper-custom-parent .swiper-slide figure {
            padding: 6px; }
            #toppage #zone9 .in .box .swiper-custom-parent .swiper-slide figure img {
              box-shadow: 3px 3px 6px #ccc; }
          #toppage #zone9 .in .box .swiper-custom-parent .swiper-button-prev {
            background: url("../img/prev.png") no-repeat center center;
            background-size: 30px auto;
            width: 30px;
            height: 55px;
            top: calc(50% - 50px);
            left: 55px;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            #toppage #zone9 .in .box .swiper-custom-parent .swiper-button-prev:hover {
              opacity: 0.6; }
          #toppage #zone9 .in .box .swiper-custom-parent .swiper-button-next {
            background: url("../img/next.png") no-repeat center center;
            background-size: 30px auto;
            width: 30px;
            height: 55px;
            top: calc(50% - 50px);
            right: 55px;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            #toppage #zone9 .in .box .swiper-custom-parent .swiper-button-next:hover {
              opacity: 0.6; }
        #toppage #zone9 .in .box .btn {
          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;
          padding-top: 35px; }
  #toppage .fbtn {
    position: relative;
    background: #fff; }
    #toppage .fbtn a {
      display: block;
      text-align: center;
      font-family: "Josefin Sans", sans-serif;
      font-size: 27px;
      font-weight: 600;
      color: #EB6100;
      padding: 60px 0; }
  .modal {
    display: none;
    text-align: left; }
    .modal .in {
      position: relative;
      max-width: 1000px;
      margin: auto;
      border: 3px solid #EB6100;
      padding: 30px 50px; }
      .modal .in .close {
        width: 40px;
        position: absolute;
        top: 20px;
        right: 20px; }
      .modal .in .set1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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;
        padding-bottom: 25px;
        border-bottom: 2px solid #EB6100;
        margin-bottom: 30px; }
        .modal .in .set1 figure {
          width: 150px; }
        .modal .in .set1 .pos {
          width: calc(100% - 180px); }
          .modal .in .set1 .pos h3 {
            font-size: 25px;
            font-weight: 700;
            color: #EB6100;
            line-height: 1.5;
            padding-bottom: 15px; }
          .modal .in .set1 .pos .t1 {
            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: 20px; }
            .modal .in .set1 .pos .t1 i {
              display: inline-block;
              background: #EB6100;
              color: #fff;
              font-size: 16px;
              font-weight: 700;
              padding: 5px 15px;
              border-radius: 20px;
              text-align: center;
              line-height: 1;
              margin-right: 15px; }
      .modal .in .set2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .modal .in .set2 .pos {
          width: calc(50% - 15px); }
          .modal .in .set2 .pos h4 {
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: 700;
            background: url("../img/arrow3.png") no-repeat left center;
            background-size: 20px auto;
            padding-left: 20px; }
          .modal .in .set2 .pos .text {
            padding-bottom: 20px; }
      .modal .in .set3 {
        background: #FFEFE0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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;
        padding: 20px 0; }
        .modal .in .set3 .pos1 {
          width: 50%;
          border-right: 2px solid #707070;
          padding: 0 40px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .modal .in .set3 .pos1 figure {
            width: 100px; }
            .modal .in .set3 .pos1 figure img {
              box-shadow: 3px 3px 6px #ccc; }
          .modal .in .set3 .pos1 .text {
            width: calc(100% - 130px);
            line-height: 1.5; }
            .modal .in .set3 .pos1 .text b {
              font-weight: 700;
              font-size: 18px;
              display: block;
              padding-bottom: 10px; }
        .modal .in .set3 .pos2 {
          width: 50%;
          text-align: center; }
          .modal .in .set3 .pos2 .t2 {
            font-size: 20px;
            padding-bottom: 15px; }
          .modal .in .set3 .pos2 .btn {
            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; }
            .modal .in .set3 .pos2 .btn .btn1 {
              width: 350px; }
  #download {
    position: relative;
    padding: 320px 0 100px; }
    #download::before {
      position: absolute;
      top: 0px;
      right: calc(50% - 420px);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 700px 1920px 0 0;
      border-color: #3C3C3C transparent transparent transparent;
      z-index: -1; }
    #download::after {
      position: absolute;
      top: 0;
      left: calc(50% - 220px);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1920px 700px 0;
      border-color: transparent #707070 transparent transparent;
      z-index: -2; }
    #download .title {
      text-align: center;
      font-size: 50px;
      padding-bottom: 60px; }
      #download .title b {
        display: block;
        font-family: "Josefin Sans", sans-serif;
        font-size: 40px;
        font-weight: 700;
        color: #EB6100;
        padding-bottom: 10px; }
    #download #zone1 {
      padding-bottom: 100px; }
      #download #zone1 .text {
        text-align: center;
        padding-bottom: 50px; }
      #download #zone1 .set {
        width: 880px;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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; }
        #download #zone1 .set figure {
          width: 220px; }
          #download #zone1 .set figure img {
            box-shadow: 3px 3px 6px #ccc; }
        #download #zone1 .set .pos {
          width: calc(100% - 270px);
          border: 1px solid #EB6100;
          border-radius: 20px;
          padding: 35px; }
          #download #zone1 .set .pos h2 {
            font-size: 30px;
            font-weight: 700;
            color: #EB6100;
            padding: 0px 20px 20px 20px;
            border-bottom: 2px solid #EB6100;
            margin-bottom: 20px; }
          #download #zone1 .set .pos ul {
            padding: 0 20px; }
            #download #zone1 .set .pos ul li {
              font-size: 20px;
              background: url("../img/icon4.png") no-repeat left center;
              background-size: 20px auto;
              padding: 10px 0 10px 30px; }
    #download #formzone {
      max-width: 1200px;
      margin: auto; }
    #download #thanks figure {
      width: 640px;
      margin: auto; }
    #download #thanks .t1 {
      text-align: center;
      font-family: "Josefin Sans", sans-serif;
      font-size: 70px;
      font-weight: 500;
      font-style: italic;
      color: #EB6100;
      padding-bottom: 20px; }
    #download #thanks .text {
      text-align: center;
      font-size: 20px;
      padding-bottom: 50px; }
    #download #thanks .btn {
      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; } }

@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1300px;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
  .effect1, .effect4 {
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */
