@charset "UTF-8";
@import url(../css/plugin/locomotive-scroll.min.css);
.mgt0 {
  margin-top: 0px !important; }

.mgb0 {
  margin-bottom: 0px !important; }

.pdt0 {
  padding-top: 0px !important; }

.pd0 {
  padding: 0px !important; }

.mgt5 {
  margin-top: 5px !important; }

.mgb5 {
  margin-bottom: 5px !important; }

.pdt5 {
  padding-top: 5px !important; }

.pd5 {
  padding: 5px !important; }

.mgt10 {
  margin-top: 10px !important; }

.mgb10 {
  margin-bottom: 10px !important; }

.pdt10 {
  padding-top: 10px !important; }

.pd10 {
  padding: 10px !important; }

.mgt15 {
  margin-top: 15px !important; }

.mgb15 {
  margin-bottom: 15px !important; }

.pdt15 {
  padding-top: 15px !important; }

.pd15 {
  padding: 15px !important; }

.mgt20 {
  margin-top: 20px !important; }

.mgb20 {
  margin-bottom: 20px !important; }

.pdt20 {
  padding-top: 20px !important; }

.pd20 {
  padding: 20px !important; }

.mgt25 {
  margin-top: 25px !important; }

.mgb25 {
  margin-bottom: 25px !important; }

.pdt25 {
  padding-top: 25px !important; }

.pd25 {
  padding: 25px !important; }

.mgt30 {
  margin-top: 30px !important; }

.mgb30 {
  margin-bottom: 30px !important; }

.pdt30 {
  padding-top: 30px !important; }

.pd30 {
  padding: 30px !important; }

.mgt35 {
  margin-top: 35px !important; }

.mgb35 {
  margin-bottom: 35px !important; }

.pdt35 {
  padding-top: 35px !important; }

.pd35 {
  padding: 35px !important; }

.mgt40 {
  margin-top: 40px !important; }

.mgb40 {
  margin-bottom: 40px !important; }

.pdt40 {
  padding-top: 40px !important; }

.pd40 {
  padding: 40px !important; }

.mgt45 {
  margin-top: 45px !important; }

.mgb45 {
  margin-bottom: 45px !important; }

.pdt45 {
  padding-top: 45px !important; }

.pd45 {
  padding: 45px !important; }

.mgt50 {
  margin-top: 50px !important; }

.mgb50 {
  margin-bottom: 50px !important; }

.pdt50 {
  padding-top: 50px !important; }

.pd50 {
  padding: 50px !important; }

.mgt55 {
  margin-top: 55px !important; }

.mgb55 {
  margin-bottom: 55px !important; }

.pdt55 {
  padding-top: 55px !important; }

.pd55 {
  padding: 55px !important; }

.mgt60 {
  margin-top: 60px !important; }

.mgb60 {
  margin-bottom: 60px !important; }

.pdt60 {
  padding-top: 60px !important; }

.pd60 {
  padding: 60px !important; }

.mgt65 {
  margin-top: 65px !important; }

.mgb65 {
  margin-bottom: 65px !important; }

.pdt65 {
  padding-top: 65px !important; }

.pd65 {
  padding: 65px !important; }

.mgt70 {
  margin-top: 70px !important; }

.mgb70 {
  margin-bottom: 70px !important; }

.pdt70 {
  padding-top: 70px !important; }

.pd70 {
  padding: 70px !important; }

.mgt75 {
  margin-top: 75px !important; }

.mgb75 {
  margin-bottom: 75px !important; }

.pdt75 {
  padding-top: 75px !important; }

.pd75 {
  padding: 75px !important; }

.mgt80 {
  margin-top: 80px !important; }

.mgb80 {
  margin-bottom: 80px !important; }

.pdt80 {
  padding-top: 80px !important; }

.pd80 {
  padding: 80px !important; }

.mgt85 {
  margin-top: 85px !important; }

.mgb85 {
  margin-bottom: 85px !important; }

.pdt85 {
  padding-top: 85px !important; }

.pd85 {
  padding: 85px !important; }

.mgt90 {
  margin-top: 90px !important; }

.mgb90 {
  margin-bottom: 90px !important; }

.pdt90 {
  padding-top: 90px !important; }

.pd90 {
  padding: 90px !important; }

.mgt95 {
  margin-top: 95px !important; }

.mgb95 {
  margin-bottom: 95px !important; }

.pdt95 {
  padding-top: 95px !important; }

.pd95 {
  padding: 95px !important; }

.mgt100 {
  margin-top: 100px !important; }

.mgb100 {
  margin-bottom: 100px !important; }

.pdt100 {
  padding-top: 100px !important; }

.pd100 {
  padding: 100px !important; }

/* Scss Document */
/* CSS Document */
/* reset
-------------------*/
@font-face {
  font-family: 'Noto Serif SC';
  font-weight: 400;
  src: url(../font/NotoSerifSC-Regular.otf) format("opentype"); }
html {
  background-color: #FFF;
  font-size: 14px;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  /* sets the base font to 10px for easier math */ }

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

body {
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important; }

body {
  font-family: "Source Han Sans CN", "microsoft yahei", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

section {
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  position: relative;
  max-width: 1920px; }

body, pre, ul, ol, li, dl, dt, dd, p, img, figure, figcaption, i, b {
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.4;
  color: #000000; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-weight: 600;
  color: black; }

p {
  line-height: 2.25;
  font-weight: 500;
  color: #000000; }
  p.note {
    text-decoration: underline;
    font-weight: bold; }
  p.box {
    padding: 20px;
    background-color: white; }

i, b {
  font-style: normal;
  line-height: 1; }

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #000; }
  a:link, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #000; }
  a img {
    transition: .3s; }

ul, ol {
  list-style-type: none; }

::selection {
  background-color: #888;
  color: #FFF;
  /* Safari */ }

::-moz-selection {
  background-color: #888;
  color: #FFF;
  /* Firefox */ }

/* module
-------------------*/
.ali_cnt {
  text-align: center; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.flex_cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute; }

.relative {
  position: relative; }

a.bd {
  text-decoration: underline; }

iframe {
  width: 100%;
  display: block; }
  @media (max-width: 600px) {
    iframe {
      height: 300px; } }

.font_s {
  font-size: 1.2rem; }

.font_m {
  font-size: 1.6rem; }

.font_l {
  font-size: 1.8rem; }

.bg_gray {
  background-color: #F5F5F5; }

.bg_white {
  background-color: white; }

@media (max-width: 767px) {
  .pd30 {
    padding: 20px; } }

img.w_fit {
  width: fit-content; }

img.h_ads {
  width: auto;
  max-width: 280px;
  max-height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex; }

/* Scss Document */
/* CSS Document */
.confirm .contact_f .cont_box .cont_02 dt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  height: auto !important;
  width: 25% !important;
  border-bottom: solid 1px #efefef; }
.confirm .contact_f .cont_box .cont_02 dd {
  width: 75% !important;
  min-width: auto !important;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #efefef;
  /* justify-content: center; */
  display: flex;
  align-items: center; }

div#contact_cont {
  display: flex;
  background-color: white;
  padding: 0px;
  border-radius: 6px;
  width: 100%;
  max-width: 1180px; }
  @media (max-width: 767px) {
    div#contact_cont {
      padding: 10px;
      margin-right: 10px; } }

.content-tab.tab-1 {
  width: 100%; }

@media (max-width: 500px) {
  .form .intro {
    padding-left: 10px;
    padding-right: 10px; } }
@media (max-width: 500px) {
  .form .intro .note {
    padding-left: 10px;
    padding-right: 10px; } }

#sub #contact_cont {
  display: block;
  margin: auto;
  width: 95%; }

