@charset "UTF-8";
main {
  overflow: hidden; /*横スクロールの発生を防止*/
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  color: #111111;
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}
#page_top {
  display: none;
  position: fixed;
  right: 45px;
  bottom: 15px;
  z-index: 999;
  width: 52px;
}
#page_top a:focus, #page_top a:hover {
  opacity: 1;
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.content {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.content._margin {
  padding-top: 100px;
  padding-bottom: 100px;
}

.header {
  position: fixed;
  top: 0;
  left: 50‰;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.header__inner {
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 80px;
}
.header-utilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-right: 15px;
  height: 80px;
}
.header-logo-area__logo--img {
  width: 300px;
}
.header-nav-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  letter-spacing: 0;
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-nav__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.header-nav__link {
  position: relative;
  display: block;
  border-bottom: 4px solid transparent;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 0 12px;
}
.header-nav__link::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0060d5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top; /*上部中央基点*/
}
.header-nav__link:hover {
  color: #0060d5;
}
.header-nav__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header #stay,
.header .stay {
  color: #0060d5;
}
.header #stay::after,
.header .stay::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #0060d5;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*　上に上がる動き　*/
#header.UpMove {
  /* -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards; */
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sp-active {
  position: relative;
}
.sp-active::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #0060d5;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.open .sp-header__button .icon {
  background-color: transparent;
}
.open .sp-header__button .icon:before, .open .sp-header__button .icon:after {
  top: 0;
}
.open .sp-header__button .icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open .sp-header__button .icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.open .sp-header-gnav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top .icon {
  background-color: #111111;
}
.top .icon:before, .top .icon:after {
  background-color: #111111;
}
.top.open .icon {
  background-color: transparent;
}
.top.open .icon:before, .top.open .icon:after {
  background-color: #111111;
}

.sp-tel-btn {
  display: none;
}

