@charset "UTF-8";
.loading .anime.clipInTB {
  clip-path: inset(0 0 100% 0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.loading .anime.clipInTB.in-view {
  clip-path: inset(0 0 0 0);
}
.loading .anime.fadeIn {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.loading .anime.fadeIn.in-view {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.mv__shoulder {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.in-view .mv__shoulder {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.mv__logo {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.in-view .mv__logo {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.mv__group::before, .mv__group::after {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.in-view .mv__group::before, .in-view .mv__group::after {
  opacity: 1;
}
.mv__box-high, .mv__box-jr {
  clip-path: inset(0 0 100% 0);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.in-view .mv__box-high, .in-view .mv__box-jr {
  clip-path: inset(0 0 0 0);
}
.mv__title {
  clip-path: inset(0 0 100% 0);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.in-view .mv__title {
  clip-path: inset(0 0 0 0);
}
.mv__bt-wrap {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.in-view .mv__bt-wrap {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}
ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

em {
  font-style: normal;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  background: #FFF;
}

.max {
  display: none;
}
@media screen and (max-width:1599px) {
  .max {
    display: inline-block;
  }
}

.base {
  display: none;
}
@media screen and (max-width:1366px) {
  .base {
    display: inline-block;
  }
}

.tab {
  display: inline-block;
}
@media screen and (max-width:1024px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width:767px) {
  .sp {
    display: inline-block;
  }
}

.pc {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
}

/*----------//br----------*/
#main {
  overflow-x: clip;
  width: 100%;
}

/* -----------------------------------------------
  base
  ----------------------------------------------- */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 100%;
  width: 100%;
  overflow-x: clip;
}
.container > * {
  width: 100%;
}
.container main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.mv img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mv__shoulder {
  text-align: center;
  width: 360px;
  margin: auto;
  padding-top: 80px;
}
@media screen and (max-width:1366px) {
  .mv__shoulder {
    width: 26.35vw;
  }
}
@media screen and (max-width:767px) {
  .mv__shoulder {
    width: 140px;
  }
}
@media screen and (max-width:1366px) {
  .mv__shoulder {
    padding-top: 5.86vw;
  }
}
@media screen and (max-width:767px) {
  .mv__shoulder {
    padding-top: 30px;
  }
}
@media screen and (max-width:767px) {
  .mv__shoulder {
    width: 53.33vw;
    padding-top: 8vw;
  }
}
.mv__logo {
  text-align: center;
  width: 360px;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 150px;
}
@media screen and (max-width:1366px) {
  .mv__logo {
    width: 26.35vw;
  }
}
@media screen and (max-width:767px) {
  .mv__logo {
    width: 140px;
  }
}
@media screen and (max-width:1366px) {
  .mv__logo {
    padding-top: 1.83vw;
  }
}
@media screen and (max-width:767px) {
  .mv__logo {
    padding-top: 15px;
  }
}
@media screen and (max-width:1366px) {
  .mv__logo {
    padding-bottom: 10.98vw;
  }
}
@media screen and (max-width:767px) {
  .mv__logo {
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .mv__logo {
    width: 53.33vw;
    padding-top: 2.67vw;
    padding-bottom: 5.33vw;
  }
}
.mv__title {
  position: absolute;
  width: 960px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width:1366px) {
  .mv__title {
    width: 70.28vw;
  }
}
@media screen and (max-width:767px) {
  .mv__title {
    width: 360px;
  }
}
@media screen and (max-width:767px) {
  .mv__title {
    width: 80vw;
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-bottom: 5.33vw;
  }
}
.mv__bt-wrap {
  position: absolute;
  width: 400px;
  left: 0;
  right: 0;
  margin: auto;
  top: 120px;
  z-index: 3;
}
@media screen and (max-width:1366px) {
  .mv__bt-wrap {
    width: 29.28vw;
  }
}
@media screen and (max-width:767px) {
  .mv__bt-wrap {
    width: 180px;
  }
}
@media screen and (max-width:1366px) {
  .mv__bt-wrap {
    top: 8.78vw;
  }
}
@media screen and (max-width:767px) {
  .mv__bt-wrap {
    top: 120px;
  }
}
@media screen and (max-width:767px) {
  .mv__bt-wrap {
    top: 8vw;
    width: 73.33vw;
  }
}
.mv__sub-title {
  padding-bottom: 30px;
}
@media screen and (max-width:1366px) {
  .mv__sub-title {
    padding-bottom: 2.2vw;
  }
}
@media screen and (max-width:767px) {
  .mv__sub-title {
    padding-bottom: 15px;
  }
}
.mv__bt {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.mv__bt.-jr {
  -webkit-box-shadow: 0 4px 12px rgba(242, 146, 6, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 12px rgba(242, 146, 6, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mv__bt.-high {
  -webkit-box-shadow: 0 4px 12px rgba(0, 94, 158, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 12px rgba(0, 94, 158, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mv__bt:hover {
  opacity: 0.5;
}
.mv__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width:767px) {
  .mv__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mv__group::before {
  content: "";
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .mv__group::before {
    display: none;
  }
}
.mv__group::after {
  content: "";
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .mv__group::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  }
}
.mv__group > div {
  width: 50%;
  position: relative;
}
@media screen and (max-width:767px) {
  .mv__group > div {
    width: 100%;
  }
  .mv__group > div .mv__image img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
  .mv__group > div.mv__box-high .mv__image img {
    -o-object-position: center top;
       object-position: center top;
  }
  .mv__group > div.mv__box-jr::after {
    content: "";
    width: 100%;
    height: 20%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
}

.block-products {
  position: relative;
}
.block-products.-high .block-products__nav {
  background: linear-gradient(45deg, rgb(6, 162, 224) 0%, rgb(2, 74, 138) 100%);
}
.block-products__catchphrase {
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width:1366px) {
  .block-products__catchphrase {
    padding-top: 2.2vw;
  }
}
@media screen and (max-width:767px) {
  .block-products__catchphrase {
    padding-top: 20px;
  }
}
.block-products__catchphrase img {
  width: 240px;
  height: auto;
}
@media screen and (max-width:1366px) {
  .block-products__catchphrase img {
    width: 17.57vw;
  }
}
@media screen and (max-width:767px) {
  .block-products__catchphrase img {
    width: 160px;
  }
}
.block-products__nav {
  background: linear-gradient(45deg, rgb(251, 211, 67) 0%, rgb(221, 111, 45) 100%);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
  padding: 1em;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .block-products__nav {
    font-size: 16px;
    text-indent: 0.3em;
    letter-spacing: 0.3em;
  }
}
.block-products__title {
  font-weight: 900;
  font-size: 42px;
  line-height: 1.4;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:1366px) {
  .block-products__title {
    font-size: 3.07vw;
  }
}
@media screen and (max-width:767px) {
  .block-products__title {
    font-size: 28px;
  }
}
.block-products__title span {
  font-weight: 100;
}
.block-products__mv {
  position: relative;
  margin-top: -10%;
  background: #eaf6fd;
  padding-bottom: 7.32vw;
  position: relative;
}
@media screen and (max-width:767px) {
  .block-products__mv {
    width: 150%;
    margin-left: -25%;
    padding-bottom: 10.98vw;
  }
}
.block-products__mv::after {
  content: "";
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.block-products__mv svg,
.block-products__mv img {
  width: 100%;
  height: auto;
  vertical-align: top;
  position: relative;
}
.block-products__mv svg {
  z-index: 2;
}
.block-products__mv .-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-products__lead {
  font-weight: 500;
  max-width: 960px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-size: 24px;
  position: relative;
  z-index: 4;
  text-shadow: 0 3px 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF;
}
@media screen and (max-width:1366px) {
  .block-products__lead {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .block-products__lead {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1366px) {
  .block-products__lead {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  .block-products__lead {
    font-size: 18px;
  }
}

.block-kokuyo {
  background: #eaf6fd url(../images/bg_k.svg) center bottom no-repeat;
}
@media screen and (max-width:767px) {
  .block-kokuyo {
    background: #eaf6fd;
  }
}
.block-kokuyo__heading span {
  background: #eaf6fd;
}
.block-kokuyo__heading::before {
  background: #005e9e;
}
.block-kokuyo__inner {
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width:1366px) {
  .block-kokuyo__inner {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .block-kokuyo__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-kokuyo__inner {
    padding-top: 9.77vw;
    padding-bottom: 9.77vw;
  }
}
@media screen and (max-width:767px) {
  .block-kokuyo__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.block-kokuyo__lead {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width:1366px) {
  .block-kokuyo__lead {
    font-size: 1.46vw;
  }
}
@media screen and (max-width:767px) {
  .block-kokuyo__lead {
    font-size: 18px;
  }
}

.block-chieru {
  background: #fffaef url(../images/bg_c.svg) center bottom no-repeat;
  background-size: 182.65vw auto;
}
@media screen and (max-width:767px) {
  .block-chieru {
    background: #fffaef;
  }
}
.block-chieru__heading span {
  background: #fffaef;
}
.block-chieru__heading::before {
  background: #f29206;
}
.block-chieru__inner {
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width:1366px) {
  .block-chieru__inner {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .block-chieru__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-chieru__inner {
    padding-top: 9.77vw;
    padding-bottom: 9.77vw;
  }
}
@media screen and (max-width:767px) {
  .block-chieru__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.block-kokuyo__heading,
.block-chieru__heading {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 3em;
}
@media screen and (max-width:1366px) {
  .block-kokuyo__heading,
  .block-chieru__heading {
    font-size: 1.46vw;
  }
}
@media screen and (max-width:767px) {
  .block-kokuyo__heading,
  .block-chieru__heading {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .block-kokuyo__heading,
  .block-chieru__heading {
    margin-bottom: 1em;
  }
}
.block-kokuyo__heading::before,
.block-chieru__heading::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:767px) {
  .block-kokuyo__heading::before,
  .block-chieru__heading::before {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.block-kokuyo__heading span,
.block-chieru__heading span {
  padding: 0 2em;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .block-kokuyo__heading span,
  .block-chieru__heading span {
    padding: 0 1em;
  }
}
.block-kokuyo__heading img,
.block-chieru__heading img {
  height: 50px;
  width: auto;
}
@media screen and (max-width:1366px) {
  .block-kokuyo__heading img,
  .block-chieru__heading img {
    height: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .block-kokuyo__heading img,
  .block-chieru__heading img {
    height: 30px;
  }
}

.list-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width:1024px) {
  .list-products {
    gap: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .list-products {
    gap: 15px;
  }
}
@media screen and (max-width:767px) {
  .list-products {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width:767px) {
  .list-products.-sp-border .list-products__item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f29206;
  }
}
.list-products.-col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width:767px) {
  .list-products.-col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card-kokuyo {
  min-height: 100%;
  line-height: 1.8;
  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;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 10px rgba(0, 94, 158, 0.1);
          box-shadow: 0 3px 10px rgba(0, 94, 158, 0.1);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(90%, rgb(0, 94, 158)), to(rgb(0, 94, 158)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 70%, rgb(0, 94, 158) 90%, rgb(0, 94, 158) 100%);
}
@media screen and (max-width:1366px) {
  .card-kokuyo {
    padding: 2.2vw;
  }
}
@media screen and (max-width:767px) {
  .card-kokuyo {
    padding: 15px;
  }
}
.card-kokuyo img {
  width: 100%;
  height: auto;
}
.card-kokuyo__heading {
  background: #005e9e;
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media screen and (max-width:1366px) {
  .card-kokuyo__heading {
    font-size: 1.39vw;
  }
}
@media screen and (max-width:767px) {
  .card-kokuyo__heading {
    font-size: 18px;
  }
}
.card-kokuyo__heading .-n {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #FFF;
  color: #005e9e;
  font-family: "Jost", sans-serif;
  text-align: center;
  line-height: 1.5em;
  font-weight: 600;
  margin-right: 0.5em;
}
.card-kokuyo__text {
  font-size: 16px;
  line-height: 1.8;
  min-height: 10.8em;
}
@media screen and (max-width:1366px) {
  .card-kokuyo__text {
    font-size: 1.17vw;
  }
}
@media screen and (max-width:767px) {
  .card-kokuyo__text {
    font-size: 15px;
  }
}
@media screen and (max-width:767px) {
  .card-kokuyo__text {
    min-height: initial;
  }
}
.card-kokuyo__sheet {
  font-size: 18px;
  font-weight: 700;
  color: #005e9e;
  margin-top: 1.5em;
  border-top: 1px solid rgba(0, 94, 158, 0.5);
  padding-top: 0.5em;
}
@media screen and (max-width:1366px) {
  .card-kokuyo__sheet {
    font-size: 1.32vw;
  }
}
@media screen and (max-width:767px) {
  .card-kokuyo__sheet {
    font-size: 15px;
  }
}
.card-kokuyo__sheet span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2em;
}
.card-kokuyo__sheet img {
  height: 3em;
  width: auto;
  margin-right: 0.5em;
}
.card-kokuyo__scene {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.card-kokuyo__scene p {
  font-size: 13px;
  text-align: right;
  opacity: 0.5;
  color: #005e9e;
}
@media screen and (max-width:1366px) {
  .card-kokuyo__scene p {
    font-size: 0.95vw;
  }
}
@media screen and (max-width:767px) {
  .card-kokuyo__scene p {
    font-size: 12px;
  }
}
.card-kokuyo__scene h5 {
  font-size: 16px;
  text-align: center;
  border: 1px solid #005e9e;
  color: #005e9e;
  margin: 1.5em 0 1em;
}
@media screen and (max-width:1366px) {
  .card-kokuyo__scene h5 {
    font-size: 1.17vw;
  }
}
@media screen and (max-width:767px) {
  .card-kokuyo__scene h5 {
    font-size: 16px;
  }
}
.card-kokuyo__scene li {
  font-size: 14px;
  padding-left: 1.5em;
  border-bottom: 1px solid rgba(0, 94, 158, 0.5);
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width:1366px) {
  .card-kokuyo__scene li {
    font-size: 1.02vw;
  }
}
@media screen and (max-width:767px) {
  .card-kokuyo__scene li {
    font-size: 13px;
  }
}
.card-kokuyo__scene li::before {
  content: "";
  width: 1em;
  height: 1em;
  top: 0.4em;
  left: 0;
  background: #005e9e;
  border-radius: 50%;
  position: absolute;
}

.card-chieru {
  min-height: 100%;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .card-chieru {
    min-height: initial;
  }
}
.card-chieru img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.card-chieru__image {
  border: 1px solid #d9cec9;
  overflow: hidden;
  border-radius: 10px;
}
.card-chieru__heading {
  color: #3a0600;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width:1366px) {
  .card-chieru__heading {
    font-size: 2.05vw;
  }
}
@media screen and (max-width:767px) {
  .card-chieru__heading {
    font-size: 22px;
  }
}
.card-chieru__heading span {
  font-weight: 500;
  font-size: 20px;
  display: block;
}
@media screen and (max-width:1366px) {
  .card-chieru__heading span {
    font-size: 1.46vw;
  }
}
@media screen and (max-width:767px) {
  .card-chieru__heading span {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .card-chieru__heading .-blank {
    display: none;
  }
}
.card-chieru__heading-sub {
  color: #3a0600;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (max-width:1366px) {
  .card-chieru__heading-sub {
    font-size: 1.46vw;
  }
}
@media screen and (max-width:767px) {
  .card-chieru__heading-sub {
    font-size: 18px;
  }
}
.card-chieru__text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1em;
  min-height: 10.8em;
}
@media screen and (max-width:1366px) {
  .card-chieru__text {
    font-size: 1.17vw;
  }
}
@media screen and (max-width:767px) {
  .card-chieru__text {
    font-size: 15px;
  }
}
@media screen and (max-width:767px) {
  .card-chieru__text {
    min-height: initial;
    margin-top: 1em !important;
  }
}
.-col2 .card-chieru__text {
  min-height: 14.4em;
}
@media screen and (max-width:767px) {
  .-col2 .card-chieru__text {
    min-height: initial;
  }
}
.card-chieru__service {
  font-size: 13px;
  background: #3a0600;
  font-weight: 500;
  color: #FFF;
  display: inline-block;
  margin-left: 2em;
  padding: 0.3em 1.5em;
  border-radius: 5px 5px 0 0;
  margin-top: 2em;
}
@media screen and (max-width:1366px) {
  .card-chieru__service {
    font-size: 0.95vw;
  }
}
@media screen and (max-width:767px) {
  .card-chieru__service {
    font-size: 12px;
  }
}
.card-chieru__name {
  background: #f29206;
  border-radius: 10em;
  padding: 0.6em 1em;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width:1366px) {
  .card-chieru__name {
    font-size: 1.46vw;
  }
}
@media screen and (max-width:767px) {
  .card-chieru__name {
    font-size: 18px;
  }
}
.card-chieru__name sup {
  font-weight: 500;
  font-size: 50%;
  display: inline-block;
  vertical-align: top;
}
.card-chieru__name span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:1366px) {
  .card-chieru__name span {
    font-size: 1.17vw;
  }
}
@media screen and (max-width:767px) {
  .card-chieru__name span {
    font-size: 15px;
  }
}
.card-chieru__description {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1em;
}
@media screen and (max-width:1366px) {
  .card-chieru__description {
    font-size: 1.02vw;
  }
}
@media screen and (max-width:767px) {
  .card-chieru__description {
    font-size: 13px;
  }
}

.col-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:767px) {
  .col-half {
    display: block;
  }
}
.col-half > * {
  width: 48%;
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .col-half > * {
    width: auto;
  }
}

.block-case,
.block-other-products {
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width:1366px) {
  .block-case,
  .block-other-products {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .block-case,
  .block-other-products {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-case,
  .block-other-products {
    padding-top: 9.77vw;
    padding-bottom: 9.77vw;
  }
}
@media screen and (max-width:767px) {
  .block-case,
  .block-other-products {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.block-case img,
.block-other-products img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.block-case__image,
.block-other-products__image {
  border-radius: 10px;
  overflow: hidden;
}
.block-case__title,
.block-other-products__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2em;
  padding: 1em 0;
  border-bottom: 1px solid #9fa0a0;
  border-top: 1px solid #9fa0a0;
  position: relative;
}
@media screen and (max-width:1366px) {
  .block-case__title,
  .block-other-products__title {
    font-size: 2.05vw;
  }
}
@media screen and (max-width:767px) {
  .block-case__title,
  .block-other-products__title {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .block-case__title,
  .block-other-products__title {
    margin-top: 2em;
  }
}
.block-case__title span,
.block-other-products__title span {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -0.8em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 1em;
  background: #FFF;
}
.block-case__title img,
.block-other-products__title img {
  width: 100%;
  height: auto;
}
.block-case__list,
.block-other-products__list {
  max-width: 960px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width:1366px) {
  .block-case__list,
  .block-other-products__list {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .block-case__list,
  .block-other-products__list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-case__list,
  .block-other-products__list {
    gap: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .block-case__list,
  .block-other-products__list {
    gap: 15px;
  }
}
@media screen and (max-width:767px) {
  .block-case__list,
  .block-other-products__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.block-case__text {
  font-size: 15px;
  line-height: 1.8;
  padding-top: 1em;
}
@media screen and (max-width:1366px) {
  .block-case__text {
    font-size: 1.1vw;
  }
}
@media screen and (max-width:767px) {
  .block-case__text {
    font-size: 14px;
  }
}
.block-case__name {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width:1366px) {
  .block-case__name {
    font-size: 1.46vw;
  }
}
@media screen and (max-width:767px) {
  .block-case__name {
    font-size: 18px;
  }
}
.block-case__name::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #005e9e;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.block-other-products {
  padding-top: 0;
}

.-mw200 {
  max-width: 300px;
  height: auto;
}

.card-product:not(:first-child) .card-product__category {
  margin-top: 2em;
}
.card-product .-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-product .-col > * {
  width: 48%;
}
.card-product__image {
  text-align: center;
}
.card-product__image.-pt {
  font-size: 15px;
  padding-top: 1em;
}
@media screen and (max-width:1366px) {
  .card-product__image.-pt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width:767px) {
  .card-product__image.-pt {
    font-size: 14px;
  }
}
.card-product__category {
  font-size: 15px;
  background: #3a0600;
  font-weight: 500;
  color: #FFF;
  display: inline-block;
  padding: 0.3em 1.5em;
  border-radius: 5px;
  display: block;
  margin-top: 2em;
}
@media screen and (max-width:1366px) {
  .card-product__category {
    font-size: 1.1vw;
  }
}
@media screen and (max-width:767px) {
  .card-product__category {
    font-size: 12px;
  }
}
.card-product__category span {
  color: #f29206;
  margin-right: 1em;
}
.card-product__name {
  font-size: 24px;
  line-height: 1.4;
  color: #f29206;
  font-family: "Jost", sans-serif;
  margin-top: 0.6em;
}
@media screen and (max-width:1366px) {
  .card-product__name {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  .card-product__name {
    font-size: 20px;
  }
}
.card-product__name sup {
  font-weight: 500;
  font-size: 50%;
  display: inline-block;
  vertical-align: top;
}
.card-product__text {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 1em;
}
@media screen and (max-width:1366px) {
  .card-product__text {
    font-size: 1.1vw;
  }
}
@media screen and (max-width:767px) {
  .card-product__text {
    font-size: 14px;
  }
}
.card-product__text.-mh5 {
  min-height: 8em;
}
@media screen and (max-width:767px) {
  .card-product__text.-mh5 {
    min-height: initial;
  }
}
.card-product__text.-mb {
  margin-bottom: 1em;
}

.footer {
  background: rgba(159, 160, 160, 0.1);
}
.footer__inner {
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width:1366px) {
  .footer__inner {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .footer__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .footer__inner {
    padding-top: 9.77vw;
    padding-bottom: 9.77vw;
  }
}
@media screen and (max-width:767px) {
  .footer__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer__name {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 3em;
  line-height: 1.6;
  color: #FFF;
  position: relative;
}
.footer__name span {
  font-size: 60%;
  margin-left: 1em;
}
@media screen and (max-width:767px) {
  .footer__name span {
    display: block;
    margin-left: 0;
  }
}
.footer__text {
  position: relative;
}
.footer__text .tel {
  font-family: "Jost", sans-serif;
  font-size: 18px;
}
.footer__text a {
  text-decoration: underline;
  color: #FFF;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.footer__text a:hover {
  opacity: 0.5;
}
.footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px) {
  .footer__group {
    display: block;
  }
}
.footer__box-contact {
  width: 48%;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .footer__box-contact {
    width: auto;
    padding: 30px 15px 15px 15px;
  }
  .footer__box-contact:last-of-type {
    margin-top: 15px;
  }
}
.footer__box-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.footer__box-contact.-k {
  background: linear-gradient(45deg, rgb(6, 162, 224) 0%, rgb(2, 74, 138) 100%);
}
.footer__box-contact.-c {
  background: linear-gradient(45deg, rgb(251, 211, 67) 0%, rgb(221, 111, 45) 100%);
}
.footer__copy {
  margin-top: 2em;
  font-size: 11px;
  text-align: center;
  font-family: "Jost", sans-serif;
  color: #000;
}

.btn-wrap {
  text-align: right;
}

.link-btn {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #3a0600;
  padding-top: 1.5em;
}
@media screen and (max-width:1366px) {
  .link-btn {
    font-size: 1.32vw;
  }
}
@media screen and (max-width:767px) {
  .link-btn {
    font-size: 16px;
  }
}
.link-btn:hover span.-i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.link-btn:hover span.-t {
  color: #f29206;
}
.link-btn span.-t {
  padding-bottom: 0.1em;
  border-bottom: 1px solid #3a0600;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.link-btn span.-i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  background: linear-gradient(45deg, rgb(251, 211, 67) 0%, rgb(221, 111, 45) 100%);
  border-radius: 50%;
  margin-left: 1em;
  -webkit-box-shadow: 0 2px 4px rgba(58, 6, 0, 0.2);
          box-shadow: 0 2px 4px rgba(58, 6, 0, 0.2);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.link-btn span.-i img {
  width: 0.8em;
  height: 0.8em;
}/*# sourceMappingURL=style.css.map */