.section-contact {
  display: block;
  padding-bottom: 50px;
  padding-top: 0px;
  margin-bottom: 70px;
  border-bottom: #cccccc solid 1px; }

.submit_box {
  margin-top: 30px; }

.contact_f {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0;
  text-align: left;
  font-weight: normal;
  max-width: 1100px; }
  .contact_f h3 {
    font-size: 2rem;
    position: relative;
    display: flex;
    width: 100%;
    background-color: #f5f5f5;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 8px;
    margin-bottom: 30px; }
  .contact_f .tab {
    margin-bottom: 20px; }
    .contact_f .tab ul {
      width: 100%;
      display: flex;
      border-bottom: solid 1px black;
      justify-content: center; }
      @media (max-width: 767px) {
        .contact_f .tab ul {
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      .contact_f .tab ul li {
        margin-left: 20px;
        display: block;
        width: 300px;
        padding: 10px;
        text-align: center; }
        @media (max-width: 767px) {
          .contact_f .tab ul li {
            width: 95%; } }
        .contact_f .tab ul li:first-child {
          background-color: white;
          border-left: solid 1px black;
          border-right: solid 1px black;
          border-top: solid 1px black;
          position: relative;
          top: 1px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 767px) {
            .contact_f .tab ul li:first-child {
              order: 2;
              margin-left: 0px;
              margin-top: 30px; } }
        .contact_f .tab ul li:last-child {
          background-color: white;
          border-left: solid 1px black;
          border-right: solid 1px black;
          border-top: solid 1px black;
          position: relative;
          background-color: black;
          color: white;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: .3s; }
          @media (max-width: 767px) {
            .contact_f .tab ul li:last-child {
              order: 1;
              margin-left: 0px; } }
          .contact_f .tab ul li:last-child:hover {
            opacity: 0.8; }
        .contact_f .tab ul li a {
          display: block;
          color: white;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%; }
        .contact_f .tab ul li .material-icons-outlined {
          font-size: 19px; }

.contact_t .cont_box {
  width: auto;
  height: auto;
  padding: 0 20px; }

.contact_f .cont_box {
  width: auto;
  height: auto;
  padding: 0 0px; }
  .contact_f .cont_box dl {
    width: 100%;
    height: auto;
    display: flex; }
  .contact_f .cont_box .cont_02 dd, .contact_f .cont_box .cont_02 dt {
    margin-bottom: 40px; }
  .contact_f .cont_box .cont_03 dt, .contact_f .cont_box .cont_02 dt {
    line-height: 39px; }
  .contact_f .cont_box dl dt {
    height: auto;
    float: left;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    width: 25% !important; }
  .contact_f .cont_box dl dd {
    width: 75% !important;
    min-width: auto !important; }
  .contact_f .cont_box .cont_02 dd {
    margin-bottom: 40px;
    height: auto !important; }
  .contact_f .cont_box .cont_02 dt {
    margin-bottom: 40px;
    height: auto !important;
    width: 25% !important; }
  .contact_f .cont_box .cont_02 dd {
    width: 75% !important;
    min-width: auto !important; }
  .contact_f .cont_box dl dd {
    width: 600px;
    float: right;
    height: auto !important; }
  .contact_f .cont_box #privacyText dl dd {
    width: 100% !important;
    float: right;
    display: block;
    line-height: 1.4;
    margin-top: 30px; }
    .contact_f .cont_box #privacyText dl dd li {
      margin-top: 15px; }

p.indication {
  text-align: left !important;
  margin-top: 30px; }

input[type="text"] {
  -webkit-appearance: none; }
input:not([type="button"]), input:not([type="submit"]) {
  height: auto; }

.cp_ipselect.cp_sl03 select {
  background-color: #fcfcfc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #000 solid 1px; }

input:not([type="button"]), input:not([type="submit"]) {
  background-color: #fcfcfc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #000 solid 1px; }

.confirm .cp_ipselect.cp_sl03 select {
  background-color: transparent; }

input:not([type="button"]), input:not([type="submit"]) {
  background-color: transparent; }
input:not([type="button"]), input:not([type="submit"]) {
  width: 100%;
  outline: none;
  display: inline-block;
  padding: 8px 10px;
  color: #000;
  font-family: "Source Han Sans CN", "microsoft yahei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease; }

textarea {
  width: 100%;
  outline: none;
  display: inline-block;
  padding: 8px 10px;
  color: #000;
  font-family: "游明朝";
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease; }

:placeholder-shown {
  color: #999 !important;
  color: #999 !important; }

textarea {
  min-height: 150px;
  resize: vertical;
  width: 100%;
  background-color: #fcfcfc;
  border: #000 solid 1px; }

input:not([type="submit"]):active, input:not([type="submit"]):focus {
  background: #F8F8F8;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #000 solid 1px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease; }

textarea:active, textarea:focus {
  background: #F8F8F8;
  border: #000 solid 1px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease; }

.cont_submit li.return {
  width: 100%;
  border: #222222 solid 2px;
  background-color: #222222;
  color: #FFF;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: 2.5px;
  padding: 0;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

input[type=button], input[type=submit] {
  width: 100%;
  border: #009505 solid 2px;
  background-color: #009505;
  color: #FFF;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: 2.5px;
  padding: 0;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.cont_submit li.return a {
  color: #FFF;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: 2.5px;
  cursor: pointer; }
.cont_submit li.return:hover {
  opacity: 0.7; }

.confirmSwitcher .cont_submit li.return button:hover, input[type="submit"]:hover {
  opacity: 0.7;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease; }

.confirmSwitcher .cont_submit li.return {
  display: inline-block !important;
  width: 100%;
  background-color: #222222;
  color: #FFF;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: 2.5px;
  padding: 0;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .confirmSwitcher .cont_submit li.return button {
    appearance: none;
    border: #222222 solid 2px;
    background: none;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: "游明朝";
    letter-spacing: 2.5px; }
.confirmSwitcher #privacyConfirm {
  display: none; }
.confirmSwitcher .submit_box {
  margin-top: 100px; }

input[type="submit"] {
  -webkit-appearance: none; }
input:not([type="button"]), input:not([type="submit"]) {
  height: auto;
  font-weight: bold; }

.cont_02.clearfix .mb40 .rm20 {
  margin-top: -5px;
  position: relative;
  top: -5px; }

.cont_submit {
  text-align: center; }
  .cont_submit li {
    width: 40%;
    max-width: 300px;
    height: 50px;
    padding: 0;
    margin: 0 10px;
    display: inline-block; }

.error {
  margin: 0;
  color: #ff1043 !important;
  padding: 5px 0 0 0;
  font-size: 14px !important;
  line-height: 1.2;
  display: inline-block; }

.required {
  color: #C70003;
  display: inline-block;
  font-size: 14px;
  line-height: 2.3; }

.no_required {
  color: #ffffff;
  background-color: black;
  display: inline-block;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 2.3; }

.section-contact h2 {
  text-align: center; }

.contact_inner2 {
  width: auto;
  max-width: 1100px;
  height: auto;
  margin: -40px auto 0 auto;
  padding: 0 20px 0 20px;
  display: block;
  position: relative; }

.thanks_box {
  width: auto;
  height: auto;
  background-color: #F9F9F9;
  padding: 30px; }

.contact_t {
  width: 100%;
  /* margin: 0 auto 80px auto; */
  /* max-width: 880px; */
  padding: 0 10px;
  text-align: left;
  font-weight: normal; }

.contact_inner2 {
  width: auto;
  max-width: 1100px;
  height: auto;
  margin: -40px auto 0 auto;
  padding: 0 20px 0 20px;
  display: block;
  position: relative; }

.thanks_box ul {
  text-align: center;
  padding: 40px 0 20px 0; }
  .thanks_box ul li {
    width: 100%;
    max-width: 300px;
    height: 50px;
    padding: 0 10px;
    margin: 0 auto;
    display: inline-block; }
    .thanks_box ul li a {
      display: block;
      background-color: #000000;
      color: #FFF;
      font-size: 16px;
      line-height: 46px;
      padding: 0;
      text-decoration: none; }

.cont_text3 {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  padding: 0; }

.contact_inner2 {
  display: block;
  margin-top: 50px; }

#privacyText {
  border: 1px solid #000000;
  height: 232px;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 13px;
  margin-bottom: 30px;
  margin-top: 30px; }

#privacyConfirm {
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px; }
  #privacyConfirm label input {
    margin-right: 7px;
    width: auto; }

#privacyText dl {
  margin-bottom: 25px;
  display: block !important;
  float: none; }
#privacyText dt {
  font-weight: bold;
  display: block;
  float: none;
  font-size: 13px;
  width: 100% !important; }
#privacyText p {
  margin-top: 0px !important;
  text-align: left; }
#privacyText dd {
  margin-bottom: 20px;
  display: block;
  float: none; }

.cont_submit li.cont_back {
  display: none; }

.lead, .lead2 {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 45px; }

.contact_f .cont_box .mw_wp_form_confirm .cont_02 dd {
  height: 39px;
  box-sizing: border-box;
  padding: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #999999 solid 1px;
  background: #F8F8F8; }
.contact_f .cont_box .mw_wp_form_confirm .cont_03 {
  margin-bottom: 50px; }
  .contact_f .cont_box .mw_wp_form_confirm .cont_03 dd {
    height: auto;
    min-height: 150px;
    box-sizing: border-box;
    padding: 10px;
    background: #F8F8F8;
    border: #999999 solid 1px;
    font-size: 14px;
    line-height: 1.5; }

.mw_wp_form_confirm .lead, .mw_wp_form_input .lead2 {
  display: none; }

.mw_wp_form_confirm .indication, .mw_wp_form_confirm #privacyText {
  display: none; }
.mw_wp_form_confirm .cont_submit li.cont_back {
  display: inline-block; }

@media screen and (max-width: 875px) {
  .contact_f .cont_box dl {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column; }
  .contact_f .cont_box .confirm .contact_f .cont_box .cont_02 dt {
    margin-bottom: 0;
    padding-bottom: 0;
    height: auto !important;
    width: 100% !important;
    border-bottom: 0; }
  .contact_f .cont_box .confirm .contact_f .cont_box .cont_02 dd {
    width: 100% !important;
    min-width: auto !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #efefef;
    /* justify-content: center; */
    display: flex;
    align-items: center; }
  .contact_f .cont_box .cont_02 dd, .contact_f .cont_box .cont_02 dt {
    margin-bottom: 15px;
    width: 100% !important; }
  .contact_f .cont_box .cont_03 dt {
    line-height: 40px;
    width: 100% !important; }
  .contact_f .cont_box .cont_02 dt {
    line-height: 40px; }
  .contact_f .cont_box .cont_02 dd, .contact_f .cont_box .cont_02 dt {
    margin-bottom: 15px;
    width: 100%; }

  input:not([type="button"]), input:not([type="submit"]) {
    height: auto;
    width: 100%; }

  .contact_f .cont_box dl dd {
    width: 100% !important;
    float: right; }

  textarea {
    width: 100%;
    background-color: #fcfcfc;
    border: #999 solid 1px; }

  #sub #contact_cont {
    padding-top: 0px;
    display: block;
    margin: auto;
    width: 95%; }

  .cont_submit li {
    width: 100%;
    max-width: 280px;
    min-width: 250px;
    height: 50px;
    padding: 0;
    margin: 0 10px 20px;
    display: inline-block; } }
#sub input[type="hidden"] {
  display: none !important;
  -webkit-appearance: initial !important;
  background-color: initial !important;
  cursor: default !important;
  padding: initial !important;
  border: initial !important; }

.confirm .contact_f .cont_box .mw_wp_form_confirm .cont_02 dd {
  border-bottom: 1px solid #cccccc;
  background: none; }
.confirm .contact_f .cont_box .mw_wp_form_confirm .cont_03 dd {
  background: none;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none; }

a.line {
  text-decoration: underline; }

.cg {
  width: 100%; }
  .cg:last-child {
    margin-top: 0px; }
  .cg h3 {
    margin-bottom: 0 !important; }
    @media (max-width: 1023px) {
      .cg h3 {
        padding-left: 0 !important; } }
  .cg ul li {
    padding: 15px 10px;
    padding-left: 0px;
    border-bottom: solid 1px #e2e2e2; }
    .cg ul li a {
      color: black;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .cg ul li a:hover {
        color: #cccccc; }
      .cg ul li a i {
        padding-right: 15px; }
  .cg h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 1.4em;
    width: auto;
    text-align: left;
    background-color: #f6f6f6;
    padding-top: 20px;
    line-height: 1;
    padding-top: 10px;
    padding-left: 20px;
    margin-left: 0 !important; }
    .cg h3 i {
      padding-right: 15px; }

#news_cont {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  width: 100%; }
  @media (max-width: 1024px) {
    #news_cont {
      flex-direction: column;
      padding: 20px; } }
  #news_cont .inr {
    padding-top: 0px;
    padding-bottom: 0;
    display: flex;
    width: 100%; }
    @media (max-width: 1023px) {
      #news_cont .inr {
        flex-direction: column; } }
  #news_cont .list {
    width: 100%; }
    @media (max-width: 1023px) {
      #news_cont .list {
        width: 100%; } }
    #news_cont .list ul {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      @media (max-width: 1200px) {
        #news_cont .list ul {
          padding-left: 0; } }
      #news_cont .list ul li {
        display: flex;
        width: 100%;
        border-bottom: solid 1px #ededed; }
        #news_cont .list ul li a {
          display: flex;
          padding-top: 20px;
          padding-bottom: 20px;
          padding-right: 20px;
          line-height: 1.5;
          justify-content: center;
          align-items: flex-start; }
          @media (max-width: 500px) {
            #news_cont .list ul li a {
              flex-direction: column; } }
          #news_cont .list ul li a i {
            padding: 5px 8px;
            background-color: #f2f2f2;
            margin-right: 15px;
            font-weight: 500;
            min-width: 100px;
            text-align: center;
            display: flex;
            justify-content: center; }
            @media (max-width: 500px) {
              #news_cont .list ul li a i {
                margin-top: 10px; } }
          #news_cont .list ul li a span:first-child {
            min-width: 100px; }
          #news_cont .list ul li a span:last-child {
            flex-grow: 1; }
            @media (max-width: 500px) {
              #news_cont .list ul li a span:last-child {
                margin-top: 10px; } }
          @media (max-width: 767px) {
            #news_cont .list ul li a {
              right: 20px;
              top: 20px; } }
    #news_cont .list dl {
      display: flex;
      flex-wrap: wrap;
      margin-left: auto;
      margin-right: auto; }
      #news_cont .list dl dt {
        width: 15%;
        border-bottom: 1px solid #cccccc;
        padding: 20px; }
        @media (max-width: 1023px) {
          #news_cont .list dl dt {
            width: 100%;
            margin-bottom: 10px;
            padding-bottom: 10px; } }
      #news_cont .list dl dd {
        width: 85%;
        border-bottom: 1px solid #ebebeb;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        #news_cont .list dl dd i {
          padding: 5px 8px;
          background-color: #f2f2f2;
          margin-right: 15px;
          font-weight: 500;
          min-width: 100px;
          text-align: center;
          display: flex;
          justify-content: center; }
        @media (max-width: 1023px) {
          #news_cont .list dl dd {
            width: 100%; } }
        #news_cont .list dl dd:last-of-type {
          margin-bottom: 0; }
        @media (max-width: 1023px) {
          #news_cont .list dl dd {
            width: 100%;
            padding-left: 0px;
            border-bottom: none; } }
        #news_cont .list dl dd a {
          transition: 0.2s;
          color: black;
          position: relative;
          z-index: 100;
          line-height: 1.4;
          padding: 20px; }
          #news_cont .list dl dd a:hover {
            color: #cccccc; }
  #news_cont .side_inr {
    width: 20%;
    margin-top: 0px;
    padding-left: 20px;
    min-width: 230px; }
    @media (max-width: 1023px) {
      #news_cont .side_inr {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px; } }
  #news_cont .detail {
    margin-right: 20px; }
    @media (max-width: 1023px) {
      #news_cont .detail {
        width: 100%; } }
    #news_cont .detail .info2 {
      padding-left: 0px;
      text-align: left;
      margin-bottom: 10px; }
    #news_cont .detail h3.nd-title {
      font-size: 20px;
      line-height: 1.6;
      font-weight: 500;
      border-bottom: 1px solid #ccc;
      position: relative;
      padding-bottom: 10px;
      width: 100%;
      margin-left: 0;
      padding-left: 0; }
      #news_cont .detail h3.nd-title:before {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 1px solid #c5c5c5;
        position: absolute;
        bottom: 0;
        margin-bottom: -1px; }
    #news_cont .detail info2 time {
      display: block;
      margin-bottom: 30px; }
    #news_cont .detail .wpContents {
      margin-top: 30px;
      margin-bottom: 50px; }
      #news_cont .detail .wpContents p {
        font-size: 14px;
        margin-bottom: 30px; }
      #news_cont .detail .wpContents img {
        margin: 20px 0;
        max-width: 100%;
        width: auto !important;
        height: auto !important;
        display: inherit; }
        #news_cont .detail .wpContents img.aligncenter {
          margin: 20px auto; }
        #news_cont .detail .wpContents img.alignleft {
          float: left;
          margin: 0px 20px 20px auto; }
        #news_cont .detail .wpContents img.alignright {
          float: right;
          margin: 0px auto 20px 20px; }
      #news_cont .detail .wpContents h2 {
        font-weight: 500; }
      #news_cont .detail .wpContents h1 {
        font-size: 1.3em;
        line-height: 1.8;
        font-weight: bold;
        margin: 25px auto 15px auto;
        position: relative;
        padding-bottom: 10px;
        display: block;
        width: 100%;
        background: #fafafa;
        padding-top: 10px;
        padding-left: 20px; }
        #news_cont .detail .wpContents h1:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 7px;
          background: -webkit-repeating-linear-gradient(-45deg, #CCC, #CCC 2px, #fff 2px, #fff 4px);
          background: repeating-linear-gradient(-45deg, #CCC, #CCC 2px, #fff 2px, #fff 4px);
          display: none; }
      #news_cont .detail .wpContents h2 {
        font-size: 1.3em;
        line-height: 1.4;
        margin: none;
        position: relative;
        display: grid;
        text-align: left;
        width: auto;
        height: auto;
        background: none;
        margin-bottom: 30px;
        justify-content: flex-start; }
        #news_cont .detail .wpContents h2:before {
          content: "";
          background: #080808;
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: -10px;
          display: block;
          right: 0; }
        #news_cont .detail .wpContents h2:after {
          display: none; }
      #news_cont .detail .wpContents h3 {
        font-size: 1.2em;
        line-height: 1.6;
        font-weight: normal;
        margin: 15px 0px 10px 0px;
        padding: 0.2em 0.5em;
        background: transparent;
        border-left: solid 4px #000;
        display: grid;
        text-align: left; }
      #news_cont .detail .wpContents h4 {
        font-size: 18px;
        line-height: 1.6;
        font-weight: normal;
        margin: 15px auto 10px auto; }
      #news_cont .detail .wpContents p a {
        color: #000;
        text-decoration: underline; }
        #news_cont .detail .wpContents p a:hover {
          text-decoration: none;
          opacity: .5; }
      #news_cont .detail .wpContents a {
        color: #000;
        text-decoration: underline; }
      #news_cont .detail .wpContents ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 1.5em; }
      #news_cont .detail .wpContents ol {
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 1.5em; }
      #news_cont .detail .wpContents blockquote {
        position: relative;
        padding: 10px 15px 10px 50px;
        box-sizing: border-box;
        font-style: normal;
        border: solid 1px #cccccc;
        color: #464646;
        width: 100%;
        margin: 30px 0px 30px 0px; }
        #news_cont .detail .wpContents blockquote:before {
          display: inline-block;
          position: absolute;
          top: 15px;
          left: 15px;
          vertical-align: middle;
          content: "“";
          font-family: "Source Han Sans CN", "microsoft yahei", sans-serif;
          color: #CCC;
          font-size: 30px;
          line-height: 1; }
        #news_cont .detail .wpContents blockquote p {
          padding: 0;
          margin: 10px 0;
          line-height: 1.7; }
        #news_cont .detail .wpContents blockquote cite {
          display: block;
          text-align: right;
          color: #888888;
          font-size: 0.9em; }