@-webkit-keyframes slideup {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideup {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
.footer__inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer__inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__company {
  width: 48%;
}
.footer__company .address-area {
  margin-bottom: 20px;
}
.footer__company .address-area__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__company .address-area__box .location {
  font-size: 30px;
  color: #0060d5;
  margin-bottom: -3px;
  margin-left: 10px;
}
.footer__company .address-area__box .location:focus, .footer__company .address-area__box .location:hover {
  color: #0060d5;
}
.footer__company .small-text {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.footer__company .outline-area .horizontal-table__inner {
  max-width: 450px;
  width: 100%;
  letter-spacing: 0;
  text-align: left;
}
.footer__company .outline-area .horizontal-table__header {
  width: 30%;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #0060d5;
  background-color: #eff9ff;
  font-weight: 500;
  vertical-align: middle;
}
.footer__company .outline-area .horizontal-table__header:last-child {
  border-right-width: 0;
}
.footer__company .outline-area .horizontal-table__header:first-child {
  border-top: 1px solid #0060d5;
}
.footer__company .outline-area .horizontal-table__text {
  padding: 10px 0 10px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.footer__company .outline-area .horizontal-table__text:last-child {
  border-right-width: 0;
}
.footer__company .outline-area .horizontal-table__text:first-of-type {
  border-top: 1px solid #ccc;
}
.footer__company .outline-area .horizontal-table__text .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__company .outline-area .horizontal-table__text .row:last-child {
  margin-right: 0px;
}
.footer__company .outline-area .horizontal-table__text .row .col {
  width: 33.3333%;
}
.footer__company .outline-area .horizontal-table__text .small-text {
  text-align: right;
  font-size: 13px;
}
.footer__company .outline-area .horizontal-table .center {
  margin: 0 auto;
}
.footer__company .name {
  width: 450px;
}
.footer__product {
  width: 52%;
}
.footer__product-box {
  background-color: #eff9ff;
  padding: 30px;
  letter-spacing: 1px;
}
.footer__product-title {
  position: relative;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: black;
  background-image: repeating-linear-gradient(45deg, #f5ad3b 0, #f5ad3b 2px, transparent 2px, transparent 4px);
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: bottom;
  margin-bottom: 15px;
}
.footer__product-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.footer__product-img {
  height: 100px;
}
.footer__product-img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.footer__product-img-box span {
  margin-left: 10px;
}
.footer__product-name {
  font-weight: 700;
}
.footer__nav-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #0060d5;
  border-bottom: 1px solid #0060d5;
  background-color: #f3f3f3;
}
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-nav__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 auto;
}
.footer-nav__item:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #aaa;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-nav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #aaa;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-nav__item--active {
  background-color: #0060d5;
  color: #fff;
}
.footer-nav__link {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.footer-nav__link:focus, .footer-nav__link:hover {
  opacity: 0.6;
}
.footer-nav__link--last-child {
  padding-right: 0;
}
.footer .copyright {
  color: #fff;
  background-color: #0060d5;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}

.mv {
  background-color: #fff;
  padding-top: 80px;
}
.mv-jumbotron {
  background-color: #ddd;
  background-size: cover;
  background-position: center center;
  height: 350px;
}
.mv-jumbotron__inner {
  height: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv .blog-h2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  padding: 40px 20px;
  font-size: 30px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 6px 0px 6px -6px rgba(0, 0, 0, 0.35);
          box-shadow: 6px 0px 6px -6px rgba(0, 0, 0, 0.35);
  position: relative;
}
.mv .blog-h2 span {
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 2px 2px 1px #111111, -2px 2px 1px #111111, 2px -2px 1px #111111, -2px -2px 1px #111111, 2px 0px 1px #111111, 0px 2px 1px #111111, -2px 0px 1px #111111, 0px -2px 1px #111111;
}
.mv .blog-h2::before {
  content: attr(data-en);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3%;
  left: 50%;
  color: rgba(73, 176, 255, 0.5);
  font-size: 43px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0px;
}
.mv .blog-p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  position: relative;
}
.mv .blog-p span {
  color: #fff;
  line-height: 1.4;
  letter-spacing: 3px;
  text-shadow: 2px 2px 1px #111111, -2px 2px 1px #111111, 2px -2px 1px #111111, -2px -2px 1px #111111, 2px 0px 1px #111111, 0px 2px 1px #111111, -2px 0px 1px #111111, 0px -2px 1px #111111;
}

.h2 {
  font-size: 30px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  color: #192769;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #dedede), color-stop(40%, #0060d5), color-stop(60%, #0060d5), color-stop(60%, #dedede));
  background-image: linear-gradient(90deg, #dedede 0 40%, #0060d5 40%, #0060d5 60%, #dedede 60%);
  background-repeat: no-repeat;
  background-size: 100% 4%;
  background-position: bottom;
  padding-bottom: 20px;
}

.h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid #e25c00;
  font-size: 24px;
  font-weight: bold;
}

.btn {
  display: inline-block;
  width: 330px;
  max-width: 100%;
  padding: 15px 10px;
  border: 2px solid #192769;
  text-align: center;
  text-decoration: none;
  color: #192769;
  background-color: #fff;
}
.btn:focus, .btn:hover {
  border-color: transparent;
  color: #fff;
  background-color: #192769;
}
.btn--arrow-right {
  position: relative;
  padding-right: 20px;
  padding-left: 13.8px;
}
.btn--arrow-right::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 8.3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-h2__title {
  font-size: 45px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  color: #0060d5;
  margin-bottom: 5px;
}
.top-h2__title-box {
  display: inline-block;
}

.top-btn {
  display: inline-block;
  position: relative;
  padding: 12px 20px;
  width: 250px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  background-color: #192769;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-btn:focus, .top-btn:hover {
  color: #192769;
  background-color: #fff;
  border: 1px solid #192769;
}
.top-btn:focus::after, .top-btn:hover::after {
  background-color: #192769;
}
.top-btn .fa-file-excel {
  color: #259f07;
  font-size: 25px;
  margin-right: 10px;
}

.top-intro {
  padding-bottom: 100px;
}
.top-intro__box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #eff9ff;
  border: 3px solid #0060d5;
  padding: 40px;
}
.top-intro__title {
  display: inline;
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #192769;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0)), color-stop(75%, rgb(254, 192, 210)));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, rgb(254, 192, 210) 75%);
}
.top-intro__text {
  line-height: 2;
  text-align: justify;
}

.top-business {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/common/top-business-bk.jpg);
  background-size: cover;
  background-position: center center;
}
.top-business__inner {
  color: #fff;
}
.top-business__box {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.35);
  padding: 30px;
}
.top-business__title {
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 5px;
  border-bottom: 2px dotted #fff;
  margin-bottom: 20px;
}
.top-business__text {
  font-size: 17px;
}
.top-business__list {
  font-weight: 500;
  font-size: 17px;
  text-indent: -18px;
  padding-left: 18px;
}
.top-business__list-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.top-items {
  padding-top: 80px;
}
.top-items__title {
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 38px;
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
.top-items__title span {
  position: relative;
  z-index: 2;
}
.top-items__title::before {
  content: attr(data-en);
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  width: 100%;
}
.top-items__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 40px;
  height: 3px;
  background-color: rgb(125, 211, 235);
}
.top-items__text-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  color: #fff;
}
.top-items__text-box-left {
  max-width: 600px;
  overflow: hidden;
  width: 100%;
}
.top-items__text-box-left-inner {
  background-image: url(../img/common/top1.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
.top-items__text-box-left-inner:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}
.top-items__text-box-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.top-items__text-box-right-inner {
  max-width: 600px;
  overflow: hidden;
  width: 100%;
}
.top-items__text-box-right-bk {
  background-image: url(../img/common/top2.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
}
.top-items__text-box-right-bk:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}
.top-items__text-box-right--under {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background-color: #daf4fa;
  color: #111111;
  padding: 10px;
}
.top-items__text-box-right--under-center {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.top-items__text-box-right .left-img {
  width: 100%;
}
.top-items__text-box-right .left-img__wrapper {
  display: grid;
  grid-template-columns: 55.8% 1fr;
  gap: 10px;
  color: #111111;
}
.top-items__text-box-right .min-large {
  font-size: 30px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top-items__size {
  margin-bottom: 45px;
}
.top-items__size .strong {
  font-size: 17px;
  font-weight: 500;
}
.top-items__under-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.5;
}
.top-items__under-right .subtitle {
  letter-spacing: 0;
}
.top-items__under-right .name {
  font-size: 14px;
}
.top-items__under-right .title {
  font-size: 27px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.products__option {
  background-color: #eff9ff;
  padding: 40px;
}
.products .search-table__inner {
  width: 100%;
}
.products .search-table__header {
  width: 27%;
  padding: 20px;
  background-color: #eff9ff;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  vertical-align: middle;
}
.products .search-table__header--required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products .search-table__header:first-child {
  border-top: 1px solid #aaa;
}
.products .search-table__header:last-child {
  border-right-width: 0;
}
.products .search-table__text {
  padding: 10px 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.products .search-table__text:first-of-type {
  border-top: 1px solid #ccc;
}
.products .search-table__text:last-child {
  border-right-width: 0;
}
.products .search-table .center {
  margin: 0 auto;
}
.products .form-input {
  border: 1px solid #aaa;
  padding: 5px 10px;
  width: 35%;
}
.products .horizontal-table {
  border: 1px solid #ddd;
}
.products .horizontal-table__inner {
  width: 100%;
}
.products .horizontal-table__header {
  width: 20%;
  padding: 15px;
  background-color: #eff9ff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}
.products .horizontal-table__header:last-child {
  border-right-width: 0;
}
.products .horizontal-table__text {
  width: 40%;
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.products .horizontal-table__text:last-child {
  border-right-width: 0;
}
.products .horizontal-table__text._head {
  background-color: #f4f4f4;
  font-weight: 500;
}
.products .horizontal-table__row:last-child .horizontal-table__header, .products .horizontal-table__row:last-child .horizontal-table__text {
  border-bottom-width: 0;
}
.products .option-table {
  border: 1px solid #ddd;
}
.products .option-table__inner {
  width: 100%;
}
.products .option-table__header {
  width: 50%;
  padding: 15px;
  background-color: #daf4fa;
  border-right: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}
.products .option-table__header:last-child {
  border-right-width: 0;
}
.products .option-table__text {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  background-color: #daf4fa;
}
.products .option-table__text:last-child {
  border-right-width: 0;
}
.products .option-table__row:last-child .option-table__header, .products .option-table__row:last-child .option-table__text {
  border-bottom-width: 0;
}
.products .search-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid transparent;
  background-color: #0060d5;
  color: #fff;
  padding: 10px 30px;
}
.products .search-btn:focus, .products .search-btn:hover {
  color: #0060d5;
  background-color: #fff;
  border: 2px solid #0060d5;
}
.products .search-icon {
  font-size: 20px;
  margin-right: 15px;
}
.products .pdf-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #ee0000;
  background-color: #fcf2f1;
  padding: 5px 30px;
}
.products .pdf-btn:focus, .products .pdf-btn:hover {
  color: #fff;
  background-color: #0060d5;
}
.products .pdf-icon {
  font-size: 25px;
  margin-right: 20px;
  color: #ee0000;
}
.products .furui {
  max-width: 950px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.products .furui-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.products .furui__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.products .furui__text {
  font-size: 18px;
  line-height: 2;
  text-indent: -22px;
  padding-left: 22px;
}
.products .furui__text-box {
  margin-bottom: -10px;
}
.products .furui__img {
  width: 100%;
}
.products .media {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(260px, 1fr) 3fr;
}
.products .media__img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.products .media__text {
  text-indent: -22px;
  padding-left: 22px;
  margin-bottom: 10px;
}
.products .media__text-box {
  margin-bottom: -10px;
}
.products .media--reverse {
  grid-template-columns: 3fr minmax(260px, 1fr);
}
.products .media--reverse .media__img-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.products .media--reverse .media__body {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.products__title {
  position: relative;
  padding-bottom: 10px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 25px;
  color: black;
  background-image: repeating-linear-gradient(45deg, #f5ad3b 0, #f5ad3b 2px, transparent 2px, transparent 4px);
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: bottom;
}
.products .btn-group__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  gap: 30px 15px;
  position: relative;
  z-index: 1;
}
.products .btn-group__btns--col3 > .btn-group__btns__item {
  width: 19%;
  font-size: 15px;
}
.products .btn-group__btns--col4 > .btn-group__btns__item {
  width: 24%;
  font-size: 13px;
}
.products .btn-group__link-btn {
  letter-spacing: 0;
}
.products .btn-group__link-btn--link {
  display: block;
  padding: 15px 30px 15px 15px;
  border: 1px solid #0060d5;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  background-color: #0060d5;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.products .btn-group__link-btn--link::after {
  content: "\f078";
  position: absolute;
  top: 52%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.products .btn-group__link-btn--link:focus, .products .btn-group__link-btn--link:hover {
  color: #0060d5;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.products .btn-group__link-btn--link._gb-active {
  color: #0060d5;
  background-color: #fff;
}
.products__text {
  margin-bottom: 5px;
  padding: 10px;
  border-bottom: 10px double rgb(225, 178, 9);
  background-color: #192769;
  color: white;
  font-weight: 500;
  font-size: 20px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
.products__title3 {
  margin-bottom: 15px;
  padding: 10px;
  border-bottom: 10px double rgb(225, 178, 9);
  background-color: #192769;
  color: white;
  font-weight: 500;
  font-size: 20px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.products__text3 {
  letter-spacing: 0;
}
.products__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
  margin-bottom: 80px;
}
.products__box ._center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-sp__box {
  display: none;
}
.products-sp__box ._center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products__img {
  height: 390px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products__img-box {
  margin-bottom: 15px;
  text-align: center;
  background-color: #f3f3f3;
}
.products-sp__img-box {
  margin-bottom: 15px;
  text-align: center;
  background-color: #f3f3f3;
}
.products .indent {
  text-indent: -13px;
  padding-left: 13px;
  margin-bottom: 5px;
}

.tel-fax__wrapper {
  border: 1px solid #0060d5;
  background-color: #eff9ff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 900px;
}
.tel-fax__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  border: 1px solid #0060d5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.tel-fax__hour {
  font-weight: 500;
  color: #0060d5;
  text-align: center;
}
.tel-fax__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.5%;
      -ms-flex: 0 0 49.5%;
          flex: 0 0 49.5%;
  margin-right: 1%;
}
.tel-fax__box-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #0060d5;
}
.tel-fax__box-right > *:last-child {
  margin-bottom: 0;
}
.tel-fax__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel-fax .tel__img {
  font-size: 32px;
  color: #0060d5;
}
.tel-fax .tel-number {
  font-size: 35px;
  font-weight: bolder;
  color: #0060d5;
  line-height: 1;
  padding-left: 15px;
}
.tel-fax .cards__item {
  background-color: #fff;
  text-align: center;
}
.tel-fax .cards > .cards__item:nth-of-type(2n) {
  margin-right: 0;
}

.mail-form__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.mail-form ::-webkit-input-placeholder {
  color: #aaa;
}
.mail-form ::-moz-placeholder {
  color: #aaa;
}
.mail-form :-ms-input-placeholder {
  color: #aaa;
}
.mail-form ::-ms-input-placeholder {
  color: #aaa;
}
.mail-form ::placeholder {
  color: #aaa;
}
.mail-form .form-p {
  display: inline-block;
}
.mail-form .form-input {
  border: 1px solid #aaa;
  padding: 5px 10px;
  width: 80%;
}
.mail-form .label {
  display: inline-block;
  background-color: #e21212;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
}
.mail-form .horizontal-table__inner {
  width: 100%;
}
.mail-form .horizontal-table__header {
  width: 27%;
  padding: 20px;
  background-color: #eff9ff;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  vertical-align: middle;
}
.mail-form .horizontal-table__header--required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mail-form .horizontal-table__header:first-child {
  border-top: 1px solid #aaa;
}
.mail-form .horizontal-table__header:last-child {
  border-right-width: 0;
}
.mail-form .horizontal-table__text {
  padding: 10px 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.mail-form .horizontal-table__text:first-of-type {
  border-top: 1px solid #ccc;
}
.mail-form .horizontal-table__text:last-child {
  border-right-width: 0;
}
.mail-form .horizontal-table .center {
  margin: 0 auto;
}
.mail-form .privacy-policy {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.mail-form .box-scroll {
  width: 100%;
  height: 255px;
  padding: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 30px;
  background-color: #fff;
}
.mail-form .box-scroll__li {
  text-indent: -22px;
  padding-left: 22px;
  letter-spacing: 0;
}
.mail-form .privacy-wrapper {
  text-align: center;
}
.mail-form .privacy-btn {
  display: inline-block;
  background-color: #0060d5;
  color: #fff;
  padding: 15px 10px;
  width: 350px;
}
.mail-form .privacy-btn__wrapper {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mail-form .privacy-btn:focus, .mail-form .privacy-btn:hover {
  opacity: 0.6;
}
.mail-form .send-btn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mail-form .send-btn {
  display: inline-block;
  background-color: #0060d5;
  color: #fff;
  border: 2px solid transparent;
  padding: 15px;
  text-align: center;
  width: 320px;
}
.mail-form .send-btn:focus, .mail-form .send-btn:hover {
  opacity: 0.6;
}
.mail-form .send-btn--back {
  margin-right: 100px;
  color: #0060d5;
  background-color: #fff;
  border: 2px solid #0060d5;
}
.mail-form .contact-link {
  color: blue;
  text-decoration: underline;
}
.mail-form .contact-link:focus, .mail-form .contact-link:hover {
  color: #aaa;
}

.access-map {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}
.access-map iframe {
  width: 100%;
  height: 100%;
}

.map-items__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.map__item {
  width: 33.3333%;
}

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

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

.text-red {
  color: #cc2a1f;
}

.text-blue {
  color: #0060d5;
}

.text-yellow {
  color: #192769;
}

.space-zero {
  letter-spacing: 0;
}

#furui1,
#furui2,
#furui3,
#furui4,
#feat,
#spec,
#option,
#es-feat,
#es-spec {
  margin-top: -100px;
  padding-top: 100px;
}

/*ラジオボタンorチェックボックス
------------------------------------*/
input[type=radio],
input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

/*フォーカス時*/
input[type=radio]:focus + span,
input[type=checkbox]:focus + span {
  outline: 1px solid #ccc;
}

/*クリック範囲*/
input[type=radio] + span,
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.3em 0.3em 0.3em 2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}

/*ラジオボタンスタイル*/
input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.375em;
  height: 1.375em;
  border: 1px solid #999;
  border-radius: 50%;
  line-height: 1;
  background: #fff;
}

/*ラジオボタンチェック印（未選択）*/
input[type=radio] + span:after {
  content: "";
  display: none;
}

/*ラジオボタンチェック印（選択）*/
input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #3d98b4;
  line-height: 1;
}

/*チェックボックススタイル*/
input[type=checkbox] + span:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  content: "";
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #999;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}

/*チェックボックス未チェック時*/
input[type=checkbox] + span:after {
  content: "";
  display: none;
}

/*チェックボックスチェック時*/
input[type=checkbox]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid #3d98b4;
  border-right: 3px solid #3d98b4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*セレクトボックス
------------------------------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /*ブラウザ標準スタイルを解除*/
  display: block;
  width: 100%;
  padding: 5px 30px 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.selectWrap {
  /*selectの親要素をアイコン配置の基準とする*/
  position: relative;
  display: block;
  width: 30%;
}

.selectWrap::after {
  /*矢印アイコン自作*/
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none; /*矢印の上もクリック可能にする*/
}

/*==================================================
ここまで
===================================*/
/*　swiper
------------------------------------------------------------------*/
.sp-box {
  width: 100%;
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
}

.catch-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  width: 100%;
  text-align: center;
}
.catch-area__text {
  color: #fff;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
}
.catch-area__img {
  -webkit-animation: animationText 1s ease;
          animation: animationText 1s ease;
}

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

@keyframes animationText {
  0% {
    scale: 0;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
/*==================================================
カタログ用画像
===================================*/
.photo-ofi {
  height: 0;
  display: block;
  background-color: #efefef;
  overflow: hidden;
  position: relative;
  padding-bottom: 66.6666%; /* 高さを指定（ボックスの横幅を基準） */
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

/* 左から右にカーテン
---------------------------------------------------- */
.curtainLefttoRight {
  position: relative;
}

.curtainLefttoRight.visible {
  -webkit-animation-name: curtainLeftFadeIn;
          animation-name: curtainLeftFadeIn;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.curtainLefttoRight.visible:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #2a2a2a;
  -webkit-animation-name: curtainLeft;
          animation-name: curtainLeft;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

@keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
@media (max-width: 767px) {
  .mb-2 {
    margin-bottom: 10px;
  }
  .mb-3 {
    margin-bottom: 15px;
  }
  .mb-4 {
    margin-bottom: 20px;
  }
  .mb-5 {
    margin-bottom: 25px;
  }
  .mb-6 {
    margin-bottom: 30px;
  }
  .mb-7 {
    margin-bottom: 35px;
  }
  .mb-8 {
    margin-bottom: 40px;
  }
  .mb-9 {
    margin-bottom: 45px;
  }
  .mb-10 {
    margin-bottom: 50px;
  }
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-tel-btn._active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0060d5;
    border-top: 5px solid #192769;
    padding: 10px;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    -webkit-animation-name: slideup;
            animation-name: slideup;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  .footer__company .address-area {
    margin-bottom: 10px;
  }
  .footer__product-img {
    width: 50%;
    height: auto;
    margin-bottom: 5px;
  }
  .footer__product-img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__product-img-box span {
    margin-left: 0px;
  }
  .mv-jumbotron {
    height: 160px;
  }
  .mv-jumbotron__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv .blog-h2 {
    width: unset;
    font-size: 20px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 10px;
    text-align: center;
  }
  .mv .blog-h2::before {
    display: none;
  }
  .mv .blog-p {
    padding: 0px;
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
  }
  .btn {
    width: 100%;
    letter-spacing: 0;
    padding: 10px;
  }
  .top-h2__title-box {
    display: block;
    text-align: center;
  }
  .top-btn {
    font-size: 16px;
    width: 230px;
  }
  .top-intro {
    padding-bottom: 40px;
  }
  .top-intro__box {
    padding: 15px;
  }
  .top-intro__title {
    font-size: 18px;
    letter-spacing: 0;
  }
  .top-intro__text {
    font-size: 16px;
  }
  .top-business {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top-business__box {
    padding: 15px 10px;
  }
  .top-business__title {
    font-size: 18px;
    letter-spacing: 0;
  }
  .top-business__text {
    font-size: 16px;
  }
  .top-business__list-box {
    grid-template-columns: 1fr;
  }
  .top-items {
    padding-top: 40px;
  }
  .top-items__title {
    font-size: 20px;
    padding-top: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-items__title::before {
    font-size: 16px;
  }
  .top-items__text-box {
    grid-template-columns: 1fr;
  }
  .top-items__text-box-left-inner {
    padding: 15px;
  }
  .top-items__size .strong {
    font-size: 16px;
  }
  .top-items__under-right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .products__option {
    padding: 20px 15px;
  }
  .products .form-input {
    width: 100%;
  }
  .products .horizontal-table--md-scroll {
    border-right-width: 0;
    overflow-x: auto;
  }
  .products .horizontal-table--md-scroll .horizontal-table__header, .products .horizontal-table--md-scroll .horizontal-table__text {
    white-space: nowrap;
  }
  .products .horizontal-table--md-scroll .horizontal-table__text {
    border-right: 1px solid #ddd;
  }
  .products .option-table__header {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .products .option-table__text {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  .products .pdf-btn {
    font-size: 15px;
    letter-spacing: 0;
  }
  .products .furui {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .products .furui__body {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .products .furui__text {
    font-size: 15px;
  }
  .products .media {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .products .media__img-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .products .media__body {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .products-sp__text {
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    border-bottom: 10px double rgb(225, 178, 9);
    background-color: #192769;
    color: white;
    font-weight: 500;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
  }
  .products__title3 {
    font-size: 16px;
  }
  .products__box {
    display: none;
  }
  .products-sp__box {
    display: block;
    margin-bottom: 40px;
  }
  .products-sp__img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  .products-sp__img-wrapper {
    display: block;
    margin-bottom: 40px;
  }
  .products-sp__img-box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .tel-fax__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .tel-fax__box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .tel-fax__box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .tel-fax__box-right {
    border-left: unset;
  }
  .tel-fax__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tel-fax .tel__img {
    font-size: 30px;
  }
  .tel-fax .cards__item {
    width: 100%;
  }
  .mail-form .form-input {
    width: 100%;
  }
  .mail-form .privacy-btn {
    width: 100%;
    margin-bottom: 0px;
  }
  .mail-form .privacy-btn__wrapper {
    margin-bottom: 15px;
  }
  .mail-form .send-btn__wrapper {
    width: 100%;
    margin-bottom: 0px;
    display: block;
  }
  .mail-form .send-btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .mail-form .send-btn--back {
    margin-right: 0px;
  }
  input[type=radio] + span,
input[type=checkbox] + span {
    letter-spacing: 0;
    padding: 0.3em 0 0 2em;
    line-height: 1.5;
  }
  .selectWrap {
    width: 60%;
  }
  .swiper-slide img {
    -webkit-animation: unset;
            animation: unset;
    -o-object-fit: cover;
       object-fit: cover;
    height: 350px;
  }
}
@media (max-width: 575px) {
  #page_top {
    width: 50px;
  }
  .content._margin {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .header {
    display: none;
  }
  .sp-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .sp-header__wrapper {
    max-width: 100%;
  }
  .sp-header__logo {
    width: 290px;
  }
  .sp-header__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    width: 60px;
    height: 75px;
    background-color: transparent;
    z-index: 100;
  }
  .sp-header__button .icon {
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 24px;
    height: 2px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .sp-header__button .icon:before, .sp-header__button .icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp-header__button .icon:before {
    top: -8px;
  }
  .sp-header__button .icon:after {
    top: 8px;
  }
  .sp-header-gnav {
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 10;
  }
  .sp-header-gnav__link {
    font-weight: 500;
    display: block;
  }
  .sp-header-gnav__wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-header-gnav__item {
    margin-bottom: 25px;
  }

.sp-header-gnav__line a {
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #06c755;
  color: #fff;
  font-size: 15px;
}

.sp-header-gnav__line.type-pdf a {
  background-color: #0060d5;
}

.sp-header-gnav__line i {
  font-size: 18px;
  margin-right: 5px;
}

.sp-header-gnav__line img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

  .sp-header .sp-tel {
    display: inline-block;
    color: #fff;
    line-height: 1.5;
  }
  .sp-header .sp-number {
    font-size: 20px;
  }
  .mv {
    padding-top: 80px;
  }
  .h2 {
    font-size: 25px;
  }
  .top-h2__title {
    font-size: 35px;
  }
  .top-items__text-box-right-bk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  .top-items__text-box-right--under {
    grid-template-columns: 1fr;
    padding: 20px 10px;
  }
  .top-items__text-box-right--under-center {
    margin-right: 10px;
  }
  .top-items__text-box-right .left-img__wrapper {
    grid-template-columns: 55% 44%;
  }
  .top-items__text {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .sp-box {
    margin-top: 80px;
  }
  .catch-area {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .sp-header {
    display: none;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .sp-header__logo {
    width: 240px;
    height: auto;
  }
  .top-h2__title {
    font-size: 24px;
  }
  .top-items__text-box-right--under-center {
    margin-right: 0px;
  }
  .top-items__text-box-right .left-img__wrapper {
    grid-template-columns: 1fr;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.address-area__tel {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .footer__inner-wrapper {
    padding-bottom: 30px;
    display: block;
  }
  .footer__company {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
  .footer__company .address-area__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .footer__company .address-area__box .location {
    text-align: center;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .footer__company .address-area__address {
    text-align: center;
    font-size: 14px;
  }
  .footer__company .address-area__tel {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .footer__company .outline-area .horizontal-table__inner {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__company .outline-area .horizontal-table__header {
    width: 100%;
    border-right: 0;
    background-color: #efefef;
    padding: 5px;
  }
  .footer__company .outline-area .horizontal-table__header:first-child {
    border-top-width: 0;
  }
  .footer__company .outline-area .horizontal-table__text {
    border-bottom-width: 0;
    width: 100%;
    padding: 5px;
  }
  .footer__company .outline-area .horizontal-table__text:first-of-type {
    border-top-width: 0;
  }
  .footer__company .outline-area .horizontal-table__text .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__company .outline-area .horizontal-table__text .row .col {
    width: 100%;
  }
  .footer__company .outline-area .horizontal-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__company .name {
    margin: 0 auto 10px;
    width: 320px;
  }
  .footer__product {
    width: 100%;
  }
  .footer__product-box {
    padding: 15px;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .footer__product-title {
    font-size: 17px;
  }
  .footer__nav-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-nav {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .footer-nav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer-nav__item:first-child::before {
    display: none;
  }
  .footer-nav__item::after {
    display: none;
  }
  .footer-nav__link {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 10px 10px;
  }
  .top-business__list {
    font-size: 16px;
    text-indent: -17px;
    padding-left: 17px;
  }
  .top-items__size {
    letter-spacing: 0;
  }
  .products .search-table__inner {
    font-size: 16px;
  }
  .products .search-table__header {
    border-bottom-width: 0;
    background-color: #efefef;
    width: 100%;
    border-right: 0;
    padding: 10px;
  }
  .products .search-table__text {
    border-bottom-width: 0;
    width: 100%;
    padding: 10px 0;
  }
  .products .search-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products__title {
    font-size: 17px;
  }
  .tel-fax .tel-number {
    font-size: 28px;
  }
  .mail-form .horizontal-table__inner {
    font-size: 16px;
  }
  .mail-form .horizontal-table__header {
    border-bottom-width: 0;
    background-color: #efefef;
    width: 100%;
    border-right: 0;
    padding: 10px;
  }
  .mail-form .horizontal-table__text {
    border-bottom-width: 0;
    width: 100%;
    padding: 10px 0;
  }
  .mail-form .horizontal-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mail-form .box-scroll {
    height: 220px;
    margin-bottom: 15px;
  }
  .map-items__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) and (max-width: 360px) {
  .footer__company .name {
    width: 260px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .h2 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .top-items__size {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .tel-fax .tel-number {
    margin-bottom: 10px;
    padding-left: 0;
  }
}
@media (max-width: 1230px) {
  .products .btn-group__btns {
    gap: 30px 3.3333%;
  }
  .products .btn-group__btns--col3 > .btn-group__btns__item {
    width: 48.3333%;
  }
  .products .btn-group__btns--col4 > .btn-group__btns__item {
    width: 48.3333%;
  }
}
@media (max-width: 1230px) and (max-width: 767px) {
  .products .btn-group__btns {
    gap: 20px 0%;
  }
  .products .btn-group__btns--col3 > .btn-group__btns__item {
    width: 100%;
  }
  .products .btn-group__btns--col4 > .btn-group__btns__item {
    width: 100%;
  }
}
.unline{
  width: 100%;
  height: 1px;
  border-top:1px dashed #333;
  margin: 1.5rem 0;
}

.footer-line-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
}

.footer-line-list li {
  margin: 0 10px 10px 0;
}

.footer-line-list li:nth-child(2) {
  margin-right: 0px;
}

.footer-line-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  background-color: #06c755;
  padding: 10px 10px;
  border-radius: 8px;
  width: 260px;
}

.footer-line-list a:hover {
  background-color: #0ed660;
}


.footer-line-list span {
  display: inline-block;
}


.footer-line-list i {
  font-size: 30px;
  margin-right: 10px;
}


@media (max-width: 991px) {
  .footer-line-list {
    justify-content: center;
  }
  .footer-line-list li {
    margin: 0 10px 10px!important;
  } 
  .footer-line-list a {
    width: 100%;
  }
}


.line-area {
  margin: 0 auto 10px;
  padding: 30px 0;
  max-width: 900px;
  border: 2px solid #06c655;
}

.line-conts .title01 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  position: relative;
  margin-bottom: 1rem;
  padding: 0 1.5rem 1.5rem;
  text-align: center;
}

.title01:before {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 75px);
  width: 150px;
  height: 2px;
  content: '';
  background: #111;
}

.line-area-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-area-list li {
  margin: 0 10px;
}

.line-area-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  background-color: #06c655;
  color: #fff;
}

.line-area-list li a:hover {
  background-color: #0ed660;
}

.line-area-list li a i {
  font-size: 30px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .line-conts .title01 {
    font-size: 18px;
  }
  .line-area-list {
    flex-wrap: wrap;
  }
  .line-area-list li {
    margin: 0 10px 10px;
  }
  .line-area-list li a {
    width: 100%;
  }
}

#side_line01 {
  position:fixed;
  /* top:100px; */
  top:240px;
  right:0;
  z-index:1000;
}

#side_line01 a:hover {
  opacity: 0.8;
}

#side_line01 img {
  width: 45px;
}

@media (max-width: 1199px) {
  #side_line01 {
    display:none;
  }
}

#side_line02 {
  position:fixed;
  /* top:320px; */
  top:460px;
  right:0;
  z-index:1000;
}

#side_line02 a:hover {
  opacity: 0.8;
}

#side_line02 img {
  width: 45px;
}

@media (max-width: 1199px) {
  #side_line02 {
    display:none;
  }
}

/* 20250728 */
#side_pdf01 {
  position:fixed;
  top:100px;
  right:0;
  z-index:1000;
}
#side_pdf01 a:hover {
  opacity: 0.8;
}
#side_pdf01 img {
  width: 45px;
}
@media (max-width: 1199px) {
  #side_pdf01 {
    display:none;
  }
}

.link_wrap {
  display: none;
  position: absolute;
  top: 34px;
  left: -30px;
}
.set_link {
  position: relative;
}
.set_link:hover .link_wrap {
  display: block;
}
.link_inner {
  display: block;
  width: 150px;
  text-align: center;
  padding: .5em;
  background-color: #fff;
  border: 1px solid #000;
}
.link_inner:not(:last-of-type) {
  border-bottom: none;
}
.link_inner:hover {
  color: #0060d5;
  background-color: #eff9ff;
}


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