@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

picture {
  display: inline-block;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}
body.noscroll {
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

p {
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 400;
}

ol, ul, menu, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=reset],
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  display: block;
}

button, input[type=reset], input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

ul li {
  margin-bottom: 0;
}

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

.pc-tb {
  display: none;
}
@media (min-width: 961px) {
  .pc-tb {
    display: block !important;
  }
}

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

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

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

.nodata {
  width: 100%;
  text-align: center;
}

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

small {
  font-size: 0.88em;
}

sup {
  font-size: 0.7em;
}

body {
  background: #fff;
}

main {
  display: block;
}

.pic {
  width: 100%;
  height: auto;
}

.fs--14 {
  font-size: 0.875rem;
}

.fc--blue {
  color: #0077C0 !important;
}
.fc--green {
  color: #0CB04B !important;
}
.fc--brown {
  color: #985E19 !important;
}
.fc--orange {
  color: #F39C1A !important;
}
.fc--black {
  color: #333 !important;
}
.fc--white {
  color: #fff !important;
}

.bg--blue {
  background: #0077C0 !important;
}
.bg--blueA20 {
  background: #cce3f1 !important;
}
.bg--green {
  background: #0CB04B !important;
}
.bg--green2 {
  background: #8CC53F !important;
}
.bg--greenA20 {
  background: #ccedd8 !important;
}
.bg--brown {
  background: #985E19 !important;
}
.bg--brown2 {
  background: #BE7C2D !important;
}
.bg--brownA20 {
  background: #ebdfd1 !important;
}
.bg--orange {
  background: #F39C1A !important;
}
.bg--black {
  background: #333 !important;
}
.bg--lightblue {
  background: #E5F1F9 !important;
}
.bg--lightblue2 {
  background: #EEF7FC !important;
}
.bg--blue2 {
  background: #17B3ED !important;
}
.bg--lightgreen {
  background: #E5F6EB !important;
}
.bg--blue-img01 {
  background-size: cover;
  background-image: -webkit-image-set(url(../images/common/bg_blue01.jpg.webp) type("image/webp"), url(../images/common/bg_blue01.jpg) type("image/jpeg"));
  background-image: image-set(url(../images/common/bg_blue01.jpg.webp) type("image/webp"), url(../images/common/bg_blue01.jpg) type("image/jpeg"));
}
@media (max-width: 768px) {
  .bg--blue-img01 {
    background: url(../images/common/bg_blue01_sp.webp) no-repeat;
    background-size: cover;
  }
}
.bg--lightbrown {
  background: #F5EFE8 !important;
}

.fw--700 {
  font-weight: 700 !important;
}
.fw--400 {
  font-weight: 400 !important;
}

.colm--6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.colm--6 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.colm--6 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.colm--6 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.colm--6 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.colm--6 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.colm--6 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.colm--5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.colm--5 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.colm--5 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.colm--5 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.colm--5 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.colm--5 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.colm--4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.colm--4 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.colm--4 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.colm--4 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.colm--4 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.colm--3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.colm--3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.colm--3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.colm--3 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.colm--2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.colm--2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.colm--2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (max-width: 768px) {
  .colm--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mt--20 {
  margin-top: 20px;
}

.gap--20 {
  gap: 20px;
}
.gap--30 {
  gap: 30px;
}
.gap--40 {
  gap: 40px;
}
.gap--10 {
  gap: 10px;
}
@media (max-width: 768px) {
  .gap--10-sp {
    gap: 10px;
  }
}
.gap--4 {
  gap: 4px;
}

.h--style-01 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.h--style-01 > span {
  display: inline-block;
}
@media (max-width: 768px) {
  .h--style-01 > span {
    display: inline;
  }
}
.h--style-01.fc--blue {
  color: #0077C0;
}
.h--style-01.fc--blue:not(.not-bar)::before {
  background: #0077C0;
}
.h--style-01.fc--green {
  color: #00A73C;
}
.h--style-01.fc--green:not(.not-bar)::before {
  background: #00A73C;
}
.h--style-01.fc--brown {
  color: #985E19;
}
.h--style-01.fc--brown:not(.not-bar)::before {
  background: #985E19;
}
.h--style-01 {
  font-size: 51px;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
  padding-bottom: 25px;
  margin-bottom: 45px;
  font-weight: 700;
}
.h--style-01.fs-36 {
  font-size: 36px;
}
@media (max-width: 768px) {
  .h--style-01.fs-36 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .h--style-01 {
    font-size: 34px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .h--style-01.fs-sp-24 {
    font-size: 24px;
  }
}
.h--style-01.has-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.h--style-01:not(.not-bar)::before {
  content: "";
  width: 84px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 768px) {
  .h--style-01:not(.not-bar)::before {
    width: 45px;
  }
}
.h--style-01 + .sect__title-ja-title {
  margin-top: -10px;
}
.h--style-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-bottom: 40px;
  margin-bottom: 35px;
  position: relative;
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .h--style-02 {
    font-size: 1.75rem;
  }
}
.h--style-02 {
  font-weight: 700;
  letter-spacing: 0.2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .h--style-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 35px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .h--style-02 + .sect__title-read {
    margin-bottom: 28px;
    text-align: center;
  }
}
.h--style-02 img {
  height: 44px;
  width: auto;
}
@media (max-width: 768px) {
  .h--style-02 img {
    height: 40px;
    max-width: 90%;
    width: auto;
  }
}
.h--style-02.fc--blue {
  color: #0077C0;
}
.h--style-02.fc--blue:not(.not-bar)::before {
  background: #0077C0;
}
.h--style-02.fc--green {
  color: #00A73C;
}
.h--style-02.fc--green:not(.not-bar)::before {
  background: #00A73C;
}
.h--style-02.fc--brown {
  color: #985E19;
}
.h--style-02.fc--brown:not(.not-bar)::before {
  background: #985E19;
}
.h--style-02.fc--brown2 {
  color: #BE7C2D;
}
.h--style-02.fc--brown2:not(.not-bar)::before {
  background: #BE7C2D;
}
.h--style-02:not(.not-bar)::before {
  content: "";
  width: 84px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 768px) {
  .h--style-02:not(.not-bar)::before {
    width: 84px;
  }
}
.h--style-03 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .h--style-03 {
    font-size: 1.75rem;
  }
}
.h--style-03 {
  font-weight: 700;
  letter-spacing: 0.2em;
}

.btn-wrap {
  margin: 40px 0;
}
.btn-wrap > * {
  margin: auto;
}

.btn--square {
  color: #fff;
  border-radius: 3px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 45px;
}
.btn--square img {
  max-height: 30px;
  max-width: 30px;
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
}
.btn--square {
  font-size: 0.9375rem;
}
.btn--square.fs--x {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .btn--square.fs--x {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .btn--square:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn--square:not(.nothover):hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.btn--square.w-fit {
  border-radius: 6px;
  min-width: 200px;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .btn--square.w-fit {
    max-width: 560px;
    border-radius: 4px;
    width: 100%;
  }
}
.btn--border {
  color: #fff;
  border: solid 2px #fff;
}
@media (max-width: 768px) {
  .btn--border {
    min-height: 40px;
  }
}
@media (min-width: 769px) {
  .btn--border:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn--border:not(.nothover):hover {
    opacity: 1;
    background: #fff;
  }
}
@media (min-width: 769px) {
  .btn--border.hover--blue:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn--border.hover--blue:not(.nothover):hover {
    color: #0077C0;
  }
}
@media (min-width: 769px) {
  .btn--border.hover--green:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn--border.hover--green:not(.nothover):hover {
    color: #00A73C;
  }
}
@media (min-width: 769px) {
  .btn--border.hover--brown:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn--border.hover--brown:not(.nothover):hover {
    color: #985E19;
  }
}
.btn--border.border--brown {
  background: #fff;
  color: #985E19;
  border: solid 2px #985E19;
}
@media (min-width: 769px) {
  .btn--border.border--brown:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn--border.border--brown:not(.nothover):hover {
    background: #985E19;
    color: #fff;
  }
}
.btn--style-01 {
  padding-bottom: 2px;
  background: #0077c0;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 0.6px;
  width: 194px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: bold;
  text-decoration: none !important;
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 769px) {
  .btn--style-01:not(.nothover) {
    -webkit-transition: all 0.2ss ease;
    transition: all 0.2ss ease;
    cursor: pointer;
  }
  .btn--style-01:not(.nothover):hover {
    background: #0063a0;
  }
}
.btn--more-plus {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-bottom: 2px;
  background: rgba(0, 119, 192, 0.05);
  color: #0077c0;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 0.6px;
  width: 194px;
  height: 46px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-decoration: none !important;
  opacity: 1;
}
.btn--more-plus.active i::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn--more-plus i {
  width: 36px;
  height: 46px;
  position: relative;
}
.btn--more-plus i::after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  width: 2px;
  height: 30%;
  background: rgb(0, 119, 192);
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn--more-plus i::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  width: 2px;
  height: 30%;
  background: rgb(0, 119, 192);
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 769px) {
  .btn--more-plus:not(.nothover) {
    -webkit-transition: all 0.2ss ease;
    transition: all 0.2ss ease;
    cursor: pointer;
  }
  .btn--more-plus:not(.nothover):hover {
    background: #0063a0;
  }
}
.btn--contact {
  margin: auto;
  background: #F39C1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 40px;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  gap: 20px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 960px) {
  .btn--contact {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .btn--contact {
    width: 100%;
    gap: 10px;
  }
}
.btn--contact * {
  font-size: 20px;
}
@media (max-width: 768px) {
  .btn--contact * {
    font-size: 16px;
  }
  .btn--contact * span {
    display: none;
  }
}
@media (min-width: 769px) {
  .btn--contact:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn--contact:not(.nothover):hover {
    background: #FFB443;
  }
}
.btn--contact > img {
  width: 40px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .btn--contact > img {
    width: 32px;
  }
}

.ttl-obi {
  background: #fff;
  position: relative;
}
.ttl-obi--colm2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 4px;
}
.ttl-obi--colm2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ttl-obi strong {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.ttl-obi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .ttl-obi {
    height: auto;
    padding: 8px 10px 10px;
  }
}
.ttl-obi__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6px;
}
@media (max-width: 960px) {
  .ttl-obi {
    font-size: 1rem;
  }
}
.ttl-obi::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #FFF;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 2px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.ttl-obi--s strong {
  font-size: 1rem;
}
.ttl-obi--s::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 12px solid #FFF;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 1px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.ttl-obi.bg--lightblue.ttl-obi--s::after {
  border-top: 12px solid #E5F1F9;
}
.ttl-obi.bg--brownA20.ttl-obi--s::after {
  border-top: 12px solid #ebdfd1;
}
.ttl-obi--blue .ttl-obi__inner strong {
  color: #0077C0;
}
.ttl-obi--blue .ttl-obi__inner::before {
  background: #0077C0;
  opacity: 0.5;
}
.ttl-obi--blue .ttl-obi__inner::after {
  background: #0077C0;
}
.ttl-obi--green .ttl-obi__inner strong {
  color: #00A73C;
}
.ttl-obi--green .ttl-obi__inner::before {
  background: #00A73C;
  opacity: 0.5;
}
.ttl-obi--green .ttl-obi__inner::after {
  background: #00A73C;
}
.ttl-obi--brown .ttl-obi__inner strong {
  color: #985E19;
}
.ttl-obi--brown .ttl-obi__inner::before {
  background: #985E19;
  opacity: 0.5;
}
.ttl-obi--brown .ttl-obi__inner::after {
  background: #985E19;
}
.ttl-obi__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ttl-obi__inner {
  height: 100%;
}
.ttl-obi__inner span {
  position: relative;
  z-index: 2;
}
.ttl-obi__inner::before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  background: #333;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .ttl-obi__inner::before {
    height: 4px;
  }
}
.ttl-obi__inner::after {
  content: "";
  max-width: 200px;
  width: 80%;
  height: 6px;
  position: absolute;
  background: #333;
  left: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .ttl-obi__inner::after {
    height: 4px;
    max-width: 120px;
  }
}
.ttl-obi {
  color: #00A73C;
}