@media screen and (max-width: 768px) {
  #news_cont .detail .wpContents img.alignleft, #news_cont .detail .wpContents img.alignright {
    float: none;
    margin: 0px auto 0px auto; } }
.is-inview {
  animation-name: Anim;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.46, 0.01, 0.04, 1); }
  @media (max-width: 767px) {
    .is-inview {
      animation-name: unset; } }

@media (max-width: 767px) {
  .smooth-scroll {
    overflow-x: hidden;
    perspective: unset !important; } }

@keyframes Anim {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0);
    filter: blur(10px) contrast(1.2); }
  100% {
    clip-path: polygon(0 0, 200% 0, 0 200%);
    filter: blur(0px) contrast(1); } }
.is-inview2 {
  animation-name: Anim2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(1, 0.01, 0.31, 0.99); }

@keyframes Anim2 {
  0% {
    clip-path: polygon(0 0, 200% 0, 0 200%); }
  100% {
    clip-path: polygon(0 0, 0 0, 0 0); } }
.fv {
  position: relative;
  z-index: 2;
  transition: 1s;
  filter: blur(30px) contrast(1.2); }
  .fv.active {
    filter: blur(0px) contrast(1); }

.anim_logo {
  transition: .66s;
  clip-path: polygon(0 0, 0 0, 0 0);
  transform: scale(1.15); }
  .anim_logo.active {
    clip-path: polygon(0 0, 200% 0, 0 200%);
    transform: scale(1); }

