@charset "UTF-8";
@font-face {
  font-family: "DIN-C";
  src: url("../fonts/DIN-Condensed-Bold.ttf") format("truetype");
  src: url("../fonts/DIN-Condensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-2014_Bold.ttf") format("truetype");
  src: url("../fonts/DIN-2014_Bold.woff") format("woff");
}
@font-face {
  font-family: "DIN-A";
  src: url("../fonts/DIN2014-Regular.ttf") format("truetype");
  src: url("../fonts/DIN2014-Regular.woff") format("woff");
}
@font-face {
  font-family: "DIN-L";
  src: url("../fonts/DIN-2014-Light.ttf") format("truetype");
  src: url("../fonts/DIN-2014-Light.woff") format("woff");
}
*, *::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);
}

.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) * 75);
    overflow: visible;
		min-height: 450px;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .page-header--wc {
    height: calc(var(--vh, 1vh) * 85);
  }
}

@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%;
  }
}

@font-face {
  font-family: "DIN-C";
  src: url("../fonts/DIN-Condensed-Bold.woff2") format("woff");
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-2014_Bold.woff2") format("woff");
}
@font-face {
  font-family: "DIN-A";
  src: url("../fonts/DIN2014-Regular.woff2") format("woff");
}
@font-face {
  font-family: "DIN-L";
  src: url("../fonts/DIN-2014-Light.woff2") format("woff");
}
.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--no-kv,
.cont__title--no-kv {
  padding: 50px 60px 0;
}
@media (max-width: 768px) {
  .sect__title--no-kv,
  .cont__title--no-kv {
    padding: 0px 20px 20px;
  }
}
.sect__title--description,
.cont__title--description {
  text-align: center;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .sect__title--description,
  .cont__title--description {
    font-size: 1.25rem;
  }
}
.sect__title--description,
.cont__title--description {
  font-weight: 700;
  margin-bottom: 20px;
}
.sect__title-read,
.cont__title-read {
  margin: 0;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sect__title-read,
  .cont__title-read {
    font-size: 1rem;
  }
}
.sect__title-read,
.cont__title-read {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.sect__title-read.fw-m,
.cont__title-read.fw-m {
  font-weight: 500;
}
.sect__title-read span,
.cont__title-read span {
  display: inline-block;
}
@media (max-width: 768px) {
  .sect__title-read span,
  .cont__title-read span {
    display: inline;
  }
}
@media (max-width: 768px) {
  .sect__title-read,
  .cont__title-read {
    text-align: left;
    max-width: 560px;
    margin: auto;
  }
  .sect__title-read.sp-mb40,
  .cont__title-read.sp-mb40 {
    margin-bottom: 32px;
  }
  .sect__title-read.sp-center,
  .cont__title-read.sp-center {
    text-align: center;
  }
}
.sect__title-ja-title,
.cont__title-ja-title {
  font-size: 2.125rem;
}
@media (max-width: 768px) {
  .sect__title-ja-title,
  .cont__title-ja-title {
    font-size: 1.5rem;
  }
}
.sect__title-ja-title,
.cont__title-ja-title {
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .sect__title-ja-title,
  .cont__title-ja-title {
    margin-bottom: 25px;
  }
}
.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__border-blue span {
  position: absolute;
  max-width: 1040px;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.sect__border-blue span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 6px;
  background: #0077C0;
}
@media (max-width: 768px) {
  .sect__border-blue span::before {
    left: 20px;
    height: 4px;
    width: 120px;
  }
}
.sect__border-blue {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  background: #80b5dd;
  z-index: 2;
}
@media (max-width: 768px) {
  .sect__border-blue {
    height: 4px;
  }
}
.sect__border-brown span {
  position: absolute;
  max-width: 1040px;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.sect__border-brown span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 6px;
  background: #985E19;
}
@media (max-width: 768px) {
  .sect__border-brown span::before {
    left: 20px;
    height: 4px;
    width: 120px;
  }
}
.sect__border-brown {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  background: #CBAE8C;
  z-index: 2;
}
@media (max-width: 768px) {
  .sect__border-brown {
    height: 4px;
  }
}
.sect--achievements {
  position: relative;
  z-index: 10;
}
.sect--plan-nav {
  padding: 80px 0 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .sect--plan-nav {
    padding: 40px 0 0;
  }
}
.sect--plan-nav__inner {
  margin-top: 50px;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .sect--plan-nav__inner {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.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--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;
  }
}
.sect--read {
  padding: 0px 0 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .sect--read {
    padding: 80px 0 0 0;
  }
}
.sect--read::after {
  content: "";
  background: #EEF7FC;
  width: 100%;
  height: 70%;
  left: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 1120px) {
  .sect--read::after {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .sect--read {
    padding-bottom: 10vw;
  }
  .sect--read::before {
    content: "";
    width: 100%;
    height: 10vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    background: #fff;
  }
}
.sect--read .bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .sect--read .bg {
    z-index: 1;
    width: 75%;
  }
  .sect--read .bg svg {
    width: 100%;
    height: auto;
  }
}
.sect--read .bg--mask {
  width: 100%;
  height: 30%;
  max-height: 20vw;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #EEF7FC;
}
@media (max-width: 1120px) {
  .sect--read .bg--mask {
    display: none;
  }
}
.sect--read .bg--mask {
  -webkit-mask-image: url(../images/wooms_drive/wooms_drive_read_mask@2x.png);
          mask-image: url(../images/wooms_drive/wooms_drive_read_mask@2x.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.sect--read.brown::after {
  background: #F5EFE8;
}
.sect--read.brown .bg--mask {
  background-color: #F5EFE8;
}
.sect--read.green::after {
  background: #EBF5E9;
}
.sect--read.green .bg--mask {
  background-color: #EBF5E9;
}
.sect--read .bg--bottom {
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  max-height: 20vw;
  z-index: 2;
}
@media (min-width: 1121px) {
  .sect--read .bg--bottom {
    clip-path: inset(0 30% 0 30%);
  }
}
@media (max-width: 768px) {
  .sect--read .bg--bottom {
    bottom: 9vw;
    max-height: 30vw;
  }
}
.sect.sect--read + .sect--solution {
  padding-top: 0;
}
.sect--wooms-system .sect__title {
  position: relative;
  z-index: 2;
}
.sect--wooms-system .cont--wooms-system {
  position: relative;
  z-index: 2;
}
.sect--wooms-system .cont--wooms-system h3 {
  text-align: center;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .sect--wooms-system .cont--wooms-system h3 {
    font-size: 0.875rem;
  }
}
.sect--wooms-system .cont--wooms-system h3 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sect--wooms-system .cont--wooms-system h3 {
    margin-bottom: -7%;
  }
}
@media (min-width: 769px) {
  .sect--wooms-system .cont--wooms-system {
    max-width: 1200px !important;
  }
}
@media (max-width: 768px) {
  .sect--wooms-system .cont--wooms-system {
    margin-top: 40px;
  }
}
.sect--wooms-system .cont--wooms-system {
  position: relative;
}
.sect--wooms-system .cont--wooms-system__main {
  position: relative;
}
.sect--wooms-system .cont--wooms-system__arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media (min-width: 769px) {
  .sect--wooms-system .cont--wooms-system__arrow {
    max-width: 35%;
  }
}
.sect--wooms-system .cont--wooms-system__arrow {
  width: 100%;
}
.sect--wooms-system .cont--wooms-system__arrow picture {
  display: block;
  width: 100%;
}
.sect--wooms-system .cont--wooms-system__arrow img {
  width: 100%;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .sect--wooms-system .cont--wooms-system__arrow {
    max-width: 4%;
    top: 20%;
  }
}
.sect--wooms-system .cont--wooms-system .icon-sircle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 7px solid #0077c0;
  display: block;
  position: absolute;
}
@media (max-width: 768px) {
  .sect--wooms-system .cont--wooms-system .icon-sircle {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: auto;
    width: 3.2vw;
    aspect-ratio: 1/1;
    border: none;
    -webkit-box-shadow: 0px 0px 0px 0.8vw #0077c0 inset;
            box-shadow: 0px 0px 0px 0.8vw #0077c0 inset;
  }
}
.sect--wooms-system .cont--wooms-system__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr 3% 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 3%;
}
.sect--wooms-system .cont--wooms-system__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--wooms-system .cont--wooms-system__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--wooms-system .cont--wooms-system__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 768px) {
  .sect--wooms-system .cont--wooms-system__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6% 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 6% auto;
    grid-template-rows: auto auto;
    gap: 6%;
  }
  .sect--wooms-system .cont--wooms-system__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--wooms-system .cont--wooms-system__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sect--wooms-system .cont--wooms-system__list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .sect--wooms-system .cont--wooms-system__list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.sect--wooms-system .cont--wooms-system__list li {
  position: relative;
}
@media (min-width: 769px) {
  .sect--wooms-system .cont--wooms-system__list li:nth-child(1) {
    margin-top: -10%;
  }
  .sect--wooms-system .cont--wooms-system__list li:nth-child(1) .icon-sircle {
    top: 13.5%;
    right: 5.5%;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .sect--wooms-system .cont--wooms-system__list li:nth-child(1) .icon-sircle {
    top: 38%;
    right: -1.5%;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .sect--wooms-system .cont--wooms-system__list li:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    margin-top: -10%;
  }
  .sect--wooms-system .cont--wooms-system__list li:nth-child(2) picture {
    display: block;
    width: 47%;
    margin: auto;
  }
  .sect--wooms-system .cont--wooms-system__list li:nth-child(2) picture img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  .sect--wooms-system .cont--wooms-system__list li:nth-child(2) .icon-sircle {
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
  }
}
@media (min-width: 769px) {
  .sect--wooms-system .cont--wooms-system__list li:nth-child(2) {
    margin-top: 25%;
  }
  .sect--wooms-system .cont--wooms-system__list li:nth-child(2) .icon-sircle {
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
  }
}
@media (min-width: 769px) {
  .sect--wooms-system .cont--wooms-system__list li:nth-child(3) {
    margin-top: -10%;
  }
  .sect--wooms-system .cont--wooms-system__list li:nth-child(3) .icon-sircle {
    top: 13.5%;
    left: 5.5%;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .sect--wooms-system .cont--wooms-system__list li:nth-child(3) .icon-sircle {
    top: 38%;
    left: -1.5%;
    z-index: 10;
  }
}
.sect--wooms-system .bg-01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 1280px) {
  .sect--wooms-system .bg-01 {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .sect--wooms-system .bg-01 {
    width: 250px;
  }
}
.sect--wooms-system .bg-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1280px) {
  .sect--wooms-system .bg-02 {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .sect--wooms-system .bg-02 {
    width: 250px;
  }
}
.sect--problem-solving .cont--problem-solving {
  padding: 0 20px;
}
.sect--problem-solving .cont--problem-solving ul {
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
  margin-bottom: 20px;
}
.sect--problem-solving .cont--problem-solving ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--problem-solving .cont--problem-solving ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--problem-solving .cont--problem-solving ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1180px) {
  .sect--problem-solving .cont--problem-solving ul {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving ul {
    max-width: 560px;
    margin: auto;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sect--problem-solving .cont--problem-solving ul li {
  cursor: pointer;
  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-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 45px 30px 30px;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving ul li {
    padding: 25px 28px 30px;
  }
}
.sect--problem-solving .cont--problem-solving ul li p {
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving ul li p {
    line-height: 1.6;
    margin: 5px 0 0 0;
    text-align: left;
  }
}
.sect--problem-solving .cont--problem-solving ul li p span {
  font-size: 1.0625rem;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving ul li p span {
    font-size: 0.9375rem;
  }
}
.sect--problem-solving .cont--problem-solving ul li p span {
  position: relative;
}
.sect--problem-solving .cont--problem-solving ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sect--problem-solving .cont--problem-solving ul li > div > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.sect--problem-solving .cont--problem-solving ul li > figure > div {
  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: 110px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving ul li > figure > div {
    height: auto;
    margin-bottom: 0px;
  }
}
.sect--problem-solving .cont--problem-solving ul li > figure > div img {
  max-width: 154px;
  width: 100%;
  max-height: 100px;
  height: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving ul li > figure > div img {
    max-width: 80px;
    max-height: 80px;
    height: auto;
    margin-bottom: 10px;
  }
}
.sect--problem-solving .cont--problem-solving ul li > figure strong {
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving ul li > figure strong {
    font-size: 1.3125rem;
  }
}
.sect--problem-solving .cont--problem-solving ul li > figure strong {
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving ul li > figure strong {
    text-align: left;
  }
}
.sect--problem-solving .cont--problem-solving ul li .bg--lightblue2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  font-size: 0.875rem;
  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: 38px;
  position: relative;
}
.sect--problem-solving .cont--problem-solving ul li .bg--lightblue2::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"><g fill="%230077cd"><path d="m19.1 16.6-3.4-3.4c-.5-.5-1.3-.6-1.9-.2l-1-1c.9-1.2 1.5-2.6 1.5-4.2 0-3.7-3-6.7-6.7-6.7s-6.6 3.1-6.6 6.8 3 6.7 6.7 6.7c1.6 0 3.1-.6 4.2-1.5l1 1c-.2.2-.2.5-.2.8s.2.8.5 1.1l3.4 3.4c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l.5-.5c.6-.6.6-1.6 0-2.2zm-16.7-8.7c0-2.9 2.4-5.3 5.3-5.3s5.3 2.4 5.3 5.3-2.4 5.3-5.3 5.3-5.3-2.4-5.3-5.3zm15.7 9.9-.5.5s-.2 0-.2 0l-3.4-3.4s0-.2 0-.2l.2-.2s0 0 0 0l.2-.2s0 0 0 0l3.4 3.4s0 .2 0 .2z"/><path d="m9.5 7.2h-1.1v-1.1c0-.4-.3-.7-.7-.7s-.7.3-.7.7v1.1h-1.1c-.4 0-.7.3-.7.7s.3.7.7.7h1.1v1.1c0 .4.3.7.7.7s.7-.3.7-.7v-1.1h1.1c.4 0 .7-.3.7-.7s-.3-.7-.7-.7z"/></g></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 2;
}
@media (min-width: 769px) {
  .sect--problem-solving .cont--problem-solving ul li:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sect--problem-solving .cont--problem-solving ul li:not(.nothover):hover .bg--lightblue2 {
    background: #0077C0 !important;
    color: #fff !important;
  }
  .sect--problem-solving .cont--problem-solving ul li:not(.nothover):hover .bg--lightblue2::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"><g fill="%23FFF"><path d="m19.1 16.6-3.4-3.4c-.5-.5-1.3-.6-1.9-.2l-1-1c.9-1.2 1.5-2.6 1.5-4.2 0-3.7-3-6.7-6.7-6.7s-6.6 3.1-6.6 6.8 3 6.7 6.7 6.7c1.6 0 3.1-.6 4.2-1.5l1 1c-.2.2-.2.5-.2.8s.2.8.5 1.1l3.4 3.4c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l.5-.5c.6-.6.6-1.6 0-2.2zm-16.7-8.7c0-2.9 2.4-5.3 5.3-5.3s5.3 2.4 5.3 5.3-2.4 5.3-5.3 5.3-5.3-2.4-5.3-5.3zm15.7 9.9-.5.5s-.2 0-.2 0l-3.4-3.4s0-.2 0-.2l.2-.2s0 0 0 0l.2-.2s0 0 0 0l3.4 3.4s0 .2 0 .2z"/><path d="m9.5 7.2h-1.1v-1.1c0-.4-.3-.7-.7-.7s-.7.3-.7.7v1.1h-1.1c-.4 0-.7.3-.7.7s.3.7.7.7h1.1v1.1c0 .4.3.7.7.7s.7-.3.7-.7v-1.1h1.1c.4 0 .7-.3.7-.7s-.3-.7-.7-.7z"/></g></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    z-index: 2;
  }
}
.sect--problem-solving .cont--problem-solving ul li .bg--lightbrown {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  font-size: 0.875rem;
  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: 38px;
}
@media (min-width: 769px) {
  .sect--problem-solving .cont--problem-solving ul li:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sect--problem-solving .cont--problem-solving ul li:not(.nothover):hover .bg--lightbrown {
    background: #985E19 !important;
    color: #fff !important;
  }
}
@media (max-width: 960px) {
  .sect--problem-solving .cont--problem-solving ul {
    gap: 20px;
  }
  .sect--problem-solving .cont--problem-solving ul li p {
    white-space: normal;
  }
  .sect--problem-solving .cont--problem-solving ul li p br {
    display: none;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving ul li p br {
    display: block;
  }
}
.sect--problem-solving .cont--problem-solving-simulation {
  margin-top: 50px;
  background: #fff;
  padding: 60px 40px 50px;
  position: relative;
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving-simulation {
    padding: 60px 18px 40px;
  }
}
.sect--problem-solving .cont--problem-solving-simulation::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  border-top: 30px solid #e5f1f9;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sect--problem-solving .cont--problem-solving-simulation h3 {
  text-align: center;
  font-weight: 700;
  color: #0077C0;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving-simulation h3 {
    font-size: 1.375rem;
  }
}
.sect--problem-solving .cont--problem-solving-simulation h3 {
  margin-bottom: 25px;
}
.sect--problem-solving .cont--problem-solving-simulation__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 556fr 52px 392fr;
  grid-template-columns: 556fr 392fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 52px;
}
.sect--problem-solving .cont--problem-solving-simulation__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--problem-solving .cont--problem-solving-simulation__inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving-simulation__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .sect--problem-solving .cont--problem-solving-simulation__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--problem-solving .cont--problem-solving-simulation__inner > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving-simulation__inner {
    gap: 11px;
  }
}
.sect--problem-solving .cont--problem-solving-simulation__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.sect--problem-solving .cont--problem-solving-simulation__inner ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 92fr 14px 450fr;
  grid-template-columns: 92fr 450fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sect--problem-solving .cont--problem-solving-simulation__inner ul li > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--problem-solving .cont--problem-solving-simulation__inner ul li > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving-simulation__inner ul li {
    gap: 8px;
  }
}
.sect--problem-solving .cont--problem-solving-simulation__inner ul li:nth-child(2) {
  height: 17px;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving-simulation__inner ul li:nth-child(2) {
    height: 8px;
  }
}
.sect--problem-solving .cont--problem-solving-simulation__inner ul li:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 17px solid #0077C0;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving-simulation__inner ul li:nth-child(2)::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #0077C0;
  }
}
.sect--problem-solving .cont--problem-solving-simulation__inner ul li:nth-child(2)::after {
  border-bottom: 0;
  position: absolute;
  left: 59%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
}
.sect--problem-solving .cont--problem-solving-simulation small {
  display: block;
  margin-top: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sect--problem-solving .cont--problem-solving-simulation small {
    margin-top: 0;
  }
}
.sect--system-details .cont--system-details ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}
.sect--system-details .cont--system-details ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--system-details .cont--system-details ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--system-details .cont--system-details ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 768px) {
  .sect--system-details .cont--system-details ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px;
    width: 100%;
  }
  .sect--system-details .cont--system-details ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.sect--system-details .cont--system-details ul li {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.sect--system-details .cont--system-details ul li a {
  padding: 45px 20px 30px;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .sect--system-details .cont--system-details ul li a {
    padding: 45px 10px 30px;
  }
}
@media (max-width: 768px) {
  .sect--system-details .cont--system-details ul li a {
    padding: 25px 12px 20px;
  }
}
.sect--system-details .cont--system-details ul li a {
  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: 30px;
}
@media (max-width: 768px) {
  .sect--system-details .cont--system-details ul li a {
    gap: 24px;
  }
}
@media (min-width: 769px) {
  .sect--system-details .cont--system-details ul li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sect--system-details .cont--system-details ul li a:not(.nothover):hover span {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.sect--system-details .cont--system-details ul li a figure {
  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: 35px;
  text-align: center;
}
.sect--system-details .cont--system-details ul li a figcaption {
  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: 10px;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .sect--system-details .cont--system-details ul li a figcaption p {
    font-size: 0.9375rem;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .sect--system-details .cont--system-details ul li a figcaption p {
    font-size: 0.875rem;
  }
}
.sect--system-details .cont--system-details ul li a span {
  max-width: 205px !important;
  pointer-events: none;
  margin: auto;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .sect--case-studies-02 .sect__title-copy {
    font-size: 1.25rem;
  }
}
.sect--case-studies-02 .cont--case-studies-02 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}
.sect--case-studies-02 .cont--case-studies-02 ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--case-studies-02 .cont--case-studies-02 ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--case-studies-02 .cont--case-studies-02 ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 768px) {
  .sect--case-studies-02 .cont--case-studies-02 ul {
    margin-top: 36px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 11px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 11px;
  }
  .sect--case-studies-02 .cont--case-studies-02 ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--case-studies-02 .cont--case-studies-02 ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.sect--case-studies-02 .cont--case-studies-02 ul picture {
  display: block;
  width: 100%;
  height: auto;
}
.sect--case-studies-02 .cont--case-studies-02 ul img {
  width: 100%;
  height: auto;
}
.sect--case-studies-02 .cont--case-studies-02 small {
  font-weight: 500;
  margin-top: 20px;
  display: block;
}
@media (min-width: 769px) {
  .sect--overview-voice .cont--overview-voice .splide {
    visibility: visible;
  }
  .sect--overview-voice .cont--overview-voice .splide__track {
    overflow: visible;
  }
  .sect--overview-voice .cont--overview-voice .splide__arrows {
    display: none;
  }
}
.sect--overview-voice .cont--overview-voice {
  display: block;
}
@media (max-width: 768px) {
  .sect--overview-voice .cont--overview-voice {
    max-width: 100% !important;
    padding: 0;
  }
  .sect--overview-voice .cont--overview-voice .splide__track {
    overflow: visible;
  }
  .sect--overview-voice .cont--overview-voice .splide__slide {
    max-width: 350px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .sect--overview-voice .cont--overview-voice .news_list {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 55px 1fr 55px 1fr !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 40px 55px;
  }
  .sect--overview-voice .cont--overview-voice .news_list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--overview-voice .cont--overview-voice .news_list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sect--overview-voice .cont--overview-voice .news_list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .sect--overview-voice .cont--overview-voice .news_list {
    gap: 30px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .sect--overview-voice .cont--overview-voice .news_list {
    gap: 20px;
  }
}
.sect--overview-voice .cont--overview-voice .news_list .post_wrap .news_contentarea .news_title {
  min-height: auto;
}
.sect--overview-faq .faq-cards__list {
  cursor: default !important;
}
@media (min-width: 769px) {
  .sect--overview-faq .faq-cards__list:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sect--overview-faq .faq-cards__list:not(.nothover):hover .faq-cards__q {
    color: #333 !important;
  }
}
.sect--overview-faq .cont--overview-faq .faq-cards__q span {
  display: none;
}
.sect--overview-faq .cont--overview-faq .faq-cards__a {
  display: block;
}
.sect--overview-faq .cont--overview-faq .faq-cards__a a {
  pointer-events: all;
}
.sect--overview-faq .btn-wrap {
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .sect--overview-faq .btn-wrap {
    margin: 40px auto 0;
  }
}
.sect--overview-faq .btn-wrap a {
  max-width: 175px;
}
.sect--features-wooms--portal .h--style-02 span {
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
@media (max-width: 768px) {
  .sect--features-wooms-app .sect__title-read {
    max-width: 300px !important;
  }
}
.sect--features-wooms--office .h--style-02 span {
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
@media (min-width: 769px) {
  .sect--features-wooms--office {
    padding-bottom: 100px;
  }
}
.sect--system-cooperation {
  padding: 100px 60px;
}
@media (max-width: 1240px) {
  .sect--system-cooperation {
    padding: 100px 30px;
  }
}
@media (max-width: 768px) {
  .sect--system-cooperation {
    padding: 60px 20px;
  }
}
.sect--system-cooperation .cont--system-cooperation {
  padding: 60px;
}
@media (max-width: 988px) {
  .sect--system-cooperation .cont--system-cooperation br {
    display: none;
  }
}
@media (max-width: 960px) {
  .sect--system-cooperation .cont--system-cooperation {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .sect--system-cooperation .cont--system-cooperation {
    padding: 40px 20px;
  }
}
.sect--system-cooperation .cont--system-cooperation {
  background: #fff;
  max-width: 1080px !important;
}
@media (max-width: 768px) {
  .sect--system-cooperation .cont--system-cooperation {
    max-width: 520px !important;
  }
}
.sect--system-cooperation .cont--system-cooperation h2 {
  font-size: 1.625rem;
}
@media (max-width: 768px) {
  .sect--system-cooperation .cont--system-cooperation h2 {
    font-size: 1.375rem;
  }
}
.sect--system-cooperation .cont--system-cooperation h2 {
  border-left: 2px #0077C0 solid;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sect--system-cooperation .cont--system-cooperation h2 {
    padding-left: 16px;
  }
}
.sect--system-cooperation .cont--system-cooperation p {
  font-weight: 700;
  margin-bottom: 20px;
}
.sect--system-cooperation .cont--system-cooperation ul {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 960px) {
  .sect--system-cooperation .cont--system-cooperation ul {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .sect--system-cooperation .cont--system-cooperation ul {
    gap: 60px;
  }
  .sect--system-cooperation .cont--system-cooperation ul li {
    max-width: 300px;
    margin: auto;
  }
}
.sect--service {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .sect--service {
    margin-top: 0 !important;
  }
}
.sect--case-study {
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
.sect--case-study__inner {
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 80px;
}
.sect--case-study__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 768px) {
  .sect--case-study__inner {
    gap: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .sect--case-study {
    padding-bottom: 60px;
  }
}
.sect--activate {
  margin-top: -20px;
  padding: 0 0 100px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .sect--activate {
    margin-top: 0px;
    padding: 40px 0 80px;
  }
}
@media (max-width: 375px) {
  .sect--activate .h--style-01 {
    font-size: 1.875rem;
  }
  .sect--activate .sect__title-ja-title {
    font-size: 1.375rem;
  }
}
.sect--activate__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 80px;
}
.sect--activate__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 768px) {
  .sect--activate__inner {
    gap: 30px;
    padding-top: 20px;
  }
}
.sect .case-study .color-box {
  padding: 40px;
  gap: 40px;
}
@media (max-width: 768px) {
  .sect .case-study .color-box {
    gap: 20px;
    padding: 20px;
  }
}
.sect .case-study__title .case-study__title-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.sect .case-study__title .case-study__title-number > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect .case-study__title .case-study__title-number > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .sect .case-study__title .case-study__title-number {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}
.sect .case-study__title .case-study__title-number strong {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
@media (max-width: 768px) {
  .sect .case-study__title .case-study__title-number strong {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.sect .case-study__title .case-study__title-number span {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 768px) {
  .sect .case-study__title .case-study__title-number span {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.sect .case-study__title .case-study__title-number span {
  font-family: "DIN", sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.sect .case-study__title .case-study__title-number p {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  color: #333;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sect .case-study__title .case-study__title-number p {
    font-size: 1.125rem;
  }
}
.sect .case-study__title .case-study__title-number p {
  font-weight: 700;
}
@media (max-width: 768px) {
  .sect .case-study__title .case-study__title-number p {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.sect .case-study__title h4 {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .sect .case-study__title h4 {
    font-size: 1.25rem;
  }
}
.sect .case-study__title h4 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sect .case-study__title h4 {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.sect .case-study__read {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .sect .case-study__read {
    font-size: 0.875rem;
  }
}
.sect .case-study__read {
  font-weight: 500;
}
.sect .case-study__notes {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .sect .case-study__notes {
    font-size: 0.875rem;
  }
}
.sect .case-study__notes {
  font-weight: 500;
  line-height: 1.8;
}
.sect .case-study__list-wrap {
  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;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap {
    margin-bottom: 60px;
  }
}
.sect .case-study__list-wrap:last-child {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap {
    margin-top: 10px;
    gap: 30px;
  }
}
.sect .case-study__list-wrap h5 {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap h5 {
    font-size: 1rem;
  }
}
.sect .case-study__list-wrap h5 {
  padding-bottom: 24px;
  margin-bottom: -10px;
  border-bottom: solid 1px #ccc;
  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;
}
.sect .case-study__list-wrap h5 span {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap h5 span {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap h5 {
    padding-bottom: 15px;
  }
}
.sect .case-study__list-wrap > div h6 {
  border-radius: 50px;
  text-align: center;
  background: #efefef;
}
@media (max-width: 850px) {
  .sect .case-study__list-wrap > div ul li {
    margin-top: 20px;
  }
}
.sect .case-study__list-wrap > div ul li:first-child > strong {
  margin-top: 20px;
  margin-bottom: -10px;
  display: block;
}
@media (max-width: 850px) {
  .sect .case-study__list-wrap > div ul li:first-child > strong {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.sect .case-study__list-wrap > div ul li > strong {
  margin-bottom: -10px;
  display: block;
}
@media (max-width: 850px) {
  .sect .case-study__list-wrap > div ul li > strong {
    margin-bottom: 5px;
  }
}
.sect .case-study__list-wrap > div ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  .sect .case-study__list-wrap > div ul li > div {
    display: block;
  }
}
.sect .case-study__list-wrap > div strong {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap > div strong {
    font-size: 1rem;
  }
}
.sect .case-study__list-wrap > div strong {
  font-weight: 700;
}
.sect .case-study__list-wrap > div .case-study__date {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-width: 850px) {
  .sect .case-study__list-wrap > div .case-study__date {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.sect .case-study__list-wrap > div .case-study__date p {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap > div .case-study__date p {
    font-size: 1rem;
  }
}
.sect .case-study__list-wrap > div .case-study__date p {
  font-weight: 700;
}
.sect .case-study__list-wrap > div .case-study__date p.txt {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap > div .case-study__date p.txt {
    font-size: 0.875rem;
  }
}
.sect .case-study__list-wrap > div .case-study__date p.txt {
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap > div .case-study__date p.txt {
    margin-bottom: 6px;
  }
}
.sect .case-study__list-wrap > div .case-study__date p span {
  display: inline-block;
}
.sect .case-study__list-wrap > div .case-study__date p.past {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sect .case-study__list-wrap > div .case-study__date p.past small {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap > div .case-study__date p.past small {
    font-size: 0.75rem;
  }
}
.sect .case-study__list-wrap > div .case-study__date p.past small {
  font-weight: 500;
}
.sect .case-study__list-wrap > div .case-study__date p .delete {
  text-decoration: line-through;
}
@media (max-width: 850px) {
  .sect .case-study__list-wrap > div .case-study__number {
    margin-top: 10px;
  }
}
.sect .case-study__list-wrap > div .case-study__number:not(.case-study__number--jichitai) > div > div > img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 94px;
  height: auto;
  -webkit-transform: translateY(0.8em);
          transform: translateY(0.8em);
}
@media (min-width: 769px) and (max-width: 1180px) {
  .sect .case-study__list-wrap > div .case-study__number:not(.case-study__number--jichitai) > div > div > img {
    -webkit-transform: translateY(0.8em);
            transform: translateY(0.8em);
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap > div .case-study__number:not(.case-study__number--jichitai) > div > div > img {
    -webkit-transform: translateY(0.3em);
            transform: translateY(0.3em);
  }
  .sect .case-study__list-wrap > div .case-study__number:not(.case-study__number--jichitai) > div > div > img.track-gus {
    max-width: 78px;
    width: 100%;
    max-height: 35px;
    height: auto;
  }
  .sect .case-study__list-wrap > div .case-study__number:not(.case-study__number--jichitai) > div > div > img.monitor-person {
    max-width: 78px;
    width: 100%;
    max-height: 34px;
    height: auto;
    -webkit-transform: translate(-0.3em, 0.3em);
            transform: translate(-0.3em, 0.3em);
    display: block;
  }
  .sect .case-study__list-wrap > div .case-study__number:not(.case-study__number--jichitai) > div > div > img.track-co2 {
    max-width: 94px;
    width: 100%;
    max-height: 64px;
    height: auto;
  }
  .sect .case-study__list-wrap > div .case-study__number:not(.case-study__number--jichitai) > div > div > img.track-eco {
    max-width: 78px;
    width: 100%;
    max-height: 35px;
    height: auto;
  }
  .sect .case-study__list-wrap > div .case-study__number:not(.case-study__number--jichitai) > div > div > img.track-saving {
    max-width: 96px;
    width: 100%;
    max-height: 55px;
    height: auto;
  }
  .sect .case-study__list-wrap > div .case-study__number:not(.case-study__number--jichitai) > div > div > img.time-saving {
    max-width: 85px;
    width: 100%;
    max-height: 46px;
    height: auto;
  }
}
.sect .case-study__list-wrap > div .case-study__number > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 10px;
}
@media (max-width: 850px) {
  .sect .case-study__list-wrap > div .case-study__number > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sect .case-study__list-wrap > div .case-study__number > div strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10.625rem;
}
@media (max-width: 1180px) {
  .sect .case-study__list-wrap > div .case-study__number > div strong {
    font-size: 7.5rem;
  }
}
@media (max-width: 880px) {
  .sect .case-study__list-wrap > div .case-study__number > div strong {
    font-size: 6rem;
  }
}
.sect .case-study__list-wrap > div .case-study__number > div strong {
  line-height: 1;
  font-family: "DIN-A", sans-serif;
  color: #00A73C;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transform: translateY(0.03em);
          transform: translateY(0.03em);
}
.sect .case-study__list-wrap > div .case-study__number > div strong .minus {
  line-height: 1;
  font-family: "DIN-A", sans-serif;
  -webkit-transform: scale(1.15, 0.8) translateY(-0.08em);
          transform: scale(1.15, 0.8) translateY(-0.08em);
  display: inline-block;
  color: #00A73C;
}
.sect .case-study__list-wrap > div .case-study__number > div strong .plus {
  line-height: 1;
  font-family: "DIN-L", sans-serif;
  display: inline-block;
  color: #00A73C;
}
.sect .case-study__list-wrap > div .case-study__number > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 165px;
}
@media (max-width: 1180px) {
  .sect .case-study__list-wrap > div .case-study__number > div > div {
    width: 115px;
  }
}
@media (max-width: 768px) {
  .sect .case-study__list-wrap > div .case-study__number > div > div {
    width: 85px;
  }
}
.sect .case-study__list-wrap > div .case-study__number > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  color: #0077C0;
  gap: 5px;
}
.sect .case-study__list-wrap > div .case-study__number > div > div > div img {
  width: 100%;
}
.sect .case-study__list-wrap > div .case-study__number > div > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Helvetica Neue", "Lato", sans-serif;
  line-height: 1;
  gap: 5px;
  font-size: 2.5rem;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .sect .case-study__list-wrap > div .case-study__number > div > div > div > div {
    font-size: 1.875rem;
  }
}
@media (max-width: 880px) {
  .sect .case-study__list-wrap > div .case-study__number > div > div > div > div {
    font-size: 1.25rem;
  }
}
.sect .case-study__list-wrap > div .case-study__number > div > div > div > div > div {
  -webkit-transform: translateY(0.15em);
          transform: translateY(0.15em);
  font-size: 5rem;
  line-height: 1;
  font-family: "DIN-A", sans-serif;
  color: #00A73C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.07em;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .sect .case-study__list-wrap > div .case-study__number > div > div > div > div > div {
    font-size: 3.75rem;
  }
}
@media (max-width: 880px) {
  .sect .case-study__list-wrap > div .case-study__number > div > div > div > div > div {
    font-size: 2.375rem;
  }
}
.sect .case-study__list-wrap > div .case-study__number > div > div > div > div > div span {
  line-height: 1;
  font-family: "DIN-A", sans-serif;
  -webkit-transform: scale(1.15, 0.9);
          transform: scale(1.15, 0.9);
  display: inline-block;
  color: #00A73C;
}
.sect .case-study__list-wrap > div .case-study__number > div > div span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4375rem;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
@media (min-width: 769px) and (max-width: 1180px) {
  .sect .case-study__list-wrap > div .case-study__number > div > div span.ja {
    font-size: 2.5rem;
  }
}
@media (max-width: 880px) {
  .sect .case-study__list-wrap > div .case-study__number > div > div span.ja {
    font-size: 1.625rem;
  }
}
.sect .case-study__list-wrap > div .case-study__number > div > div span {
  color: #0077C0;
  font-family: "Helvetica Neue", "Lato", sans-serif;
  font-size: 4.6875rem;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .sect .case-study__list-wrap > div .case-study__number > div > div span {
    font-size: 3.75rem;
    margin-top: -0.2em;
  }
}
@media (max-width: 880px) {
  .sect .case-study__list-wrap > div .case-study__number > div > div span {
    font-size: 2.6875rem;
  }
}
@media (max-width: 850px) {
  .sect .case-study__list-wrap > div .case-study__number--sp-right > div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 3px;
  }
}
.sect .case-study__list-jichitai strong {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .sect .case-study__list-jichitai strong {
    font-size: 1rem;
  }
}
.sect .case-study__list-jichitai strong {
  font-weight: 700;
  text-align: center;
  display: block;
  margin: auto auto 20px;
}
@media (max-width: 768px) {
  .sect .case-study__list-jichitai strong {
    margin: auto auto 15px;
  }
}
.sect .case-study__list-jichitai ul {
  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: auto;
  grid-template-rows: auto;
  gap: 20px;
}
.sect .case-study__list-jichitai ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect .case-study__list-jichitai ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect .case-study__list-jichitai ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.sect .case-study__list-jichitai ul > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media (max-width: 1180px) {
  .sect .case-study__list-jichitai ul {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .sect .case-study__list-jichitai ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect .case-study__list-jichitai ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .sect .case-study__list-jichitai ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 768px) {
  .sect .case-study__list-jichitai ul {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 10px;
  }
  .sect .case-study__list-jichitai ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect .case-study__list-jichitai ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.sect .case-study__list-jichitai ul li {
  min-height: 60px;
  overflow: hidden;
  color: #985E19;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sect .case-study__list-jichitai ul li {
    font-size: 1rem;
  }
}
.sect .case-study__list-jichitai ul li {
  font-weight: 500;
  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;
  border-radius: 5px;
  border: dashed 1px #985E19;
}
@media (max-width: 768px) {
  .sect .case-study__list-jichitai ul li img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.sect .case-study__details h4 {
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .sect .case-study__details h4 {
    font-size: 1.25rem;
  }
}
.sect .case-study__details h4 {
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sect .case-study__details h4 {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .sect .case-study__details .colm--2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sect .case-study__details .colm--2 {
  -ms-grid-columns: 520fr 400fr;
  grid-template-columns: 520fr 400fr;
}
.sect .case-study__details div > p {
  margin-top: 20px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .sect .case-study__details div > p {
    font-size: 0.875rem;
  }
}
.sect .case-study__details div > p {
  font-weight: 500;
}
.sect .case-study__details .details-table {
  background: #F5EFE8;
  border-radius: 5px;
  padding: 20px;
  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: 768px) {
  .sect .case-study__details .details-table {
    padding: 16px;
  }
}
.sect .case-study__details .details-table dl dt {
  background: #985E19;
  border-radius: 50px;
  height: 26px;
  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;
  color: #fff;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .sect .case-study__details .details-table dl dt {
    font-size: 0.875rem;
  }
}
.sect .case-study__details .details-table dl dt {
  font-weight: 500;
}
.sect .case-study__details .details-table dl dd {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .sect .case-study__details .details-table dl dd {
    font-size: 0.875rem;
  }
}
.sect .case-study__details .details-table dl dd {
  font-weight: 500;
}
.sect .case-study__details .details-table dl dd small {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .sect .case-study__details .details-table dl dd small {
    font-size: 0.75rem;
  }
}
.sect .case-study__details .details-table dl dd small {
  font-weight: 500;
}
.sect .case-study__details .details-table__01 {
  position: relative;
  padding-bottom: 20px;
}
.sect .case-study__details .details-table__01::after {
  content: "";
  background-image: linear-gradient(to right, #985E19 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.sect .case-study__details .details-table__01 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 10px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 15px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sect .case-study__details .details-table__01 dl > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect .case-study__details .details-table__01 dl > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .sect .case-study__details .details-table__01 dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 10px;
    text-align: center;
  }
  .sect .case-study__details .details-table__01 dl > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.sect .case-study__details .details-table__02 dd {
  margin-top: 10px;
  background: #fff;
  padding: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .sect .case-study__details .details-table__02 dd {
    padding: 10px;
  }
  .sect .case-study__details .details-table__02 dd p {
    font-size: 0.875rem;
  }
  .sect .case-study__details .details-table__02 dd {
    text-align: center;
  }
}
.sect .case-study__details .details-video h5 {
  text-align: center;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sect .case-study__details .details-video h5 {
    font-size: 1rem;
  }
}
.sect .case-study__details .details-video h5 {
  font-weight: 700;
}
.sect .case-study__details .details-video .btn--video {
  aspect-ratio: 800/450;
  border-radius: 6px;
  overflow: hidden;
}
.sect .case-study__details .details-video .btn--video img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
@media (min-width: 769px) {
  .sect .case-study__details .details-video .btn--video:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sect .case-study__details .details-video .btn--video:not(.nothover):hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sect .case-study__details .details-video figcaption {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .sect .case-study__details .details-video figcaption {
    font-size: 0.875rem;
  }
}
.sect .case-study__details .details-video figcaption {
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.sect .case-study--wooms-drive .case-study__title strong {
  color: #0077C0;
}
.sect .case-study--wooms-drive .case-study__title .case-study__title-number span {
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
  color: #0077C0;
}
.sect .case-study--wooms-drive .case-study__title.fc--brown strong {
  color: #985E19;
}
.sect .case-study--wooms-drive .case-study__title.fc--brown .case-study__title-number span {
  color: #985E19;
}
.sect .case-study--wooms-drive .case-study__list-wrap h6 {
  padding: 6px 20px;
  font-size: 1rem;
  background: #E5F1F9;
  color: #0077C0;
}
.sect .case-study--wooms-drive .case-study__list-wrap h5 {
  border-bottom: solid 1px #0077C0;
  color: #333;
}
.sect .case-study--wooms-drive .case-study__list-wrap .case-study__date .current {
  color: #0077C0;
}
.sect .case-study--wooms-activate .case-study__title strong {
  color: #985E19;
}
.sect .case-study--wooms-activate .case-study__title .case-study__title-number span {
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
  color: #985E19;
}
@media (max-width: 768px) {
  .sect .case-study--wooms-activate .case-study__list-wrap ul li {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .sect .case-study--wooms-activate .case-study__number > div strong {
    font-size: min(20vw, 80px) !important;
  }
}
.sect .case-study--wooms-activate .case-study__number > div > div {
  -webkit-transform: translateY(-1em) !important;
          transform: translateY(-1em) !important;
  width: 210px !important;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .sect .case-study--wooms-activate .case-study__number > div > div {
    -webkit-transform: translateY(-0.6em) !important;
            transform: translateY(-0.6em) !important;
    width: 160px !important;
  }
}
@media (max-width: 880px) {
  .sect .case-study--wooms-activate .case-study__number > div > div {
    width: 100px !important;
  }
}
@media (max-width: 768px) {
  .sect .case-study--wooms-activate .case-study__number > div > div {
    width: 24vw !important;
    -webkit-transform: translateY(-0.5em) !important;
            transform: translateY(-0.5em) !important;
  }
  .sect .case-study--wooms-activate .case-study__number > div > div > div > div {
    font-size: min(5vw, 28px) !important;
  }
  .sect .case-study--wooms-activate .case-study__number > div > div > div > div > div {
    font-size: min(11vw, 38px) !important;
  }
  .sect .case-study--wooms-activate .case-study__number > div > div span {
    font-size: min(10vw, 36px) !important;
  }
  .sect .case-study--wooms-activate .case-study__number > div > div span.ja {
    font-size: min(8vw, 32px) !important;
  }
  .sect .case-study--wooms-activate .case-study__number > div > div {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}
.sect .case-study--wooms-activate .case-study__number > div > div img {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.sect .case-study--wooms-activate .case-study__list-wrap h6 {
  padding: 6px 20px;
  font-size: 1rem;
  background: #F5EFE8;
  color: #985E19;
}
.sect .case-study--wooms-activate .case-study__list-wrap h5 {
  border-bottom: solid 1px #985E19;
  color: #333;
}
.sect .case-study--wooms-activate .case-study__list-wrap .case-study__date .current {
  color: #985E19;
}
@media (max-width: 768px) {
  .sect .case-study__flow-chart .txt {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.sect .case-study__produce ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 80px;
}
.sect .case-study__produce ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect .case-study__produce ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect .case-study__produce ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1080px) {
  .sect .case-study__produce ul {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .sect .case-study__produce ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 60px;
  }
  .sect .case-study__produce ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.sect .case-study__produce ul li {
  position: relative;
}
@media (min-width: 769px) {
  .sect .case-study__produce ul li::after {
    background-image: linear-gradient(to top, #985E19 2px, transparent 2px);
    background-size: 2px 6px;
    background-repeat: repeat-y;
    background-position: left bottom;
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 1px;
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .sect .case-study__produce ul li::after {
    right: -20px;
  }
}
@media (max-width: 768px) {
  .sect .case-study__produce ul li::after {
    content: "";
    background-image: linear-gradient(to right, #985E19 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 1px;
  }
}
.sect .case-study__produce ul li:nth-child(3n)::after {
  display: none;
}
.sect .case-study__produce ul li h4 {
  margin: 20px auto 14px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .sect .case-study__produce ul li h4 {
    font-size: 1rem;
  }
}
.sect .case-study__produce ul li h4 {
  font-weight: 700;
}
.sect .case-study__produce ul li strong {
  background: #F5EFE8;
  padding: 3px 8px;
  display: block;
  text-align: center;
  border-radius: 50px;
}
.sect .case-study__produce ul li strong span {
  display: inline-block;
}
.sect .case-study__produce ul li strong {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .sect .case-study__produce ul li strong {
    font-size: 0.875rem;
  }
}
.sect .case-study__produce ul li strong {
  font-weight: 700;
}
.sect .case-study__produce ul li p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 20px 0;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .sect .case-study__produce ul li p {
    font-size: 0.875rem;
  }
}
.sect .case-study__produce ul li p {
  font-weight: 500;
}
.sect .case-study__produce ul li small {
  display: block;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .sect .case-study__produce ul li small {
    font-size: 0.75rem;
  }
}
.sect .case-study__produce ul li small {
  font-weight: 500;
}
.sect--flow {
  padding: 80px 0;
  background: #ebf5e9;
  z-index: 10;
}
@media (max-width: 768px) {
  .sect--flow {
    padding: 60px 0;
  }
}
.sect--flow .cont__flow {
  position: relative;
  z-index: 100;
  padding: 0;
  max-width: 100% !important;
  width: 100%;
}
.sect--flow .cont__flow .splide {
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .sect--flow .cont__flow .splide {
    margin: 30px 0 0;
  }
}
.sect--flow .cont__flow .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .sect--flow .cont__flow .splide__slide img {
    width: 60%;
  }
}
.sect--flow .cont__flow .splide__slide:last-child::before {
  display: none;
}
.sect--flow .cont__flow .splide__slide::before {
  content: "";
  width: 96px;
  height: 100%;
  background: #ccc;
  position: absolute;
}
@media (min-width: 769px) {
  .sect--flow .cont__flow .splide__slide::before {
    right: -126px;
  }
}
.sect--flow .cont__flow .splide__slide::before {
  top: 0;
  background: url(../images/icon/icon_dots.svg) no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .sect--flow .cont__flow .splide__slide::before {
    width: 22%;
    left: 67%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.sect--flow .cont__flow .splide__arrows {
  margin: 50px 0 0;
  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: 40px;
}
@media (max-width: 768px) {
  .sect--flow .cont__flow .splide__arrows {
    margin: 30px 0 0;
    gap: 9vw;
  }
}
.sect--flow .cont__flow .splide__pagination {
  position: relative;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 30px;
  padding: 4px 15px;
  gap: 10px;
}
.sect--flow .cont__flow .splide__pagination li {
  line-height: 0;
}
@media (max-width: 768px) {
  .sect--flow .cont__flow .splide__pagination {
    padding: 4px 3vw;
    gap: 5vw;
  }
}
.sect--flow .cont__flow .splide__pagination__page {
  background: rgba(0, 167, 60, 0.2);
  width: 8px;
  height: 8px;
}
@media (max-width: 768px) {
  .sect--flow .cont__flow .splide__pagination__page {
    width: 2vw;
    height: 2vw;
  }
}
.sect--flow .cont__flow .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #00a73c;
}
.sect--flow .cont__flow .splide__nav {
  max-width: 1140px;
  margin: auto;
}
.sect--flow .cont__flow .splide__arrow {
  position: relative;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  top: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  opacity: 1;
}
.sect--flow .cont__flow .splide__arrow:disabled {
  pointer-events: none;
}
.sect--flow .cont__flow .splide__arrow:disabled::after {
  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="%23CCEDD8" 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;
}
@media (min-width: 769px) {
  .sect--flow .cont__flow .splide__arrow:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sect--flow .cont__flow .splide__arrow:not(.nothover):hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 768px) {
  .sect--flow .cont__flow .splide__arrow {
    width: 12vw;
    height: 12vw;
  }
}
.sect--flow .cont__flow .splide__arrow::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: 16px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .sect--flow .cont__flow .splide__arrow::after {
    width: 4vw;
    height: 5vw;
  }
}
.sect--flow .cont__flow .splide__arrow--prev::after {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.sect--case-system {
  z-index: 10;
}
.sect--app-portal-function .h--style-01 {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .sect--app-portal-function .h--style-01 {
    font-size: 1.75rem;
  }
}
.sect--app-portal-function .h--style-01 img {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  max-height: 43px;
  height: auto;
  width: auto;
  max-width: 60%;
}
@media (max-width: 768px) {
  .sect--app-portal-function .h--style-01 img {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
    max-height: 31px;
  }
}
.sect--app-portal-read {
  position: relative;
  z-index: 3;
}
.sect--vision .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media (max-width: 768px) {
  .sect--vision .bg {
    display: none;
  }
}
.sect--vision .bg__1 {
  mix-blend-mode: darken;
  width: 110%;
  max-width: 1640px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .sect--vision .bg__1 {
    width: 1640px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sect--vision .bg__2 {
  mix-blend-mode: darken;
  max-width: 1040px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48%;
  height: auto;
  position: absolute;
  right: 0;
  top: 27%;
}
.sect--vision .bg__3 {
  mix-blend-mode: darken;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  max-width: 1017px;
  width: 60%;
  height: auto;
  position: absolute;
  left: -20%;
  top: 50%;
}
@media (min-width: 1740px) {
  .sect--vision .bg__3 {
    left: -200px;
  }
}
.sect--vision .bg__4 {
  mix-blend-mode: darken;
  max-width: 1407px;
  width: 80%;
  height: auto;
  position: absolute;
  right: -32%;
  top: 53%;
}
@media (min-width: 1930px) {
  .sect--vision .bg__4 {
    right: -600px;
  }
}
.sect--vision .bg__5 {
  mix-blend-mode: darken;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 766px;
  width: 40%;
  height: auto;
  position: absolute;
  left: -13%;
  top: 81.5%;
}
@media (min-width: 1930px) {
  .sect--vision .bg__5 {
    left: -200px;
  }
}
.sect--terms .sect__title-read {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sect--terms .sect__title-read {
    font-size: 1rem;
  }
}
.sect--terms .sect__title-read {
  font-weight: 500;
}
@media (max-width: 768px) {
  .sect--terms .sect__title-read {
    margin-top: 20px;
  }
}

.nav--features {
  padding: 60px 60px 0;
  margin: auto;
}
@media (max-width: 1240px) {
  .nav--features {
    padding: 60px 30px 0;
  }
}
@media (max-width: 768px) {
  .nav--features {
    max-width: 600px;
    padding: 60px 20px 0px;
    margin: auto;
  }
}
.nav--features 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;
  gap: 20px;
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 768px) {
  .nav--features ul {
    gap: 20px 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nav--features ul li {
  width: calc(33.3% - 13.3px);
}
@media (max-width: 768px) {
  .nav--features ul li {
    width: calc(50% - 6px);
  }
}
.nav--features ul li:nth-child(1) a {
  border-bottom: solid 6px #9CD8FC;
}
@media (max-width: 768px) {
  .nav--features ul li:nth-child(1) a {
    border-bottom: solid 3px #9CD8FC;
  }
}
.nav--features ul li:nth-child(1) a::after {
  background: #0077c0;
}
@media (max-width: 768px) {
  .nav--features ul li:nth-child(1) a .text {
    width: calc(100% - 55px);
  }
}
.nav--features ul li:nth-child(2) a {
  border-bottom: solid 6px #B9E37F;
}
@media (max-width: 768px) {
  .nav--features ul li:nth-child(2) a {
    border-bottom: solid 3px #B9E37F;
  }
}
.nav--features ul li:nth-child(2) a::after {
  background: #00A73C;
}
@media (max-width: 768px) {
  .nav--features ul li:nth-child(2) a .text {
    width: calc(100% - 50px);
  }
}
.nav--features ul li:nth-child(3) a {
  border-bottom: solid 6px #E4C8A7;
}
@media (max-width: 768px) {
  .nav--features ul li:nth-child(3) a {
    border-bottom: solid 3px #E4C8A7;
  }
}
.nav--features ul li:nth-child(3) a::after {
  background: #BE7C2D;
}
@media (max-width: 768px) {
  .nav--features ul li:nth-child(3) a .text {
    width: calc(100% - 50px);
  }
}
.nav--features ul li a {
  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;
  width: 100%;
  height: 74px;
  position: relative;
  padding-bottom: 6px;
}
@media (max-width: 768px) {
  .nav--features ul li a {
    min-height: 31px;
    max-height: 46px;
    height: 9vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .nav--features ul li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .nav--features ul li a:not(.nothover):hover .icon {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@media (min-width: 769px) {
  .nav--features ul li a .icon {
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
  }
}
.nav--features ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 66%;
  height: 6px;
  z-index: 2;
}
@media (max-width: 768px) {
  .nav--features ul li a::after {
    bottom: -3px;
    height: 3px;
  }
}
.nav--features ul li a > div {
  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: 20px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .nav--features ul li a > div {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .nav--features ul li a > div {
    gap: 10px;
  }
  .nav--features ul li a > div img {
    width: 100%;
  }
  .nav--features ul li a > div svg {
    width: 10px;
  }
}
.cont {
  max-width: 1200px;
  padding: 0 60px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.cont--fullwidth {
  max-width: 100% !important;
}
@media (max-width: 1240px) {
  .cont {
    padding: 0 30px;
  }
}
.cont__inner {
  max-width: 1040px;
  margin: auto;
}
@media (max-width: 768px) {
  .cont {
    max-width: 600px;
    padding: 0 20px;
  }
}
.cont--form-nav {
  max-width: 1200px !important;
}
@media (max-width: 768px) {
  .cont--form-nav {
    max-width: 600px !important;
  }
}
.cont--form-nav__colm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  position: relative;
  z-index: 12;
}
.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;
}
.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) {
  .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;
  }
}
.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;
}
.cont--form-nav__colm > :nth-child(1) {
  width: calc(65% - 14px);
}
@media (max-width: 768px) {
  .cont--form-nav__colm > :nth-child(1) {
    width: 100%;
  }
}
.cont--form-nav__colm > :nth-child(2) {
  width: calc(35% - 14px);
}
@media (max-width: 768px) {
  .cont--form-nav__colm > :nth-child(2) {
    width: 100%;
  }
}
.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;
}
@media (max-width: 980px) {
  .cont--form-nav__colm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont--form-nav__colm > :nth-child(1) {
    max-width: 720px;
    margin: auto;
    width: 100%;
  }
  .cont--form-nav__colm > :nth-child(2) {
    max-width: 720px;
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cont--form-nav__colm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
  }
}
.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;
  }
}
.cont--read {
  height: 550px;
  position: relative;
  z-index: 32;
}
@media (max-width: 1030px) {
  .cont--read {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cont--read {
    height: auto;
    margin-top: -20px;
  }
}
.cont--read__list {
  padding-top: 140px;
}
@media (max-width: 1030px) {
  .cont--read__list {
    padding-top: 80px;
    gap: 40px 20px;
  }
}
@media (max-width: 768px) {
  .cont--read__list {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cont--read__list li {
  border-radius: 6px;
  height: 76px;
  z-index: 2;
  padding: 14px 20px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--read__list li {
    font-size: 0.875rem;
  }
}
.cont--read__list li {
  font-weight: 700;
}
@media (max-width: 900px) {
  .cont--read__list li {
    font-size: 0.875rem;
    padding: 14px 10px;
  }
}
.cont--read__list li {
  background: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .cont--read__list li {
    max-width: 560px;
    width: 100%;
    margin: auto;
    -webkit-transform-origin: 10% 100%;
            transform-origin: 10% 100%;
  }
  .cont--read__list li::after {
    left: 30px;
    -webkit-transform: skewX(35deg);
            transform: skewX(35deg);
  }
}
@media (min-width: 769px) {
  .cont--read__list li:nth-child(1) {
    margin: 0 0 0 auto;
    max-width: 420px;
    width: 100%;
  }
  .cont--read__list li:nth-child(1)::after {
    right: 80px;
    -webkit-transform: skewX(35deg);
            transform: skewX(35deg);
  }
  .cont--read__list li:nth-child(1) {
    -webkit-transform-origin: 90% 100%;
            transform-origin: 90% 100%;
  }
  .cont--read__list li:nth-child(2) {
    max-width: 420px;
    width: 100%;
  }
  .cont--read__list li:nth-child(2)::after {
    left: 80px;
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
  .cont--read__list li:nth-child(2) {
    -webkit-transform-origin: 10% 100%;
            transform-origin: 10% 100%;
  }
  .cont--read__list li:nth-child(3) {
    margin: 0 160px 0 auto;
    max-width: 340px;
    width: 100%;
    -webkit-transform-origin: 90% 100%;
            transform-origin: 90% 100%;
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .cont--read__list li:nth-child(3) {
    margin: 0 10vw 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1030px) {
  .cont--read__list li:nth-child(3) {
    max-width: 420px;
    margin: 0 0vw 0 auto;
  }
}
@media (min-width: 769px) {
  .cont--read__list li:nth-child(3)::after {
    right: 80px;
    -webkit-transform: skewX(35deg);
            transform: skewX(35deg);
  }
  .cont--read__list li:nth-child(4) {
    margin: 0 0 0 160px;
    max-width: 340px;
    width: 100%;
    -webkit-transform-origin: 10% 100%;
            transform-origin: 10% 100%;
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .cont--read__list li:nth-child(4) {
    max-width: 420px;
    margin: 0 0 0 10vw;
  }
}
@media (min-width: 769px) and (max-width: 1030px) {
  .cont--read__list li:nth-child(4) {
    margin: 0 0 0 0vw;
  }
}
@media (min-width: 769px) {
  .cont--read__list li:nth-child(4)::after {
    left: 80px;
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
}
.cont--read__list li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 25px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -24px;
}
.cont--read .img--person {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 1200px) {
  .cont--read .img--person {
    left: 48%;
  }
}
@media (max-width: 768px) {
  .cont--read .img--person {
    bottom: -7vw;
    position: relative;
    display: block;
  }
  .cont--read .img--person img {
    display: block;
    width: 320px;
    width: 52%;
    height: auto;
    margin: auto;
  }
}
.cont--solution {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .cont--solution {
    margin-top: 30px;
  }
}
.cont--solution .cont__title {
  margin: 50px auto;
}
.cont--solution .cont__title .num {
  letter-spacing: 0.1em;
}
.cont--solution .cont__title .sect__title-ja-title {
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cont--solution .cont__title {
    margin: 30px auto;
    padding: 0;
  }
}
.cont--solution .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;
}
.cont--solution .color-box--white figcaption {
  margin-bottom: 20px;
}
.cont--solution .color-box--white figcaption p {
  font-size: 0.875rem;
}
.cont--service-02 {
  margin-top: 80px;
  background: rgba(243, 156, 26, 0.1);
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .cont--service-02 {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.cont--service-02 .cont__title {
  padding-top: 60px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .cont--service-02 .cont__title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cont--service-02::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 60px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .cont--service-02::before {
    border-right: 37px solid transparent;
    border-left: 37px solid transparent;
    border-top: 50px solid #fff;
  }
}
.cont--service-02 .cont__inner {
  max-width: 1040px;
  background: #fff;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 960px) {
  .cont--service-02 .cont__inner {
    padding: 20px 20px 40px;
  }
}
@media (max-width: 768px) {
  .cont--service-02 .cont__inner {
    padding: 20px;
  }
}
.cont--service-02 .cont__inner-bottom {
  margin: 30px 0 40px;
}
@media (max-width: 768px) {
  .cont--service-02 .cont__inner-bottom {
    margin: 20px 0;
  }
}
.cont--service-02 .cont__inner-bottom {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 1280px) {
  .cont--service-02 .cont__inner-bottom {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cont--service-02 .cont__inner-bottom {
    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;
  }
}
.cont--service-02 .cont__inner-bottom::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  content: "";
  background-image: linear-gradient(to right, #0CB04B 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 1px;
}
.cont--service-02 .cont__inner-bottom::after {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  content: "";
  background-image: linear-gradient(to right, #0CB04B 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 1px;
}
.cont--service-02 .cont__inner-bottom > div {
  text-align: center;
  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: 10px;
}
@media (max-width: 768px) {
  .cont--service-02 .cont__inner-bottom > div {
    text-align: left;
    gap: 5px;
  }
}
.cont--service-02 .cont__inner-bottom > div:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(0, 167, 60, 0.2);
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .cont--service-02 .cont__inner-bottom > div:nth-child(2)::after {
    right: -20px;
  }
}
.cont--service-02 .cont__inner-bottom > div strong {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .cont--service-02 .cont__inner-bottom > div strong {
    font-size: 0.75rem;
  }
}
.cont--service-02 .cont__inner-bottom > div p {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .cont--service-02 .cont__inner-bottom > div p {
    font-size: 0.75rem;
  }
}
.cont--service-02 .cont__inner-bottom > div p {
  margin: 0;
}
.cont--service-02 .cont__inner-bottom > div p span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .cont--service-02 .cont__inner-bottom > div p span {
    font-size: 0.75rem;
  }
}
.cont--service-02 .cont__inner-bottom > div p span {
  display: inline-block;
}
@media (max-width: 768px) {
  .cont--service-02 .cont__inner-bottom > div p span {
    display: inline;
  }
}
.cont__add-numbers-s01 {
  counter-reset: item;
  list-style: none;
}
.cont__add-numbers-s01 .num {
  display: block;
}
.cont__add-numbers-s01 .num::before {
  font-size: 3.125rem;
}
@media (max-width: 768px) {
  .cont__add-numbers-s01 .num::before {
    font-size: 2.125rem;
  }
}
.cont__add-numbers-s01 .num::before {
  font-family: "DIN", sans-serif;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
}
@media (max-width: 768px) {
  .cont--system {
    margin-top: 30px;
  }
}
.cont--feature ul {
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
  margin-bottom: 20px;
}
.cont--feature ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--feature ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cont--feature ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1180px) {
  .cont--feature ul {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cont--feature ul {
    max-width: 560px;
    margin: auto;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cont--feature ul li {
  cursor: pointer;
  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-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 45px 30px 30px;
}
@media (max-width: 768px) {
  .cont--feature ul li {
    padding: 25px 28px 30px;
  }
}
.cont--feature ul li p {
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  font-size: 1.0625rem;
}
@media (max-width: 768px) {
  .cont--feature ul li p {
    font-size: 0.9375rem;
  }
}
.cont--feature ul li p {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .cont--feature ul li p {
    line-height: 1.6;
    margin: 5px 0 0 0;
    text-align: left;
  }
}
.cont--feature ul li p span {
  font-size: 1.0625rem;
}
@media (max-width: 768px) {
  .cont--feature ul li p span {
    font-size: 0.9375rem;
  }
}
.cont--feature ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont--feature ul li > div > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .cont--feature ul li > figure {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 25px 1fr;
    grid-template-columns: 80px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 25px;
  }
  .cont--feature ul li > figure > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cont--feature ul li > figure > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cont--feature ul li > figure > *:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .cont--feature ul li > figure > *:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.cont--feature ul li > figure > div {
  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: 110px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cont--feature ul li > figure > div {
    height: auto;
    margin-bottom: 0px;
  }
}
.cont--feature ul li > figure > div img {
  max-width: 154px;
  width: 100%;
  max-height: 100px;
  height: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .cont--feature ul li > figure > div img {
    max-width: 80px;
    max-height: 80px;
    height: auto;
  }
}
.cont--feature ul li > figure strong {
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cont--feature ul li > figure strong {
    font-size: 1.3125rem;
  }
}
.cont--feature ul li > figure strong {
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .cont--feature ul li > figure strong {
    text-align: left;
  }
}
.cont--feature ul li .bg--lightblue2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  font-size: 0.875rem;
  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: 38px;
}
@media (min-width: 769px) {
  .cont--feature ul li:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .cont--feature ul li:not(.nothover):hover .bg--lightblue2 {
    background: #0077C0 !important;
    color: #fff !important;
  }
}
.cont--feature ul li .bg--lightbrown {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  font-size: 0.875rem;
  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: 38px;
}
@media (min-width: 769px) {
  .cont--feature ul li:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .cont--feature ul li:not(.nothover):hover .bg--lightbrown {
    background: #985E19 !important;
    color: #fff !important;
  }
}
@media (max-width: 960px) {
  .cont--feature ul {
    gap: 20px;
  }
  .cont--feature ul li p {
    white-space: normal;
  }
  .cont--feature ul li p br {
    display: none;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .cont--feature ul li p br {
    display: block;
  }
}
.cont--feature p.read {
  font-weight: 700;
  text-align: center;
  font-size: 1.1875rem;
  letter-spacing: 0.1em;
  margin: 60px auto 45px;
}
.cont--app-portal-read {
  max-width: 1200px !important;
}
.cont--app-portal-read .system {
  padding-top: 20px;
  margin-bottom: 60px;
}
.cont--function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cont--function {
    gap: 60px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cont--function .box--style01 {
  margin-top: 0;
}
.cont--function figure {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.cont--function figure > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--function figure > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .cont--function figure {
    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: 20px;
  }
}
@media (max-width: 768px) {
  .cont--technology {
    padding: 0;
    margin-top: 30px;
  }
}
.cont--technology .technology .ol-style--has-col2-tec {
  margin-bottom: 20px;
}
.cont--technology .technology__option {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 80px;
  padding: 10px 20px;
  position: relative;
}
.cont--technology .technology__option > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 768px) {
  .cont--technology .technology__option {
    padding: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 40px;
  }
  .cont--technology .technology__option > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.cont--technology .technology__option > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont--technology .technology__option > dl dd {
  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;
}
.cont--technology .technology__option > dl dd ul {
  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;
  position: relative;
  margin-bottom: 15px;
}
.cont--technology .technology__option > dl dd ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--technology .technology__option > dl dd ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .cont--technology .technology__option > dl dd ul {
    gap: 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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 10px;
  }
}
.cont--technology .technology__option > dl dd ul li dl dd p {
  line-height: 1.6;
}
.cont--technology .technology__option > dl > dt {
  font-size: 1rem;
  margin-bottom: 20px;
}
.cont--technology .technology__option > dl > dt span {
  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: "Lato", sans-serif;
  width: 130px;
  height: 25px;
  color: #fff;
  background: #ccc;
  border-radius: 3px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.cont--technology .technology__result .arrow {
  margin: 50px auto;
  text-align: center;
}
@media (max-width: 768px) {
  .cont--technology .technology__result .arrow {
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .cont--technology .technology__result {
    padding: 0 20px;
  }
}
.cont--technology .technology__result-3colm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}
.cont--technology .technology__result-3colm > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--technology .technology__result-3colm > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cont--technology .technology__result-3colm > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 768px) {
  .cont--technology .technology__result-3colm {
    margin-top: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 10px;
  }
  .cont--technology .technology__result-3colm > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.cont--technology .technology__result-3colm > * {
  border: solid 2px #0077C0;
  color: #0077C0;
  border-radius: 5px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .cont--technology .technology__result-3colm > * {
    font-size: 1.25rem;
  }
}
.cont--technology .technology__result-3colm > * {
  font-weight: 700;
  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;
}
.cont--technology .technology__result-has-img {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220fr 20px 500fr 20px 220fr;
  grid-template-columns: 220fr 500fr 220fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont--technology .technology__result-has-img > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--technology .technology__result-has-img > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cont--technology .technology__result-has-img > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 768px) {
  .cont--technology .technology__result-has-img {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    gap: 10px;
  }
  .cont--technology .technology__result-has-img > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cont--technology .technology__result-has-img > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cont--technology .technology__result-has-img > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .cont--technology .technology__result-has-img > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 768px) {
  .cont--technology .technology__result-has-img > .img:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .cont--technology .technology__result-has-img > .img:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.cont--technology .technology__result-has-img > .img img {
  max-height: 250px;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}
@media (max-width: 940px) {
  .cont--technology .technology__result-has-img > .img img {
    max-height: 25vw;
  }
}
@media (max-width: 768px) {
  .cont--technology .technology__result-has-img > .img img {
    max-height: 48vw;
    width: 100%;
    height: auto;
  }
}
.cont--technology .technology__result-has-img > .txt {
  padding: 50px 60px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1080px) {
  .cont--technology .technology__result-has-img > .txt {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .cont--technology .technology__result-has-img > .txt {
    padding: 55px 0px 0;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    margin-bottom: 20px;
  }
}
.cont--technology .technology__result-has-img > .txt::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #0077C0 transparent transparent transparent;
}
.cont--technology .technology__result-has-img > .txt .bg--blue {
  border-radius: 4px;
  height: 41px;
  color: #fff;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .cont--technology .technology__result-has-img > .txt .bg--blue {
    font-size: 1.125rem;
  }
}
.cont--technology .technology__result-has-img > .txt .bg--blue {
  font-weight: 700;
  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;
  margin: auto;
  margin-bottom: 40px;
  position: relative;
}
.cont--technology .technology__result-has-img > .txt strong {
  font-size: 1.625rem;
}
@media (max-width: 768px) {
  .cont--technology .technology__result-has-img > .txt strong {
    font-size: 1.5rem;
  }
}
.cont--technology .technology__result-has-img > .txt strong {
  font-weight: 700;
}
@media (max-width: 960px) {
  .cont--technology .technology__result-has-img > .txt strong {
    font-size: 1.5rem;
  }
}
.cont--technology .technology__result-has-img > .txt strong {
  color: #0CB04B;
}
.cont--vision {
  position: relative;
  max-width: 1340px !important;
  padding: 57px 0px 0px 0px;
}
@media (max-width: 768px) {
  .cont--vision {
    padding: 70px 0px 0px 0px;
  }
}
.cont--vision .sect__title {
  padding: 0;
}
@media (max-width: 768px) {
  .cont--vision .sect__title .fs-36 {
    font-size: 1.75rem;
  }
}
.cont--vision__inner {
  max-width: 1170px !important;
  margin: auto;
}
@media (max-width: 1330px) {
  .cont--vision__inner {
    padding: 0px 45px 0px 45px;
  }
}
@media (max-width: 768px) {
  .cont--vision__inner {
    padding: 0;
  }
  .cont--vision__inner figure {
    padding: 0 20px;
  }
}
.cont--vision__ttl h2 p {
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cont--vision__ttl h2 p {
    font-size: 1.5rem;
  }
}
.cont--vision__ttl h2 p {
  font-weight: 700;
  text-align: center;
}
.cont--vision__ttl h2 img {
  display: block;
  margin: 65px auto;
  max-width: 720px;
  width: 80%;
  height: auto;
}
@media (max-width: 768px) {
  .cont--vision__ttl h2 img {
    margin: 25px auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cont--vision__ttl {
    padding: 0 20px;
  }
}
.cont--vision__read {
  margin: 65px auto;
}
@media (max-width: 768px) {
  .cont--vision__read {
    margin: 35px auto;
    padding: 0 20px;
  }
}
.cont--vision__read p {
  text-align: center;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .cont--vision__read p {
    font-size: 0.875rem;
  }
}
.cont--vision__read p {
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .cont--vision__read p {
    letter-spacing: 0em;
  }
}
.cont--vision__read p span {
  margin: auto;
  display: block;
}
.cont--vision__image {
  margin: auto;
  max-width: 700px;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .cont--vision__image {
    margin-bottom: 120px;
  }
}
.cont--vision section {
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .cont--vision section {
    margin: 60px auto 0;
  }
}
.cont--vision__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.cont--vision__txt p {
  line-height: 2;
}
.cont--vision__txt span {
  display: inline-block;
}
@media (max-width: 768px) {
  .cont--vision__txt span {
    display: inline;
  }
}
@media (max-width: 768px) {
  .cont--vision__txt {
    text-align: left;
  }
}
.cont--vision__txt {
  gap: 15px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--vision__txt {
    font-size: 1rem;
  }
}
.cont--vision__txt {
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont--vision__circular-city .colm--3 {
    gap: 4px;
  }
}
.cont--vision__mission {
  max-width: 1050px;
  margin: auto;
}
@media (max-width: 768px) {
  .cont--vision__mission {
    max-width: 560px;
    margin: auto;
  }
}
.cont--vision__mission .colm--mission {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 43fr 60px 56fr;
  grid-template-columns: 43fr 56fr;
  -ms-grid-rows: auto 30px 1fr;
  grid-template-rows: auto 1fr;
  gap: 30px 60px;
}
.cont--vision__mission .colm--mission > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--vision__mission .colm--mission > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cont--vision__mission .colm--mission > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.cont--vision__mission .colm--mission > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 1180px) {
  .cont--vision__mission .colm--mission {
    gap: 30px;
  }
}
@media (max-width: 1080px) {
  .cont--vision__mission .colm--mission {
    -ms-grid-columns: 40fr 66fr;
    grid-template-columns: 40fr 66fr;
  }
}
@media (max-width: 768px) {
  .cont--vision__mission .colm--mission {
    margin-top: 0px;
    padding: 0 20px;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cont--vision__mission .colm--mission__ttl {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cont--vision__mission .colm--mission__ttl {
    font-size: 1.25rem;
  }
}
.cont--vision__mission .colm--mission__ttl {
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .cont--vision__mission .colm--mission__ttl {
    text-align: center;
  }
}
.cont--vision__mission .colm--mission__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 1;
  grid-column: 1;
  text-align: center;
}
.cont--vision__mission .colm--mission__img picture {
  width: 100%;
  height: auto;
}
.cont--vision__mission .colm--mission__img img {
  width: 100%;
  height: auto;
}
.cont--vision__mission .colm--mission__txt {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
  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;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--vision__mission .colm--mission__txt {
    font-size: 1rem;
  }
}
.cont--vision__mission .colm--mission__txt {
  font-weight: 500;
}
.cont--vision__mission .colm--mission__txt a {
  margin-top: 30px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cont--vision__mission .colm--mission__txt a {
    margin-top: 0px;
    max-width: 100%;
  }
}
.cont--vision__mission .colm--mission-r {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .cont--vision__mission .colm--mission-r {
    margin-top: 30px;
  }
}
@media (max-width: 1080px) {
  .cont--vision__mission .colm--mission-r {
    -ms-grid-columns: 60fr 50fr;
    grid-template-columns: 60fr 50fr;
  }
}
.cont--vision__mission .colm--mission-r .colm--mission__ttl {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
.cont--vision__mission .colm--mission-r .colm--mission__img {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.cont--vision__mission .colm--mission-r .colm--mission__txt {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
.cont--vision__mission p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--vision__mission p {
    font-size: 0.875rem;
  }
}
.cont--vision__mission p {
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
}
.cont--vision__support {
  padding: 80px 0;
}
.cont--vision__support h3 {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cont--vision__support h3 {
    font-size: 1.25rem;
  }
}
.cont--vision__support h3 {
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cont--vision__support h3 {
    letter-spacing: 0.1em;
  }
}
.cont--vision__support p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--vision__support p {
    font-size: 0.875rem;
  }
}
.cont--vision__support p {
  font-weight: 500;
}
@media (min-width: 769px) {
  .cont--vision__support p {
    letter-spacing: 0.15em;
  }
}
@media (max-width: 768px) {
  .cont--vision__support p {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .cont--vision__support {
    max-width: 560px;
    margin: auto;
    padding: 60px 20px;
  }
}
.cont--vision__solution {
  max-width: 1250px;
  margin: auto;
}
@media (max-width: 1200px) {
  .cont--vision__solution .sect__title {
    padding: 0px 70px 0px 20px;
  }
}
@media (max-width: 768px) {
  .cont--vision__solution .sect__title {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .cont--vision__solution {
    padding: 0;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 元の位置 */
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    /* 上に移動 */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 元の位置に戻る */
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 元の位置 */
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    /* 上に移動 */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 元の位置に戻る */
  }
}
.cont--vision__solution .vision-solution {
  position: relative;
}
@media (max-width: 768px) {
  .cont--vision__solution .vision-solution__menu {
    margin-top: 45px;
    margin-bottom: 20px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}
@media (min-width: 769px) {
  .cont--vision__solution .vision-solution__menu li {
    position: absolute;
    width: 27%;
    max-width: 340px;
    height: auto;
    -webkit-transform-origin: center center 0;
            transform-origin: center center 0;
  }
}
@media (max-width: 768px) {
  .cont--vision__solution .vision-solution__menu li {
    max-width: 560px;
    margin: auto;
  }
  .cont--vision__solution .vision-solution__menu li a img {
    width: 100%;
  }
}
.cont--vision__solution .vision-solution__menu li a {
  display: block;
}
@media (min-width: 769px) {
  .cont--vision__solution .vision-solution__menu li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .cont--vision__solution .vision-solution__menu li a:not(.nothover):hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cont--vision__solution .vision-solution__menu li a:not(.nothover):hover img {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    /* ホバー時にポーズ */
  }
}
.cont--vision__solution .vision-solution__menu li a {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media (max-width: 768px) {
  .cont--vision__solution .vision-solution__menu li img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) {
  .cont--vision__solution .vision-solution__menu li img {
    width: 100%;
    height: auto;
    display: inline-block;
    /* アニメーションの繰り返し方向を交互にする場合は以下を追加 */
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
  }
  .cont--vision__solution .vision-solution__menu li:nth-child(1) {
    left: 10.2%;
    top: 46%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont--vision__solution .vision-solution__menu li:nth-child(2) {
    left: 44%;
    top: 15%;
  }
  .cont--vision__solution .vision-solution__menu li:nth-child(3) {
    left: 52%;
    top: 55%;
  }
}
.cont--vision__resous {
  padding: 80px 0;
  max-width: 1130px;
}
@media (max-width: 768px) {
  .cont--vision__resous {
    max-width: 560px;
    margin: auto;
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .cont--vision__resous ul {
    margin: 30px 0 0;
  }
}
.cont--vision__resous ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}
.cont--vision__resous ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--vision__resous ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cont--vision__resous ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 768px) {
  .cont--vision__resous ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px;
  }
  .cont--vision__resous ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.cont--vision__resous ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont--vision__resous ul li a {
  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) {
  .cont--vision__resous ul li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .cont--vision__resous ul li a:not(.nothover):hover > span {
    background: #0077C0;
    color: #fff !important;
    opacity: 1 !important;
  }
}
.cont--vision__resous ul li a strong {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .cont--vision__resous ul li a strong {
    font-size: 1.125rem;
  }
}
@media (max-width: 960px) {
  .cont--vision__resous ul li a strong {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .cont--vision__resous ul li a strong {
    font-size: 1.125rem;
  }
}
.cont--vision__resous ul li a strong {
  text-align: center;
  display: block;
  height: auto;
}
.cont--vision__resous ul li a div {
  margin: 10px 0 20px;
  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;
}
.cont--vision__resous ul li a div p span {
  display: inline-block;
}
.cont--vision__resous ul li a div p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--vision__resous ul li a div p {
    font-size: 0.875rem;
  }
}
.cont--vision__resous ul li a div p {
  font-weight: 700;
}
@media (max-width: 960px) {
  .cont--vision__resous ul li a div p {
    font-size: 0.875rem;
  }
}
.cont--vision__resous ul li a div p {
  text-align: center;
}
.cont--vision__resous ul li a > span {
  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: 38px;
  background: #EEF7FC;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .cont--vision__resous ul li a > span {
    font-size: 0.875rem;
  }
}
.cont--vision__resous ul li a > span {
  font-weight: 700;
}
.cont--vision__message .message__logo {
  max-width: 510px;
  margin: auto;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cont--vision__message .message__logo {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cont--vision__message .message .cont--vision__txt {
  margin: 40px 0;
}
.cont--vision__message .message .cont--vision__txt p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--vision__message .message .cont--vision__txt p {
    font-size: 0.875rem;
  }
}
.cont--vision__message .message .cont--vision__txt p {
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont--vision__message .message .cont--vision__txt {
    padding: 0 20px;
    margin: 30px 0;
  }
  .cont--vision__message .message .cont--vision__txt p {
    font-size: 0.875rem;
    text-align: center;
  }
}
.cont--vision__message .message .colm--3 {
  max-width: 715px;
  margin: auto;
}
@media (max-width: 768px) {
  .cont--vision__message .message .colm--3 {
    gap: 4px;
  }
}
.cont--vision__message .message__earth {
  max-width: 845px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 165px 35px 1fr;
  grid-template-columns: 165px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.cont--vision__message .message__earth > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--vision__message .message__earth > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .cont--vision__message .message__earth {
    display: block;
  }
  .cont--vision__message .message__earth img {
    max-width: 180px;
    height: auto;
    display: block;
    margin: auto auto 20px;
  }
}
.cont--vision__message .message__earth p {
  line-height: 2;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--vision__message .message__earth p {
    font-size: 0.875rem;
  }
}
.cont--vision__message .message__earth p {
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont--vision__message .message__earth p {
    font-size: 0.875rem;
    padding: 0 20px;
    text-align: center;
  }
}
.cont--vision__award {
  margin-top: 160px !important;
}
@media (max-width: 768px) {
  .cont--vision__award {
    margin-top: 140px !important;
  }
}
@media (max-width: 768px) {
  .cont--vision__award {
    padding: 0 20px;
  }
}
.cont--vision__award h3 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cont--vision__award h3 {
    margin-bottom: 40px;
  }
}
.cont--vision__award h3 img {
  margin: auto;
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
}
.cont--vision__award .sect__title-read {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cont--vision__award .sect__title-read {
    font-size: 1.25rem;
  }
}
.cont--vision__award .sect__title-read {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cont--vision__award .sect__title-read {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cont--vision__award .gd-award {
  text-align: center;
  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;
}
@media (max-width: 768px) {
  .cont--vision__award .gd-award {
    max-width: 560px;
    margin: auto;
    text-align: left;
  }
}
.cont--vision__award .gd-award p span {
  display: inline-block;
}
@media (max-width: 768px) {
  .cont--vision__award .gd-award p span {
    display: inline;
  }
}
.cont--vision__award .gd-award p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--vision__award .gd-award p {
    font-size: 0.875rem;
  }
}
.cont--vision__award .gd-award p {
  font-weight: 500;
}
.cont--vision__award .gd-award blockquote {
  padding: 20px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .cont--vision__award .gd-award blockquote {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.cont--terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont--terms time {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .cont--terms time {
    font-size: 1rem;
  }
}
.cont--terms time {
  font-weight: 700;
}
.cont--terms .add-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 170px;
  margin: 170px 0;
}
@media (max-width: 768px) {
  .cont--terms .add-numbers {
    gap: 120px;
    margin: 120px 0;
  }
}
.cont--terms .add-numbers > li {
  position: relative;
}
.cont--terms .add-numbers > li:first-child::before {
  background-image: linear-gradient(to right, #0077C0 2px, transparent 4px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -85px;
}
@media (max-width: 768px) {
  .cont--terms .add-numbers > li:first-child::before {
    top: -60px;
  }
}
.cont--terms .add-numbers > li::after {
  background-image: linear-gradient(to right, #0077C0 2px, transparent 4px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -85px;
}
@media (max-width: 768px) {
  .cont--terms .add-numbers > li::after {
    bottom: -60px;
  }
}
.cont--terms .add-numbers dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .cont--terms .add-numbers dt {
    font-size: 1.125rem;
  }
}
.cont--terms .add-numbers dt .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cont--terms .add-numbers dt {
  margin-bottom: 40px;
}
.cont--terms .add-numbers dd {
  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;
}
.cont--terms .add-numbers dd 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: 20px;
}
.cont--terms .add-numbers dd * {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--terms .add-numbers dd * {
    font-size: 1rem;
  }
}
.cont--terms .add-numbers dd * {
  font-weight: 500;
}
.cont--terms .add-numbers dd strong {
  font-weight: 700;
}
.cont--terms .add-numbers dd ol {
  list-style: decimal;
  font-weight: 500;
  padding-left: 1.2em;
}
.cont--terms .add-numbers dd ul {
  list-style: disc;
  font-weight: 500;
  padding-left: 1.2em;
}
@media (max-width: 1200px) {
  .cont--404 {
    padding: 0 20px 0 20px;
  }
}
.cont--404 strong {
  color: #BFDDEF;
  font-size: 9.125rem;
}
@media (max-width: 768px) {
  .cont--404 strong {
    font-size: 5.5rem;
  }
}
.cont--404 strong {
  text-align: center;
  display: block;
  margin: auto;
}
.cont--404 em {
  color: #0077C0;
  text-align: center;
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .cont--404 em {
    font-size: 2.25rem;
  }
}
.cont--404 em {
  font-weight: 500;
  margin: 40px auto 30px;
  display: block;
}
@media (max-width: 768px) {
  .cont--404 em {
    margin: 30px auto 20px;
  }
}
.cont--404 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px auto 80px;
  gap: 15px;
}
@media (max-width: 768px) {
  .cont--404 > div {
    margin: 20px auto 60px;
  }
}
.cont--404 > div p {
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--404 > div p {
    font-size: 1rem;
  }
}
.cont--404 > div p {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cont--404 > div p {
    text-align: left;
  }
}
.cont--404 a {
  max-width: 640px;
  margin: auto;
}
@media (min-width: 769px) {
  .cont--features {
    max-width: 1200px !important;
  }
}
.cont--features {
  margin: auto;
}
@media (max-width: 768px) {
  .cont--features {
    max-width: 560px !important;
  }
}
.cont--features-blue ul li span {
  color: #0077C0;
}
.cont--features-green ul li span {
  color: #0CB04B;
}
.cont--features-brown ul li span {
  color: #BE7C2D;
}
.cont--features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
}
@media (max-width: 768px) {
  .cont--features ul {
    gap: 10px;
  }
}
.cont--features ul li {
  width: calc(33.3% - 14px);
  border: solid 2px #EEEEEE;
  padding: 15px 22px;
}
@media (min-width: 769px) and (max-width: 930px) {
  .cont--features ul li {
    padding: 12px 15px;
  }
}
@media (max-width: 768px) {
  .cont--features ul li {
    width: 100%;
  }
}
.cont--features ul li.full-size {
  padding: 38px 18px 31px;
}
.cont--features ul li.full-size > div {
  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;
  gap: 20px;
}
.cont--features ul li.full-size > div > div:first-child > div {
  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;
  gap: 10px;
}
.cont--features ul li.full-size > div > div:first-child > div span {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .cont--features ul li.full-size > div > div:first-child > div span {
    font-size: 0.875rem;
  }
}
.cont--features ul li.full-size > div > div:first-child > div span {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cont--features ul li.full-size > div > div:first-child > div strong {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cont--features ul li.full-size > div > div:first-child > div strong {
    font-size: 1.5rem;
  }
}
.cont--features ul li.full-size > div > div:first-child > div strong {
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 960px) {
  .cont--features ul li.full-size > div > div:first-child > div strong {
    font-size: 1.25rem;
  }
}
@media (min-width: 769px) and (max-width: 960px) and (max-width: 768px) {
  .cont--features ul li.full-size > div > div:first-child > div strong {
    font-size: 31.25rem;
  }
}
.cont--features ul li.full-size > div > div:first-child > div strong {
  letter-spacing: 0.05em;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .cont--features ul li.full-size > div > div:first-child img {
    width: 110px;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .cont--features ul li.full-size > div > div:first-child img {
    width: 100px;
    aspect-ratio: 1/1;
  }
}
.cont--features ul li.full-size > div > div:first-child {
  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;
  gap: 10px;
}
.cont--features ul li.full-size > div > div:last-child {
  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;
  gap: 14px;
}
.cont--features ul li.full-size > div > div:last-child p {
  letter-spacing: 0.05em;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont--features ul li.full-size > div > div:last-child p {
    font-size: 1rem;
  }
}
.cont--features ul li.full-size > div > div:last-child p {
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 960px) {
  .cont--features ul li.full-size > div > div:last-child p {
    font-size: 0.9375rem;
    font-weight: 500;
  }
}
@media (min-width: 769px) and (max-width: 960px) and (max-width: 768px) {
  .cont--features ul li.full-size > div > div:last-child p {
    font-size: 0.9375rem;
  }
}
.cont--features ul li.full-size > div > div:last-child p .fs--12 {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .cont--features ul li.full-size > div > div:last-child p .fs--12 {
    font-size: 0.75rem;
  }
}
.cont--features ul li.full-size > div > div:last-child p .fs--12 {
  font-weight: 500;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
  display: inline-block;
}
.cont--features ul li.full-size > div > div:last-child > small {
  display: block;
  line-height: 1.8;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .cont--features ul li.full-size > div > div:last-child > small {
    font-size: 0.875rem;
  }
}
.cont--features ul li.full-size > div > div:last-child > small {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) and (max-width: 960px) {
  .cont--features ul li.full-size > div > div:last-child > small {
    font-size: 0.8125rem;
    font-weight: 500;
  }
}
@media (min-width: 769px) and (max-width: 960px) and (max-width: 768px) {
  .cont--features ul li.full-size > div > div:last-child > small {
    font-size: 0.8125rem;
  }
}
.cont--features ul li:not(.full-size) > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 8px;
}
.cont--features ul li:not(.full-size) > div > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--features ul li:not(.full-size) > div > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .cont--features ul li:not(.full-size) > div > div:last-child img {
    width: 60px;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .cont--features ul li:not(.full-size) > div > div:last-child img {
    width: 60px;
    aspect-ratio: 1/1;
  }
}
.cont--features ul li:not(.full-size) > div > div:first-child {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.cont--features ul li:not(.full-size) > div > div:first-child span {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .cont--features ul li:not(.full-size) > div > div:first-child span {
    font-size: 0.75rem;
  }
}
.cont--features ul li:not(.full-size) > div > div:first-child span {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cont--features ul li:not(.full-size) > div > div:first-child strong {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .cont--features ul li:not(.full-size) > div > div:first-child strong {
    font-size: 1.25rem;
  }
}
.cont--features ul li:not(.full-size) > div > div:first-child strong {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) and (max-width: 960px) {
  .cont--features ul li:not(.full-size) > div > div:first-child strong {
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) and (max-width: 960px) and (max-width: 768px) {
  .cont--features ul li:not(.full-size) > div > div:first-child strong {
    font-size: 31.25rem;
  }
}

.page .cont {
  max-width: 1180px;
}
@media (max-width: 768px) {
  .page .cont {
    max-width: 600px;
  }
}

.system .btn--square {
  max-width: 580px;
  width: 100%;
  height: 47px;
}
.system h4 {
  text-align: center;
}
.system h4 img {
  max-width: 100%;
  height: auto;
}
.system .color-box {
  padding: 40px;
}
@media (max-width: 768px) {
  .system .color-box {
    padding: 30px 20px 20px;
  }
}
.system__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 120px 0px 1fr;
  grid-template-columns: 1fr 120px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px;
  position: relative;
}
.system__main > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.system__main > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.system__main > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1180px) {
  .system__main {
    -ms-grid-columns: 1fr 10vw 1fr;
    grid-template-columns: 1fr 10vw 1fr;
  }
}
@media (max-width: 768px) {
  .system__main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 80px 1fr;
    grid-template-rows: 1fr 80px 1fr;
  }
  .system__main > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .system__main > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .system__main > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.system__main > span {
  display: block;
  position: relative;
}
.system__main > span::before, .system__main > span::after {
  content: "";
  width: 82px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
}
@media (min-width: 769px) and (max-width: 1180px) {
  .system__main > span::before, .system__main > span::after {
    width: 8vw;
  }
}
@media (max-width: 768px) {
  .system__main > span::before, .system__main > span::after {
    top: 51%;
    width: 54px;
    height: 1px;
  }
}
.system__main > span::after {
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}
.system__main .system-pickup {
  text-align: center;
  margin-top: 20px;
}
.system__main .system-pickup__title {
  width: 100%;
}
.system__main .system-pickup__title > div {
  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: 16px;
}
.system__main .system-pickup__title > div span {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .system__main .system-pickup__title > div span {
    font-size: 1.25rem;
  }
}
.system__main .system-pickup__title > div span {
  font-weight: 700;
  color: #0077C0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.system__main .system-pickup__title > div::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0077C0;
}
.system__main .system-pickup__title > div::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0077C0;
}
.system__main .system-pickup__title strong {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .system__main .system-pickup figure {
    margin-top: 25px;
  }
}
.system__main .system-pickup figure figcaption {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .system__main .system-pickup figure figcaption {
    margin-top: 30px;
  }
}
.system__main .system-pickup figure figcaption p {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .system__main .system-pickup figure figcaption p {
    font-size: 1rem;
  }
}
.system__main .system-pickup figure figcaption p {
  font-weight: 500;
}
.system__main .system-pickup figure figcaption p small {
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 2;
  display: block;
}
.system__list {
  background: #efefef;
  border-radius: 2000px;
  padding: 65px 0;
  max-width: 420px;
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .system__list {
    padding: 6vw 0;
  }
}
@media (max-width: 768px) {
  .system__list {
    padding: 60px 0;
  }
}
.system__list .img {
  max-width: 65%;
  margin: auto;
}
.system__list .img img {
  max-width: 100%;
  width: auto;
  max-height: 137px;
  height: auto;
}
.system__list figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.system__list figcaption h5 {
  color: #333;
  font-size: 1rem;
  text-align: center;
}
.system__list figcaption h5 .logo {
  margin: 10px auto 0;
  height: 31px;
  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;
}
.system__list figcaption h5 img {
  display: block;
  width: auto;
  max-height: 31px;
}
.system__list figcaption h5 {
  margin-bottom: 10px;
}
.system__list figcaption p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .system__list figcaption p {
    font-size: 1.4vw;
  }
}
.system__list--app {
  background: #17B3ED;
}
.system__list--portal {
  background: #8CC53F;
}
.system__list--portal figcaption h5 img {
  max-height: 25px;
}
.system .btn-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .system .btn-wrap {
    margin: 5px 0 20px;
    padding-bottom: 0px;
  }
}
.system .btn-wrap::after {
  background-image: linear-gradient(to right, #0077C0 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
}
@media (max-width: 768px) {
  .system .btn-wrap::after {
    bottom: -20px;
  }
}
.system--wooms-technology .btn-wrap::after {
  background-image: linear-gradient(to right, #985E19 2px, transparent 2px);
}
.system__office {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 25px 20px;
  border-radius: 6px;
  background: #EEF7FC;
}
.system__office > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.system__office > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .system__office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
}
.system__office h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -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;
  margin: 0;
}
@media (max-width: 768px) {
  .system__office h5 {
    width: calc(100% - 44px);
  }
  .system__office h5 .logo {
    margin: auto;
  }
  .system__office h5 .logo img {
    width: 100%;
    height: auto;
  }
}
.system__office p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.875rem;
}
.app-read__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 320px;
  grid-template-columns: 1fr 320px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-read__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.app-read__inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1280px) {
  .app-read__inner {
    gap: 30px;
  }
}
@media (max-width: 960px) {
  .app-read__inner {
    margin: auto;
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .app-read__inner img {
    width: calc(100% - 14px);
    display: block;
    margin: auto;
  }
}
@media (max-width: 960px) {
  .app-read__inner img {
    max-width: 360px;
  }
}

.portal-read__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 320px;
  grid-template-columns: 1fr 320px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.portal-read__inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1280px) {
  .portal-read__inner {
    gap: 30px;
  }
}
@media (max-width: 960px) {
  .portal-read__inner {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .portal-read__inner img {
    width: calc(100% - 14px);
    display: block;
    margin: auto;
  }
}
@media (max-width: 960px) {
  .portal-read__inner img {
    max-width: 360px;
  }
}

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

.box--style01 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .box--style01 {
    margin-top: 30px;
  }
}
.box--style01 h4 span {
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .box--style01 h4 span {
    font-size: 1rem;
  }
}
.box--style01 h4 span {
  font-weight: 700;
  display: block;
}
.box--style01 h4 {
  font-size: 2.375rem;
}
@media (max-width: 768px) {
  .box--style01 h4 {
    font-size: 1.625rem;
  }
}
.box--style01 h4 {
  font-weight: 500;
}
.box--style01 h4.fs--s {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .box--style01 h4.fs--s {
    font-size: 1.625rem;
  }
}
.box--style01 p {
  margin-top: 25px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .box--style01 p {
    font-size: 0.875rem;
  }
}
.box--style01 p {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .box--style01 p {
    margin-top: 15px;
  }
}
.box--style01 small {
  margin-top: 10px;
  line-height: 2;
  display: block;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .box--style01 small {
    font-size: 0.875rem;
  }
}
.box--style01 small {
  font-weight: 500;
  letter-spacing: 0.05em;
}

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

body.download_download-form .back-to-top,
body.contact:not(.contact_contact) .back-to-top {
  display: none;
}

body.wooms-app-portal-lp_wooms-app-portal-lp-download .sidebar {
  display: none;
}

body.vision .sidebar__inner,
body.download .sidebar__inner,
body.contact .sidebar__inner {
  max-height: calc(100vh - 0px);
  height: 100%;
  top: 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.vision .sidebar__inner > div,
body.download .sidebar__inner > div,
body.contact .sidebar__inner > div {
  visibility: hidden;
  pointer-events: none;
  display: none;
}

.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 a {
  width: 100%;
  display: block;
  position: relative;
  height: 466.17px;
  overflow: hidden;
}
@media (max-width: 1120px) {
  .BannerInner a {
    height: 40vw;
  }
}
@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.png) top 826px right 88px/auto no-repeat, url(../images/TOPBG02M.png) top 1236px left 8%/auto no-repeat, url(../images/TOPBG03M.png) top 2290px right 8.9%/auto no-repeat, url(../images/TOPBG04M.png) top 3001px left 5%/auto no-repeat, url(../images/TOPBG05M.png) top 4461px right 7.5%/auto no-repeat, url(../images/TOPBG06M.png) top 3902px left 2%/auto no-repeat, url(../images/TOPBG07M.png) top 6029px right 11%/auto no-repeat, url(../images/TOPBG08M.png) top 5882px left 0%/auto no-repeat, url(../images/TOPBG01M.png) top 6826px right 88px/auto no-repeat, url(../images/TOPBG02M.png) top 7236px left 8%/auto no-repeat, url(../images/TOPBG03M.png) top 9290px right 8.9%/auto no-repeat, url(../images/TOPBG04M.png) top 8701px left -2%/auto no-repeat, url(../images/TOPBG05M.png) top 10461px right 7.5%/auto no-repeat, url(../images/TOPBG06M.png) top 11902px left 2%/auto no-repeat, url(../images/TOPBG07M.png) top 12029px right 11%/auto no-repeat, url(../images/TOPBG08M.png) top 13282px left 2.6%/auto no-repeat;
}

@media (max-width: 768px) {
  .sp-horizontal-scroll {
    overflow-x: scroll;
  }
}
@media (min-width: 769px) {
  .sp-horizontal-scroll__icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .sp-horizontal-scroll__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sp-horizontal-scroll__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 180px;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  pointer-events: none;
}
.sp-horizontal-scroll__icon.hide {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.sp-horizontal-scroll__icon img {
  width: calc(100% - 40px) !important;
  height: auto;
}
.sp-horizontal-scroll__main {
  width: 100%;
}
@media (max-width: 768px) {
  .sp-horizontal-scroll__main {
    width: 200% !important;
  }
}

@media (max-width: 768px) {
  .feature-box {
    width: 100%;
    border-radius: 4px;
    border-radius: 0;
    padding: 0px;
  }
}
.feature-box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .feature-box h3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px 16px 1fr;
    grid-template-columns: 60px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px 16px;
  }
  .feature-box h3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .feature-box h3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.feature-box h3 img {
  width: 60px;
  height: auto;
}
@media (max-width: 768px) {
  .feature-box h3 img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (max-width: 768px) {
  .feature-box h3 .tag {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.feature-box h3 .tag span {
  display: block;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .feature-box h3 .tag span {
    font-size: 0.75rem;
  }
}
.feature-box h3 .tag span {
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .feature-box h3 .tag span {
    margin-left: 0px;
  }
}
.feature-box h3 .tag span {
  padding: 0 10px;
  height: 22px;
  border-radius: 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;
}
.feature-box h3 > div {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
}
@media (max-width: 768px) {
  .feature-box h3 > div {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.feature-box .color-box--white {
  border-radius: 6px;
  padding: 40px;
}
@media (max-width: 768px) {
  .feature-box .color-box--white {
    padding: 20px;
  }
}
.feature-box__read {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.feature-box .graph-wrap01 {
  position: relative;
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01 {
    margin-top: 30px;
  }
}
.feature-box .graph-wrap01 h4 {
  max-width: 340px;
  width: 100%;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  gap: 10px;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  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;
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01 h4 {
    max-width: 100%;
  }
}
.feature-box .graph-wrap01 h4::before {
  content: "Q";
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01 h4 {
    gap: 15px;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
  }
}
.feature-box .graph-wrap01 h4.bg--blue::after {
  border-color: #0077C0 transparent transparent;
}
.feature-box .graph-wrap01 h4.bg--brown::after {
  border-color: #985E19 transparent transparent;
}
.feature-box .graph-wrap01 h4::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 13.5px 0 13.5px;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01 h4::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 14px 10px 0 10px;
    bottom: -14px;
  }
}
.feature-box .graph-wrap01 h4 span {
  line-height: 0;
  font-size: 1.5rem;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
@media (min-width: 769px) {
  .feature-box .graph-wrap01__01 {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: calc(50% - 62px);
    max-width: 140px;
    width: 45%;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .feature-box .graph-wrap01__01 {
    top: calc(50% - 5vw);
    max-width: 15vw;
  }
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01__01 {
    position: relative;
    max-width: 160px;
    margin: auto;
    width: 100%;
  }
}
.feature-box .graph-wrap01__01 img {
  width: 100%;
  height: auto;
}
.feature-box .graph-wrap01__02 {
  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;
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01__02 {
    display: block;
  }
}
.feature-box .graph-wrap01__02 > * {
  max-width: 340px;
}
@media (max-width: 1080px) {
  .feature-box .graph-wrap01__02 > * {
    max-width: 37vw;
  }
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01__02 > * {
    max-width: 100%;
  }
}
.feature-box .graph-wrap01__02 > * {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01__02 > * .arrow {
    display: none;
  }
}
.feature-box .graph-wrap01__02 > * .graph0101 {
  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;
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01__02 > * .graph0101 {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feature-box .graph-wrap01__02 > * .graph0101 .arrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.feature-box .graph-wrap01__02 > * .graph0101 picture {
  padding-right: 20px;
}
@media (max-width: 1080px) {
  .feature-box .graph-wrap01__02 > * .graph0101 picture {
    padding-right: 2vw;
  }
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01__02 > * .graph0101 picture {
    padding-right: 0;
  }
}
.feature-box .graph-wrap01__02 > * .graph0102 {
  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: 768px) {
  .feature-box .graph-wrap01__02 > * .graph0102 {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feature-box .graph-wrap01__02 > * .graph0102 picture {
  padding-left: 20px;
}
@media (max-width: 1080px) {
  .feature-box .graph-wrap01__02 > * .graph0102 picture {
    padding-left: 2vw;
  }
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01__02 > * .graph0102 picture {
    padding-left: 0;
  }
}
.feature-box .graph-wrap01__02 > * picture {
  display: block;
  position: relative;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01__02 > * picture {
    padding: 0 0px;
  }
}
.feature-box .graph-wrap01__02 > * picture img {
  max-width: 255px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1080px) {
  .feature-box .graph-wrap01__02 > * picture img {
    max-width: 25vw;
  }
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01__02 > * picture img {
    max-width: 360px;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .feature-box .graph-wrap01__02 > *:nth-child(1) {
    margin-bottom: 40px;
  }
}
.feature-box .graph-wrap01__02 > *:nth-child(2) .bg--blue {
  margin-left: auto;
}
.feature-box .graph-wrap01__02 > *:nth-child(2) {
  margin: 0 0 0 auto;
}
.feature-box .graph-wrap02 {
  padding-top: 20px;
  margin-top: 45px;
  border-top: solid 1px rgba(0, 110, 188, 0.2);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 20px 1fr;
  grid-template-columns: 180px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 20px;
}
.feature-box .graph-wrap02 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.feature-box .graph-wrap02 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .feature-box .graph-wrap02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    margin-top: 40px;
  }
  .feature-box .graph-wrap02 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .feature-box .graph-wrap02 > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .feature-box .graph-wrap02 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.feature-box .graph-wrap02 img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .feature-box .graph-wrap02 img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    margin-top: 15px;
  }
}
.feature-box .graph-wrap02 strong {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .feature-box .graph-wrap02 strong {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.feature-box .graph-wrap02 p {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
@media (max-width: 768px) {
  .feature-box .graph-wrap02 p {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.feature-box--brown .graph-wrap02 {
  border-top: solid 1px rgba(152, 94, 25, 0.1);
}
.feature-box__flow > p {
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .feature-box__flow > p {
    margin-bottom: 10px;
  }
}
.feature-box__flow > ul {
  padding: 0;
  margin: 0;
  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;
  overflow: hidden;
}
.feature-box__flow > ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.feature-box__flow > ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.feature-box__flow > ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .feature-box__flow > ul {
    display: block;
  }
}
.feature-box__flow > ul > li:nth-child(2) .txt > p {
  text-align: left;
}
.feature-box__flow > ul > li {
  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;
}
@media (max-width: 768px) {
  .feature-box__flow > ul > li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47px 1fr;
    grid-template-columns: 47px 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .feature-box__flow > ul > li > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .feature-box__flow > ul > li > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.feature-box__flow > ul > li:nth-child(1) {
  z-index: 2;
  position: relative;
}
.feature-box__flow > ul > li:nth-child(2) {
  z-index: 1;
  position: relative;
}
.feature-box__flow > ul > li:nth-child(3) {
  z-index: 0;
  position: relative;
}
@media (min-width: 769px) {
  .feature-box__flow > ul > li:not(:last-child) .heading::before {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 36px;
    height: 36px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media (max-width: 768px) {
  .feature-box__flow > ul > li:not(:last-child) .heading::before {
    position: absolute;
    left: -3px;
    bottom: -13px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 25.5px 0 25.5px;
    border-color: #dbf0fc transparent transparent transparent;
    z-index: 3;
  }
  .feature-box__flow > ul > li:not(:last-child) .heading::after {
    position: absolute;
    left: -3px;
    bottom: -10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 25.5px 0 25.5px;
    border-color: #0077c0 transparent transparent transparent;
    z-index: 3;
  }
}
@media (min-width: 769px) {
  .feature-box__flow > ul > li:not(:last-child) .txt::after {
    content: "";
    width: 2px;
    height: calc(100% - 40px);
    position: absolute;
    right: 0;
    bottom: 20px;
    background: rgba(0, 119, 192, 0.1);
  }
}
@media (max-width: 768px) {
  .feature-box__flow > ul > li:not(:last-child) .txt::after {
    content: "";
    width: calc(100% - 40px);
    height: 2px;
    position: absolute;
    left: 20px;
    bottom: 0px;
    background: rgba(0, 119, 192, 0.1);
  }
}
@media (min-width: 769px) {
  .feature-box__flow > ul > li .heading {
    height: 47px;
  }
}
@media (max-width: 768px) {
  .feature-box__flow > ul > li .heading {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.feature-box__flow > ul > li .heading {
  color: #fff;
  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-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
  position: relative;
}
.feature-box__flow > ul > li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 3;
  position: relative;
}
.feature-box__flow--blue ul {
  background: #EEF7FC;
}
.feature-box__flow--blue ul li {
  background: #EEF7FC;
}
.feature-box__flow--brown ul {
  background: #F5EFE8;
}
.feature-box__flow--brown ul li {
  background: #F5EFE8;
}
@media (max-width: 768px) {
  .feature-box__flow--brown ul li:not(:last-child) .heading::before {
    border-color: #F5EFE8 transparent transparent;
  }
  .feature-box__flow--brown ul li:not(:last-child) .heading::after {
    border-color: #985E19 transparent transparent;
  }
}
@media (min-width: 769px) {
  .feature-box__flow--brown ul li:not(:last-child) .txt::after {
    background: rgba(152, 94, 25, 0.1);
  }
}
@media (max-width: 768px) {
  .feature-box__flow--brown ul li:not(:last-child) .txt::after {
    background: rgba(152, 94, 25, 0.1);
  }
}
.feature-box .alignment {
  background: #fff;
  margin-top: 25px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .feature-box .alignment {
    margin-top: 10px;
    border-radius: 4px;
  }
}
.feature-box .alignment .logo {
  max-width: 240px;
  height: auto;
  display: block;
  margin: auto;
}
.feature-box .alignment .col3 {
  margin: 25px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}
.feature-box .alignment .col3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.feature-box .alignment .col3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.feature-box .alignment .col3 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 768px) {
  .feature-box .alignment .col3 {
    display: block;
  }
  .feature-box .alignment .col3 > *:not(:last-child) {
    display: block;
    margin-bottom: 20px;
  }
}
.feature-box .alignment .col3 img {
  width: 100%;
  height: auto;
}
.feature-box .alignment p {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .feature-box .alignment p {
    font-weight: 400;
    text-align: left;
  }
}

.OverAnm {
  position: relative;
}
.OverAnm .mrk1 {
  position: relative;
  z-index: 10;
}
.OverAnm .mrk1 img {
  display: block;
  margin: auto;
  max-width: 74%;
  width: 100%;
  height: auto;
}
.OverAnm .mrk2 img {
  max-width: 74%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.OverAnm .txt img {
  z-index: 10;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.OverAnm .arrow {
  position: absolute;
}
.OverAnm .arrow img {
  width: 100%;
  height: auto;
}
.OverAnm .arrow--1 {
  max-width: 2.5%;
  width: 100%;
  height: auto;
  left: 33%;
  top: 18%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.OverAnm .arrow--2 {
  max-width: 2.5%;
  width: 100%;
  height: auto;
  left: 62%;
  top: 15%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}
.OverAnm .arrow--3 {
  max-width: 2.5%;
  width: 100%;
  height: auto;
  left: 67%;
  top: 54%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-125deg);
          transform: rotate(-125deg);
}
.OverAnm .arrow--4 {
  max-width: 2.5%;
  width: 100%;
  height: auto;
  left: 37.5%;
  top: 59%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.OverAnm .mrk4 img {
  display: block;
  margin: auto;
  max-width: 20%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.touch-device .modal--overview {
  height: 100% !important;
}

@media (max-width: 768px) {
  .modal--overview {
    padding: 60px 20px !important;
  }
  .modal--overview .modal__inner {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .modal--overview .close-modal {
    position: relative;
    z-index: 1000 !important;
    top: -40px !important;
    right: 0 !important;
  }
  .modal--overview .close-modal > div span {
    opacity: 1 !important;
    width: 30px !important;
    height: 30px !important;
  }
}
@media (max-width: 768px) {
  .modal--overview h3 {
    -ms-grid-columns: 44px 1fr;
    grid-template-columns: 44px 1fr;
  }
  .modal--overview h3 img {
    width: 44px;
    height: 44px;
  }
  .modal--overview h3 div {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .modal--overview h3 div {
    font-size: 0.9375rem;
  }
}

.modal-overview-content figure {
  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;
}

.modal-overview-content figure > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.modal-overview-content figure > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .modal-overview-content figure {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.modal-overview-content figure img,
.modal-overview-content figure picture {
  display: block;
  width: 100%;
  height: auto;
}
.modal-overview-content dt {
  margin-bottom: 30px;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .modal-overview-content dt {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .modal-overview-content dt {
    margin-bottom: 15px;
  }
}
.modal-overview-content dd p {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .modal-overview-content dd p {
    font-size: 0.875rem;
  }
}
.modal-overview-content dd p {
  font-weight: 400;
}