.ttl-obi2 {
  background: #fff;
  position: relative;
  height: 48px;
}
.ttl-obi2--s {
  height: auto;
  min-height: 10px;
}
.ttl-obi2--x .ttl-obi2__inner > * {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .ttl-obi2--x .ttl-obi2__inner > * {
    font-size: 0.875rem;
  }
}
.ttl-obi2__border01 {
  max-width: 120px;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #666;
}
.ttl-obi2__border02 {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.2;
  background: #666;
}
.ttl-obi2__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f0f0f0;
}
.ttl-obi2__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttl-obi2__inner > * {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #666;
}
.ttl-obi2__hige {
  content: "";
  width: 19px;
  height: 13px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ttl-obi2__hige svg {
  fill: #f0f0f0;
}

.dl-card {
  min-height: 170px;
}
@media (max-width: 768px) {
  .dl-card {
    min-height: auto;
  }
}
.dl-card {
  padding: 4px;
  background: #fff;
}
.dl-card .ttl-obi__inner::after {
  max-width: 120px;
}
.dl-card__ttl-colm2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 4px;
}
.dl-card__ttl-colm2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.dl-card__ttl-colm2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.dl-card__ttl-colm3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 4px;
}
.dl-card__ttl-colm3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.dl-card__ttl-colm3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.dl-card__ttl-colm3 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.dl-card__ttl-colm4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 4px;
}
.dl-card__ttl-colm4 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.dl-card__ttl-colm4 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.dl-card__ttl-colm4 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.dl-card__ttl-colm4 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.dl-card__ttl-colm5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 4px;
}
.dl-card__ttl-colm5 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.dl-card__ttl-colm5 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.dl-card__ttl-colm5 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.dl-card__ttl-colm5 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.dl-card__ttl-colm5 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.dl-card__icon {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 66px;
  height: auto;
  margin: 20px auto 30px;
}
.dl-card__icon svg {
  width: 100%;
  height: auto;
}
.dl-card .btn--square {
  background: #666;
  height: 64px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .dl-card .btn--square {
    min-height: 48px;
    height: auto;
  }
}
.dl-card__img img {
  max-width: 255px;
  height: auto;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .dl-card__img img {
    max-width: calc(100% - 130px);
    margin: auto;
  }
}
.dl-card__img {
  margin: 50px auto 20px;
}
@media (max-width: 768px) {
  .dl-card__img {
    margin: 40px auto 10px;
  }
}
.dl-card__text {
  padding: 20px 20px 0;
}
.dl-card__text h3 {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .dl-card__text h3 {
    font-size: 0.875rem;
  }
}
.dl-card__text h3 {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.dl-card__text p {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .dl-card__text p {
    font-size: 0.875rem;
  }
}
.dl-card__text p {
  font-weight: 400;
}
.dl-card__btn {
  margin-top: 20px;
  padding: 14px;
}
@media (max-width: 768px) {
  .dl-card__btn {
    margin-top: 10px;
  }
}
.dl-card a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .dl-card a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .dl-card a:not(.nothover):hover .dl-card__icon {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .dl-card a:not(.nothover):hover .btn--square {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

.contact-card {
  min-height: 170px;
  padding: 4px;
  background: #fff;
}
.contact-card .btn--square {
  height: 62px;
  margin: auto 0 0 0;
  pointer-events: none;
}
.contact-card__icon {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 66px;
  height: auto;
  margin: auto;
}
.contact-card__icon svg {
  width: 100%;
  height: auto;
}
.contact-card__read {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 14px 0px;
}
.contact-card__read span {
  display: inline-block;
}
.contact-card__btn {
  padding: 14px;
}
.contact-card a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .contact-card a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .contact-card a:not(.nothover):hover .contact-card__icon {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .contact-card a:not(.nothover):hover .btn--square {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

.ol-style--circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .ol-style--circle {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .ol-style--circle > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ol-style--circle > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.ol-style--circle {
  gap: 20px;
  counter-reset: item;
  list-style-type: none;
  margin: 50px 0 0 0;
  padding: 0;
}
.ol-style--circle > li h4 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 16px;
}
.ol-style--circle > li h4 div span {
  font-size: 14px;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
.ol-style--circle > li h4 div {
  font-size: 20px;
  font-weight: 700;
}
.ol-style--circle > li h4::before {
  letter-spacing: 0.1rem;
  padding: 0 3px 2px 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-weight: bold;
  color: #00A73C;
  width: 63px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: DIN Alternate;
  font-size: 36px;
  background: url(../images/icon/icon_circle_bg_01.svg) no-repeat;
  background-position: 0;
  background-size: contain;
}
.ol-style--icon-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .ol-style--icon-flow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .ol-style--icon-flow > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ol-style--icon-flow > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ol-style--icon-flow > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.ol-style--icon-flow {
  gap: 40px;
  counter-reset: item;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ol-style--icon-flow > li {
  padding: 16px;
  gap: 10px;
}
.ol-style--icon-flow > li::after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg fill="none" height="32" viewBox="0 0 20 32" width="20" xmlns="http://www.w3.org/2000/svg"><g stroke="%2300A73C" stroke-linecap="square" stroke-width="4"><path d="m3.75732 3.50732 12.72788 12.72788"/><path d="m16.4852 16.2352-12.72789 12.728"/></g></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 30px;
  position: absolute;
}
@media (min-width: 769px) {
  .ol-style--icon-flow > li::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -28px;
  }
}
@media (max-width: 768px) {
  .ol-style--icon-flow > li::after {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    bottom: -36px;
  }
}
.ol-style--icon-flow > li:last-child::after {
  display: none;
}
.ol-style--icon-flow > li::before {
  content: "";
  width: 240px;
  height: 6px;
  position: absolute;
  left: 0;
  top: -6px;
  background: #00A73C;
  z-index: 2;
}
@media (max-width: 960px) {
  .ol-style--icon-flow > li::before {
    width: 120px;
    height: 4px;
    top: -4px;
  }
}
.ol-style--icon-flow > li h4 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.ol-style--icon-flow > li h4 div {
  font-family: "Lato", sans-serif;
  color: #00A73C;
  letter-spacing: 0.15rem;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ol-style--icon-flow > li h4 div::after {
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0 0 2px 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-weight: bold;
  color: #00A73C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: DIN Alternate;
  font-size: 48px;
}
.ol-style--has-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  counter-reset: item;
  list-style-type: none;
  padding: 0;
}
.ol-style--has-col2 > li {
  gap: 10px;
}
.ol-style--has-col2 > li h4 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  gap: 20px;
  color: #00A73C;
}
@media (max-width: 768px) {
  .ol-style--has-col2 > li h4 {
    display: block;
    margin-bottom: 10px;
  }
}
.ol-style--has-col2 > li h4 div {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  letter-spacing: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media (max-width: 768px) {
  .ol-style--has-col2 > li h4 div {
    font-size: 16px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px;
    margin-top: -4px;
  }
}
.ol-style--has-col2 > li h4 div::after {
  letter-spacing: 0.1rem;
  padding: 0 0 2px 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-weight: bold;
  color: #00A73C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: DIN Alternate;
  font-size: 48px;
  background-position: 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .ol-style--has-col2 > li h4 div::after {
    font-size: 38px;
    line-height: 1;
    -webkit-transform: translateY(0.18em);
            transform: translateY(0.18em);
  }
}
.ol-style--has-col2-tec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  counter-reset: item;
  list-style-type: none;
  padding: 0;
}
.ol-style--has-col2-tec > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ol-style--has-col2-tec > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .ol-style--has-col2-tec {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px;
  }
  .ol-style--has-col2-tec > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.ol-style--has-col2-tec > li {
  border-left: solid #985E19 2px;
  padding-left: 19px;
}
.ol-style--has-col2-tec > li dd {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .ol-style--has-col2-tec > li dd {
    font-size: 0.875rem;
  }
}
.ol-style--has-col2-tec > li dd {
  font-weight: 400;
}
.ol-style--has-col2-tec > li dt {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .ol-style--has-col2-tec > li dt {
    font-size: 1rem;
  }
}
.ol-style--has-col2-tec > li dt {
  font-weight: 700;
  gap: 8px;
}
@media (max-width: 768px) {
  .ol-style--has-col2-tec > li dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ol-style--has-col2-tec > li dt span {
  display: block;
}
.ol-style--has-col2-tec > li dt span::after {
  letter-spacing: 0.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: DIN Alternate;
  font-size: 3rem;
  background-position: 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .ol-style--has-col2-tec > li dt span::after {
    font-size: 2.625rem;
    line-height: 1;
  }
}
.add-numbers {
  counter-reset: item;
}
.add-numbers .num::before {
  letter-spacing: 0.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: DIN Alternate;
  font-size: 3rem;
  background-position: 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .add-numbers .num::before {
    font-size: 2.625rem;
    line-height: 1;
  }
}

.color-box {
  padding: 20px;
  background: #EBF5E9;
  border-top: solid 6px rgba(12, 176, 75, 0.5);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 960px) {
  .color-box {
    border-top: solid 4px rgba(12, 176, 75, 0.5);
  }
}
.color-box--bg-white {
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 119, 192, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 119, 192, 0.1);
  border-radius: 0 0 4px 4px;
}
.color-box > small {
  font-size: 0.75rem;
  font-weight: 400;
}
.color-box__read {
  text-align: center;
  font-size: 1.125rem;
}
.color-box__note {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 15px 10px;
  border: dashed 1px #ccc;
  color: #ccc;
}
.color-box::before {
  content: "";
  width: 67%;
  max-width: 240px;
  height: 6px;
  position: absolute;
  left: 0;
  top: -6px;
  background: #00A73C;
  z-index: 2;
}
@media (max-width: 960px) {
  .color-box::before {
    width: 120px;
    height: 6px;
    top: -6px;
  }
}
.color-box.border-green2 {
  border-top: solid 6px #B9E37F;
}
@media (max-width: 960px) {
  .color-box.border-green2 {
    border-top: solid 4px #B9E37F;
  }
}
.color-box.border-green2::before {
  background: #00A73C;
}
.color-box.border-lightgreen {
  border-top: solid 6px #B9E37F;
}
@media (max-width: 960px) {
  .color-box.border-lightgreen {
    border-top: solid 4px #B9E37F;
  }
}
.color-box.border-lightgreen::before {
  background: #8CC53F;
}
.color-box.border-blue {
  border-top: solid 6px #80b5dd;
}
@media (max-width: 960px) {
  .color-box.border-blue {
    border-top: solid 6px #80b5dd;
  }
}
.color-box.border-blue::before {
  background: #0077C0;
}
.color-box.border-blue2 {
  border-top: solid 6px #9CD8FC;
}
@media (max-width: 960px) {
  .color-box.border-blue2 {
    border-top: solid 6px #9CD8FC;
  }
}
.color-box.border-blue2::before {
  background: #0077C0;
}
.color-box.border-lightblue {
  border-top: solid 6px #9CD8FC;
}
@media (max-width: 960px) {
  .color-box.border-lightblue {
    border-top: solid 6px #9CD8FC;
  }
}
.color-box.border-lightblue::before {
  background: #17B3ED;
}
.color-box.border-brown {
  border-top: solid 6px #CBAE8C;
}
@media (max-width: 960px) {
  .color-box.border-brown {
    border-top: solid 6px #CBAE8C;
  }
}
.color-box.border-brown::before {
  background: #985E19;
}
.color-box.border-lightbrown {
  border-top: solid 6px #EBD5BD;
}
@media (max-width: 960px) {
  .color-box.border-lightbrown {
    border-top: solid 6px #EBD5BD;
  }
}
.color-box.border-lightbrown::before {
  background: #BE7C2D;
}
.color-box.shadow-blue {
  -webkit-box-shadow: 0 0 8px rgba(0, 119, 192, 0.1);
          box-shadow: 0 0 8px rgba(0, 119, 192, 0.1);
}
.color-box.bg--lightblue2 {
  border-top: solid 6px #80b5dd;
}
@media (max-width: 960px) {
  .color-box.bg--lightblue2 {
    border-top: solid 6px #80b5dd;
  }
}
.color-box.bg--lightblue2::before {
  background: #0077C0;
}
.color-box.bg--lightblue2 .color-box__note {
  border-radius: 5px;
  margin-top: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 12px 10px;
  border: dashed 1px #0077C0;
  color: #0077C0;
  background: #E5F1F9;
  line-height: 1.6;
}
.color-box.bg--lightbrown {
  border-top: solid 6px #CBAE8C;
}
@media (max-width: 960px) {
  .color-box.bg--lightbrown {
    border-top: solid 6px #CBAE8C;
  }
}
.color-box.bg--lightbrown::before {
  background: #985E19;
}
.color-box.bg--lightbrown .color-box__note {
  border-radius: 5px;
  margin-top: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 12px 10px;
  border: dashed 1px #985E19;
  color: #985E19;
  background: #F5EFE8;
  line-height: 1.6;
}
.color-box .color-box--white {
  border-radius: 4px;
}

.color-box--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  padding: 20px 20px;
}
.color-box--white h4,
.color-box--white h5 {
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
}
.color-box--white__col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 80px;
}
.color-box--white__col2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.color-box--white__col2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 960px) {
  .color-box--white__col2 {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .color-box--white__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.color-box--white__col2 > * {
  position: relative;
}
.color-box--white__col2 > * * {
  margin: 0;
  padding: 0;
}
.color-box--white__col2 > * img {
  width: 100%;
  height: auto;
}
.color-box--white__col2 > * strong {
  color: #00A73C;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .color-box--white__col2 > * strong {
    font-size: 1rem;
  }
}
.color-box--white__col2 > * strong {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .color-box--white__col2 > * strong {
    margin-bottom: 10px;
  }
}
.color-box--white__col2 > * p {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.8;
}
.color-box--white__col2 > *:first-child::after {
  content: "";
  position: absolute;
}
@media (min-width: 769px) {
  .color-box--white__col2 > *:first-child::after {
    border-right: 2px solid rgba(0, 167, 60, 0.2);
    width: 2px;
    height: 100%;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 960px) {
  .color-box--white__col2 > *:first-child::after {
    right: -20px;
  }
}
@media (max-width: 768px) {
  .color-box--white__col2 > *:first-child::after {
    border-bottom: 2px solid rgba(0, 167, 60, 0.2);
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -30px;
  }
}

.h--has-img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .h--has-img {
    margin-bottom: 20px;
  }
}
.h--has-img span {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .h--has-img span {
    font-size: 1rem;
  }
}
.h--has-img span {
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}
.h--has-img img {
  width: auto;
  max-width: 100%;
  max-height: 42px;
  height: auto;
  margin: 0;
}
@media (max-width: 768px) {
  .h--has-img img {
    max-height: 41px;
    height: auto;
    max-width: 100%;
    width: auto;
    margin: 0;
  }
}

.list--square {
  padding: 0px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
.list--square li dl,
.list--square li dt,
.list--square li dd {
  padding: 0;
  margin: 0;
}
.list--square li p {
  font-size: 0.875rem;
  margin: 8px 0;
}
.list--square li small {
  display: block;
  margin: 8px 0 0;
  font-size: 0.75rem;
  font-weight: 400;
}
.list--square li strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 0.875rem;
  gap: 7px;
}
.list--square li strong::before {
  margin-top: 0.35em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: #00A73C;
  border-radius: 2px;
}
.list--square-blue strong::before {
  background: #0077C0 !important;
}
.list--square-brown strong::before {
  background: #985E19 !important;
}
.list--dots {
  list-style: "・";
  padding-left: 1em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.list--dots li {
  font-size: 0.875rem;
}

.list--square-s2 {
  width: 1em;
  height: 1em;
  border-radius: 2px;
  display: inline-block;
}

.list--square-s {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.list--square-s::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 2px;
  background: #fff;
}

.shadow--blue {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 119, 192, 0.1));
          filter: drop-shadow(0px 0px 8px rgba(0, 119, 192, 0.1));
}

.shadow--brown {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(152, 94, 25, 0.1));
          filter: drop-shadow(0px 0px 8px rgba(152, 94, 25, 0.1));
}

.shadow--green {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 167, 60, 0.1));
          filter: drop-shadow(0px 0px 8px rgba(0, 167, 60, 0.1));
}