.no_link {
  pointer-events: none !important; }

.dammy {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex; }
  .dammy:after {
    content: "仮画像";
    padding: 20px;
    background-color: #9d0000;
    columns: white;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
    color: white;
    width: 45px; }

#wp_page_numbers {
  margin-top: 15px; }
  #wp_page_numbers .nav-links {
    width: 100%;
    text-align: center;
    font-size: 14px; }
  #wp_page_numbers ul.list-pager {
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: row; }
    #wp_page_numbers ul.list-pager li {
      display: inline-block;
      border-bottom: none;
      width: auto; }
  #wp_page_numbers .nav-links .page-numbers {
    padding: 2px 12px;
    margin: 6px;
    border: #25380c solid 1px;
    color: #25380c;
    display: inline-block; }
  #wp_page_numbers ul.list-pager li .page-numbers {
    padding: 2px 12px;
    margin: 6px;
    border: #000000 solid 1px;
    display: block;
    color: #000000; }
  #wp_page_numbers .nav-links a, #wp_page_numbers ul.list-pager li a {
    text-decoration: none; }
  #wp_page_numbers .nav-links .current, #wp_page_numbers ul.list-pager li .current {
    border: #000000 solid 1px;
    background-color: #000000;
    color: #fff;
    line-height: 1.5; }
  #wp_page_numbers .nav-links .dots, #wp_page_numbers ul.list-pager li .dots {
    padding: 5px 0;
    border: none;
    color: #25380c; }
  #wp_page_numbers .page-numbers.dots {
    line-height: 35px;
    margin-right: 10px; }
  #wp_page_numbers a.page-numbers {
    background-color: white;
    padding: 2px 13px;
    border: solid 1px #ccc;
    margin-right: 10px;
    transition: .3s;
    opacity: 1; }
  #wp_page_numbers .nav-links a.page-numbers:hover, #wp_page_numbers ul.list-pager li a:hover {
    color: #fff;
    background-color: #000;
    border: #000 solid 1px;
    transition: 0.2s; }

div#wp_page_numbers {
  display: flex !important;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-top: 30px !important; }

span.page-numbers.current {
  background-color: #000000;
  color: white;
  padding: 7px 13px;
  margin-right: 10px; }

.news a {
  transition: .3s; }
  .news a:hover {
    opacity: 0.7; }

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  padding: 20px; }
  .modal .menu_inr {
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center; }
  .modal .menu_overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0.4;
    z-index: 0;
    pointer-events: auto; }
  .modal .material-symbols-outlined {
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48; }
  .modal a.menu_xmark.menu_close.pc {
    position: absolute;
    right: -15px;
    top: -5px;
    pointer-events: auto; }
    @media (max-width: 767px) {
      .modal a.menu_xmark.menu_close.pc {
        display: none; } }
  .modal a.menu_xmark.menu_close.sp {
    display: none; }
    @media (max-width: 767px) {
      .modal a.menu_xmark.menu_close.sp {
        position: fixed;
        right: 10px;
        top: 20px;
        pointer-events: auto;
        display: block;
        max-width: 30px; } }
  .modal span.material-symbols-outlined {
    font-size: 3.5rem;
    background-color: white;
    border-radius: 100%;
    line-height: 0.5;
    width: 80%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  .modal .menu_list {
    display: none;
    width: 100%;
    max-width: 800px;
    background-color: white;
    padding: 50px;
    padding-top: 0;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    pointer-events: auto; }
    @media (max-width: 767px) {
      .modal .menu_list {
        padding: 40px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .modal .menu_list {
      padding: 10px;
      position: absolute;
      top: 25px;
      width: 85%;
      height: 90%;
      overflow: auto;
      align-items: flex-start;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-overflow-scrolling: touch; } }

    .modal .menu_list.gmap {
      padding: 0; }
    .modal .menu_list iframe {
      width: 100%;
      border-radius: 10px;
      min-height: 600px;
      height: 100%; }
  .modal ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .modal ul li {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 50px;
      margin-left: 6%;
      margin-right: 6%;
      position: relative; }
      .modal ul li h5 {
        display: flex;
        font-family: "lexend deca";
        font-size: 1.4rem;
        flex-direction: column;
        letter-spacing: -0.001rem;
        font-weight: 400; }
        .modal ul li h5 span {
          font-family: "Source Han Sans CN", "microsoft yahei", sans-serif;
          font-size: 1.3rem;
          color: #000;
          margin-top: 10px;
          font-weight: 400; }
      .modal ul li span.price {
        font-family: "din-2014";
        font-size: 1.7rem;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        font-weight: 300; }
      .modal ul li span.temp {
        font-family: "lexend deca";
        font-size: 1.2rem;
        padding: 3px;
        background-color: white;
        border: solid 1px #333;
        font-weight: 400;
        position: absolute;
        right: 50px; }
      .modal ul li i.op {
        position: absolute;
        right: 0;
        bottom: 0;
        font-family: "Source Han Sans CN", "microsoft yahei", sans-serif;
        font-size: 1.1rem;
        letter-spacing: -0.05rem; }

a.box_btn {
  position: relative;
  margin-right: 0.8vw;
  padding: 1vw 1.2vw;
  border: solid 1px;
  width: fit-content;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2vw;
  font-size: 0.8375vw;
  line-height: 1; }
  a.box_btn.alt {
    margin-top: 5vw;
    font-size: max(1vw, 16px);
    margin-left: auto;
    margin-right: auto; }
  a.box_btn:hover {
    background-color: black;
    color: white; }
    a.box_btn:hover img {
      filter: sepia(10) brightness(10);
      transform: translateX(5px); }
  @media (max-width: 767px) {
    a.box_btn {
      padding: 3vw;
      margin-top: 5vw;
      font-size: 3vw;
      margin-right: 3vw;
      max-width: unset; } }
  a.box_btn img {
    width: fit-content;
    height: auto;
    position: relative !important;
    margin-left: 10px;
    filter: sepia(10) brightness(1); }

a.base_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 0px 20px;
  width: fit-content;
  min-width: 220px;
  height: 40px;
  transition: .3s;
  font-size: 1.4rem !important; }
  a.base_btn:hover {
    opacity: 0.8; }
    a.base_btn:hover img {
      transform: translateX(10px); }
  @media (max-width: 600px) {
    a.base_btn {
      width: 100%; } }
  a.base_btn.enable .material-icons {
    margin-left: 10px;
    display: none; }
  a.base_btn.wide {
    width: 100%; }
  a.base_btn.w_fit {
    width: fit-content;
    min-width: 250px; }
    a.base_btn.w_fit--min {
      min-width: unset; }
    @media (max-width: 600px) {
      a.base_btn.w_fit {
        width: 100%; } }
  a.base_btn img {
    width: auto;
    height: auto;
    transition: .3s;
    margin-left: 10px; }
  a.base_btn.disable {
    background-color: #afafaf !important;
    pointer-events: none; }
    a.base_btn.disable img {
      display: none; }
  a.base_btn.enable .material-icons {
    display: none; }
  a.base_btn.blue {
    background-color: #122F5C; }
  a.base_btn.yellow {
    background-color: #9F8B46; }
  a.base_btn.white {
    background-color: white;
    color: black;
    border: solid 1px black; }
  @media (max-width: 767px) {
    a.base_btn span {
      display: block; }
      a.base_btn span span {
        display: none; } }

a.viewmore {
  display: flex;
  min-width: 150px;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 5px 20px;
  border: solid 1px black;
  border-radius: 30px;
  transition: .5s;
  max-width: 150px; }
  a.viewmore:hover {
    background-color: black;
    color: white;
    opacity: 1; }
    a.viewmore:hover img.arrow {
      transform: translateX(10px); }
  a.viewmore img.arrow {
    transition: .5s;
    transform: translateX(0px); }
  @media (max-width: 500px) {
    a.viewmore {
      padding: 5px 15px !important;
      min-width: auto; } }

@media (max-width: 1023px) {
  section a.viewmore {
    margin-right: 10px; }
  section div div a.viewmore {
    margin-right: 0; } }
body.lock {
  overflow: hidden; }

@media (max-width: 500px) {
  .bp500n {
    display: none; } }

.lightbox {
  display: none; }

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

@media (max-width: 767px) {
  .body {
    overflow-x: hidden; } }
.curtain {
  position: fixed;
  height: 0px;
  width: 100%;
  background-color: #009505;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.01);
  transition-duration: 0.5s;
  z-index: 200; }
  .curtain.active {
    height: 100vh; }

.loadingAnim {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F5FCF3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10000;
  opacity: 1;
  transform: translateZ(1px); }
  .loadingAnim.is-inview {
    opacity: 0; }
  .loadingAnim .outer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    transition: 1s;
    z-index: 1;
    transition-delay: 1.25s;
    transition-duration: 0.75s; }
    .loadingAnim .outer img {
      width: 300px;
      height: auto;
      z-index: 1; }
      @media (max-width: 767px) {
        .loadingAnim .outer img {
          width: 240px; } }

.copyright p br {
  display: block; }

.featherlight-sample {
  display: none; }

.featherlight {
  padding: 2vw; }

.featherlight .featherlight-content {
  border-bottom: none !important;
  padding: 0 !important; }

.featherlight .featherlight-close-icon {
  background: white; }

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.7) !important; }

div#video1,
div#video2,
div#video3,
div#video4 {
  width: 47.86vw;
  height: 26.85vw; }
  @media (max-width: 767px) {
    div#video1,
    div#video2,
    div#video3,
    div#video4 {
      width: 76vw;
      height: 42.7vw; } }

a img {
  filter: brightness(1); }
  a img:hover {
    filter: brightness(1.15); }

.fix_menu {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  width: 100%;
  transition: .3s;
  opacity: 0;
  height: 100vh; }
  @media (max-width: 767px) {
    .fix_menu {
      opacity: 1;
      overflow-y: hidden;
      overflow-x: hidden; } }
  .fix_menu.fixed {
    display: block;
    opacity: 1;
    pointer-events: none; }
    @media (max-width: 767px) {
      .fix_menu.fixed {
        pointer-events: none; } }
  @media (max-width: 767px) {
    .fix_menu {
      display: block;
      opacity: 1; } }
  .fix_menu .inr {
    opacity: 1;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    -webkit-overflow-scrolling: auto;
    background-color: white; }
    .fix_menu .inr .bnr {
      display: flex;
      gap: 50px;
      justify-content: center;
      padding: 30px;
      flex-wrap: wrap;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .fix_menu .inr .bnr {
          gap: 25px; } }
      .fix_menu .inr .bnr a {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s; }
        .fix_menu .inr .bnr a:hover {
          opacity: 0.75; }
      @media (max-width: 500px) {
        .fix_menu .inr .bnr {
          display: flex;
          gap: 20px;
          justify-content: center;
          padding: 20px;
          flex-direction: row;
          align-items: center; } }
      .fix_menu .inr .bnr img {
        width: 100%;
        max-width: 160px; }
  .fix_menu .menu {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-height: 780px) {
      .fix_menu .menu {
        align-items: flex-start; } }
  .fix_menu .logo {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FAFAFA;
    gap: 30px; }
    @media (max-width: 500px) {
      .fix_menu .logo {
        padding: 30px;
        height: auto; } }
    .fix_menu .logo img:first-child {
      max-width: 100px; }
      @media (max-width: 500px) {
        .fix_menu .logo img:first-child {
          max-width: 50px; } }
    .fix_menu .logo img:last-child {
      max-width: 270px; }
      @media (max-width: 500px) {
        .fix_menu .logo img:last-child {
          max-width: 180px; } }
  .fix_menu .menu_btn {
    color: #ffffff;
    background-color: #0aa547;
    left: auto;
    right: 0;
    top: 0px;
    width: 70px;
    padding: 30.5px 10px;
    font-family: "din-2014";
    font-weight: normal;
    font-size: 1.3rem;
    display: flex;
    transition: .3s;
    z-index: 3;
    pointer-events: none;
    cursor: pointer;
    flex-direction: column;
    position: fixed;
    justify-content: center;
    align-items: center;
    border-radius: 0px; }
    @media (max-width: 767px) {
      .fix_menu .menu_btn {
        right: 0px;
        top: 0px;
        pointer-events: all; } }
    .fix_menu .menu_btn .inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-left: 0px;
      justify-content: space-around;
      height: 15px; }
      .fix_menu .menu_btn .inner span {
        display: block;
        width: 100%;
        height: 1px;
        background-color: white;
        transition: .3s; }
  .fix_menu .ovl {
    width: calc(69.9% - 1px);
    height: 100vh;
    display: block;
    z-index: 1;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
    pointer-events: none; }
    .fix_menu .ovl.is-active {
      pointer-events: all;
      background-color: black;
      opacity: 0.4; }
      @media (max-width: 1280px) {
        .fix_menu .ovl.is-active {
          width: 50%; } }
  @media (max-width: 1280px) and (max-width: 767px) {
    .fix_menu .ovl.is-active {
      display: none; } }

  .fix_menu .cont {
    transition: .5s;
    border-radius: 0;
    width: 100%;
    height: 100vh;
    transform-origin: left top;
    opacity: 1;
    mix-blend-mode: multiply;
    left: 0;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: translateX(100%);
    background-color: #fff; }
    @media (max-width: 767px) {
      .fix_menu .cont {
        align-items: flex-start;
        padding-top: 25vw;
        margin-top: 0;
        height: 100%; } }
  .fix_menu .inr ul {
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px 10px;
    margin-bottom: 10vw; }
    .fix_menu .inr ul ul.lang {
      position: relative;
      gap: unset;
      margin-bottom: 5vw;
      margin-top: 5vw; }
      .fix_menu .inr ul ul.lang li {
        position: relative;
        width: 33%;
        border-bottom: none;
        margin-bottom: 0; }
        .fix_menu .inr ul ul.lang li:before, .fix_menu .inr ul ul.lang li:after {
          display: none; }
        .fix_menu .inr ul ul.lang li a {
          position: relative;
          background-color: #f5f5f5;
          width: 100%; }
          .fix_menu .inr ul ul.lang li a.active {
            background-color: black; }
          .fix_menu .inr ul ul.lang li a:last-child.active {
            color: white !important; }
        .fix_menu .inr ul ul.lang li:last-child a {
          border: none !important;
          color: black !important; }
    .fix_menu .inr ul li {
      width: 100vw;
      border-bottom: solid 1px #e3e3e3;
      position: relative; }
      .fix_menu .inr ul li:last-child {
        border-bottom: none; }
        .fix_menu .inr ul li:last-child:before {
          display: none; }
        .fix_menu .inr ul li:last-child:after {
          display: none; }
        .fix_menu .inr ul li:last-child a {
          flex-direction: row;
          width: 100%;
          align-items: center;
          justify-content: center;
          border: solid 1px #007a2f !important;
          color: #007a2f; }
      .fix_menu .inr ul li:after {
        content: "";
        display: block;
        width: 3px;
        height: 1px;
        background-color: black;
        position: absolute;
        left: 0;
        bottom: -1px; }
      .fix_menu .inr ul li:before {
        content: "";
        display: block;
        width: 3px;
        height: 1px;
        background-color: black;
        position: absolute;
        right: 0;
        bottom: -1px; }
      /*.fix_menu .inr ul li:first-child {
        margin-bottom: 30px;
        border: none;
        display: flex;
        justify-content: center; }*/
        .fix_menu .inr ul li:first-child img {
          width: 240px; }
        .fix_menu .inr ul li:first-child:after, .fix_menu .inr ul li:first-child:before {
          display: none; }
      .fix_menu .inr ul li a {
        color: #000;
        font-size: 3vw;
        display: flex;
        flex-direction: column;
        transition: .3s;
        font-weight: 600;
        padding: 10px;
        align-items: center; }
        .fix_menu .inr ul li a:hover {
          opacity: 0.75; }
        @media (max-width: 767px) {
          .fix_menu .inr ul li a {
            font-size: max(3.7vw, 16px); } }
        .fix_menu .inr ul li a:hover {
          color: #271f1f; }
        .fix_menu .inr ul li a span {
          font-size: 1.4rem;
          margin-top: 5px;
          font-weight: 400; }
      @media (max-width: 500px) {
        .fix_menu .inr ul li:last-child a {
          border-bottom: none; } }
  .fix_menu.is-active {
    pointer-events: all;
    overflow: auto;
    z-index: 10001; }
    .fix_menu.is-active .menu_btn {
      color: white; }
      .fix_menu.is-active .menu_btn span:first-child {
        transform: rotate(10deg) translateY(7px);
        background-color: white; }
      .fix_menu.is-active .menu_btn span:last-child {
        transform: rotate(-10deg) translateY(-1px);
        background-color: white; }
    .fix_menu.is-active .cont {
      background-color: #fff;
      width: calc(30.1% + 1px);
      transition: .5s;
      border-radius: 0;
      z-index: 2;
      height: 100vh;
      transform-origin: left top;
      opacity: 1;
      mix-blend-mode: multiply;
      right: 0;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: translateX(0px); }
      @media (max-width: 1280px) {
        .fix_menu.is-active .cont {
          width: 100%; } }
  @media (max-width: 1280px) and (max-width: 767px) {
    .fix_menu.is-active .cont {
      align-items: flex-start; } }

  @media (max-width: 1280px) and (max-width: 767px) and (max-height: 780px) {
    .fix_menu.is-active .cont {
      width: 100%;
      align-items: flex-start;
      padding-top: 25vw;
      margin-top: 0;
      height: 100vh; } }

.fa-calendar-alt:before {
  content: "\f073";
  font-size: 25px;
  transition: 0.1s; }

.sp_only {
  display: none; }
  @media (max-width: 767px) {
    .sp_only {
      width: 100%;
      display: block;
      margin-top: 30px; } }
  .sp_only span {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-top: 50%;
    display: block; }

@media (max-width: 767px) {
  .mgt100 {
    margin-top: 50px; } }

.flex {
  display: flex;
  position: relative;
  width: 100%; }
  .flex.wrap {
    flex-wrap: wrap; }
  .flex.gap50 {
    gap: 50px; }
    @media (max-width: 767px) {
      .flex.gap50 {
        gap: 30px; } }
  @media (max-width: 767px) and (max-width: 600px) {
    .flex.gap50 {
      flex-direction: column; } }

  .flex.gap30 {
    gap: 30px; }
    @media (max-width: 767px) {
      .flex.gap30 {
        gap: 20px; } }
  @media (max-width: 767px) and (max-width: 600px) {
    .flex.gap30 {
      flex-direction: column; } }

  .flex.gap20 {
    gap: 20px; }
    @media (max-width: 767px) {
      .flex.gap20 {
        gap: 20px; } }
  @media (max-width: 767px) and (max-width: 600px) {
    .flex.gap20 {
      flex-direction: column; } }

  .flex.gap10 {
    gap: 10px; }
    @media (max-width: 767px) {
      .flex.gap10 {
        gap: 10px; } }
  @media (max-width: 767px) and (max-width: 600px) {
    .flex.gap10 {
      flex-direction: column; } }

  .flex.gap5 {
    gap: 5px; }
    @media (max-width: 767px) {
      .flex.gap5 {
        gap: 5px; } }
  @media (max-width: 767px) and (max-width: 600px) {
    .flex.gap5 {
      flex-direction: column; } }

  .flex .w100 {
    width: 100%; }
  .flex .w90 {
    width: 90%; }
    @media (max-width: 600px) {
      .flex .w90 {
        width: 100%; } }
  .flex .w85 {
    width: 85%; }
    @media (max-width: 600px) {
      .flex .w85 {
        width: 100%; } }
  .flex .w80 {
    width: 80%; }
    @media (max-width: 600px) {
      .flex .w80 {
        width: 100%; } }
  .flex .w75 {
    width: 75%; }
    @media (max-width: 600px) {
      .flex .w75 {
        width: 100%; } }
  .flex .w70 {
    width: 70%; }
    @media (max-width: 600px) {
      .flex .w70 {
        width: 100%; } }
  .flex .w60 {
    width: 60%; }
    @media (max-width: 600px) {
      .flex .w60 {
        width: 100%; } }
  .flex .w50 {
    width: 50%; }
    @media (max-width: 600px) {
      .flex .w50 {
        width: 100%; } }
  .flex .w40 {
    width: 40%; }
    @media (max-width: 600px) {
      .flex .w40 {
        width: 100%; } }
  .flex .w30 {
    width: 30%; }
    @media (max-width: 600px) {
      .flex .w30 {
        width: 100%; } }
  .flex .w25 {
    width: 25%;
    position: relative; }
    @media (max-width: 600px) {
      .flex .w25 {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex; }
        .flex .w25 img {
          max-width: 300px; } }
  .flex .w20 {
    width: 20%;
    position: relative; }
    @media (max-width: 600px) {
      .flex .w20 {
        width: 100%; } }
  .flex .w15 {
    width: 15%; }
    @media (max-width: 600px) {
      .flex .w15 {
        width: 100%; } }
  .flex .w10 {
    width: 10%; }
    @media (max-width: 600px) {
      .flex .w10 {
        width: 100%; } }

img.cover {
  object-fit: cover; }

.col {
  flex-direction: column; }

.ct_ct {
  justify-content: center;
  align-items: center; }

@media (max-width: 600px) {
  .od1 {
    order: 1; }

  .od2 {
    order: 2; } }
.fd--row {
  flex-direction: row; }
  @media (max-width: 600px) {
    .fd--row.col600 {
      flex-direction: column; } }
.fd--col {
  flex-direction: column; }

.jc--ct {
  justify-content: center; }
.jc--fs {
  justify-content: flex-start; }
.jc--sb {
  justify-content: space-between; }

.ai--ct {
  align-items: center; }
.ai--fs {
  align-items: flex-start; }
.ai--ed {
  align-items: end; }

#gnav {
  width: 100%;
  background-color: white;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.6vw;
  padding-right: 1.6vw;
  z-index: 2;
  padding-top: 1.75vw;
  padding-bottom: 1.25vw; }
  @media (max-width: 767px) {
    #gnav {
      padding: 10px;
      z-index: 999;
      height: 76px; } }
  #gnav div.wrapper {
    width: 100%;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      #gnav div.wrapper {
        justify-content: center; } }
  @media (max-width: 1024px) and (max-width: 767px) {
    #gnav div.wrapper {
      justify-content: space-between; } }

    #gnav div.wrapper div.logo {
      position: relative;
      display: flex;
      align-items: center;
      margin-right: 30px; }
      @media (max-width: 1024px) {
        #gnav div.wrapper div.logo {
          margin-bottom: 0.5208333333333333vw; } }
      @media (max-width: 767px) {
        #gnav div.wrapper div.logo {
          margin-bottom: 0; } }
      #gnav div.wrapper div.logo h1 {
        position: relative;
        width: 100px; }
        #gnav div.wrapper div.logo h1 img {
          position: relative;
          width: 100%; }
      #gnav div.wrapper div.logo p {
        position: relative;
        background-color: #F9F9F9;
        padding: 0.4vw 1vw;
        font-size: max(0.85vw, 12px);
        margin-left: 1.6vw; }
        @media (max-width: 767px) {
          #gnav div.wrapper div.logo p {
            font-size: max(1.6vw, 12px);
            display: flex;
            flex-wrap: wrap;
            line-height: 1.6;
            flex-direction: column;
            padding: 1vw; } }
    #gnav div.wrapper div.ui {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        #gnav div.wrapper div.ui {
          margin-bottom: 0.5208333333333333vw; } }
      #gnav div.wrapper div.ui ul.menu {
        position: relative;
        display: flex; }
        #gnav div.wrapper div.ui ul.menu li {
          position: relative;
          margin-right: 1.8vw; }
          #gnav div.wrapper div.ui ul.menu li:last-child {
            margin-right: 0; }
          #gnav div.wrapper div.ui ul.menu li a {
            position: relative;
            font-size: max(0.8vw, 12px); }