.sect--form-nav {
  position: relative;
  z-index: 10;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .sect--form-nav {
    padding: 40px 0 0px;
  }
}
.sect--form-nav__ttl {
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 5px 20px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .sect--form-nav__ttl {
    margin-bottom: 10px;
  }
}
.sect--form-nav .cont--form-nav {
  max-width: 1200px !important;
}
@media (max-width: 768px) {
  .sect--form-nav .cont--form-nav {
    max-width: 600px !important;
  }
}
.sect--form-nav .cont--form-nav__colm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  position: relative;
  z-index: 12;
}
.sect--form-nav .cont--form-nav__colm > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.sect--form-nav .cont--form-nav__colm > * menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -ms-grid;
  display: grid;
}
@media (max-width: 768px) {
  .sect--form-nav .cont--form-nav__colm > * menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sect--form-nav .cont--form-nav__colm > * menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sect--form-nav .cont--form-nav__colm > :nth-child(1) {
  width: calc(65% - 14px);
}
@media (max-width: 768px) {
  .sect--form-nav .cont--form-nav__colm > :nth-child(1) {
    width: 100%;
  }
}
.sect--form-nav .cont--form-nav__colm > :nth-child(2) {
  width: calc(35% - 14px);
}
@media (max-width: 768px) {
  .sect--form-nav .cont--form-nav__colm > :nth-child(2) {
    width: 100%;
  }
}
.sect--form-nav .cont--form-nav__colm > :nth-child(2) menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sect--form-nav .cont--form-nav__colm-2 > :nth-child(1) {
  width: calc(50% - 14px);
}
@media (max-width: 768px) {
  .sect--form-nav .cont--form-nav__colm-2 > :nth-child(1) {
    width: 100%;
  }
}
.sect--form-nav .cont--form-nav__colm-2 > :nth-child(2) {
  width: calc(50% - 14px);
}
@media (max-width: 768px) {
  .sect--form-nav .cont--form-nav__colm-2 > :nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .sect--form-nav .cont--form-nav__colm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sect--form-nav .cont--form-nav__colm > :nth-child(1) {
    max-width: 720px;
    margin: auto;
    width: 100%;
  }
  .sect--form-nav .cont--form-nav__colm > :nth-child(2) {
    max-width: 720px;
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sect--form-nav .cont--form-nav__colm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .sect--form-nav .cont--form-nav .contact-card__read {
    padding: 20px 0px 12px;
  }
}
@media (max-width: 768px) {
  .sect--form-nav .cont--form-nav .contact-card__read {
    line-height: 1.7;
    padding: 15px 0px 9px;
  }
}
.sect--form-nav .cont--form-nav .cont--form-nav__read {
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (min-width: 769px) {
  .sect--form-nav .cont--form-nav .cont--form-nav__read {
    padding: 20px 0px 12px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .sect--form-nav .cont--form-nav .cont--form-nav__read {
    padding: 15px 0px 9px;
  }
}
.sect--form-nav .cont--form-nav .dl-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sect--form-nav .cont--form-nav .dl-card__btn,
.sect--form-nav .cont--form-nav .contact-card__btn {
  padding: 0px;
  margin-top: 0px;
}
@media (min-width: 769px) {
  .sect--form-nav .cont--form-nav .colm--2 .cont--form-nav__read {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .sect--form-nav .cont--form-nav .colm--2 li:nth-child(1) {
    padding-right: 2px !important;
  }
  .sect--form-nav .cont--form-nav .colm--2 li:nth-child(2) {
    padding-left: 2px !important;
  }
}

body.loaded .site-header {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.site-header {
  background: #fff;
  width: 100%;
  height: 98px;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  z-index: 1000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 75px;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
}
.site-header.hide {
  top: -100px;
}
@media (max-width: 1280px) {
  .site-header {
    padding-left: 35px;
  }
}
@media (max-width: 1190px) {
  .site-header {
    padding-left: 15px;
  }
}
@media (max-width: 1180px) {
  .site-header {
    height: 88px;
    padding-left: 35px;
  }
}
@media (min-width: 769px) and (max-height: 680px) {
  .site-header {
    height: 88px;
  }
}
@media (min-width: 769px) and (max-height: 580px) {
  .site-header {
    height: 68px;
  }
}
@media (max-width: 960px) {
  .site-header {
    height: 60px;
    padding-left: 20px;
    -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.05);
  }
}
.site-header__branding > * a {
  width: 200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .site-header__branding > * a {
    width: 150px;
  }
}
@media (max-width: 960px) {
  .site-header__branding > * a {
    width: 124px;
  }
}
.site-header__menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 14px;
}
@media (max-width: 960px) {
  .site-header__menu {
    gap: 0;
    display: block;
  }
}

.global-nav {
  height: 100%;
  height: 40px;
  position: relative;
  z-index: 10;
}
.global-nav .show-tb {
  display: none;
}
.global-nav .show-pc menu {
  height: 100%;
}
.global-nav .show-pc menu li {
  height: 100%;
}
.global-nav .show-pc menu {
  gap: 14px;
}
.global-nav .show-pc menu a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .global-nav .show-pc menu a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .global-nav .show-pc menu a:not(.nothover):hover {
    opacity: 0.5;
  }
}
.global-nav .show-pc menu::after {
  display: none;
}
@media (max-width: 1180px) {
  .global-nav .show-tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global-nav .show-pc {
    display: none;
  }
}
@media (max-width: 960px) {
  .global-nav {
    position: fixed;
    overflow-y: auto;
    left: 0;
    top: 60px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(30px);
    width: 100%;
    height: 100%;
    border-top: solid 4px #0077C0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    padding: 40px 40px 100px;
    overflow-y: auto;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  }
  .global-nav.active {
    opacity: 1;
    pointer-events: all;
  }
  .global-nav:not(.active) * {
    pointer-events: none !important;
  }
  .global-nav .fc--black {
    padding-top: 15px;
  }
  .global-nav .fc--black::before {
    background-image: linear-gradient(to right, #0077C0 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .global-nav .fc--black > div {
    display: none;
  }
}
@media (max-width: 960px) {
  .global-nav > * {
    max-width: 560px;
  }
}
.global-nav > * > li {
  height: 100%;
}
.global-nav > * > li > * {
  display: block;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .global-nav > * > li > * {
    font-size: 0.875rem;
  }
}
.global-nav > * > li > * {
  font-weight: 700;
}
.global-nav > * {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  z-index: 10;
}
@media (max-width: 960px) {
  .global-nav > * {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    height: auto;
    margin: auto;
  }
  .global-nav > * > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.global-nav > * > li {
  height: 100%;
  position: relative;
  border-radius: 4px 4px 0 0;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .global-nav > * > li {
    width: 100%;
    display: block;
    height: auto;
    padding: 0;
    position: relative;
    pointer-events: none;
  }
  .global-nav > * > li > a[href]:not([href=""]) {
    position: relative;
    pointer-events: all;
    padding-right: 30px;
  }
}
@media (min-width: 961px) {
  .global-nav > * > li.fc--brown > *::after {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m18 0h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-3 8.6-4.2 4.2c-.2.2-.5.3-.7.3s-.5 0-.7-.3l-4.2-4.2c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l3.5 3.5 3.5-3.5c.4-.4 1-.4 1.4 0s.4 1 0 1.4z" fill="%23985E19"/></svg>');
    background-size: content;
    background-position: center;
    background-repeat: no-repeat;
  }
  .global-nav > * > li.fc--green > *::after {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m18 0h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-3 8.6-4.2 4.2c-.2.2-.5.3-.7.3s-.5 0-.7-.3l-4.2-4.2c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l3.5 3.5 3.5-3.5c.4-.4 1-.4 1.4 0s.4 1 0 1.4z" fill="%230CB04B"/></svg>');
    background-size: content;
    background-position: center;
    background-repeat: no-repeat;
  }
  .global-nav > * > li.fc--blue > *::after {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m18 0h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-3 8.6-4.2 4.2c-.2.2-.5.3-.7.3s-.5 0-.7-.3l-4.2-4.2c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l3.5 3.5 3.5-3.5c.4-.4 1-.4 1.4 0s.4 1 0 1.4z" fill="%230077C0"/></svg>');
    background-size: content;
    background-position: center;
    background-repeat: no-repeat;
  }
  .global-nav > * > li.fc--black > *::after {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m18 0h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-3 8.6-4.2 4.2c-.2.2-.5.3-.7.3s-.5 0-.7-.3l-4.2-4.2c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l3.5 3.5 3.5-3.5c.4-.4 1-.4 1.4 0s.4 1 0 1.4z" fill="%23333"/></svg>');
    background-size: content;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.global-nav > * > li > * {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  padding: 0 12px;
  gap: 8px;
}
@media (max-width: 960px) {
  .global-nav > * > li > * {
    padding: 0 0px;
    height: auto;
  }
}
@media (min-width: 961px) {
  .global-nav > * > li > *::after {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m18 0h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-3 8.6-4.2 4.2c-.2.2-.5.3-.7.3s-.5 0-.7-.3l-4.2-4.2c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l3.5 3.5 3.5-3.5c.4-.4 1-.4 1.4 0s.4 1 0 1.4z" fill="%23fff"/></svg>');
    background-size: content;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 961px) and (min-width: 769px) {
  .global-nav > * > li:not(.nothover) {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    cursor: pointer;
  }
  .global-nav > * > li:not(.nothover):hover:not(.nothover) {
    color: #fff !important;
  }
  .global-nav > * > li:not(.nothover):hover:not(.nothover).fc--brown {
    background: #985E19;
  }
  .global-nav > * > li:not(.nothover):hover:not(.nothover).fc--green {
    background: #0CB04B;
  }
  .global-nav > * > li:not(.nothover):hover:not(.nothover).fc--blue {
    background: #0077C0;
  }
  .global-nav > * > li:not(.nothover):hover:not(.nothover).fc--black {
    background: #333;
  }
  .global-nav > * > li:not(.nothover):hover:not(.nothover) > *::after {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m18 0h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-3 8.6-4.2 4.2c-.2.2-.5.3-.7.3s-.5 0-.7-.3l-4.2-4.2c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l3.5 3.5 3.5-3.5c.4-.4 1-.4 1.4 0s.4 1 0 1.4z" fill="%23fff"/></svg>');
    background-size: content;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 961px) {
  .global-nav > * > li.active.nothover > div > div {
    color: #fff;
  }
  .global-nav > * > li.active {
    color: #fff;
  }
  .global-nav > * > li.active.fc--brown {
    background: #985E19;
  }
  .global-nav > * > li.active.fc--green {
    background: #0CB04B;
  }
  .global-nav > * > li.active.fc--blue {
    background: #0077C0;
  }
  .global-nav > * > li.active.fc--black {
    background: #333;
  }
  .global-nav > * > li.active > *::after {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m18 0h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-3 8.6-4.2 4.2c-.2.2-.5.3-.7.3s-.5 0-.7-.3l-4.2-4.2c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l3.5 3.5 3.5-3.5c.4-.4 1-.4 1.4 0s.4 1 0 1.4z" fill="%23fff"/></svg>');
    background-size: content;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.global-nav > * > li > *:not(.sub-menu) {
  letter-spacing: 0em;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .global-nav > * > li > *:not(.sub-menu) {
    font-size: 0.875rem;
  }
}
.global-nav > * > li > *:not(.sub-menu) {
  font-weight: 500;
  line-height: 1;
}
.global-nav > * > li.active > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  top: 40px;
}
@media (max-width: 960px) {
  .global-nav > * > li.active > .sub-menu {
    top: 0;
  }
}
@media (min-width: 769px) {
  .global-nav > * > li > .sub-menu {
    min-width: 200px;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0%;
    top: 40px;
    padding: 10px 0;
    border-radius: 0 4px 4px 4px;
  }
}
.global-nav > * > li > .sub-menu {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  display: block;
}
@media (max-width: 960px) {
  .global-nav > * > li > .sub-menu {
    background: transparent !important;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 1;
    pointer-events: all;
    position: relative;
    opacity: 1;
    padding-bottom: 25px;
    padding-top: 10px;
  }
}
.global-nav > * > li > .sub-menu > li a {
  cursor: pointer !important;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .global-nav > * > li > .sub-menu > li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .global-nav > * > li > .sub-menu > li a:not(.nothover):hover div {
    opacity: 0.7;
  }
}
@media (min-width: 769px) and (min-width: 961px) {
  .global-nav > * > li > .sub-menu > li a:not(.nothover):hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
.global-nav > * > li > .sub-menu > li > * {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
  position: relative;
  color: #fff;
}
.global-nav > * > li > .sub-menu > li > *::after {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  opacity: 0;
  content: "";
  width: 10px;
  height: 10px;
  left: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.2);
          transform: translateY(-50%) scale(0.2);
  background: #fff;
  border-radius: 2px;
  /*
  font-family: "Material Symbols Rounded";
  content: "\e5cc";
  @include fs(20);
  position: absolute;
  left:18px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;    
  z-index: 10;
  @include tb {
      @include fs(18);
      content: "\e037";
      left: auto;
      right: 10px;
      transform: translateY(-50%);
  }
      */
}
.global-nav > * > li > .sub-menu > li > * div {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
@media (min-width: 961px) {
  .global-nav > * > li > .sub-menu > li > *::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 2px;
  }
}
@media (min-width: 769px) {
  .global-nav > * > li > .sub-menu > li > * {
    padding: 5px 20px;
  }
}
@media (max-width: 960px) {
  .global-nav > * > li > .sub-menu > li > * {
    color: #333;
    padding: 5px 0 5px 0px;
  }
}
@media (max-width: 960px) {
  .global-nav > * > li > .sub-menu.bg--brown > li > *::after {
    background: #985E19;
  }
}
@media (min-width: 961px) and (min-width: 769px) {
  .global-nav > * > li > .sub-menu.bg--brown > li > *:not(.nothover) {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    cursor: pointer;
  }
  .global-nav > * > li > .sub-menu.bg--brown > li > *:not(.nothover):hover::after {
    background: #985E19;
  }
}
@media (max-width: 960px) {
  .global-nav > * > li > .sub-menu.bg--green > li > *::after {
    background: #0CB04B;
  }
}
@media (min-width: 961px) and (min-width: 769px) {
  .global-nav > * > li > .sub-menu.bg--green > li > *:not(.nothover) {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    cursor: pointer;
  }
  .global-nav > * > li > .sub-menu.bg--green > li > *:not(.nothover):hover::after {
    background: #0CB04B;
  }
}
@media (max-width: 960px) {
  .global-nav > * > li > .sub-menu.bg--blue > li > *::after {
    background: #0077C0;
  }
}
@media (min-width: 961px) and (min-width: 769px) {
  .global-nav > * > li > .sub-menu.bg--blue > li > *:not(.nothover) {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    cursor: pointer;
  }
  .global-nav > * > li > .sub-menu.bg--blue > li > *:not(.nothover):hover::after {
    background: #0077C0;
  }
}
@media (max-width: 960px) {
  .global-nav > * > li > .sub-menu.bg--black > li > *::after {
    background: #333;
  }
}
@media (min-width: 961px) and (min-width: 769px) {
  .global-nav > * > li > .sub-menu.bg--black > li > *:not(.nothover) {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    cursor: pointer;
  }
  .global-nav > * > li > .sub-menu.bg--black > li > *:not(.nothover):hover::after {
    background: #333;
  }
}

.contact-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  gap: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 960px) {
  .contact-nav {
    margin-right: 62px;
  }
}
@media (max-width: 1180px) {
  .contact-nav {
    gap: 2px;
  }
}
.contact-nav li {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .contact-nav li:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .contact-nav li:not(.nothover):hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.contact-nav li.show-tb {
  display: none;
}
.contact-nav li a {
  width: 124px;
  height: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  text-align: center;
}
@media (min-width: 769px) and (max-height: 580px) {
  .contact-nav li a {
    padding: 5px 10px 10px;
  }
}
.contact-nav li a p {
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .contact-nav li a p {
    font-size: 0.875rem;
  }
}
.contact-nav li a p {
  font-weight: 700;
  color: #fff;
}
.contact-nav li a .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 960px) {
  .contact-nav li a .icon {
    width: 30px;
    height: 30px;
  }
}
.contact-nav li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1180px) {
  .contact-nav li a p {
    display: none;
  }
}
.contact-nav li a img {
  max-width: 40px;
  max-height: 40px;
  width: auto;
  height: auto;
}
@media (min-width: 769px) and (max-height: 580px) {
  .contact-nav li a img {
    max-width: 30px;
    max-height: 30px;
  }
}
@media (max-width: 960px) {
  .contact-nav li a img {
    max-width: 30px;
    max-height: 30px;
  }
}
@media (max-width: 1180px) {
  .contact-nav li.show-tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-nav li.show-pc {
    display: none;
  }
  .contact-nav li a {
    width: 88px;
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1180px) and (max-width: 960px) {
  .contact-nav li a {
    width: 60px;
  }
}
.contact-nav--tb {
  display: none;
}
@media (max-width: 960px) {
  .contact-nav--tb {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 10px;
  }
  .contact-nav--tb > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .contact-nav--tb li {
    border-radius: 4px;
  }
  .contact-nav--tb li a {
    padding: 12px 15px;
    min-height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  .contact-nav--tb li a::after {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23FFF"><path d="M320-273v-414q0-17 12-28.5t28-11.5q5 0 10.5 1.5T381-721l326 207q9 6 13.5 15t4.5 19q0 10-4.5 19T707-446L381-239q-5 3-10.5 4.5T360-233q-16 0-28-11.5T320-273Z"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: "";
    font-size: 1.125rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1;
    z-index: 10;
    color: #fff;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .contact-nav--tb li a .icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .contact-nav--tb li a img {
    max-width: 30px;
    max-height: 30px;
  }
}
@media (max-width: 960px) {
  .contact-nav--tb li a p {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.3;
  }
  .contact-nav--tb li a p span {
    display: inline-block;
  }
}

body.active .nav-toggle-wrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.active .nav-toggle-wrap .nav-toggle span:nth-child(2) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-toggle-wrap {
  position: absolute;
  right: 0;
  top: 0px;
  width: 60px;
  height: 60px;
  display: none;
  z-index: 1000;
  background: #FFF;
}
.nav-toggle-wrap.active {
  background: #0077C0;
}
.nav-toggle-wrap.active span {
  background: #fff;
}
@media (max-width: 960px) {
  .nav-toggle-wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  .nav-toggle-wrap.open .nav-toggle span {
    -webkit-animation-duration: 0.6s !important;
            animation-duration: 0.6s !important;
  }
}
.nav-toggle-wrap .nav-toggle {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 26px;
  height: 18px;
}
.nav-toggle-wrap .nav-toggle span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 0px;
  background: #0077C0;
  display: block;
}
.nav-toggle-wrap .nav-toggle span:nth-child(1) {
  z-index: 2;
  top: 0;
}
@media (max-width: 768px) {
  .nav-toggle-wrap .nav-toggle span:nth-child(1) {
    -webkit-animation-name: anime-nav-toggle-top2;
            animation-name: anime-nav-toggle-top2;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .nav-toggle-wrap .nav-toggle span:nth-child(1).active {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
}
.nav-toggle-wrap .nav-toggle span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.nav-toggle-wrap .nav-toggle span:nth-child(3) {
  z-index: 2;
  bottom: 0;
}
@media (max-width: 768px) {
  .nav-toggle-wrap .nav-toggle span:nth-child(3) {
    -webkit-animation-name: anime-nav-toggle-bottom2;
            animation-name: anime-nav-toggle-bottom2;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .nav-toggle-wrap .nav-toggle span:nth-child(3).active {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
}
.nav-toggle-wrap.active span {
  background: #fff;
}
.nav-toggle-wrap.active span:nth-child(1) {
  -webkit-animation-name: anime-nav-toggle-top;
          animation-name: anime-nav-toggle-top;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav-toggle-wrap.active span:nth-child(2) {
  width: 0;
}
.nav-toggle-wrap.active span:nth-child(3) {
  width: 100%;
  -webkit-animation-name: anime-nav-toggle-bottom;
          animation-name: anime-nav-toggle-bottom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-nav-toggle-top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 0%;
  }
}

@keyframes anime-nav-toggle-top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes anime-nav-toggle-top {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes anime-nav-toggle-top {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes anime-nav-toggle-bottom {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}
@keyframes anime-nav-toggle-bottom {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}
@-webkit-keyframes anime-nav-toggle-bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 0%;
  }
}
@keyframes anime-nav-toggle-bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 0%;
  }
}
.btn--menu-close {
  display: none;
}
@media (max-width: 960px) {
  .btn--menu-close {
    margin-top: 20px;
    font-size: 0.875rem;
    display: block;
    background: #eee;
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    letter-spacing: 0.1em;
  }
  .btn--menu-close::before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23333"><path d="M480-424 284-228q-11 11-28 11t-28-11q-11-11-11-28t11-28l196-196-196-196q-11-11-11-28t11-28q11-11 28-11t28 11l196 196 196-196q11-11 28-11t28 11q11 11 11 28t-11 28L536-480l196 196q11 11 11 28t-11 28q-11 11-28 11t-28-11L480-424Z"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    color: #333;
  }
}

body.lp .site-footer {
  border-top: solid 6px #82d5a5;
}
@media (max-width: 768px) {
  body.lp .site-footer {
    border-top: solid 4px #82d5a5;
  }
}
body.lp .site-footer .foot-menuwrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 240px;
  height: 6px;
  background: #0cb04b;
  z-index: 2;
}
@media (max-width: 960px) {
  body.lp .site-footer .foot-menuwrap::before {
    top: -4px;
    width: 120px;
    height: 4px;
    left: 20px;
  }
}

.site-footer {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  z-index: 0;
  position: relative;
}
.site-footer a[target=_blank] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.site-footer a[target=_blank]::after {
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon_blank.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 850px) {
  .site-footer {
    padding: 0 20px;
  }
}
.site-footer__menu-wrap {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  max-width: 1050px;
  margin: 0 auto;
  padding: 120px 0 20px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 240px;
  grid-template-columns: 1fr 240px;
  -ms-grid-rows: auto 30px auto 30px auto 30px auto;
  grid-template-rows: auto auto auto auto;
  gap: 30px;
}
.site-footer__menu-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.site-footer__menu-wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.site-footer__menu-wrap > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.site-footer__menu-wrap > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.site-footer__menu-wrap > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.site-footer__menu-wrap > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.site-footer__menu-wrap > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.site-footer__menu-wrap > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
@media (max-width: 930px) {
  .site-footer__menu-wrap {
    -ms-grid-columns: 1fr 200px;
    grid-template-columns: 1fr 200px;
  }
}
@media (max-width: 890px) {
  .site-footer__menu-wrap {
    -ms-grid-columns: 1fr 10px 180px;
    grid-template-columns: 1fr 180px;
    gap: 30px 10px;
  }
}
@media (max-width: 850px) {
  .site-footer__menu-wrap {
    gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .site-footer__menu-wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-footer__menu-wrap > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .site-footer__menu-wrap > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .site-footer__menu-wrap > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .site-footer__menu-wrap > *:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media (max-width: 850px) {
  .site-footer__menu-wrap {
    padding: 60px 0 0px;
  }
}
@media (max-width: 768px) {
  .site-footer__menu-wrap {
    max-width: 600px;
  }
}
.site-footer__menu-wrap .site-footer__menu {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
@media (max-width: 850px) {
  .site-footer__menu-wrap .site-footer__menu {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.site-footer__menu-wrap .site-footer__menu .main-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 60px;
}
.site-footer__menu-wrap .site-footer__menu .main-menu > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.site-footer__menu-wrap .site-footer__menu .main-menu > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.site-footer__menu-wrap .site-footer__menu .main-menu > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 990px) {
  .site-footer__menu-wrap .site-footer__menu .main-menu {
    gap: 30px;
  }
}
@media (max-width: 960px) {
  .site-footer__menu-wrap .site-footer__menu .main-menu {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .site-footer__menu-wrap .site-footer__menu .main-menu {
    width: 100%;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px 0px;
  }
  .site-footer__menu-wrap .site-footer__menu .main-menu > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.site-footer__menu-wrap .site-footer__menu .main-menu > li > div {
  color: #333 !important;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.site-footer__menu-wrap .site-footer__menu .main-menu > li > div::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #dddddd;
  border-radius: 2px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.site-footer__menu-wrap .site-footer__menu .main-menu > li.fc--blue > div::before {
  background: #0077C0;
}
.site-footer__menu-wrap .site-footer__menu .main-menu > li.fc--brown > div::before {
  background: #985E19;
}
.site-footer__menu-wrap .site-footer__menu .main-menu > li.fc--green > div::before {
  background: #0CB04B;
}
.site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu {
  background: transparent !important;
}
.site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu li a {
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 0.875rem;
  height: 34px;
}
.site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dddddd;
  margin-left: 4px;
}
.site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu li a::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #dddddd;
  position: absolute;
  left: 7px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--brown li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--brown li a:not(.nothover):hover {
    color: #985E19;
  }
}
.site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--brown li a::before {
  background: #985E19;
}
.site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--brown li a::after {
  background: #985E19;
}
@media (min-width: 769px) {
  .site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--green li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--green li a:not(.nothover):hover {
    color: #0CB04B;
  }
}
.site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--green li a::before {
  background: #0CB04B;
}
.site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--green li a::after {
  background: #0CB04B;
}
@media (min-width: 769px) {
  .site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--blue li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--blue li a:not(.nothover):hover {
    color: #0077C0;
  }
}
.site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--blue li a::before {
  background: #0077C0;
}
.site-footer__menu-wrap .site-footer__menu .main-menu .sub-menu.bg--blue li a::after {
  background: #0077C0;
}
.site-footer__menu-wrap > .sub-menu {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
@media (max-width: 850px) {
  .site-footer__menu-wrap > .sub-menu {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .site-footer__menu-wrap > .sub-menu {
    -ms-grid-column: 1;
    grid-column: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 15px 10px;
  }
  .site-footer__menu-wrap > .sub-menu > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-footer__menu-wrap > .sub-menu > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .site-footer__menu-wrap > .sub-menu li:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .site-footer__menu-wrap > .sub-menu li:last-child {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.site-footer__menu-wrap > .sub-menu a {
  color: #333;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 769px) {
  .site-footer__menu-wrap > .sub-menu a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-footer__menu-wrap > .sub-menu a:not(.nothover):hover {
    color: #999;
  }
}
.site-footer__menu-wrap > .sub-menu a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dddddd;
  margin-left: 4px;
}
.site-footer__menu-wrap .footPrivacyPolicyLinks {
  margin-top: 120px;
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
@media (max-width: 850px) {
  .site-footer__menu-wrap .footPrivacyPolicyLinks {
    margin-top: 50px;
  }
}
.site-footer__menu-wrap .footPrivacyPolicyLinks {
  width: 100%;
}
.site-footer__menu-wrap .footPrivacyPolicyLinks menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 850px) {
  .site-footer__menu-wrap .footPrivacyPolicyLinks menu {
    gap: 15px 20px;
  }
}
.site-footer__menu-wrap .footPrivacyPolicyLinks menu li a {
  font-size: 0.875rem;
  color: #666;
  font-weight: 500;
}
@media (max-width: 768px) {
  .site-footer__menu-wrap .footPrivacyPolicyLinks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 !important;
    margin: 0;
    gap: 20px;
    margin-bottom: 20px;
  }
  .site-footer__menu-wrap .footPrivacyPolicyLinks ul li {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.site-footer__company-logo {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (max-width: 850px) {
  .site-footer__company-logo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.site-footer__company-logo .footlogo-F picture {
  display: block;
}
.site-footer__company-logo .footlogo-F img {
  max-width: 240px;
  width: 100%;
  height: auto;
}
@media (max-width: 850px) {
  .site-footer__company-logo .footlogo-F img {
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
    margin: auto auto 50px;
  }
}
.site-footer__ninsyo-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.site-footer__ninsyo-logo img {
  width: 140px;
}
@media (max-width: 768px) {
  .site-footer__ninsyo-logo img {
    width: 120px;
    height: auto;
  }
}
@media (max-width: 850px) {
  .site-footer__ninsyo-logo {
    border-top: 2px solid rgb(230, 230, 230);
    margin-top: 20px;
    padding-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}
.site-footer .FootMenuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.site-footer .FootMenuWrap > div {
  margin: 0 70px 0 0;
  text-align: left;
}
.site-footer .FootMenuWrap ul {
  margin: 0;
  padding: 0;
}
.site-footer .FootMenuWrap ul li a {
  padding: 0 0 0 15px;
  position: relative;
  color: black;
  letter-spacing: 0.04em;
  line-height: 2.4;
  font-size: 0.875rem;
  font-weight: 500;
}
.site-footer .FootMenuWrap ul li a::after {
  content: "";
  width: 3px;
  height: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  display: block;
  position: absolute;
  top: 50%;
  left: 4%;
}
.site-footer .footlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footlogo:after {
  display: none;
}
.site-footer .footlogo img {
  width: 193px;
  height: auto;
}
@media (max-width: 768px) {
  .site-footer .footlogo img {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.site-footer .foot-inner .copy {
  color: black;
  font-size: 0.625rem;
  color: rgb(128, 128, 128);
}
.site-footer .foot-inner {
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 851px) {
  .site-footer .foot-inner {
    border-top: 2px solid rgb(230, 230, 230);
  }
}
@media (min-width: 769px) {
  .site-footer .foot-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.site-footer .foot-inner {
  padding: 26px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .site-footer .foot-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0 30px;
  }
}

@-webkit-keyframes anime-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anime-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes anime-pop-up-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes anime-pop-up-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes fadein-zoom {
  0% {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  90% {
    opacity: 1;
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes fadein-zoom {
  0% {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  90% {
    opacity: 1;
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
/*--------------------------------------------------------------
animation
--------------------------------------------------------------*/
@-webkit-keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-out-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-out-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-in2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-in2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes anime-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes anime-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes anime-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes anime-fade-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    opacity: 0;
  }
}
@keyframes anime-fade-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-left {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-left {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-left-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
}
@keyframes anime-fade-left-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-right {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-right {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-right-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
}
@keyframes anime-fade-right-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-move-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@keyframes anime-move-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-move-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@keyframes anime-move-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
*[data-a=pop-up] {
  -webkit-transform: scale(0);
          transform: scale(0);
}

*[data-a=pop-up-out] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

*[data-a=fade-in-out] {
  opacity: 0;
}

*[data-a=fade-in] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

*[data-a=fade-up] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

*[data-a=fade-down] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes anime-fade-down {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes anime-fade-down {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
*[data-a=fade-left] {
  opacity: 0;
}

*[data-a=fade-right] {
  opacity: 0;
}

*[data-a=zoom-up] {
  opacity: 0;
}

@-webkit-keyframes anime-zoom-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime-zoom-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes anime-zoom-up-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
@keyframes anime-zoom-up-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
*[data-a=zoom-in] {
  opacity: 0;
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
}

@-webkit-keyframes anime-zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime-zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes anime-zoom-in-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
}
@keyframes anime-zoom-in-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
}
.anime-fade-in2 {
  -webkit-animation-name: anime-fade-in;
          animation-name: anime-fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-out {
  -webkit-animation-name: anime-fade-out;
          animation-name: anime-fade-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-in-out {
  -webkit-animation-name: anime-fade-in-out;
          animation-name: anime-fade-in-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-pop-up {
  -webkit-animation-name: anime-pop-up;
          animation-name: anime-pop-up;
  -webkit-animation-timing-function: cubic-bezier(0, 1.07, 0.71, 1.4);
          animation-timing-function: cubic-bezier(0, 1.07, 0.71, 1.4);
}

.anime-pop-up-out {
  -webkit-animation-name: anime-pop-up-out;
          animation-name: anime-pop-up-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-left {
  -webkit-animation-name: anime-fade-left;
          animation-name: anime-fade-left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-left-out {
  -webkit-animation-name: anime-fade-left-out;
          animation-name: anime-fade-left-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-right {
  -webkit-animation-name: anime-fade-right;
          animation-name: anime-fade-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-right-out {
  -webkit-animation-name: anime-fade-right-out;
          animation-name: anime-fade-right-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-move-left {
  -webkit-animation-name: anime-move-left;
          animation-name: anime-move-left;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-move-right {
  -webkit-animation-name: anime-move-right;
          animation-name: anime-move-right;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anm-fade-up {
  -webkit-animation-name: anime-fade-up;
          animation-name: anime-fade-up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anm-fade-up-out {
  -webkit-animation-name: anime-fade-up-out;
          animation-name: anime-fade-up-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-btn-active .off {
  pointer-events: none;
  display: none;
}
.anime-btn-active button, .anime-btn-active a {
  pointer-events: all !important;
  position: relative;
  z-index: 10;
}

*[data-a=mask-move-up] > * {
  display: block;
  overflow: hidden;
}
*[data-a=mask-move-up] > *:nth-child(1) > * {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
*[data-a=mask-move-up] > *:nth-child(2) > * {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
*[data-a=mask-move-up] > *:nth-child(3) > * {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
*[data-a=mask-move-up] > *:nth-child(4) > * {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
*[data-a=mask-move-up] > *:nth-child(5) > * {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
*[data-a=mask-move-up] > *:nth-child(6) > * {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
*[data-a=mask-move-up] > *:nth-child(7) > * {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
*[data-a=mask-move-up] > *:nth-child(8) > * {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
*[data-a=mask-move-up] > *:nth-child(9) > * {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
*[data-a=mask-move-up] > *:nth-child(10) > * {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
*[data-a=mask-move-up] > * > * {
  display: block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
*[data-a=mask-move-up].anime-active > * > * {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.anime-reverse {
  animation-direction: reverse;
}

*[data-a=fadein-zoom] {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=fadein-zoom].anime-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

*[data-a=slide-zoom] {
  opacity: 0;
  clip-path: inset(10% 10% 10% 10%);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-zoom].anime-active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-bottom] {
  clip-path: inset(0% 0% 100% 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-bottom].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-top] {
  clip-path: inset(100% 0% 0% 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-top].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-right] {
  clip-path: inset(0 100% 0 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-right].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-left] {
  clip-path: inset(0 0% 0 100%);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-left].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-center] {
  clip-path: inset(0 50% 0 50%);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-center].anime-active {
  clip-path: inset(0 0 0 0);
}

@-webkit-keyframes video-loader-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes video-loader-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .kv .splide__slide {
    height: 100%;
    height: calc(var(--vh, 1vh) * 100 - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .kv .splide__slide {
    height: calc(var(--vh, 1vh) * 100 - 105px);
  }
}
.kv__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .kv__nav {
    gap: 6px;
  }
}
.kv__nav li {
  height: 82px;
  width: 100%;
}
@media (max-width: 768px) {
  .kv__nav li {
    height: 61px;
  }
}
@media (max-width: 375px) {
  .kv__nav li {
    height: 45px;
  }
}
.kv__btn {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv__btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .kv__btn > span {
    font-size: 0.875rem;
  }
}
.kv__btn > span {
  letter-spacing: 0.1em;
}
.kv__btn > span span {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .kv__btn > span span {
    font-size: 0.75rem;
  }
}
.kv__btn > span span {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
@media (max-width: 768px) {
  .kv__btn > span {
    display: block;
    line-height: 1.4;
  }
}
@media (max-width: 375px) {
  .kv__btn > span {
    line-height: 1.2;
  }
}
.kv__btn.active {
  color: #fff;
}
.kv__btn.active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 14px solid #0077C0;
  border-top: 0;
  position: absolute;
  left: 50%;
  top: -12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .kv__btn.active::after {
    top: -8px;
    border-bottom: 8px solid #0077C0;
  }
}
.kv__btn {
  position: relative;
}
.kv__btn--blue {
  color: #0077C0;
  border-bottom: 4px solid #0077C0;
}
@media (max-width: 768px) {
  .kv__btn--blue {
    border-bottom: 2px solid #0077C0;
  }
}
.kv__btn--blue.active {
  border-bottom: 4px solid #83CDFF;
}
@media (max-width: 768px) {
  .kv__btn--blue.active {
    border-bottom: 2px solid #83CDFF;
  }
}
.kv__btn--blue.active {
  background: #0077C0;
}
.kv__btn--blue.active::after {
  border-bottom: 14px solid #0077C0;
}
@media (max-width: 768px) {
  .kv__btn--blue.active::after {
    border-bottom: 8px solid #0077C0;
  }
}
@media (min-width: 769px) {
  .kv__btn--blue:not(.active):not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .kv__btn--blue:not(.active):not(.nothover):hover {
    background: rgba(0, 119, 192, 0.25);
  }
}
.kv__btn--brown {
  color: #985E19;
  border-bottom: 4px solid #985E19;
}
@media (max-width: 768px) {
  .kv__btn--brown {
    border-bottom: 2px solid #985E19;
  }
}
.kv__btn--brown.active {
  background: #985E19;
  border-bottom: 4px solid #CDAF90;
}
@media (max-width: 768px) {
  .kv__btn--brown.active {
    border-bottom: 2px solid #CDAF90;
  }
}
.kv__btn--brown.active::after {
  border-bottom: 14px solid #985E19;
}
@media (max-width: 768px) {
  .kv__btn--brown.active::after {
    border-bottom: 8px solid #985E19;
  }
}
@media (min-width: 769px) {
  .kv__btn--brown:not(.active):not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .kv__btn--brown:not(.active):not(.nothover):hover {
    background: rgba(152, 94, 25, 0.25);
  }
}
.kv__btn--green {
  color: #00A73C;
  border-bottom: 4px solid #00A73C;
}
@media (max-width: 768px) {
  .kv__btn--green {
    border-bottom: 2px solid #00A73C;
  }
}
.kv__btn--green.active {
  border-bottom: 4px solid #98D4A1;
}
@media (max-width: 768px) {
  .kv__btn--green.active {
    border-bottom: 2px solid #98D4A1;
  }
}
.kv__btn--green.active {
  background: #00A73C;
}
.kv__btn--green.active::after {
  border-bottom: 14px solid #00A73C;
}
@media (max-width: 768px) {
  .kv__btn--green.active::after {
    border-bottom: 8px solid #00A73C;
  }
}
@media (min-width: 769px) {
  .kv__btn--green:not(.active):not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .kv__btn--green:not(.active):not(.nothover):hover {
    background: rgba(0, 167, 60, 0.25);
  }
}

@media (min-width: 769px) {
  .page-header {
    width: 100%;
    height: 525px;
    overflow: hidden;
  }
}
@media (min-width: 769px) and (max-width: 1470px) {
  .page-header {
    height: 40vw;
  }
}
@media (min-width: 769px) and (max-width: 1260px) {
  .page-header {
    padding-bottom: 0%;
    height: 44vw;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header {
    height: auto;
  }
}
@media (min-width: 769px) {
  .page-header__inner {
    display: block;
  }
  .page-header__img {
    overflow: hidden;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header__img {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    aspect-ratio: 374/543;
    pointer-events: all;
  }
  .page-header__img picture {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    aspect-ratio: 374/543;
  }
  .page-header__img img {
    aspect-ratio: 374/543;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
    margin: auto;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header__bg {
    display: none;
  }
}
@media (min-width: 769px) {
  .page-header__bg picture {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .page-header__bg picture img {
    vertical-align: bottom;
    margin: auto;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header__bg picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header__bg picture img {
    display: none;
  }
}
@media (min-width: 769px) {
  .page-header__inner {
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--wdr .page-header__img, .page-header--wte .page-header__img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 54%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1600px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 768px) {
  .page-header--wdr .page-header__img, .page-header--wte .page-header__img {
    position: relative;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1360px) {
  .page-header--wdr .page-header__img, .page-header--wte .page-header__img {
    left: 55%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--wdr .page-header__img picture, .page-header--wte .page-header__img picture {
    height: 100%;
    max-width: 980px;
    width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-header--wdr .page-header__img img, .page-header--wte .page-header__img img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1470px) {
  .page-header--wdr .page-header__img img, .page-header--wte .page-header__img img {
    width: 70vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--actj .page-header__bg picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 60%;
       object-position: 50% 60%;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header--actj .page-header__bg picture img {
    display: none;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--actj .page-header__img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 65%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1600px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1470px) {
  .page-header--actj .page-header__img {
    left: 70%;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 768px) {
  .page-header--actj .page-header__img {
    position: relative;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--actj .page-header__img picture {
    height: 100%;
    max-width: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1360px) {
  .page-header--actj .page-header__img picture {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--actj .page-header__img img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1470px) {
  .page-header--actj .page-header__img img {
    width: 58vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--wap .page-header__bg picture img, .page-header--wapj .page-header__bg picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header--wap .page-header__bg picture img, .page-header--wapj .page-header__bg picture img {
    display: none;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--wap .page-header__img, .page-header--wapj .page-header__img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 63%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1600px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 768px) {
  .page-header--wap .page-header__img, .page-header--wapj .page-header__img {
    position: relative;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--wap .page-header__img picture, .page-header--wapj .page-header__img picture {
    height: 100%;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-header--wap .page-header__img img, .page-header--wapj .page-header__img img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1470px) {
  .page-header--wap .page-header__img img, .page-header--wapj .page-header__img img {
    width: 73vw;
  }
}
@media (min-width: 769px) {
  .page-header--vi .page-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header--vi .page-header__inner {
    display: block;
  }
}
@media (min-width: 769px) {
  .page-header--vi .page-header__inner picture {
    display: block;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--vi a.page-header__img:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .page-header--vi a.page-header__img:not(.nothover):hover .txt {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@media (min-width: 769px) {
  .page-header--vi .page-header__img {
    padding: 20px 60px 30px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .page-header--vi .page-header__img {
    padding: 20px 70px 30px 20px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--vi .page-header__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1470px) {
  .page-header--vi .page-header__img {
    max-width: 85vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--vi .page-header__img .txt {
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  .page-header--vi .page-header__img .txt img {
    max-width: 459px;
    display: block;
    margin: auto;
  }
  .page-header--vi .page-header__img .img img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header--vi .page-header__img {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0;
  }
  .page-header--vi .page-header__img .txt {
    display: none;
  }
  .page-header--vi .page-header__img picture {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1600px;
    height: 100%;
  }
  .page-header--vi .page-header__img img {
    vertical-align: bottom;
    margin: auto;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .page-header--so .page-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-header--so .page-header__inner picture {
    display: block;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--so a.page-header__img:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .page-header--so a.page-header__img:not(.nothover):hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 769px) {
  .page-header--so .page-header__bg2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header--so .page-header__bg2 {
    position: relative;
    display: none;
  }
}
@media (min-width: 769px) {
  .page-header--so .page-header__bg2 picture {
    display: block;
    max-width: 1480px;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .page-header--so .page-header__bg2 picture {
    width: 100%;
    left: 0px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (min-width: 769px) {
  .page-header--so .page-header__bg2 picture img {
    position: absolute;
    right: -20%;
    top: 0;
    height: 100% !important;
    width: auto !important;
  }
}
@media (min-width: 769px) and (max-width: 1380px) {
  .page-header--so .page-header__bg2 picture img {
    left: 440px;
    right: auto;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .page-header--so .page-header__bg2 picture img {
    right: auto;
    left: 400px;
  }
}
@media (min-width: 769px) {
  .page-header--so .page-header__img {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header--so .page-header__img {
    display: block;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--so .kv-solution {
    height: auto;
    position: absolute;
    max-width: 1600px;
    width: 100%;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-left: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1280px) {
  .page-header--so .kv-solution {
    padding-left: 40px;
    padding-right: 80px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header--so .kv-solution {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .page-header--so .kv-solution__title {
    width: 353px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header--so .kv-solution__title {
    max-width: 274px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 34px;
    height: 67px;
  }
}
@media (min-width: 769px) {
  .page-header--so .kv-solution__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header--so .kv-solution__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
@media (min-width: 769px) {
  .page-header--so .kv-solution__menu li {
    max-width: 340px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page-header--so .kv-solution__menu li {
    margin-top: -10px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .page-header--so .kv-solution__menu li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .page-header--so .kv-solution__menu li a:not(.nothover):hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 769px) {
  .page-header--so .kv-solution__menu li img {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    max-width: 340px;
    width: 100%;
    height: auto;
  }
}

.ph-card {
  max-width: 1250px;
  width: 100%;
  height: 100%;
}
.ph-card__inner {
  display: block;
}
@media (min-width: 769px) {
  .ph-card__inner {
    height: 440px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .ph-card__inner {
    min-height: 400px;
    height: auto;
  }
}
@media (min-width: 769px) {
  .ph-card--wc .ph-card__inner {
    background: url(../images/kv/card_wooms_connect_bg@2x.jpg) no-repeat;
  }
}
@media (max-width: 768px) {
  .ph-card--wc .ph-card__inner {
    background: url(../images/kv/card_wooms_connect_bg_sp.webp) no-repeat;
  }
}
.ph-card--wc .ph-card__inner {
  background-size: cover;
}
@media (min-width: 769px) {
  .ph-card--wc .ph-card__inner:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .ph-card--wc .ph-card__inner:not(.nothover):hover .hover--green {
    background: #fff;
    color: #0CB04B;
  }
}
@media (min-width: 769px) {
  .ph-card--wdr .ph-card__inner {
    background: url(../images/kv/card_wooms_drive_bg@2x.jpg) no-repeat;
  }
}
@media (max-width: 768px) {
  .ph-card--wdr .ph-card__inner {
    background: url(../images/kv/card_wooms_drive_bg_sp.webp) no-repeat;
  }
}
.ph-card--wdr .ph-card__inner {
  background-size: cover;
}
@media (min-width: 769px) {
  .ph-card--wdr .ph-card__inner:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .ph-card--wdr .ph-card__inner:not(.nothover):hover .hover--blue {
    background: #fff;
    color: #0077C0;
  }
}
@media (min-width: 769px) {
  .ph-card--wte .ph-card__inner {
    background: url(../images/kv/card_wooms_technology_bg@2x.jpg) no-repeat;
  }
}
@media (max-width: 768px) {
  .ph-card--wte .ph-card__inner {
    background: url(../images/kv/card_wooms_technology_bg_sp.webp) no-repeat;
  }
}
.ph-card--wte .ph-card__inner {
  background-size: cover;
}
@media (min-width: 769px) {
  .ph-card--wte .ph-card__inner:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .ph-card--wte .ph-card__inner:not(.nothover):hover .hover--blue {
    background: #fff;
    color: #0077C0;
  }
}
@media (min-width: 769px) {
  .ph-card--wap .ph-card__inner {
    background: url(../images/kv/card_wooms_app_portal_bg@2x.jpg) no-repeat;
  }
}
@media (max-width: 768px) {
  .ph-card--wap .ph-card__inner {
    background: url(../images/kv/card_wooms_app_portal_bg_sp.webp) no-repeat;
  }
}
.ph-card--wap .ph-card__inner {
  background-size: cover;
}
@media (min-width: 769px) {
  .ph-card--wap .ph-card__inner:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .ph-card--wap .ph-card__inner:not(.nothover):hover .border--blue {
    background: #fff;
    color: #0077C0;
  }
}
@media (min-width: 769px) {
  .ph-card--wapj .ph-card__inner {
    background: url(../images/kv/card_wooms_app_portal-jichitai_bg@2x.jpg) no-repeat;
  }
}
@media (max-width: 768px) {
  .ph-card--wapj .ph-card__inner {
    background: url(../images/kv/card_wooms_app_portal-jichitai_bg_sp.webp) no-repeat;
  }
}
.ph-card--wapj .ph-card__inner {
  background-size: cover;
}
@media (min-width: 769px) {
  .ph-card--wapj .ph-card__inner:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .ph-card--wapj .ph-card__inner:not(.nothover):hover .hover--brown {
    background: #fff;
    color: #985E19;
  }
}
@media (min-width: 769px) {
  .ph-card--actj .ph-card__inner {
    background: url(../images/kv/card_wooms_activate-jichitai_bg@2x.jpg) no-repeat;
  }
}
@media (max-width: 768px) {
  .ph-card--actj .ph-card__inner {
    background: url(../images/kv/card_wooms_activate-jichitai_bg_sp.webp) no-repeat;
  }
}
.ph-card--actj .ph-card__inner {
  background-size: cover;
}
@media (min-width: 769px) {
  .ph-card--actj .ph-card__inner:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .ph-card--actj .ph-card__inner:not(.nothover):hover .hover--brown {
    background: #fff;
    color: #985E19;
  }
}
@media (min-width: 769px) {
  .ph-card {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform-origin: 100px bottom 0;
            transform-origin: 100px bottom 0;
  }
}
@media (max-width: 1260px) {
  .ph-card {
    -webkit-transform-origin: 100px center 0;
            transform-origin: 100px center 0;
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
  }
}
@media (max-width: 1140px) {
  .ph-card {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
}
@media (max-width: 960px) {
  .ph-card {
    -webkit-transform: translateX(0%) scale(0.7);
            transform: translateX(0%) scale(0.7);
    left: -30px;
    top: auto;
    bottom: 0;
  }
}
.ph-card {
  z-index: 10;
}
@media (max-width: 768px) {
  .ph-card {
    position: absolute;
    width: calc(100% - 40px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ph-card__inner {
  max-width: 500px;
  background-size: cover;
  position: relative;
}
@media (min-width: 769px) {
  .ph-card__inner {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .ph-card__inner {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ph-card__main {
  padding: 28px 40px 40px;
}
@media (max-width: 1280px) {
  .ph-card__main {
    padding: 15px 20px 40px;
  }
}
@media (max-width: 768px) {
  .ph-card__main {
    max-width: 560px;
    padding: 10px 20px 20px !important;
  }
}
.ph-card__title {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .ph-card__title {
    margin-bottom: 12px;
  }
}
.ph-card__title strong {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media (max-width: 1260px) {
  .ph-card__title strong {
    font-size: 1rem;
  }
}
@media (max-width: 960px) {
  .ph-card__title strong {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .ph-card__title strong {
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .ph-card__title strong {
    font-size: 3.6vw;
  }
}
.ph-card__title img {
  max-width: 100%;
  width: auto;
  max-height: 42px;
  height: auto;
  margin: 0;
  display: block;
}
@media (max-width: 768px) {
  .ph-card__title img {
    max-height: 27px;
    margin: auto;
  }
}
.ph-card__title img.logo--wooms-drive {
  max-height: 34px;
}
@media (max-width: 768px) {
  .ph-card__title img.logo--wooms-drive {
    max-height: 27px;
  }
}
.ph-card__title img.logo--wooms-connect {
  max-height: 38px;
}
@media (max-width: 768px) {
  .ph-card__title img.logo--wooms-connect {
    max-height: 29px;
  }
}
.ph-card__title img.logo--wooms-technology {
  max-height: 42px;
}
@media (max-width: 768px) {
  .ph-card__title img.logo--wooms-technology {
    max-height: 30px;
  }
}
.ph-card__title img.logo--wooms-activate {
  max-height: 34px;
}
@media (max-width: 768px) {
  .ph-card__title img.logo--wooms-activate {
    max-height: 27px;
  }
}
.ph-card__title img.logo--wooms-app-portal {
  max-height: 42px;
}
@media (max-width: 768px) {
  .ph-card__title img.logo--wooms-app-portal {
    max-height: 31px;
  }
}
.ph-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.ph-card__text p {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 768px) {
  .ph-card__text p {
    display: none;
  }
}
.ph-card__text p {
  line-height: 1.7;
  font-weight: 400;
}
.ph-card__text p strong {
  margin-bottom: 5px;
  font-weight: 700;
}
.ph-card__text p {
  color: #fff;
  font-size: 0.875rem;
  white-space: wrap;
}
@media (max-width: 960px) {
  .ph-card__text p {
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .ph-card__text p {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
.ph-card__text .btn--square {
  margin-top: 5px;
}

@media (min-width: 769px) {
  #home .ph-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home .ph-card__title strong {
    margin-bottom: 0;
  }
  #home .ph-card__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #home .ph-card__text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 55px;
  }
  #home .ph-card__text .btn--square {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  #home .ph-card__main {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #home .ph-card--wdr .ph-card__title strong br {
    display: none !important;
  }
  #home .ph-card__title strong {
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
  }
}
.kv .splide__nav {
  display: none;
}

.splide--type01 .splide__nav {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .splide--type01 .splide__nav {
    width: 100%;
    padding: 0 10px;
  }
}
.splide--type01 .splide__arrow {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
  top: 0 !important;
  height: 40px !important;
  width: 40px !important;
  position: relative !important;
  background: transparent !important;
}
.splide--type01 .splide__arrow::after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%230077C0"><path d="M504-480 348-636q-11-11-11-28t11-28q11-11 28-11t28 11l184 184q6 6 8.5 13t2.5 15q0 8-2.5 15t-8.5 13L404-268q-11 11-28 11t-28-11q-11-11-11-28t11-28l156-156Z"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.splide--type01 .splide__arrow--next {
  right: 0 !important;
  left: 0 !important;
}
.splide--type01 .splide__arrow--prev {
  right: 0 !important;
  left: 0 !important;
}
.splide--type01 .splide__arrow--prev::after {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.splide--type01 .splide__arrows {
  gap: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .splide--type01 .splide__arrows {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 35px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .splide--type01 .splide__arrows {
    gap: 0px;
  }
}
.splide--type01 .splide__pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative !important;
  gap: 6px;
  width: fit-content;
  position: relative !important;
}
.splide--type01 .splide__pagination li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.splide--type01 .splide__pagination li button {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(0, 119, 192, 0.2);
  position: relative;
}
.splide--type01 .splide__pagination li button.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  width: 8px;
  background: #0077C0;
  overflow: hidden;
}

.kv .splide__pagination li button.is-active {
  background: rgba(0, 119, 192, 0.2);
  width: 36px;
}
.kv .splide__pagination li button.is-active span {
  position: absolute;
  left: 0;
  top: 0;
  background: #0077C0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.cont--news {
  max-width: 1240px;
}
@media (max-width: 768px) {
  .cont--news {
    padding: 0 0px;
  }
  .cont--news .btn-wrap {
    padding: 0 20px;
  }
}
.cont--news__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cont--news__tabs {
    max-width: 600px;
    padding: 0 18px;
    margin: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 5px;
  }
  .cont--news__tabs > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cont--news__tabs > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cont--news__tabs > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
.cont--news__tab {
  border-radius: 20px;
  min-width: 140px;
  height: 31px;
  padding: 0 20px;
  border: 2px #ccc solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .cont--news__tab {
    min-width: auto;
    font-size: 0.8125rem;
    white-space: nowrap;
    padding: 0;
  }
}
.cont--news .splide__track {
  padding: 20px 0;
}
.cont--news__content {
  display: none;
}
.cont--news__content.active {
  display: block;
}

.border--all {
  border: solid 2px #0077c0;
  color: #0077c0;
}
.border--all.active {
  color: #fff;
  background: #0077c0;
}
@media (min-width: 769px) {
  .border--all:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .border--all:not(.nothover):hover {
    color: #fff;
    background: #0077c0;
  }
}
.border--newsrelease {
  border: solid 2px #945213;
  color: #945213;
}
.border--newsrelease.active {
  color: #fff;
  background: #945213;
}
@media (min-width: 769px) {
  .border--newsrelease:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .border--newsrelease:not(.nothover):hover {
    color: #fff;
    background: #945213;
  }
}
.border--media {
  border: solid 2px #00b53b;
  color: #00b53b;
}
.border--media.active {
  color: #fff;
  background: #00b53b;
}
@media (min-width: 769px) {
  .border--media:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .border--media:not(.nothover):hover {
    color: #fff;
    background: #00b53b;
  }
}
.border--report {
  border: solid 2px #8d2ac1;
  color: #8d2ac1;
}
.border--report.active {
  color: #fff;
  background: #8d2ac1;
}
@media (min-width: 769px) {
  .border--report:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .border--report:not(.nothover):hover {
    color: #fff;
    background: #8d2ac1;
  }
}
.border--interview {
  border: solid 2px #d7172c;
  color: #d7172c;
}
.border--interview.active {
  color: #fff;
  background: #d7172c;
}
@media (min-width: 769px) {
  .border--interview:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .border--interview:not(.nothover):hover {
    color: #fff;
    background: #d7172c;
  }
}
.border--event {
  border: solid 2px #F39C1A;
  color: #F39C1A;
}
.border--event.active {
  color: #fff;
  background: #F39C1A;
}
@media (min-width: 769px) {
  .border--event:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .border--event:not(.nothover):hover {
    color: #fff;
    background: #F39C1A;
  }
}
.border--case-study {
  border: solid 2px #0077c0;
  color: #0077c0;
}
.border--case-study.active {
  color: #fff;
  background: #0077c0;
}
@media (min-width: 769px) {
  .border--case-study:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .border--case-study:not(.nothover):hover {
    color: #fff;
    background: #0077c0;
  }
}

.post_wrap .splide__slide {
  width: calc(33.3% - 33px) !important;
}
@media (max-width: 1120px) {
  .post_wrap .splide__slide {
    width: calc(33.3% - 18px) !important;
  }
}
@media (max-width: 880px) {
  .post_wrap .splide__slide {
    width: calc(50% - 15px) !important;
  }
}
@media (max-width: 768px) {
  .post_wrap .splide__slide {
    width: calc(93% - 15px) !important;
    max-width: 560px;
  }
}
.post_wrap {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post_wrap .news_list_shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post_wrap a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 769px) {
  .post_wrap a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .post_wrap a:not(.nothover):hover .news_thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .post_wrap a:not(.nothover):hover .LinkMore {
    padding-right: 20px;
  }
}
.post_wrap a .news_contentarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post_wrap .news_thumbnail {
  width: 100%;
  height: 184px;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2;
}
@media (max-width: 1240px) {
  .post_wrap .news_thumbnail {
    height: 15vw;
  }
}
.post_wrap .news_thumbnail picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .post_wrap .news_thumbnail {
    height: 184px;
  }
}
.post_wrap .news_thumbnail img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_wrap .news_contentarea {
  position: relative;
  padding: 15px 15px;
}
.post_wrap .news_contentarea .news_title {
  min-height: 130px;
  height: auto;
  display: block;
  margin-top: 3px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 24px;
  margin: 15px 0 12px;
  font-weight: 500;
  padding-bottom: 30px;
}
.post_wrap .news_contentarea .news_subtitle {
  display: none;
  font-size: 1rem;
  font-weight: 700;
  color: #0077c0;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .post_wrap .news_contentarea .news_subtitle {
    font-size: 0.875rem;
  }
}
.post_wrap .news_contentarea .news_subtitle + .post_title {
  margin-top: 3px;
}
.post_wrap .news_contentarea .news_date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 10px;
  color: #999;
}
.post_wrap .news_contentarea .news_tag {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  display: none;
}
@media (max-width: 768px) {
  .post_wrap .news_contentarea .news_tag {
    margin: 7px 0;
  }
}
.post_wrap .news_contentarea .news_tag span {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.75rem;
  border-radius: 2em;
  min-height: 31px;
  padding: 3px 15px;
  min-width: 139px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .post_wrap .news_contentarea .news_tag span {
    padding: 3px 15px;
  }
}
.post_wrap .news_contentarea .news_tag.media span {
  background: #00b53b;
}
.post_wrap .news_contentarea .news_tag.eport span {
  background: #8d2ac1;
}
.post_wrap .news_contentarea .news_tag.interview span {
  background: #d7172c;
}
.post_wrap .news_contentarea .news_tag.event span {
  background: #F39C1A;
}
.post_wrap .news_contentarea .news_tag.case-study span {
  background: #0077c0;
}
.post_wrap .news_contentarea .LinkMore {
  font-weight: 500;
  color: #0077c0;
  border-bottom: 1px solid;
  position: relative;
  padding-right: 10px;
  /* margin-left: 65%; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: calc(100% - 67px);
  bottom: 15px;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .post_wrap .news_contentarea .LinkMore {
    font-size: 0.9375rem;
  }
}
.post_wrap .news_contentarea .LinkMore::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-right: 1px solid #0077c0;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  bottom: -2.5px;
  right: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cat {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.75rem;
  border-radius: 2em;
  height: 31px;
  min-width: 139px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cat.case-study {
  color: #0077c0;
  border: 2px solid;
}
.cat.newsrelease {
  color: #945213;
  border: 2px solid;
}
.cat.report {
  color: #8d2ac1;
  border: 2px solid;
}
.cat.media {
  color: #0cb04b;
  border: 2px solid;
}
.cat.interview {
  color: #d7172c;
  border: 2px solid;
}
.cat.event {
  color: #F39C1A;
  border: 2px solid;
}

.page-header__media {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  /*
     clip-path:inset(0 100% 0 0%);
     transition: 0.4s all cubic-bezier(.68,0,.4,.99);
  &.active{
  	clip-path:inset(0 0 0 0);
  }
     */
}
.page-header__media img,
.page-header__media picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__media video {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .page-header__media video {
    height: calc(100% - 48px);
  }
}
.page-header__media--local-governments .img01 {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  #home .page-header__media video {
    height: 100%;
  }
}

.video-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  border: 4px solid rgba(0, 119, 192, 0.3);
  border-top-color: rgb(0, 119, 192);
  border-radius: 50%;
  -webkit-animation: video-loader-spin 0.8s linear infinite;
          animation: video-loader-spin 0.8s linear infinite;
  z-index: 10;
}
.video-loader.is-hidden {
  display: none;
}

@media (max-width: 768px) {
  #home .page-header--fe .page-header__inner, #home .page-header--we .page-header__inner {
    height: 100% !important;
  }
  #home .page-header--fe .ph-card--01-wrap, #home .page-header--we .ph-card--01-wrap {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

.page-header {
  width: 100%;
  height: 525px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .page-header {
    height: 44vw;
  }
}
@media (max-width: 920px) {
  .page-header {
    height: 48vw;
  }
}
@media (max-width: 1260px) {
  .page-header {
    padding-bottom: 0%;
  }
}
.page-header__img:not(.local-governments) {
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-header__img:not(.local-governments) {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    aspect-ratio: 374/543;
    pointer-events: all;
  }
  .page-header__img:not(.local-governments) picture {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    aspect-ratio: 374/543;
  }
  .page-header__img:not(.local-governments) img {
    aspect-ratio: 374/543;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
    margin: auto;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .page-header__bg {
    display: none;
  }
}
.page-header__bg picture {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
.page-header__bg picture img {
  vertical-align: bottom;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .page-header__bg picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 768px) {
  .page-header__bg picture img {
    display: none;
  }
}
.page-header__inner {
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.page-header__copy-01 {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 10;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 120, 194, 0.5));
          filter: drop-shadow(0px 0px 20px rgba(0, 120, 194, 0.5));
}
@media (max-width: 1080px) {
  .page-header__copy-01 {
    right: 20px;
    top: 20px;
    width: 21vw;
    height: auto;
  }
}
@media (max-width: 768px) {
  .page-header__copy-01 {
    right: 12px;
    top: 12px;
    max-width: 148px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .page-header__copy-01 {
    max-width: 128px;
  }
}
@media (max-width: 768px) {
  .page-header__note-01-wrap {
    height: 100%;
    position: relative;
  }
}
.page-header__note-01 {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  z-index: 10;
  max-width: 60%;
}
@media (max-width: 1280px) {
  .page-header__note-01 {
    bottom: 20px;
    max-width: calc(100% - 520px);
  }
}
@media (max-width: 1080px) {
  .page-header__note-01 {
    right: 20px;
    bottom: 20px;
    max-width: calc(100% - 500px);
  }
}
@media (max-width: 768px) {
  .page-header__note-01 {
    max-width: 520px;
    bottom: 10px;
    width: calc(100% - 40px);
  }
}
.page-header__note-01 li {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .page-header__note-01 li {
    font-size: 0.75rem;
  }
}
.page-header__note-01 li {
  color: #0077C0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 0.1em 0.6em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-header__note-01 li {
    padding: 0.1em 0.6em;
    text-align: right;
  }
}
.page-header__note-01 li > *:nth-child(1) {
  width: 20px;
}
.page-header__note-01 li > *:nth-child(2) {
  width: calc(100% - 25px);
}
@media (max-width: 768px) {
  .page-header--fe {
    overflow: visible;
    height: auto !important;
  }
  .page-header--fe .page-header__inner {
    height: auto !important;
  }
}
.page-header--fe .page-header__img:not(.local-governments),
.page-header--fe .page-header__img2 {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  max-width: 1400px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1220px) {
  .page-header--fe .page-header__img:not(.local-governments),
  .page-header--fe .page-header__img2 {
    left: auto;
    right: 30px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 54%;
  }
}
@media (max-width: 1080px) {
  .page-header--fe .page-header__img:not(.local-governments),
  .page-header--fe .page-header__img2 {
    right: 10px;
  }
}
@media (max-width: 960px) {
  .page-header--fe .page-header__img:not(.local-governments),
  .page-header--fe .page-header__img2 {
    width: calc(100% - 400px);
  }
}
@media (max-width: 768px) {
  .page-header--fe .page-header__img:not(.local-governments),
  .page-header--fe .page-header__img2 {
    height: calc(var(--vh, 1vh) * 70);
    position: relative;
    max-width: 560px;
    margin: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .page-header--fe .page-header__img:not(.local-governments),
  .page-header--fe .page-header__img2 {
    height: calc(var(--vh, 1vh) * 75);
  }
}
.page-header--fe .page-header__img:not(.local-governments) > div,
.page-header--fe .page-header__img2 > div {
  height: 100%;
  max-width: 741px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1360px) {
  .page-header--fe .page-header__img:not(.local-governments) > div,
  .page-header--fe .page-header__img2 > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .page-header--fe .page-header__img:not(.local-governments) > div,
  .page-header--fe .page-header__img2 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100% - 190px) !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-header--fe .page-header__img:not(.local-governments) > div picture,
  .page-header--fe .page-header__img2 > div picture {
    display: block;
    height: auto !important;
  }
}
.page-header--fe .page-header__img:not(.local-governments) > div img,
.page-header--fe .page-header__img2 > div img {
  width: 100%;
}
.page-header--fe .page-header__img:not(.local-governments) picture,
.page-header--fe .page-header__img2 picture {
  display: block;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1360px) {
  .page-header--fe .page-header__img:not(.local-governments) picture,
  .page-header--fe .page-header__img2 picture {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .page-header--fe .page-header__img:not(.local-governments) picture,
  .page-header--fe .page-header__img2 picture {
    display: block;
    aspect-ratio: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-header--fe .page-header__img:not(.local-governments) img,
.page-header--fe .page-header__img2 img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1470px) {
  .page-header--fe .page-header__img:not(.local-governments) img,
  .page-header--fe .page-header__img2 img {
    width: 65vw;
  }
}
@media (max-width: 768px) {
  .page-header--fe .page-header__img:not(.local-governments),
  .page-header--fe .page-header__img2 {
    width: 100%;
    right: auto;
  }
  .page-header--fe .page-header__img:not(.local-governments) > div img,
  .page-header--fe .page-header__img2 > div img {
    width: calc(100% - 20px);
    aspect-ratio: auto !important;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@media (max-width: 768px) {
  .page-header--fe .page-header__img:not(.local-governments) {
    display: block;
    aspect-ratio: auto !important;
  }
}
.page-header--fe .page-header__img:not(.local-governments) img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-header--fe .page-header__img.local-governments {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  max-width: 1400px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .page-header--fe .page-header__img.local-governments {
    height: calc(var(--vh, 1vh) * 70);
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: 0px;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .page-header--fe .page-header__img.local-governments {
    height: calc(var(--vh, 1vh) * 75);
  }
}
@media (max-width: 768px) {
  .page-header--fe .ph-card--01-wrap {
    -webkit-transform: translate(-50%, 40px);
            transform: translate(-50%, 40px);
  }
}
@media (max-width: 768px) {
  .page-header--fe .page-header__bg {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .page-header--fe .page-header__bg img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block !important;
  }
}
.page-header--fe .page-header__img2 {
  mix-blend-mode: multiply;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-header--fe .page-header__img2 {
    position: absolute;
    left: calc(50% + 10px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
}
@media (max-width: 768px) {
  .page-header--fe .ph-card--01-wrap {
    height: 100%;
  }
}
.page-header--wc .page-header__img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  max-width: 1400px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1360px) {
  .page-header--wc .page-header__img {
    width: 70vw;
    left: auto;
    right: 0px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (max-width: 1080px) {
  .page-header--wc .page-header__img {
    width: 73vw;
    right: -4vw;
  }
}
@media (max-width: 960px) {
  .page-header--wc .page-header__img {
    width: calc(100% - 240px);
  }
}
@media (max-width: 768px) {
  .page-header--wc .page-header__img {
    display: none;
    height: calc(var(--vh, 1vh) * 70);
    position: relative;
    max-width: 560px;
    margin: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .page-header--wc .page-header__img {
    height: calc(var(--vh, 1vh) * 75);
  }
}
.page-header--wc .page-header__img > div {
  height: 100%;
  max-width: 981px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .page-header--wc .page-header__img > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100% - 190px) !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-header--wc .page-header__img > div picture {
    display: block;
    height: auto !important;
  }
}
.page-header--wc .page-header__img > div img {
  width: 100%;
}
.page-header--wc .page-header__img picture {
  display: block;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1360px) {
  .page-header--wc .page-header__img picture {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .page-header--wc .page-header__img picture {
    display: block;
    aspect-ratio: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-header--wc .page-header__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .page-header--wc .page-header__img {
    width: 100%;
    right: auto;
  }
  .page-header--wc .page-header__img > div img {
    width: calc(100% - 20px);
    aspect-ratio: auto !important;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@media (max-width: 768px) {
  .page-header--wc .page-header__img {
    display: none;
    aspect-ratio: auto !important;
  }
}
.page-header--wc .page-header__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .page-header--wc .ph-card--01-wrap .sp-img {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-header--wc .ph-card--01-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translate(-50%, 40px);
            transform: translate(-50%, 40px);
  }
  .page-header--wc .ph-card--01-wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-header--wc .ph-card--01-wrap > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page-header--wc .ph-card--01-wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-header--wc .ph-card--01-wrap > *:nth-child(1) img, .page-header--wc .ph-card--01-wrap > *:nth-child(1) picture {
    width: 100%;
  }
  .page-header--wc .ph-card--01-wrap > *:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media (max-width: 768px) {
  .page-header--wc .page-header__bg {
    height: 100%;
    width: 100%;
    display: block !important;
  }
  .page-header--wc .page-header__bg picture {
    height: 100%;
    width: 100%;
    display: block !important;
  }
}
@media (max-width: 768px) {
  .page-header--wc .page-header__bg img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block !important;
  }
}
.page-header__local-governments {
  width: calc(100% - 610px);
  height: 100%;
  position: absolute;
}
@media (min-width: 769px) {
  .page-header__local-governments {
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1280px) {
  .page-header__local-governments {
    width: calc(100% - 540px);
  }
}
@media (max-width: 1220px) {
  .page-header__local-governments {
    width: calc(100% - 510px);
  }
}
@media (max-width: 1080px) {
  .page-header__local-governments {
    right: 15px;
    width: calc(100% - 480px);
  }
}
@media (max-width: 960px) {
  .page-header__local-governments {
    right: 15px;
    width: calc(100% - 430px);
  }
}
@media (max-width: 768px) {
  .page-header__local-governments {
    right: 0px;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 50px);
    height: calc(100% - 190px);
  }
}
.page-header__local-governments .img01 {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
}
@media (min-width: 769px) {
  .page-header__local-governments .img01 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .page-header__local-governments .img01 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.page-header__local-governments .img02 {
  width: 43%;
  height: auto;
  position: absolute;
  left: 8%;
}
@media (min-width: 769px) {
  .page-header__local-governments .img02 {
    bottom: 66.2%;
  }
}
.page-header__local-governments .img02 {
  z-index: 2;
}
@media (max-width: 768px) {
  .page-header__local-governments .img02 {
    left: 4%;
    top: 26%;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .page-header__local-governments .img02 {
    top: 22%;
  }
}
@media (max-width: 768px) {
  .page-header__local-governments .img03-wrap {
    width: 70%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    top: 46%;
  }
}
.page-header__local-governments .img03 {
  width: 62.5%;
  height: auto;
  position: absolute;
  left: 6.3%;
}
@media (min-width: 769px) {
  .page-header__local-governments .img03 {
    bottom: 5.5%;
  }
}
.page-header__local-governments .img03 {
  z-index: 2;
}
@media (max-width: 768px) {
  .page-header__local-governments .img03 {
    width: 100%;
    left: 0;
  }
}
.page-header__local-governments .img04 {
  width: 28%;
  height: auto;
  position: absolute;
  right: 0%;
  bottom: 5.5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-header__local-governments .img04 {
    top: 50%;
    bottom: auto;
    right: -5%;
  }
}

@media (max-width: 768px) {
  .page-header {
    height: calc(var(--vh, 1vh) * 100 - 60px);
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .page-header {
    height: calc(var(--vh, 1vh) * 100 - 55px);
  }
}
@media (max-width: 768px) {
  .page-header--wc {
    height: calc(var(--vh, 1vh) * 70);
    overflow: visible;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .page-header--wc {
    height: calc(var(--vh, 1vh) * 75);
  }
}

@media (max-width: 768px) {
  #home .page-header {
    height: calc(var(--vh, 1vh) * 100 - 120px);
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  #home .page-header {
    height: calc(var(--vh, 1vh) * 100 - 105px);
  }
}
@media (max-width: 768px) {
  #home .page-header--wc {
    height: calc(var(--vh, 1vh) * 100 - 120px);
  }
  #home .page-header--wc .ph-card--01-wrap {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  #home .page-header--wc {
    height: calc(var(--vh, 1vh) * 100 - 105px);
  }
}

.ph-card--01-wrap {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .ph-card--01-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    ustify-content: flex-end;
    padding-bottom: 20px;
  }
  .ph-card--01-wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ph-card--01-wrap > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ph-card--01-wrap > *:nth-child(1) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .ph-card--01-wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.ph-card--01 {
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  position: relative;
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 120, 194, 0.5);
          box-shadow: 0px 0px 20px rgba(0, 120, 194, 0.5);
}
.ph-card--01 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ph-card--01 > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
@media (max-width: 1220px) {
  .ph-card--01 {
    max-width: 460px;
  }
}
@media (max-width: 768px) {
  .ph-card--01 .btn--square {
    min-height: 40px;
    font-size: 0.875rem;
  }
}
@media (max-width: 375px) {
  .ph-card--01 .btn--square {
    min-height: 35px;
    font-size: 0.75rem;
  }
}
@media (min-width: 769px) {
  .ph-card--01 {
    position: absolute;
    left: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .ph-card--01 {
    height: auto;
  }
}
@media (max-width: 768px) {
  .ph-card--01 {
    width: calc(100% - 40px);
    max-width: 560px;
    margin: auto;
    height: auto;
  }
}
.ph-card--01 {
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .ph-card--01 {
    -webkit-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9);
    left: 40px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .ph-card--01 {
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
    left: 30px;
  }
}
@media (max-width: 768px) {
  .ph-card--01 {
    max-width: 420px;
    width: calc(100% - 40px);
  }
}
.ph-card--01__inner {
  padding: 30px 40px 30px;
  height: 100%;
}
@media (max-width: 920px) {
  .ph-card--01__inner {
    padding: 30px 20px 30px;
  }
}
@media (min-width: 769px) {
  .ph-card--01__inner {
    min-height: 320px;
  }
}
.ph-card--01__inner-pd {
  padding: 30px 40px 30px;
}
@media (max-width: 920px) {
  .ph-card--01__inner-pd {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 768px) {
  .ph-card--01__inner {
    padding: 20px 20px 20px;
  }
}
@media (max-width: 375px) {
  .ph-card--01__inner {
    padding: 15px 15px 15px;
  }
}
.ph-card--01__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.ph-card--01__text-center {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .ph-card--01__text {
    gap: 0.8em;
  }
}
@media (max-width: 375px) {
  .ph-card--01__text {
    gap: 0.5em;
  }
}
.ph-card--01__text p {
  color: #0077C0;
  font-size: 1.125rem;
}
@media (max-width: 1080px) {
  .ph-card--01__text p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .ph-card--01__text p {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.ph-card--01__text p.fs-s {
  font-size: 1.0625rem;
}
@media (max-width: 768px) {
  .ph-card--01__text p.fs-s {
    font-size: 0.875rem;
  }
}
@media (max-width: 375px) {
  .ph-card--01__text p {
    font-size: 3.5vw;
  }
	 .ph-card--01__text p.fs-s {
    font-size: 3.5vw;
  }
}
.ph-card--01__text p {
  font-weight: 500;
}
.ph-card--01__text a {
  border-radius: 6px !important;
}
.ph-card--01__title {
  position: relative;
  padding: 10px;
}
@media (max-width: 768px) {
  .ph-card--01__title {
    padding: 5px;
  }
}
.ph-card--01__title h1,
.ph-card--01__title h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1080px) {
  .ph-card--01__title h1,
  .ph-card--01__title h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .ph-card--01__title h1,
  .ph-card--01__title h2 {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 375px) {
  .ph-card--01__title h1,
  .ph-card--01__title h2 {
    font-size: 5.2vw;
  }
}
.ph-card--01__title h1 span,
.ph-card--01__title h2 span {
  font-size: 1.25rem;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
@media (max-width: 1080px) {
  .ph-card--01__title h1 span,
  .ph-card--01__title h2 span {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .ph-card--01__title h1 span,
  .ph-card--01__title h2 span {
    font-size: 0.9375rem;
  }
}
@media (max-width: 375px) {
  .ph-card--01__title h1 span,
  .ph-card--01__title h2 span {
    font-size: 3.4vw;
  }
}
.ph-card--01__title picture {
  display: block;
}
.ph-card--01__title .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.ph-card--01__title {
  border-bottom: 6px solid #92CFF4;
}
.ph-card--01__read {
  color: #0077C0;
}
.ph-card--01__read img {
  display: block;
  margin: 0;
  height: auto;
  max-width: 95%;
}
@media (max-width: 768px) {
  .ph-card--01__read img {
    max-width: 71%;
    height: auto;
  }
}
@media (max-width: 375px) {
  .ph-card--01__read img {
    max-width: 65%;
    height: auto;
  }
}
.ph-card--01__read > div {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.ph-card--01__read > div.gap {
  gap: 10px;
}
.ph-card--01__read > div {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .ph-card--01__read > div {
    font-size: 2rem;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .ph-card--01__read > div {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .ph-card--01__read > div {
    letter-spacing: 0.05em;
  }
  .ph-card--01__read > div img {
    height: 26px;
    width: auto;
  }
}
@media (max-width: 375px) {
  .ph-card--01__read > div {
    font-size: 6vw;
  }
}
.ph-card--01__read > div span.fs-x {
  font-size: 1.3em;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
@media (max-width: 375px) {
  .ph-card--01__read > div span.fs-x {
    font-size: 1.2em;
  }
}
.ph-card--01__read > div span {
  font-size: 2rem;
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
}
@media (max-width: 1080px) {
  .ph-card--01__read > div span {
    -webkit-transform: translateY(0.1em);
            transform: translateY(0.1em);
    font-size: 1.75rem;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .ph-card--01__read > div span {
    font-size: 1.25rem;
  }
}
@media (max-width: 375px) {
  .ph-card--01__read > div span {
    font-size: 5.6vw;
  }
}
.ph-card--01--brown {
  -webkit-box-shadow: 0px 0px 20px rgba(152, 94, 25, 0.5);
          box-shadow: 0px 0px 20px rgba(152, 94, 25, 0.5);
}
.ph-card--01--brown .ph-card--01__text p {
  color: #985E19;
}
.ph-card--01--brown .ph-card--01__title {
  border-bottom: 6px solid #caaf92;
}
.ph-card--01--green {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 167, 60, 0.5);
          box-shadow: 0px 0px 20px rgba(0, 167, 60, 0.5);
}
.ph-card--01--green .ph-card--01__text p {
  color: #00A73C;
}
.ph-card--01--green .ph-card--01__title {
  border-bottom: 6px solid #98D4A1;
}

@media (max-width: 768px) {
  .page-header--wc .ph-card--01__read img {
    max-width: 100%;
  }
}

.site-main {
  margin-top: 98px;
  overflow: clip;
}
@media (max-width: 1180px) {
  .site-main {
    margin-top: 88px;
  }
}
@media (min-width: 769px) and (max-height: 680px) {
  .site-main {
    margin-top: 88px;
  }
}
@media (min-width: 769px) and (max-height: 580px) {
  .site-main {
    margin-top: 68px;
  }
}
@media (max-width: 960px) {
  .site-main {
    margin-top: 60px;
  }
}
.site-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.site-main__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.contents--wrap {
  width: 100%;
  margin: auto;
}

.sect__title--mt,
.cont__title--mt {
  padding: 0 60px;
}
@media (max-width: 1240px) {
  .sect__title--mt,
  .cont__title--mt {
    padding: 0 70px 0 20px;
  }
}
@media (max-width: 768px) {
  .sect__title--mt,
  .cont__title--mt {
    padding: 0 20px;
  }
}
.sect__title--mt .h--style-01,
.cont__title--mt .h--style-01 {
  margin-top: 0;
}
.sect__title-copy,
.cont__title-copy {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .sect__title-copy,
  .cont__title-copy {
    font-size: 1.625rem;
  }
}
.sect__title-copy,
.cont__title-copy {
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sect__title-copy,
  .cont__title-copy {
    margin-bottom: 25px;
  }
}
.sect__title-copy--s,
.cont__title-copy--s {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .sect__title-copy--s,
  .cont__title-copy--s {
    font-size: 1.5rem;
  }
}
.sect__title-copy--x,
.cont__title-copy--x {
  font-size: 2.125rem;
}
@media (max-width: 768px) {
  .sect__title-copy--x,
  .cont__title-copy--x {
    font-size: 1.5rem;
  }
}

.sect {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  .sect {
    padding: 60px 0;
  }
}
.sect--achievements {
  position: relative;
  z-index: 10;
}
.sect--vision-nav {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .sect--vision-nav {
    padding-top: 60px;
  }
}
.sect--vision-nav .cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 440fr 40px 600fr;
  grid-template-columns: 440fr 600fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sect--vision-nav .cont > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--vision-nav .cont > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .sect--vision-nav .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sect--vision-nav .cont figure p {
  margin: 20px 0 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sect--vision-nav .cont figure p {
    text-align: center;
  }
}
.sect--news {
  padding: 80px 0 40px;
}
@media (max-width: 768px) {
  .sect--news {
    padding: 60px 0 40px;
  }
}
.sect--history ul {
  position: relative;
  margin-top: 50px;
}
@media (min-width: 769px) {
  .sect--history ul::before {
    content: "";
    height: calc(100% - 100px);
    position: absolute;
    width: 2px;
    height: 100%;
    left: 60px;
    top: 0;
    background: rgba(0, 119, 192, 0.25);
  }
}
.sect--history ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 40px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  position: relative;
}
.sect--history ul li > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--history ul li > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .sect--history ul li {
    gap: 24px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sect--history ul li:last-child::before {
  display: none;
}
@media (min-width: 769px) {
  .sect--history ul li::before {
    content: "";
    width: calc(100% - 160px);
    position: absolute;
    right: 0;
    bottom: -40px;
    border-bottom: dashed 1px rgba(0, 119, 192, 0.5);
  }
}
@media (max-width: 768px) {
  .sect--history ul li::before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% + 24px);
    left: 48px;
    top: 0;
    z-index: 0;
    background: rgba(0, 119, 192, 0.25);
  }
}
.sect--history ul li > div {
  width: 100%;
  height: 28px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0077C0;
  z-index: 2;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .sect--history ul li > div {
    font-size: 0.875rem;
  }
}
.sect--history ul li > div {
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  padding-bottom: 0.08em;
}
@media (max-width: 768px) {
  .sect--history ul li > div {
    width: 100px;
    padding-bottom: 0.05em;
  }
}
.sect--history ul li p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .sect--history ul li p {
    padding-left: 72px;
  }
}

.cont {
  max-width: 1200px;
  padding: 0 60px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1240px) {
  .cont {
    padding: 0 70px 0 20px;
  }
}
.cont__inner {
  max-width: 1040px;
  margin: auto;
}
@media (max-width: 768px) {
  .cont {
    max-width: 600px;
    padding: 0 20px;
  }
}
.cont--news {
  padding: 0;
}
.cont--logos__list {
  gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.cont--logos__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--logos__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cont--logos__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.cont--logos__list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media (max-width: 768px) {
  .cont--logos__list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
  }
  .cont--logos__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cont--logos__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.cont--logos__list li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (max-width: 768px) {
  .cont--logos__list li {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.cont--logos__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
@media (min-width: 769px) {
  .cont--logos__list li > a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .cont--logos__list li > a:not(.nothover):hover {
    opacity: 0.75;
  }
}
.cont--logos__list li > * {
  padding: 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .cont--logos__list li > * {
    font-size: 1.25rem;
  }
}
.cont--logos__list li > * {
  font-weight: 400;
}
.cont--logos__list li > * img {
  width: 100%;
  display: block;
  margin: auto;
  height: auto;
}
.cont--h-media {
  margin-top: 80px;
}
.cont--h-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .cont--h-media__list {
    gap: 10px;
  }
}
.cont--h-media__list li {
  -ms-flex-preferred-size: calc(25% - 15px);
      flex-basis: calc(25% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .cont--h-media__list li {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.cont--h-media__list li img {
  width: 100%;
  display: block;
  margin: auto;
  height: auto;
}
@media (min-width: 769px) {
  .cont--h-media__list li > a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .cont--h-media__list li > a:not(.nothover):hover {
    opacity: 0.75;
  }
}

.footerAddBanner {
  background: #f6f6f6;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .footerAddBanner {
    padding-top: 20px;
  }
}
.footerAddBanner img {
  width: 100%;
  height: auto;
}

.sidebar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: 0%;
  z-index: 100;
  padding-bottom: 0px;
}
.sidebar .back-to-top {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  background: #0077C0;
  position: absolute;
}
.sidebar .back-to-top::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-top: 0;
}
.sidebar .back-to-top {
  height: 32px;
  width: 52px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  right: -90px;
  bottom: 20px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.sidebar .back-to-top.active {
  right: 30px;
}
@media (max-width: 768px) {
  .sidebar .back-to-top.active {
    bottom: 30px;
    right: 20px;
  }
}
@media (min-width: 769px) {
  .sidebar .back-to-top {
    /*
    @include max_h(475){
        bottom:20px;
        &.ptop{
            bottom:20px;
        }
        &.active {
            right: 20px;
        }
    }
        */
  }
}
@media (min-width: 769px) and (max-height: 700px) {
  .sidebar .back-to-top {
    position: absolute;
    bottom: 10px;
    right: -200px;
  }
  .sidebar .back-to-top.active {
    bottom: 10px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .sidebar .back-to-top {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    position: fixed;
    right: -80px;
    bottom: 10px;
  }
  .sidebar .back-to-top.active {
    bottom: 10px;
  }
  .sidebar .back-to-top.anime-active {
    left: auto;
    position: absolute;
    bottom: 10px;
  }
}
.sidebar .back-to-top.bg--white {
  background: #fff;
}
.sidebar .back-to-top.bg--white::before {
  border-bottom: 10px solid #0077C0;
}
@media (min-width: 769px) {
  .sidebar .back-to-top:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sidebar .back-to-top:not(.nothover):hover {
    opacity: 0.7;
    /*
    border: solid 1px $blue;
    background: #fff;

    &::before {
        border-bottom: 12px solid $blue;
    }
        */
  }
}
.sidebar__inner {
  position: sticky;
  top: 310px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .sidebar__inner {
    height: 100%;
  }
}
.sidebar__inner .sbr {
  display: none;
}
@media (max-width: 768px) {
  .sidebar__inner > div {
    display: none;
  }
}
.sidebar__inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (min-width: 769px) and (max-height: 650px) {
  .sidebar__inner > div {
    gap: 2px;
  }
}
@media (min-width: 769px) and (max-height: 540px) {
  .sidebar__inner > div {
    gap: 5px;
  }
}
@media (min-width: 769px) and (min-height: 1101px) {
  .sidebar__inner {
    top: 310px;
    height: calc(100vh - 310px);
  }
}
@media (min-width: 769px) and (max-height: 1100px) {
  .sidebar__inner {
    top: 200px;
    height: calc(100vh - 200px);
  }
}
@media (min-width: 769px) and (max-height: 980px) {
  .sidebar__inner {
    top: 150px;
    height: calc(100vh - 150px);
  }
}
@media (min-width: 769px) and (max-height: 920px) {
  .sidebar__inner {
    top: 110px;
    height: calc(100vh - 110px);
  }
}
@media (min-width: 769px) and (max-height: 760px) {
  .sidebar__inner {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 110px;
    height: calc(100vh - 110px);
  }
  .sidebar__inner.ptop {
    top: 20px;
    height: calc(100vh - 20px);
  }
}
@media (min-width: 769px) and (max-height: 680px) {
  .sidebar__inner {
    top: 100px;
    height: calc(100vh - 100px);
  }
}
@media (min-width: 769px) and (max-height: 600px) {
  .sidebar__inner {
    top: 90px;
    height: calc(100vh - 90px);
  }
}
@media (min-width: 769px) and (max-height: 580px) {
  .sidebar__inner {
    top: 75px;
    height: calc(100vh - 75px);
  }
  .sidebar__inner.ptop {
    top: 10px;
    height: calc(100vh - 10px);
  }
}
@media (min-width: 769px) and (max-height: 540px) {
  .sidebar__inner {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
@media (min-width: 769px) and (max-height: 470px) {
  .sidebar__inner .sbr {
    display: block;
  }
  .sidebar__inner.ptop {
    top: 2px;
    height: calc(100vh - 2px);
  }
}
@media (max-width: 768px) {
  .sidebar__inner {
    top: 60px;
    height: calc(var(--vh2, 1vh) * 100 - 60px);
  }
}
.sidebar__btn {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 6px 0 0 6px;
}
.sidebar__btn--dl03 {
  display: none;
  background: #0077C0;
}
.sidebar__btn--dl03 img {
  width: 16px;
}
@media (max-height: 540px) {
  .sidebar__btn--dl03 img {
    width: 16px;
  }
}
@media (max-height: 380px) {
  .sidebar__btn--dl03 img {
    width: 4vh;
  }
}
@media (min-width: 769px) {
  .sidebar__btn--dl03:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sidebar__btn--dl03:not(.nothover):hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.sidebar__btn--dl span {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 769px) and (max-height: 850px) {
  .sidebar__btn--dl span {
    font-size: 0.75rem;
  }
}
.sidebar__btn--dl img {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  width: 38px;
}
@media (min-width: 769px) {
  .sidebar__btn--dl:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sidebar__btn--dl:not(.nothover):hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
@media (max-height: 540px) {
  .sidebar__btn--dl03 img:first-child {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  .sidebar__btn--dl03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar__btn--dl {
    display: none;
  }
}
.sidebar__btn--contact {
  background: #F39C1A;
}
.sidebar__btn--contact img {
  width: 16px;
}
@media (min-width: 769px) and (max-height: 850px) {
  .sidebar__btn--contact img {
    width: 14px;
  }
}
@media (min-width: 769px) and (max-height: 760px) {
  .sidebar__btn--contact img {
    width: 13.5px;
  }
}
@media (min-width: 769px) and (max-height: 540px) {
  .sidebar__btn--contact img {
    width: 16px;
  }
}
@media (min-width: 769px) and (max-height: 380px) {
  .sidebar__btn--contact img {
    width: 4vh;
  }
}
@media (min-width: 769px) {
  .sidebar__btn--contact:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sidebar__btn--contact:not(.nothover):hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.sidebar__btn {
  width: 60px;
  padding: 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (min-width: 769px) and (max-height: 850px) {
  .sidebar__btn {
    padding: 15px;
  }
}
@media (min-width: 769px) and (max-height: 500px) {
  .sidebar__btn {
    padding: 10px;
  }
}
@media (min-width: 769px) and (max-height: 650px) {
  .sidebar__btn {
    gap: 5px;
  }
}
@media (min-width: 769px) and (max-height: 540px) {
  .sidebar__btn {
    padding: 15px;
  }
}
@media (min-width: 769px) and (max-height: 380px) {
  .sidebar__btn {
    padding: 4vh;
  }
}
.sidebar__btn img {
  height: auto;
}
.sidebar__btn img:first-child {
  width: 30px;
  height: auto;
}
@media (min-width: 769px) and (max-height: 850px) {
  .sidebar__btn img:first-child {
    width: 26px;
  }
}
@media (min-width: 769px) and (max-height: 760px) {
  .sidebar__btn img:first-child {
    width: 20px;
  }
}
@media (min-width: 769px) and (max-height: 540px) {
  .sidebar__btn img:first-child {
    width: 30px;
  }
}
@media (min-width: 769px) and (max-height: 380px) {
  .sidebar__btn img:first-child {
    width: 8vh;
  }
}

.BannerInner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
}
.BannerInner picture {
  display: block;
}
.BannerInner a {
  width: 100%;
  display: block;
  position: relative;
  height: 466.17px;
  overflow: hidden;
}
@media (max-width: 1470px) {
  .BannerInner a {
    height: 44vw;
  }
}
@media (max-width: 920px) {
  .BannerInner a {
    height: 48vw;
  }
}
@media (max-width: 768px) {
  .BannerInner a {
    height: auto;
  }
}
@media (min-width: 769px) {
  .BannerInner a img {
    width: 2295px;
    max-width: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    left: 50%;
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  .BannerInner a img {
    width: 200%;
  }
}

.BgPic-wrap {
  position: absolute;
  max-width: 1850px;
  width: 100%;
  min-width: 1690px;
  left: 50%;
  top: 106px;
  height: 200%;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .BgPic-wrap {
    display: none;
  }
}
.BgPic-wrap .BgPic {
  opacity: 0;
  pointer-events: none;
}
.BgPic-wrap .BgPic.active {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.BgPic-wrap .BgPic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/TOPBG01M.webp) top 826px right 88px/auto no-repeat, url(../images/TOPBG02M.webp) top 1236px left 8%/auto no-repeat, url(../images/TOPBG03M.webp) top 2290px right 8.9%/auto no-repeat, url(../images/TOPBG04M.webp) top 3001px left 5%/auto no-repeat, url(../images/TOPBG05M.webp) top 4461px right 7.5%/auto no-repeat, url(../images/TOPBG06M.webp) top 3902px left 2%/auto no-repeat, url(../images/TOPBG07M.webp) top 6029px right 11%/auto no-repeat, url(../images/TOPBG08M.webp) top 5882px left 0%/auto no-repeat, url(../images/TOPBG01M.webp) top 6826px right 88px/auto no-repeat, url(../images/TOPBG02M.webp) top 7236px left 8%/auto no-repeat, url(../images/TOPBG03M.webp) top 9290px right 8.9%/auto no-repeat, url(../images/TOPBG04M.webp) top 8701px left -2%/auto no-repeat, url(../images/TOPBG05M.webp) top 10461px right 7.5%/auto no-repeat, url(../images/TOPBG06M.webp) top 11902px left 2%/auto no-repeat, url(../images/TOPBG07M.webp) top 12029px right 11%/auto no-repeat, url(../images/TOPBG08M.webp) top 13282px left 2.6%/auto no-repeat;
}