ul.lang {
  position: relative;
  display: flex;
  font-family: "din-2014";
  margin-left: 1.5vw; }
  ul.lang li {
    position: relative; }
    ul.lang li a {
      position: relative;
      font-size: 0.815vw;
      background-color: #CBCBCB;
      padding: 5px 10px;
      color: white; }
      ul.lang li a.active {
        position: relative;
        background-color: black;
        color: white;
        pointer-events: none; }

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

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

header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1; }
  header div.mv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw; }
    @media (max-width: 767px) {
      header div.mv {
        position: relative;
        z-index: 1; } }
    header div.mv img {
      position: relative;
      object-fit: cover;
      height: 100%;
      object-position: left; }
      @media (max-width: 767px) {
        header div.mv img {
          width: 100vw; } }
  header div.logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 44.34vw; }
    @media (max-width: 767px) {
      header div.logo {
        height: 48vw;
        width: 52vw;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        top: 30vw;
        margin-left: auto;
        margin-right: auto;
        transform: translateZ(1px); }
        header div.logo:after {
          content: "";
          background-color: white;
          opacity: 0.5;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          display: block; } }
    header div.logo img {
      position: relative;
      object-fit: cover;
      height: 100%;
      width: 100%;
      object-position: left; }
    header div.logo div.inr {
      position: absolute; }
      header div.logo div.inr img {
        position: relative;
        width: 20.625vw; }
        @media (max-width: 767px) {
          header div.logo div.inr img {
            width: 44.01041666666667vw;
            z-index: 1; } }

main {
  position: relative; }
  main div.bg_line {
    width: 100%;
    position: fixed;
    background: url(../img/common/bg_line.png);
    background-repeat: repeat;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none; }

section {
  position: relative; }
  section#intro {
    position: relative;
    background-color: #F3F3F3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 0; }
    @media (max-width: 767px) {
      section#intro {
        flex-direction: column; } }
    section#intro div.bg {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      section#intro div.bg img.bg {
        position: relative;
        width: 46.927083333333336vw;
        max-width: 965px;
        height: 100%;
        object-fit: cover;
        object-position: right; }
        @media (max-width: 767px) {
          section#intro div.bg img.bg {
            position: absolute;
            display: none; } }
      section#intro div.bg img.abs {
        position: absolute;
        padding: 2vw; }
        @media (max-width: 767px) {
          section#intro div.bg img.abs {
            position: relative; } }
    section#intro img.bg2 {
      position: absolute;
      mix-blend-mode: multiply;
      opacity: 0.3;
      top: 5.677083333333333vw;
      left: 46.875vw;
      width: 40vw;
      height: 20.052083333333336vw; }
    section#intro div.bg2 {
      position: relative;
      width: 10.15625vw; }
      @media (max-width: 767px) {
        section#intro div.bg2 {
          display: none; } }
      section#intro div.bg2 img {
        position: relative;
        width: 100%;
        max-width: 356px;
        height: 100%;
        object-fit: cover;
        object-position: left; }
  section div.message {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding-top: 6vw;
    padding-bottom: 6vw;
    width: 42.916666666666664vw; }
    @media (max-width: 1023px) {
      section div.message {
        width: 36.35vw; } }
    section div.message.intro {
      margin-left: 9.947916666666666vw; }
      @media (max-width: 767px) {
        section div.message.intro {
          margin-left: 2vw !important;
          width: 100%; } }
    section div.message.dream {
      width: 37.76041666666667vw;
      padding-left: 4.5vw;
      padding-right: 8vw; }
      @media (max-width: 767px) {
        section div.message.dream {
          width: 100% !important;
          padding-left: 2vw !important;
          padding-right: 2vw !important; } }
    section div.message.history {
      width: 55.885416666666664vw;
      padding-left: 13.020833333333334vw;
      padding-right: 7.187499999999999vw;
      padding-top: 0; }
      @media (max-width: 767px) {
        section div.message.history {
          width: 100% !important;
          padding-left: 2vw !important;
          padding-right: 2vw !important;
          padding-top: 5vw !important; } }
    section div.message.onenidec {
      width: 55.885416666666664vw;
      padding-left: 7.187499999999999vw;
      padding-right: 11.09375vw;
      padding-top: 0; }
      @media (max-width: 767px) {
        section div.message.onenidec {
          width: 100% !important;
          padding-left: 2vw !important;
          padding-right: 2vw !important;
          padding-top: 0 !important; } }
    section div.message h2 {
      position: relative;
      font-size: 3.6458333333333335vw;
      color: #0a0a0a;
      font-family: "din-2014";
      line-height: 1;
      font-weight: 100; }
      @media (max-width: 767px) {
        section div.message h2 {
          font-size: 10vw; } }
      section div.message h2 span {
        position: absolute;
        left: 0;
        top: 0;
        color: #009505;
        clip-path: polygon(0 0, 70% 0, 15% 100%, 0% 100%); }
    section div.message p.caption {
      position: relative;
      margin-top: 2vw;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (max-width: 767px) {
        section div.message p.caption {
          margin-top: 0vw !important; } }
      section div.message p.caption span {
        background-color: #00AA48;
        padding: 0.8vw 1.2vw;
        color: black;
        font-family: "Source Han Sans CN", "microsoft yahei", sans-serif;
        font-size: max(1.3vw, 16px);
        font-weight: 800;
        margin-top: 0.5vw;
        line-height: 1; }
        @media (max-width: 767px) {
          section div.message p.caption span {
            padding: 2vw 2vw !important;
            font-size: max(4vw, 16px);
            margin-top: 2.5vw !important; } }
    section div.message p {
      position: relative;
      margin-top: 2vw;
      font-size: max(0.8vw, 12px); }
      @media (max-width: 767px) {
        section div.message p {
          margin-top: 5vw !important;
          font-size: max(3vw, 12px); } }
  section#common {
    width: 100%;
    display: flex;
    margin-top: 7vw;
    position: relative;
    justify-content: space-between; }
    @media (max-width: 767px) {
      section#common {
        flex-direction: column;
        margin-top: 5vw !important; } }
    section#common.alt {
      margin-top: 0; }
      section#common.alt div.video.history,
      section#common.alt div.video.onenidec {
        position: relative;
        padding-top: 0;
        top: -5px; }
        @media (max-width: 767px) {
          section#common.alt div.video.history,
          section#common.alt div.video.onenidec {
            top: 0; } }
        section#common.alt div.video.history:after,
        section#common.alt div.video.onenidec:after {
          content: "";
          width: calc(100% + 10px);
          height: 200px;
          background-color: #ffffff;
          position: absolute;
          display: block;
          left: 0;
          bottom: -10px; }
          @media (max-width: 767px) {
            section#common.alt div.video.history:after,
            section#common.alt div.video.onenidec:after {
              display: none; } }
      section#common.alt.re {
        position: relative;
        flex-direction: row-reverse;
        top: -5px; }
        @media (max-width: 767px) {
          section#common.alt.re {
            flex-direction: column; } }
        section#common.alt.re:after {
          content: "";
          background-color: #F8F8F8;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          display: block;
          position: absolute;
          z-index: -1; }
      section#common.alt.no_re {
        position: relative;
        margin-bottom: 50px; }
        section#common.alt.no_re:after {
          content: "";
          background-color: #F8F8F8;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          display: block;
          position: absolute;
          z-index: -1; }
    section#common.re {
      position: relative;
      flex-direction: row-reverse; }
      @media (max-width: 767px) {
        section#common.re {
          flex-direction: column; } }
      section#common.re:after {
        content: "";
        background-color: #F8F8F8;
        width: 100%;
        height: 100%;
        top: 6.614583333333333vw;
        left: 0;
        display: block;
        position: absolute;
        z-index: -1; }
        @media (max-width: 767px) {
          section#common.re:after {
            top: 20.614583vw; } }
    section#common.no_re {
      position: relative; }
      @media (max-width: 767px) {
        section#common.no_re {
          margin-top: 10vw; } }
      section#common.no_re:after {
        content: "";
        background-color: #F8F8F8;
        width: 100%;
        height: 100%;
        top: 6.614583333333333vw;
        left: 0;
        display: block;
        position: absolute;
        z-index: -1; }
        @media (max-width: 767px) {
          section#common.no_re:after {
            top: 13.614583vw; } }
    section#common div.image {
      width: 23.59375vw; }
      @media (max-width: 767px) {
        section#common div.image.dream {
          width: 35vw;
          position: absolute;
          right: 0vw;
          top: 7vw; } }
    section#common div.video {
      background-color: #22B25A;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      section#common div.video.dream {
        width: 38.54166666666667%; }
        @media (max-width: 767px) {
          section#common div.video.dream {
            width: 100% !important; } }
      section#common div.video.history {
        width: 44.114583333333336vw;
        padding: 3.125vw;
        padding-left: 3.0208333333333335vw;
        padding-right: 0;
        position: relative; }
        section#common div.video.history a {
          display: flex;
          width: 100vw; }
        @media (max-width: 767px) {
          section#common div.video.history {
            width: 100% !important;
            padding-bottom: 0 !important;
            padding-top: 0 !important; } }
      section#common div.video.onenidec {
        width: 44.114583333333336vw;
        padding: 3.125vw;
        padding-right: 3.0208333333333335vw;
        padding-left: 0;
        position: relative; }
        @media (max-width: 767px) {
          section#common div.video.onenidec {
            width: 100% !important;
            padding: 0 !important;
            padding-right: 3.0208333333333335vw;
            padding-bottom: 0 !important;
            padding-left: 0 !important;
            position: relative; } }
        section#common div.video.onenidec img {
          left: auto;
          right: 5.729166666666666vw; }
      section#common div.video.dream:before {
        background-image: url(../img/top/dream_bg.png);
        background-size: cover;
        content: "";
        display: block;
        height: 100%;
        width: 10.416666666666668vw;
        left: -10.416666666666668vw;
        top: 0;
        mix-blend-mode: revert;
        position: absolute;
        z-index: -1; }
      section#common div.video img {
        position: relative;
        z-index: 1;
        left: 5.729166666666666vw; }
        section#common div.video img.dream {
          position: relative;
          left: -50px;
          z-index: 1; }
          @media (max-width: 767px) {
            section#common div.video img.dream {
              left: 0; } }
        section#common div.video img.video {
          position: relative;
          right: -50px;
          z-index: 1; }
    section#common div.image img {
      height: 100%;
      object-fit: cover; }

footer {
  width: 100%;
  display: flex;
  background-color: #22b25a;
  color: black;
  justify-content: space-between;
  align-items: center;
  font-family: "din-2014";
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  font-size: 16px;
  padding-left: 8vw;
  padding-right: 8vw;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    footer {
      justify-content: center;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 2vw;
      padding-right: 2vw; } }
  @media (max-width: 600px) {
    footer p:last-child {
      font-size: 10px; } }

img.deco {
  position: absolute;
  width: 19.844791666666666vw;
  height: 16.24375vw; }
  @media (max-width: 767px) {
    img.deco {
      width: 30.844792vw;
      height: 26.24375vw; } }
  img.deco.right {
    right: 3.5937499999999996vw; }
  img.deco.bottom {
    bottom: 0; }
  img.deco.left {
    left: 3.5937499999999996vw; }

body .featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 43px;
  height: 43px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: black;
  color: #fff;
  border: none;
  padding: 0;
  font-size: 21px; }

.txt_link {
  max-width:130px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  font-family: "Yu Mincho";
  padding-bottom: 5px; }
  @media (max-width: 767px) {
    .txt_link {
      margin-bottom: 20px; } }
  .txt_link .material-icons {
    font-size: 22px;
    position: relative;
    top: -2px; }

.inr_cont {
  padding: 3vw;
  max-width: 800px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px; }
  .inr_cont p {
    margin-top: 2vw;
    font-size: max(0.8vw, 12px);
    line-height: 2; }

p.caption {
  position: relative;
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (max-width: 767px) {
    p.caption {
      margin-top: 0vw !important; } }
  p.caption span {
    background-color: #00AA48;
    padding: 0.8vw 1.2vw;
    color: black;
    font-family: "Source Han Sans CN", "microsoft yahei", sans-serif;
    font-size: max(1.3vw, 16px);
    margin-top: 0.5vw;
    line-height: 1; }
    @media (max-width: 767px) {
      p.caption span {
        padding: 2vw 2vw !important;
        font-size: max(4vw, 16px);
        margin-top: 2.5vw !important; } }

.message_page {
  display: flex;
  background-color: #22b25a;
  width: 100%; }
  @media (max-width: 768px) {
    .message_page {
      flex-direction: column; } }
  .message_page div.nagamori {
    width: 63.90625vw; }
    @media (max-width: 768px) {
      .message_page div.nagamori {
        width: 100vw; } }
  .message_page div.caption {
    width: 36.09375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative; }
    .message_page div.caption img.bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      mix-blend-mode: multiply; }
    .message_page div.caption img.txt {
      box-sizing: unset;
      max-width: 348px;
      height: auto;
      width: 100%; }
    @media (max-width: 768px) {
      .message_page div.caption {
        width: 100vw;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .message_page div.caption h2 {
      display: flex;
      flex-direction: column;
      width: 18.172917vw;
      z-index: 2; }
      @media (max-width: 767px) {
        .message_page div.caption h2 {
          width: 100%;
          max-width: 375px;
          height: auto;
          padding-left: 50px;
          padding-right: 50px; } }

section.message_outer {
  padding-right: 4vw;
  padding-left: 4vw;
  padding-bottom: 6vw;
  padding-top: 6vw;
  position: relative;
  background: radial-gradient(circle at 20% 20%, white 35%, #acacac 100%);
  display: flex;
  justify-content: center; }

.message_cont {
  display: flex;
  flex-direction: column;
  padding-right: 4vw;
  padding-left: 4vw;
  position: relative;
  text-align: center; }
  .message_cont hr {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: black;
    border: none; }
    .message_cont hr.left {
      left: 0;
      top: 0; }
    .message_cont hr.right {
      right: 0;
      top: 0; }
  .message_cont p {
    margin-top: 4.5vw;
    font-size: max(1vw, 14px); }
    @media (max-width: 768px) {
      .message_cont p {
        text-align: left; }
        .message_cont p br {
          display: none; } }

h2.en {
  position: relative;
  font-size: 3.6458333333333335vw;
  color: #0a0a0a;
  font-family: "din-2014";
  line-height: 1;
  font-weight: 100;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    h2.en {
      font-size: 10vw; } }
  h2.en span {
    position: absolute;
    left: 0;
    top: 0;
    color: #009505;
    clip-path: polygon(0 0, 70% 0, 15% 100%, 0% 100%); }

p.name {
  font-family: "Zen Antique";
  font-size: max(1.5vw, 16px);
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  p.name img {
    width: max-content;
    mix-blend-mode: multiply; }
  p.name span {
    font-size: max(0.87vw, 12px);
    margin-top: 1vw; }

.pagetop {
  z-index: 999;
  line-height: 1;
  position: absolute;
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  bottom: 35px;
  color: white;
  width: fit-content;
  right: 0; }
  @media (max-width: 1024px) {
    .pagetop {
      position: fixed; } }
  .pagetop .material-icons {
    width: 20px;
    height: 20px;
    background-color: #22b25a;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; }
    @media (max-width: 768px) {
      .pagetop .material-icons {
        padding: 25px;
        color: white; } }

#scroll-container {
  position: fixed; }

span.nidec_link {
  position: absolute;
  top: 0;
  max-width: 1500px;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    span.nidec_link {
      display: none; } }
  span.nidec_link a {
    background-color: #0aa547;
    color: white;
    font-size: max(0.6vw, 12px);
    padding: 0.3vw 0.8vw;
    display: flex;
    justify-content: center;
    align-items: center; }
  span.nidec_link span.material-icons {
    font-size: 13px;
    position: relative;
    top: -1px; }

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

#gnav span.material-icons img{
  width: 13px;
  height: 13px;
}

footer span.material-icons img{
  width: 22px;
  height: 22px;
}

.fix_menu a img{
  width: 19.5px;
  height: 19.5px;
}

.pagetop .material-icons img{
  width: 24px;
  height: 24px;
}

.weixin{margin-left:30px; position:relative;}
.weixin > img{width:32px; height:auto;}
.weixin_QRcode{position:absolute; top:35px; left:-125px;}
.weixin_QRcode > img{width:172px; height:auto;}
.fix_menu .inr ul li.weixin_QRcode_sp{text-align:center; border-bottom:none; padding:10px 0;}
.weixin_QRcode_sp img{width:150px; height:auto;}
.header_wm_sp{padding:.71rem 0; margin:0 1.42rem; border-bottom:#DFDFDF .07rem solid; display:flex;}
.header_wm_sp dt{width:12.5rem; text-align:left;}
.header_wm_p1{color:#009a49; font-size:1.07rem; font-weight:500; line-height:1.3;}
.header_wm_p2{font-size:.92rem; line-height:1.28rem; padding-top:.53rem;}
.header_wm_p3{width:10rem; height:1.71rem; color:#009a49; font-size:1rem; line-height:1.57rem; margin-top:.28rem; text-align:center; border:#CCC 1px solid; background:#FFF;}
.header_wm_sp dd img{width:7.1rem; height:auto;}
