@charset "UTF-8";
#space {
  background-color: blanchedalmond;
  height: 1300px; }

/*     フェードイン    */
.fadeIn {
  opacity: 0;
  transition-delay: 250ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97); }

.fadeIn-up {
  transform: translate(0, 50px); }

.fadeIn-down {
  transform: translate(0, -80px); }

.fadeIn-left {
  transform: translate(-50px, 0); }

.fadeIn-right {
  transform: translate(50px, 0); }

.scroll-in {
  opacity: 1;
  transform: translate(0); }

/*     スライドイン    */
.slideIn {
  opacity: 0;
  transition-delay: 0ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97); }

.slideIn-up {
  opacity: 1;
  transform: translate(0, 80px); }

.slideIn-down {
  opacity: 1;
  transform: translate(0, -80px); }

.slideIn-left {
  opacity: 1;
  transform: translate(-80px, 0); }

.slideIn-right {
  opacity: 1;
  transform: translate(80px, 0); }

.scroll-in {
  opacity: 1;
  transform: translate(0); }

/*----------------------------------------------*/
/*               common parts                   */
/*----------------------------------------------*/
/*----------------------------------------------*/
.ttl-area__ttl-sub {
  color: #ff4000;
  font-size: 20px; }

@media (max-width: 599px) {
  .ttl-area__ttl-sub {
    font-size: 14px; } }
.ttl-area__ttl-txt {
  font-size: 30px;
  margin-top: 6px; }

@media (max-width: 599px) {
  .ttl-area__ttl-txt {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 3px; } }
.ttl-area__lead {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px; }

@media (max-width: 599px) {
  .ttl-area__lead {
    line-height: 1.7; } }
/*----------------------------------------------*/
.btn-area a:first-of-type {
  margin-bottom: 10px; }

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

.btn-area__btn {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(135deg, #db3216 50%, transparent 50%);
  background-position: 78%;
  background-size: 300%;
  border: solid 2px #db3216 !important;
  transition: background 500ms ease-in-out; }

@media (max-width: 599px) {
  .btn-area__btn {
    font-size: 16px; } }
.btn-area__btn.active,
.btn-area__btn:hover {
  opacity: 1;
  background-position: 0; }

.btn-area__btn.submit {
  padding: 10px 50px; }

.btn-area__btn.submit:hover {
  cursor: pointer; }

/*----------------------------------------------*/
/*                      header                  */
/*----------------------------------------------*/
.header {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }

.header .header-lang {
  margin-left: 15px; }

@media (max-width: 1640px) {
  .header .header-lang {
    margin-left: 1vw; } }
@media (max-width: 1640px) {
  .header .header-lang__logo {
    width: 10vw; } }
.header .header-lang__lang-link {
  position: relative;
  color: #fff;
  font-size: 21px;
  line-height: 1; }

@media (max-width: 1640px) {
  .header .header-lang__lang-link {
    font-size: 1.5vw; } }
.header .header-lang__lang-link:hover {
  opacity: 1;
  color: #ff3f00; }

.header .header-lang__lang-link.orange {
  color: #ff3f00;
  border-bottom: solid 1px #ff3f00;
  pointer-events: none; }

.header .header-lang__lang-link:first-child {
  margin-right: 17px; }

.header .header-lang__lang-link:first-child::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -12px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #fff; }

.header__nav {
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center; }

.header__nav.m_fixed {
  position: fixed;
  right: 0;
  top: 0; }

.header__nav.flex {
  flex-wrap: nowrap; }

.header__nav .flex.right {
  width: 80%; }

.header__link {
  display: block;
  padding: 21px 0;
  border: solid 1px #606060;
  background-color: #292929;
  flex: 1; }

@media (max-width: 1640px) {
  .header__link {
    width: 10vw; } }
.header__link:hover {
  opacity: 1;
  filter: brightness(0.6); }

.header__link--color2 {
  background-color: #091d2d; }

@media (max-width: 1640px) {
  .header__link--twoline {
    font-size: 0.5vw;
    line-height: 1.4;
    padding: 16px 0 10px; } }
.header__link-txt {
  color: #fff;
  font-size: 16px; }

@media (max-width: 1640px) {
  .header__link-txt {
    font-size: 1vw; } }
@media (min-width: 1640px) {
  .header__link-txt br {
    display: none; } }
.header__link-subtxt {
  color: #5090d6;
  font-size: 14px; }

@media (max-width: 1640px) {
  .header__link-subtxt {
    font-size: 0.5vw; } }
.header__icon-link {
  color: #fff;
  display: block;
  width: 90px;
  padding: 17.8px 0;
  border: solid 1px #606060;
  background-color: #091d2d; }

@media (max-width: 1640px) {
  .header__icon-link {
    width: 7vw; } }
@media (max-width: 1024px) {
  .header__icon-link {
    width: 33.3333333333%; } }
.header__icon-link--color2 {
  background-color: #ff4000; }

.header__icon-link:hover {
  opacity: 1;
  filter: brightness(0.6); }

.header__icon {
  width: 30px;
  height: 30px; }

@media (max-width: 1640px) {
  .header__icon {
    width: 2vw;
    height: 2vw; } }
@media (max-width: 1024px) {
  .header__icon {
    width: 4vw;
    height: 4vw; } }
@media (max-width: 599px) {
  .header__icon {
    width: 8vw;
    height: 8vw; } }
.header__icon-txt {
  font-size: 11px;
  margin-top: 5px; }

@media (max-width: 1640px) {
  .header__icon-txt {
    font-size: 0.5vw;
    margin-top: 0; } }
@media (max-width: 1024px) {
  .header__icon-txt {
    font-size: 1.3vw; } }
@media (max-width: 599px) {
  .header__icon-txt {
    font-size: 13px; } }
@media (max-width: 1024px) {
  .header {
    min-width: 100%;
    position: fixed;
    z-index: 1000; }

  .header .pc {
    display: none !important; }

  .header .sp {
    display: block !important; }

  .header .sp-nav-wrap {
    display: flex;
    height: 50px;
    color: #000; }

  .header .sp-nav-wrap h1 {
    width: 50px; }

  .header .sp-nav-wrap .header__logo {
    margin-left: 10px;
    margin-bottom: 7px;
    height: 35px; }

  .header .sp-nav-wrap .btn-menu {
    position: relative;
    transition: 0.3s;
    z-index: 11;
    margin-left: auto;
    margin-right: -2px; }

  .header .sp-nav-wrap .btn-menu .menu-trigger {
    width: 50px;
    height: 50px;
    background-color: #091d2d; }

  .header .sp-nav-wrap .btn-menu .menu-trigger:hover {
    opacity: 1; }

  .header .sp-nav-wrap .btn-menu .menu-trigger,
  .header .sp-nav-wrap .btn-menu .menu-trigger span {
    display: inline-block;
    transition: all 0.4s; }

  .header .sp-nav-wrap .btn-menu .menu-trigger span {
    position: absolute;
    left: 23%;
    width: 55%;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 1; }

  .header .sp-nav-wrap .btn-menu .menu-trigger span:hover {
    opacity: 1; }

  .header .sp-nav-wrap .btn-menu .menu-trigger span:nth-of-type(1) {
    top: 13px; }

  .header .sp-nav-wrap .btn-menu .menu-trigger span:nth-of-type(2) {
    top: 23px; }

  .header .sp-nav-wrap .btn-menu .menu-trigger span:nth-of-type(3) {
    top: 33px; }

  .header .sp-nav-wrap .btn-menu .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg); }

  .header .sp-nav-wrap .btn-menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }

  .header .sp-nav-wrap .btn-menu .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(315deg); }

  .header .sp-nav-wrap nav {
    transition: transform 0.3s ease;
    transform: translateX(100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    padding: 20px 0 50px;
    display: flex;
    flex-direction: column;
    background-color: #fff; }

  .header .sp-nav-wrap nav.active {
    transform: translateX(0); }

  .header .sp-nav-wrap nav .sp-logo {
    margin-bottom: 10px; }

  .header .sp-nav-wrap nav .sp-logo img {
    width: 50vw;
    max-width: 100px; }

  .header .sp-nav-wrap nav .header__sp-nav {
    width: 100%;
    margin: 0 auto; }

  .header .sp-nav-wrap nav .header__sp-nav li {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4; }

  .header .sp-nav-wrap nav .header__sp-nav li a {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    padding: 13px 0;
    position: relative; }

  .header .sp-nav-wrap nav .header__btn-wrap__sp li {
    width: 25%;
    padding: 10px; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .header .sp-nav-wrap nav .header__btn-wrap__sp li {
    padding: 30px; } }
@media (max-width: 1024px) {
  .header .sp-nav-wrap nav .header__btn-wrap__sp li.border {
    border: solid 1px #e6e6e6; } }
@media (max-width: 1024px) {
  .header .sp-nav-wrap nav .header__btn-wrap__sp li img {
    height: 7vw; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .header .sp-nav-wrap nav .header__btn-wrap__sp li img {
    height: 34px; } }
@media (max-width: 1024px) {
  .header .sp-nav-wrap nav .header__btn-wrap__sp li p {
    font-size: 4vw;
    line-height: 1.3;
    margin-top: 10px; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .header .sp-nav-wrap nav .header__btn-wrap__sp li p {
    font-size: 16px; } }
@media (max-width: 1024px) {
  .header__sp-nav-link {
    display: block;
    font-weight: bold;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    padding: 19px 0;
    position: relative; } }
.sp-lang {
  margin: 10px auto 20px; }

.sp-lang-link {
  font-size: 4.5vw !important;
  color: #555 !important; }

.sp-lang-link:first-of-type {
  color: #FB3F00 !important; }

.sp-lang-link::after {
  background-color: #ccc !important; }

.t-header .header-lang__lang-link:first-child {
  margin-right: 17px; }

.t-header .header-lang__lang-link {
  position: relative;
  line-height: 1; }

.t-header .header-lang__lang-link.orange {
  color: #ff3f00;
  border-bottom: solid 1px #ff3f00;
  pointer-events: none; }

.t-header .header-lang__lang-link:first-child::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -12px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #fff; }

/*----------------------------------------------*/
/*                     footer                   */
/*----------------------------------------------*/
.footer {
  color: #fff;
  background-color: #091d2d;
  padding: 120px 0; }

@media (max-width: 599px) {
  .footer {
    padding: 80px 0; } }
.footer__inner {
  width: 1540px;
  margin: 0 auto; }

@media (max-width: 1540px) {
  .footer__inner {
    width: 90%;
    flex-wrap: wrap-reverse; } }
@media (max-width: 1540px) {
  .footer__list-l {
    margin-top: 50px; } }
.footer__logo {
  display: block; }

.footer__logo1 {
  margin-bottom: 33px; }

@media (max-width: 599px) {
  .footer__logo1 {
    margin-bottom: 15px; } }
.footer__link-list-l {
  margin-top: 75px; }

@media (max-width: 1540px) {
  .footer__link-list-l {
    margin-top: 50px; } }
.footer__link-list-l li:not(:last-child) {
  margin-bottom: 30px; }

.footer__link-l-img {
  margin-right: 20px; }

.footer__link-l-txt {
  font-size: 20px; }

.footer__lang {
  font-size: 20px; }

.footer__lang-link {
  color: #777777;
  line-height: 1; }

.footer__lang-link.white {
  color: #fff;
  pointer-events: none; }

.footer__lang-link:not(:last-child) {
  border-right: solid 1px #fff;
  margin-right: 15px;
  padding-right: 15px; }

.footer__copy {
  margin-top: 50px;
  line-height: 2;
  font-size: 14px; }

.footer__list-r {
  width: 1050px; }

@media (max-width: 1540px) {
  .footer__list-r {
    width: 75%; } }
@media (max-width: 1150px) {
  .footer__list-r {
    width: 90%; } }
.footer__list-raw:not(:last-child) {
  margin-right: 20px; }

.footer__list-r-group {
  margin-top: 40px; }

@media (max-width: 599px) {
  .footer__list-r-group {
    margin-bottom: 40px; }

  .footer__list-r-group:first-child {
    margin-top: 0; } }
.footer__list-r-group:not(:last-child) {
  margin-bottom: 75px; }

@media (max-width: 599px) {
  .footer__list-r-group:not(:last-child) {
    margin-bottom: 0; } }
.footer__link-r {
  line-height: 2; }

.footer__link-r--big {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 20px;
  margin-bottom: 50px;
  padding-top: 35px;
  border-top: solid 2px #fff; }

@media (max-width: 599px) {
  .footer__link-r--big {
    padding-top: 20px;
    margin-bottom: 25px; } }
.footer__link-r--big::after {
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 3;
  content: "";
  height: 2px;
  width: 25px;
  background-color: #ff3f00; }

/*----------------------------------------------*/
/*                   lower-mv                   */
/*----------------------------------------------*/
.lower-mv {
  color: #fff;
  padding: 180px 0 100px;
  background-size: cover;
  position: relative; }

@media (max-width: 1024px) {
  .lower-mv {
    padding: 100px 0; } }
@media (max-width: 599px) {
  .lower-mv {
    padding: 60px 0; } }
.lower-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); }

.lower-mv__ttl {
  font-size: 48px; }

@media (max-width: 599px) {
  .lower-mv__ttl {
    font-size: 7vw;
    line-height: 1.3; } }
.lower-mv__sub {
  color: #ff4000;
  font-size: 20px; }

@media (max-width: 599px) {
  .lower-mv__sub {
    font-size: 3.8vw; } }
.lower-mv__lead {
  font-size: 18px;
  line-height: 2;
  margin-top: 35px;
  letter-spacing: 0.05em; }

@media (max-width: 599px) {
  .lower-mv__lead {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
    letter-spacing: 0; } }
.lower-mv__mini-ttl {
  font-size: 24px;
  margin-bottom: 20px; }

@media (max-width: 599px) {
  .lower-mv__mini-ttl {
    font-size: 4vw; } }
.lower-mv__mini-ttl span {
  padding-bottom: 5px; }

/*----------------------------------------------*/
/*                breadcrumb                    */
/*----------------------------------------------*/
.breadcrumb {
  color: #fff;
  padding: 20px 0;
  background-color: #091d2d; }

@media (max-width: 599px) {
  .breadcrumb {
    padding: 10px 0; } }
.breadcrumb a::after {
  content: ">";
  margin-left: 8px; }

.breadcrumb li {
  font-size: 14px;
  margin-right: 7px;
  line-height: 1.3; }

/*----------------------------------------------*/
/*                f-products-sec                */
/*----------------------------------------------*/
.f-products-sec {
  color: #fff;
  padding: 100px 0;
  background-image: url(../img/top/t-products_bg.jpg);
  background-size: cover;
  background-position: bottom; }

@media (max-width: 599px) {
  .f-products-sec {
    padding: 50px 0; } }
.f-products-sec__slider {
  margin: 190px auto 50px; }

@media (max-width: 599px) {
  .f-products-sec__slider {
    margin: 126px auto 40px; } }
.f-products-sec__slide {
  width: 390px;
  height: 417px;
  margin: 0 10px;
  position: relative;
  background-color: rgba(22, 59, 88, 0.57);
  padding: 170px 40px 40px; }

@media (max-width: 599px) {
  .f-products-sec__slide {
    padding: 120px 40px 40px; } }
.f-products-sec__slide-ttl {
  font-size: 21px;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.f-products-sec__img {
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%); }

@media (max-width: 599px) {
  .f-products-sec__img {
    width: 50%; } }
.f-products-sec .slick-prev,
.f-products-sec .slick-next {
  z-index: 20;
  width: 102px;
  height: 383px;
  border: solid 2px #fff;
  transition: all 0.2s ease-in-out; }

@media (max-width: 1024px) {
  .f-products-sec .slick-prev,
  .f-products-sec .slick-next {
    border: none; } }
.f-products-sec .slick-prev:hover,
.f-products-sec .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.17); }

.f-products-sec .slick-prev:before,
.f-products-sec .slick-next:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translateY(-50%) translateX(-50%); }

.f-products-sec .slick-next {
  right: -10%; }

@media (max-width: 599px) {
  .f-products-sec .slick-next {
    right: -17%; } }
.f-products-sec .slick-next::before {
  content: url(../img/top/slider_next_btn.png); }

.f-products-sec .slick-prev {
  left: -10%; }

@media (max-width: 599px) {
  .f-products-sec .slick-prev {
    left: -17%; } }
.f-products-sec .slick-prev::before {
  content: url(../img/top/slider_prev_btn.png); }

/*----------------------------------------------*/
/*                   f-company                  */
/*----------------------------------------------*/
.f-company {
  color: #fff;
  background-image: url(../img/common/f-company_bg.jpg);
  background-size: cover;
  padding: 150px 0 100px; }

@media (max-width: 599px) {
  .f-company {
    padding: 90px 0 50px; } }
.f-company__logo {
  margin-right: 235px; }

@media (max-width: 1100px) {
  .f-company__logo {
    margin: 0 0 80px; } }
@media (max-width: 599px) {
  .f-company__logo {
    width: 50%; } }
.f-company__ttl {
  position: relative;
  margin-bottom: 50px;
  line-height: 1; }

@media (max-width: 1100px) {
  .f-company__ttl {
    margin-bottom: 40px; } }
.f-company__ttl-txt {
  font-size: 48px; }

@media (max-width: 1100px) {
  .f-company__ttl-txt {
    font-size: 28px; } }
@media (max-width: 599px) {
  .f-company__ttl-txt {
    font-size: 24px; } }
.f-company__ttl-bg {
  font-size: 130px;
  position: absolute;
  bottom: -10px;
  left: -120px;
  opacity: 0.22; }

@media (max-width: 1100px) {
  .f-company__ttl-bg {
    font-size: 80px;
    left: 50%;
    transform: translateX(-50%); } }
.f-company__txtbox {
  width: 100%; }

.f-company__txt {
  width: 100%;
  line-height: 2.2; }

@media (max-width: 1100px) {
  .f-company__txt {
    width: 100%;
    line-height: 1.7; } }
/*----------------------------------------------*/
/*                   f-contact                  */
/*----------------------------------------------*/
.f-contact {
  color: #fff;
  background-image: url(../img/common/f-contact_bg.jpg);
  background-size: cover;
  padding: 100px 0; }

@media (max-width: 599px) {
  .f-contact {
    padding: 50px 0; } }
.f-contact__ttl {
  font-size: 26px;
  margin-bottom: 60px; }

@media (max-width: 599px) {
  .f-contact__ttl {
    font-size: 24px;
    margin-bottom: 30px; } }
.f-contact__link {
  justify-content: center;
  width: 390px;
  background-color: rgba(255, 255, 255, 0.17);
  border: solid 2px #fff;
  padding: 20px 38px; }

@media (max-width: 1350px) {
  .f-contact__link {
    width: calc(33.3333333333% - 10px); } }
@media (max-width: 1024px) {
  .f-contact__link {
    width: 100%;
    padding: 15px 38px; }

  .f-contact__link:not(:last-child) {
    margin-bottom: 10px; } }
.f-contact__link:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3); }

.f-contact__link-txt {
  font-size: 18px; }

.f-contact__link-txt span {
  display: block;
  font-size: 14px; }

@media (max-width: 1024px) {
  .f-contact__link-txt {
    font-size: 16px; } }
.f-contact__link-img {
  margin-right: 53px; }

@media (max-width: 1350px) {
  .f-contact__link-img {
    margin-right: 2vw; } }
@media (max-width: 1024px) {
  .f-contact__link-img {
    width: 50px; } }
/*----------------------------------------------*/
/*                     form                     */
/*----------------------------------------------*/
.form {
  /*ラジオボタン*/ }

.form h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  letter-spacing: 0.025em; }

.form input,
.form textarea {
  display: block; }

.form input,
.form select,
.form textarea {
  padding: 17px 10px;
  outline: none;
  border: none; }

.form select {
  width: 50%;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form .select-wrap {
  position: relative;
  display: inline; }

.form .select-wrap::after {
  content: "";
  font-size: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg); }

.form table {
  text-align: left;
  width: 100%; }

.form .table-wrap {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px 50px 20px; }

.form .table-wrap:not(:last-child) {
  margin-bottom: 40px; }

.form th,
.form .th {
  width: 340px;
  padding: 14px;
  position: relative;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold; }

.form th .wrapper {
  display: inline; }

@media (max-width: 768px) {
  .form th,
  .form .th {
    width: 100%;
    display: block; } }
.form th::after,
.form .th::after {
  position: absolute;
  right: 20px;
  top: 14px;
  content: "必須";
  color: #ffffff;
  background-color: #db3216;
  padding: 3px 17px;
  margin-right: 13px;
  font-size: 14px; }

@media (max-width: 768px) {
  .form th::after,
  .form .th::after {
    margin-right: 0; } }
.form th.optional::after,
.form .th.optional::after {
  position: absolute;
  content: "任意";
  color: #ffffff;
  background: #787878;
  padding: 3px 17px;
  margin-right: 13px;
  font-size: 14px; }

@media (max-width: 768px) {
  .form th.optional::after .form .th.optional::after {
    margin-right: 0; } }
.form td,
.form .td {
  padding: 14px; }

@media (max-width: 768px) {
  .form td,
  .form .td {
    width: 100%; } }
.form td:not(:last-child) {
  margin-bottom: 0; }

.form tr {
  padding: 30px 0; }

@media (max-width: 768px) {
  .form tr {
    display: block;
    padding: 0; } }
.form .m-12 {
  margin-top: 12px; }

.form .name_flex input {
  width: 30%;
  margin-right: 10px; }

.form .big {
  width: 100%; }

@media (max-width: 768px) {
  .form .big {
    width: 76vw; } }
.form .textarea {
  resize: none; }

.form .inquiry_content {
  height: 224px; }

.form .txt_box {
  line-height: 2;
  font-size: 15px; }

.form .address p {
  margin: 0 10px; }

@media (max-width: 768px) {
  .form select,
  .form .textarea,
  .form input,
  .form .contact {
    width: 76vw; } }
.form .catalog_cont th::after {
  content: none; }

.form .catalog_cont td input {
  background: #F2F3F4;
  padding: 2px 0px 22px; }

.form .radio {
  padding-left: 10px; }

.form .radio .radio-btn {
  margin-right: 10px;
  display: inline; }

@media (max-width: 768px) {
  .form .radio .radio-btn {
    width: auto; } }
.form .radio label {
  font-size: 15px; }

.form .radio .radio-btn + label {
  position: relative;
  margin-right: 33px; }

.form .agree {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 30px; }

.form .agree .link {
  color: #ff4000;
  border-bottom: 1px solid #ff3f00; }

.form .agree__btn {
  margin-right: 10px;
  display: inline; }

@media (max-width: 768px) {
  .form .agree__btn {
    width: auto; } }
.form .agree label {
  font-size: 16px;
  cursor: pointer; }

.form .agree__btn + label {
  position: relative; }

.form .inquiry:not(:last-child) {
  margin-bottom: 60px; }

@media (max-width: 1024px) {
  .form .address .address-num {
    width: 12vw; } }
@media (max-width: 768px) {
  .form .name_flex input {
    width: 36vw; }

  .form .address input {
    width: 29vw; }

  .form .address input.big {
    width: 76vw; }

  .form .address input.address-num {
    width: 28vw; }

  .form .contact th {
    line-height: 1.5;
    width: 100%;
    font-size: 18px;
    padding: 0;
    margin-bottom: 20px; }

  .form .table-wrap {
    padding: 50px 20px 20px;
    width: 100%; }

  .form .contact th::after,
  .form .contact th.optional::after {
    position: unset;
    margin-left: 18px; }

  .form .radio div {
    margin-bottom: 15px; } }
@media (max-width: 599px) {
  .form .name_flex input {
    width: 100%; }

  .form .name_flex input:not(:last-child) {
    margin-bottom: 10px; } }
/*----------------------------------------------*/
/*                     top                      */
/*----------------------------------------------*/
.t-header {
  width: 100%; }

@media (max-width: 1024px) {
  .t-header .pc {
    display: none !important; } }
.t-header__upl {
  display: none; }

.t-header__upl.d-block {
  display: flex;
  margin-left: 15px;
  margin-right: 20px; }

.t-header__nav {
  position: absolute;
  right: 0;
  top: 805px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center; }

.t-header__nav.m_fixed {
  position: fixed;
  left: 0;
  top: 0; }

.t-header__link {
  display: block;
  width: 180px;
  padding: 21px 0;
  border: solid 1px #606060;
  background-color: #292929; }

@media (max-width: 1640px) {
  .t-header__link {
    width: 10vw; } }
.t-header__link:hover {
  opacity: 1;
  filter: brightness(0.6); }

.t-header__link--color2 {
  background-color: #091d2d; }

@media (max-width: 1640px) {
  .t-header__link--twoline {
    font-size: 0.5vw;
    line-height: 1.4;
    padding: 16px 0 10px; } }
.t-header__link-txt {
  color: #fff;
  font-size: 14px; }

@media (max-width: 1640px) {
  .t-header__link-txt {
    font-size: 1vw; } }
@media (min-width: 1640px) {
  .t-header__link-txt br {
    display: none; } }
.t-header__link-subtxt {
  color: #5090d6;
  font-size: 14px; }

@media (max-width: 1640px) {
  .t-header__link-subtxt {
    font-size: 0.5vw; } }
.t-header__icon-link {
  color: #fff;
  display: block;
  width: 90px;
  height: 90px;
  padding: 17.8px 0;
  border: solid 1px #606060;
  background-color: #091d2d; }

@media (max-width: 1640px) {
  .t-header__icon-link {
    width: 7vw; } }
@media (max-width: 1024px) {
  .t-header__icon-link {
    width: 33.3333333333%; } }
.t-header__icon-link--color2 {
  background-color: #ff4000; }

.t-header__icon-link:hover {
  opacity: 1;
  filter: brightness(0.6); }

.t-header__icon {
  width: 30px;
  height: 30px; }

@media (max-width: 1640px) {
  .t-header__icon {
    width: 2vw;
    height: 2vw; } }
@media (max-width: 1024px) {
  .t-header__icon {
    width: 4vw;
    height: 4vw; } }
@media (max-width: 599px) {
  .t-header__icon {
    width: 8vw;
    height: 8vw; } }
.t-header__icon-txt {
  font-size: 11px;
  margin-top: 5px; }

@media (max-width: 1640px) {
  .t-header__icon-txt {
    font-size: 0.5vw;
    margin-top: 0; } }
@media (max-width: 1024px) {
  .t-header__icon-txt {
    font-size: 1.3vw; } }
@media (max-width: 599px) {
  .t-header__icon-txt {
    font-size: 13px; } }
@media (max-width: 1024px) {
  .t-header .sp {
    display: block !important; } }
@media (max-width: 1024px) {
  .t-header {
    min-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999; }

  .t-header .pc {
    display: none !important; }

  .t-header .sp {
    display: block !important; }

  .t-header .sp-nav-wrap {
    display: flex;
    height: 50px;
    color: #000; }

  .t-header .sp-nav-wrap h1 {
    width: 50px; }

  .t-header .sp-nav-wrap .header__logo {
    margin-left: 10px;
    margin-bottom: 7px;
    height: 35px; }

  .t-header .sp-nav-wrap .btn-menu {
    position: relative;
    transition: 0.3s;
    z-index: 11;
    margin-left: auto;
    margin-right: -2px; }

  .t-header .sp-nav-wrap .btn-menu .menu-trigger {
    width: 50px;
    height: 50px;
    background-color: #091d2d; }

  .t-header .sp-nav-wrap .btn-menu .menu-trigger:hover {
    opacity: 1; }

  .t-header .sp-nav-wrap .btn-menu .menu-trigger,
  .t-header .sp-nav-wrap .btn-menu .menu-trigger span {
    display: inline-block;
    transition: all 0.4s; }

  .t-header .sp-nav-wrap .btn-menu .menu-trigger span {
    position: absolute;
    left: 23%;
    width: 55%;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 1; }

  .t-header .sp-nav-wrap .btn-menu .menu-trigger span:hover {
    opacity: 1; }

  .t-header .sp-nav-wrap .btn-menu .menu-trigger span:nth-of-type(1) {
    top: 13px; }

  .t-header .sp-nav-wrap .btn-menu .menu-trigger span:nth-of-type(2) {
    top: 23px; }

  .t-header .sp-nav-wrap .btn-menu .menu-trigger span:nth-of-type(3) {
    top: 33px; }

  .t-header .sp-nav-wrap .btn-menu .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg); }

  .t-header .sp-nav-wrap .btn-menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }

  .t-header .sp-nav-wrap .btn-menu .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(315deg); }

  .t-header .sp-nav-wrap nav {
    transition: transform 0.3s ease;
    transform: translateX(100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    padding: 20px 0 50px;
    display: flex;
    flex-direction: column;
    background-color: #fff; }

  .t-header .sp-nav-wrap nav.active {
    transform: translateX(0); }

  .t-header .sp-nav-wrap nav .sp-logo {
    margin-bottom: 10px; }

  .t-header .sp-nav-wrap nav .sp-logo img {
    width: 50vw;
    max-width: 100px; }

  .t-header .sp-nav-wrap nav .header__sp-nav {
    width: 100%;
    margin: 0 auto; }

  .t-header .sp-nav-wrap nav .header__sp-nav li {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4; }

  .t-header .sp-nav-wrap nav .header__sp-nav li a {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    padding: 13px 0;
    position: relative; }

  .t-header .sp-nav-wrap nav .header__btn-wrap__sp li {
    width: 25%;
    padding: 10px; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .t-header .sp-nav-wrap nav .header__btn-wrap__sp li {
    padding: 30px; } }
@media (max-width: 1024px) {
  .t-header .sp-nav-wrap nav .header__btn-wrap__sp li.border {
    border: solid 1px #e6e6e6; } }
@media (max-width: 1024px) {
  .t-header .sp-nav-wrap nav .header__btn-wrap__sp li img {
    height: 7vw; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .t-header .sp-nav-wrap nav .header__btn-wrap__sp li img {
    height: 34px; } }
@media (max-width: 1024px) {
  .t-header .sp-nav-wrap nav .header__btn-wrap__sp li p {
    font-size: 4vw;
    line-height: 1.3;
    margin-top: 10px; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .t-header .sp-nav-wrap nav .header__btn-wrap__sp li p {
    font-size: 16px; } }
@media (max-width: 1024px) {
  .t-header__sp-nav-link {
    display: block;
    font-weight: bold;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    padding: 19px 0;
    position: relative; } }
.top_btn {
  margin: 0 auto;
  display: table;
  background-size: 280% !important; }

/*            t-mv                */
.t-mv {
  color: #fff;
  background-image: url(../img/top/mv_bg.jpg);
  background-size: cover;
  padding: 337px 0 283px; }

@media (max-width: 768px) {
  .t-mv {
    padding: 20vw 10px 20vw; } }
.t-mv__ttl-txt p {
  display: inline-block;
  font-size: 58px;
  line-height: 1;
  border-bottom: solid 1px #fff;
  margin-bottom: 23px;
  padding-bottom: 23px; }

@media (max-width: 1024px) {
  .t-mv__ttl-txt p {
    font-size: 6vw;
    line-height: 1.4;
    padding-bottom: 10px; } }
@media (max-width: 599px) {
  .t-mv__ttl-txt p {
    font-size: 8vw; } }
.t-mv__ttl-lead {
  font-size: 23px;
  margin-bottom: 30px; }

@media (max-width: 1024px) {
  .t-mv__ttl-lead {
    font-size: 3vw; } }
@media (max-width: 599px) {
  .t-mv__ttl-lead {
    font-size: 4vw; } }
.t-mv__name {
  display: flex;
  justify-content: center; }

.t-mv__name span {
  border: solid 2px #fff;
  padding: 10px 34px;
  font-size: 26px; }

@media (max-width: 1024px) {
  .t-mv__name span {
    font-size: 2vw; } }
@media (max-width: 599px) {
  .t-mv__name span {
    font-size: 4vw; } }
.t-mv__upl {
  position: fixed;
  top: 20px;
  left: 15px; }

@media (max-width: 1640px) {
  .t-mv__upl {
    left: 1vw; } }
.t-mv__upl.d-none {
  display: none; }

@media (max-width: 1024px) {
  .t-mv__upl {
    display: none; } }
@media (max-width: 1640px) {
  .t-mv__logo {
    width: 10vw; } }
.t-mv__lang {
  width: 73px; }

.t-mv__lang-link {
  position: relative;
  font-size: 21px;
  color: #fff; }

@media (max-width: 1640px) {
  .t-mv__lang-link {
    font-size: 1.5vw; } }
.t-mv__lang-link:hover {
  opacity: 1;
  color: #ff3f00; }

.t-mv__lang-link.orange {
  color: #ff3f00;
  border-bottom: solid 1px #ff3f00;
  pointer-events: none; }

.t-mv__lang-link:first-child {
  margin-right: 17px; }

.t-mv__lang-link:first-child::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -12px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #fff; }

/*            t-about               */
.t-about {
  position: relative;
  padding: 40px 0; }

@media (max-width: 1024px) {
  .t-about {
    padding: 50px 0 50px; } }
@media (max-width: 1024px) {
  .t-about .ttl-area__ttl-txt {
    color: #fff; } }
.t-about__flex-wrap {
  flex-wrap: nowrap;
  margin-top: 70px; }

@media (max-width: 1024px) {
  .t-about__flex-wrap {
    flex-wrap: wrap;
    margin-top: 30px;
    flex: initial; } }
.t-about__txt-box {
  color: #fff;
  max-width: 704px;
  width: 55%; }

@media (max-width: 1470px) {
  .t-about__txt-box {
    width: 100%; } }
.t-about__lead {
  font-size: 25px;
  line-height: 1.8;
  margin-bottom: 60px; }

@media (max-width: 1470px) {
  .t-about__lead {
    font-size: 2vw; } }
@media (max-width: 1024px) {
  .t-about__lead {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px; } }
.t-about__lead span {
  border-bottom: solid 1px #fff;
  padding-bottom: 15px; }

@media (max-width: 1024px) {
  .t-about__lead span {
    padding-bottom: 1px; } }
.t-about__txt-wrap {
  margin-bottom: 45px; }

.t-about__txt {
  line-height: 2.1; }

@media (max-width: 1024px) {
  .t-about__txt {
    line-height: 1.7; } }
.t-about__txt:not(:last-child) {
  margin-bottom: 35px; }

@media (max-width: 1024px) {
  .t-about__txt:not(:last-child) {
    margin-bottom: 30px; } }
.t-about__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 75%;
  max-width: 1619px;
  height: 605px;
  background-image: url(../img/top/t-about_bg.jpg);
  background-size: cover; }

@media (max-width: 1024px) {
  .t-about__bg {
    width: 100%;
    height: 1150px; } }
@media (max-width: 768px) {
  .t-about__bg {
    height: 181vh; } }
.t-about__img-wrap {
  position: relative;
  transform: translateX(40px);
  flex: 1; }

@media (max-width: 1464px) {
  .t-about__img-wrap {
    width: 70%; } }
@media (max-width: 1024px) {
  .t-about__img-wrap {
    width: 100%;
    transform: translateX(0px);
    margin-top: 30px;
    flex: initial; } }
.t-about__img {
  box-shadow: 20px 20px 14px 9px rgba(0, 0, 0, 0.29);
  width: 100%; }

@media (max-width: 1024px) {
  .t-about__img {
    width: 100%; } }
.t-about__txt-bg {
  position: absolute;
  bottom: -145px;
  right: 0;
  color: #ff4000;
  font-size: 123px;
  opacity: 0.16;
  line-height: 1; }

@media (max-width: 1024px) {
  .t-about__txt-bg {
    bottom: -105px;
    font-size: 95px; } }
.t-about__caption {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 6px 14px 6px 10px;
  border: 1px solid #FF4000; }

@media (max-width: 599px) {
  .t-about__caption {
    font-size: 14px; } }
/*            t-scene               */
.t-scene {
  padding: 115px 0 90px; }

@media (max-width: 599px) {
  .t-scene {
    padding: 80px 0 50px; } }
.t-scene__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 595px;
  height: 359px;
  color: #fff;
  background-color: #0a2031;
  margin-bottom: 10px;
  background-size: cover; }

@media (max-width: 1475px) {
  .t-scene__container {
    width: calc(50% - 10px);
    padding: 40px 30px; } }
@media (max-width: 1024px) {
  .t-scene__container {
    width: 100%;
    padding: 40px 20px; } }
.t-scene__container.container1 {
  transform: translateX(-20px) translateY(-20px);
  box-shadow: 20px 20px 20px -1px rgba(0, 0, 0, 0.29); }

@media (max-width: 1024px) {
  .t-scene__container.container1 {
    transform: translateX(0px) translateY(0px);
    box-shadow: none; } }
.t-scene__container.container2 {
  background-image: url(../img/top/t-scene_img001.jpg);
  position: relative; }

.t-scene__container.container2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  background-color: #000000;
  opacity: 0.5;
  z-index: 0; }

.t-scene__container.container3 {
  background-image: url(../img/top/t-scene_img002.jpg);
  position: relative; }

.t-scene__container.container3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  background-color: #000000;
  opacity: 0.5;
  z-index: 0; }

.t-scene__container.container4 {
  background-image: url(../img/top/t-scene_img003.jpg);
  position: relative; }

.t-scene__container.container4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  background-color: #000000;
  opacity: 0.5;
  z-index: 0; }

.t-scene__wrap {
  width: 453px;
  position: relative; }

.t-scene__box-ttl {
  font-size: 24px;
  margin-bottom: 40px; }

@media (max-width: 1024px) {
  .t-scene__box-ttl {
    font-size: 18px;
    margin-bottom: 30px; } }
.t-scene__box-ttl span {
  border-bottom: solid 1px #fff;
  padding-bottom: 15px; }

.t-scene__txt {
  line-height: 2;
  font-size: 18px; }

@media (max-width: 1024px) {
  .t-scene__txt {
    line-height: 1.7;
    font-size: 17px; } }
/*            t-support              */
.t-support {
  padding: 100px 0;
  background-image: url(../img/top/t-support_bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 1190px) {
  .t-support {
    background-size: cover; } }
@media (max-width: 599px) {
  .t-support {
    padding: 50px 0; } }
.t-support .inner {
  flex-wrap: nowrap; }

@media (max-width: 1190px) {
  .t-support .inner {
    flex-wrap: wrap; } }
.t-support .ttl-area {
  color: #fff;
  width: 450px; }

.t-support__container-list {
  transform: translateX(90px); }

@media (max-width: 1480px) {
  .t-support__container-list {
    transform: none; } }
@media (max-width: 1190px) {
  .t-support__container-list {
    margin-top: 40px;
    width: 100%; } }
.t-support__container {
  width: 715px;
  background: linear-gradient(90deg, #091d2d 0%, #091d2d 3%, white 3%, white 100%);
  padding: 20px 30px 20px 50px;
  box-shadow: 11px 11px 25px 6px rgba(93, 93, 93, 0.14); }

@media (max-width: 1190px) {
  .t-support__container {
    width: 100%; } }
@media (max-width: 599px) {
  .t-support__container {
    padding: 40px 35px; } }
.t-support__container:hover {
  opacity: 1;
  transform: translate(0, -10px); }

@media (max-width: 1024px) {
  .t-support__container:hover {
    transform: none; } }
.t-support__container:hover .t-support__link::before {
  left: -10px; }

.t-support__container:not(:last-child) {
  margin-bottom: 28px; }

.t-support__container.ml-125 {
  transform: translate(90px, 0); }

@media (max-width: 1912px) {
  .t-support__container.ml-125 {
    transform: translate(2vw, 0); } }
@media (max-width: 1190px) {
  .t-support__container.ml-125 {
    transform: none; } }
.t-support__container.ml-125:hover {
  transform: translate(90px, -10px); }

@media (max-width: 1912px) {
  .t-support__container.ml-125:hover {
    transform: translate(2vw, -10px); } }
@media (max-width: 1190px) {
  .t-support__container.ml-125:hover {
    transform: none; } }
.t-support__container.ml-250 {
  transform: translate(180px, 0); }

@media (max-width: 1912px) {
  .t-support__container.ml-250 {
    transform: translate(4vw, 0); } }
@media (max-width: 1190px) {
  .t-support__container.ml-250 {
    transform: none; } }
.t-support__container.ml-250:hover {
  transform: translate(180px, -10px); }

@media (max-width: 1912px) {
  .t-support__container.ml-250:hover {
    transform: translate(4vw, -10px); } }
@media (max-width: 1190px) {
  .t-support__container.ml-250:hover {
    transform: none; } }
.t-support__container.ml-375 {
  transform: translate(270px, 0); }

@media (max-width: 1912px) {
  .t-support__container.ml-375 {
    transform: translate(6vw, 0); } }
@media (max-width: 1190px) {
  .t-support__container.ml-375 {
    transform: none; } }
.t-support__container.ml-375:hover {
  transform: translate(270px, -10px); }

@media (max-width: 1912px) {
  .t-support__container.ml-375:hover {
    transform: translate(6vw, -10px); } }
@media (max-width: 1190px) {
  .t-support__container.ml-375:hover {
    transform: none; } }
.t-support__icon {
  margin-right: 30px; }

@media (max-width: 599px) {
  .t-support__icon {
    margin: 0 auto; } }
.t-support__txt-box {
  margin-bottom: 15px; }

@media (max-width: 1024px) {
  .t-support__txt-box {
    margin-top: 20px; } }
.t-support__container-ttl {
  font-size: 22px;
  margin-bottom: 10px; }

@media (max-width: 1024px) {
  .t-support__container-ttl {
    margin-bottom: 10px; } }
.t-support__txt {
  font-size: 14px;
  line-height: 1.9; }

@media (max-width: 1024px) {
  .t-support__txt {
    line-height: 1.7; } }
.t-support__link-wrap {
  display: block;
  text-align: right;
  width: 100%; }

.t-support__link {
  position: relative;
  font-size: 14px; }

.t-support__link::before {
  content: url(../img/common/orange-arw-small.png);
  position: absolute;
  left: -17px;
  top: 60%;
  transform: translateY(-50%);
  transition: left 0.2s ease-in; }

/*            t-trouble               */
.t-trouble {
  color: #fff;
  padding: 100px 0;
  background-image: url(../img/top/t-trouble_bg.jpg);
  background-size: cover;
  background-position: right; }

@media (max-width: 599px) {
  .t-trouble {
    padding: 50px 0; } }
.t-trouble .ttl-area {
  position: relative;
  z-index: 10; }

@media (max-width: 1024px) {
  .t-trouble .flex {
    margin-top: 40px;
    justify-content: space-around; } }
@media (max-width: 768px) {
  .t-trouble .flex {
    justify-content: center; } }
.t-trouble__link {
  position: relative;
  z-index: 2;
  width: 310px;
  padding: 35px 0; }

@media (max-width: 1096px) {
  .t-trouble__link {
    width: 27vw; } }
@media (max-width: 1024px) {
  .t-trouble__link {
    width: 100%;
    margin: auto; } }
.t-trouble__link::after {
  transform: skewX(-13deg) translateX(-50%);
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  top: 0;
  left: 50%;
  z-index: -1;
  background-color: rgba(22, 59, 88, 0.57); }

@media (max-width: 599px) {
  .t-trouble__link::after {
    transform: skewX(0deg) translateX(-50%); } }
.t-trouble__link:not(:last-child) {
  margin-right: 20px; }

@media (max-width: 1024px) {
  .t-trouble__link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px; } }
.t-trouble__link:hover .t-trouble__txt span::before {
  left: -18px; }

.t-trouble__img {
  margin-bottom: 10px;
  width: 50%; }

.t-trouble__txt {
  font-size: 20px;
  display: flex;
  justify-content: center; }

.t-trouble__txt span {
  position: relative; }

.t-trouble__txt span::before {
  position: absolute;
  content: url(../img/common/orange-arw.png);
  left: -22px;
  top: 2px;
  transition: left 0.2s ease-in; }

/*            t-faq               */
.t-faq {
  padding: 100px 0; }

@media (max-width: 599px) {
  .t-faq {
    padding: 50px 0; } }
.t-faq .acd {
  margin: 50px auto 65px; }

@media (max-width: 599px) {
  .t-faq .acd {
    margin: 40px auto; } }
@media (max-width: 1024px) {
  .t-faq .acd__wrap {
    width: 90%;
    margin: 0 auto 20px; } }
@media (max-width: 768px) {
  .t-faq .acd__wrap {
    width: 100%; } }
.t-faq .acd__wrap:not(:last-child) {
  margin-bottom: 10px; }

.t-faq .acd__header {
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: 0.5s cubic-bezier(0, 0, 0.15, 1.01); }

@media (max-width: 1024px) {
  .t-faq .acd__header {
    justify-content: left; } }
.t-faq .acd__header:hover {
  opacity: 0.7;
  cursor: pointer; }

.t-faq .acd__header.open .acd__r-icon {
  transform: rotate(-180deg); }

.t-faq .acd__label {
  width: 93%;
  display: block;
  font-size: 18px;
  margin-bottom: 1px;
  padding: 30px 40px;
  background-color: #ffffff;
  position: relative; }

@media (max-width: 1024px) {
  .t-faq .acd__label {
    font-size: 16px;
    width: 100%;
    padding: 20px 25px 20px 19px; } }
.t-faq .acd__inner {
  overflow: hidden;
  background-color: #d4d7dc;
  display: none;
  margin-bottom: 20px; }

.t-faq .acd__inner-txt {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 50px; }

@media (max-width: 1024px) {
  .t-faq .acd__inner-txt {
    padding: 20px;
    font-size: 14px; } }
.t-faq .acd__l-icon {
  width: 7%;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 20px 20px 26px;
  font-size: 40px;
  text-align: center;
  background-color: #032954; }

@media (max-width: 1024px) {
  .t-faq .acd__l-icon {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 12px 20px 14px; } }
.t-faq .acd__r-icon {
  position: absolute;
  right: 2%;
  top: 35%;
  transition: 0.5s cubic-bezier(0, 0, 0.15, 1.01); }

@media (max-width: 1024px) {
  .t-faq .acd__r-icon {
    top: 64%; } }
.t-faq .acd__r-icon:after {
  display: block;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../img/common/acd-arw.png);
  background-size: contain;
  background-repeat: no-repeat; }

.t-faq .acd__inner-txt a {
  color: #ff3f00;
  text-decoration: underline; }

/*            t-news               */
.t-news {
  color: #fff;
  background-color: #091d2d;
  padding: 100px 0; }

@media (max-width: 599px) {
  .t-news {
    padding: 50px 0; } }
.t-news__container {
  position: relative;
  width: 50%; }

@media (max-width: 1024px) {
  .t-news__container {
    width: 100%; } }
@media (max-width: 1024px) {
  .t-news__container:first-child {
    margin-bottom: 50px; } }
.t-news__container:first-child::after {
  display: block;
  content: "";
  width: 1px;
  height: 370px;
  background-color: #8faac9;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%); }

@media (max-width: 1024px) {
  .t-news__container:first-child::after {
    content: none; } }
.t-news__list {
  margin-top: 50px; }

@media (max-width: 1024px) {
  .t-news__list {
    margin-top: 20px; } }
.t-news__link {
  width: 480px;
  line-height: 2;
  margin: 0 auto;
  padding: 25px 0;
  border-bottom: solid 1px #8faac9;
  align-items: baseline !important; }

@media (max-width: 1024px) {
  .t-news__link {
    width: 100%;
    display: block;
    line-height: 1.7; } }
.t-news__time {
  border: solid 1px #fff;
  padding: 5px 8px;
  margin-right: 20px; }

@media (max-width: 1024px) {
  .t-news__txt {
    margin-top: 5px; } }
.t-news .btn-area {
  margin-top: 100px; }

@media (max-width: 1024px) {
  .t-news .btn-area {
    margin-top: 40px; } }
/*            t-about               */
.t-topics {
  position: relative;
  padding: 120px 0 40px; }

@media (max-width: 1024px) {
  .t-topics {
    padding: 50px 0 50px;
    background: #E4E6E9; } }
.t-topics .inner {
  margin: 0;
  margin-left: auto;
  margin-right: 0; }

@media (max-width: 1024px) {
  .t-topics .inner {
    margin: 0 auto;
    width: 90%; } }
.t-topics .topics-box {
  position: relative;
  padding: 30px;
  display: flex;
  align-items: center;
  border: solid 1px #dcdcdc;
  background: #fff;
  box-shadow: 15px 15px 14px 9px rgba(0, 0, 0, 0.29); }

@media (max-width: 1024px) {
  .t-topics .topics-box {
    box-shadow: none;
    background: none;
    border: none;
    padding: 0; } }
@media (max-width: 768px) {
  .t-topics .topics-box {
    display: block; } }
.t-topics .topics-box__item + .topics-box__item {
  margin-top: 10px; }

.t-topics .topics-box__heading {
  font-family: minion-pro, serif;
  width: 15rem;
  color: #FF4000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center; }

@media (max-width: 768px) {
  .t-topics .topics-box__heading {
    text-align: center;
    width: 100%;
    margin-bottom: 20px; } }
.t-topics .topics-box__item {
  display: flex; }

.t-topics .topics-box__date {
  margin-right: 2.5rem;
  color: #adadad;
  white-space: nowrap; }

/*----------------------------------------------*/
/*                   about                      */
/*----------------------------------------------*/
.lower-mv.about {
  background-image: url(../img/about/lower-mv.jpg);
  background-position: right;
  background-position-y: bottom; }

.about .lower-mv__sub {
  color: #4B83C0;
  font-size: 38px; }

/*            a-about                */
.a-about {
  color: #fff;
  background-color: #091d2d; }

@media (max-width: 1024px) {
  .a-about .a-about__txt br {
    display: none; } }
@media (max-width: 1024px) {
  .a-about__flex {
    width: 100%;
    display: block; } }
.a-about__img {
  width: 55%;
  height: 670px;
  background-image: url(../img/about/a-about_img.jpg?id=220317);
  background-size: cover;
  background-position: right; }

@media (max-width: 1024px) {
  .a-about__img {
    width: 100%;
    height: 20vw; } }
@media (max-width: 599px) {
  .a-about__img {
    height: 40vw; } }
.a-about__txt-box {
  width: 45%;
  margin-left: auto; }

@media (max-width: 1024px) {
  .a-about__txt-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; } }
.a-about__ttl {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 40px; }

@media (max-width: 1024px) {
  .a-about__ttl {
    font-size: 24px;
    margin-bottom: 30px; } }
.a-about__txt {
  line-height: 2.1; }

@media (max-width: 1024px) {
  .a-about__txt {
    line-height: 1.7; } }
.a-about__txt:not(:last-child) {
  margin-bottom: 40px; }

@media (max-width: 1024px) {
  .a-about__txt:not(:last-child) {
    margin-bottom: 20px; } }
/*            a-reason                */
.a-reason {
  padding: 100px 0 130px; }

@media (max-width: 768px) {
  .a-reason {
    padding: 50px 0 80px; } }
.a-reason__card-wrap {
  margin-top: 20px; }

@media (max-width: 768px) {
  .a-reason__card-wrap {
    margin-top: 10px; } }
.a-reason__card {
  width: 380px;
  margin-top: 30px; }

@media (max-width: 1300px) {
  .a-reason__card {
    width: calc(33.3333333333% - 10px); } }
@media (max-width: 768px) {
  .a-reason__card {
    width: 100%; } }
.a-reason__img {
  margin-bottom: 20px;
  width: 100%; }

@media (max-width: 768px) {
  .a-reason__img {
    width: 100%;
    margin-bottom: 10px; } }
.a-reason__num {
  color: #ff4000;
  font-size: 30px; }

@media (max-width: 768px) {
  .a-reason__num {
    line-height: 1.5; } }
.a-reason__ttl {
  font-size: 26px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: 500; }

@media (max-width: 1300px) {
  .a-reason__ttl {
    font-size: 2vw; } }
@media (max-width: 768px) {
  .a-reason__ttl {
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 9px; } }
.a-reason__txt {
  line-height: 2;
  font-size: 15px; }

@media (max-width: 768px) {
  .a-reason__txt {
    line-height: 1.7; } }
/*            a-introduced                */
.a-introduced__upper-area {
  padding: 0 0 220px;
  background-color: #e4e6e9;
  background-image: url(../img/about/a-introduced_bg001.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

@media (max-width: 599px) {
  .a-introduced__upper-area {
    padding: 0 0 110px; } }
.a-introduced__logo-list {
  margin-top: 80px; }

@media (max-width: 599px) {
  .a-introduced__logo-list {
    margin-top: 40px; } }
.a-introduced__logo-list::after {
  content: "";
  display: block;
  width: 292px; }

.a-introduced__logo-item {
  width: calc(25% - 20px);
  height: 200px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: -12px 12px 13px 1px rgba(93, 93, 93, 0.13);
  -webkit-box-shadow: -12px 12px 13px 1px rgba(93, 93, 93, 0.13);
  background-size: cover;
  position: relative; }

.a-introduced__logo-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200px;
  background-color: #000000;
  opacity: 0.5;
  z-index: 0; }

.a-introduced__logo-item:nth-of-type(1) {
  background: url(../img/about/aboutlist01.jpg) no-repeat; }

.a-introduced__logo-item:nth-of-type(2) {
  background: url(../img/about/aboutlist02.jpg) no-repeat; }

.a-introduced__logo-item:nth-of-type(3) {
  background: url(../img/about/aboutlist03.jpg) no-repeat; }

.a-introduced__logo-item:nth-of-type(4) {
  background: url(../img/about/aboutlist04.jpg) no-repeat; }

.a-introduced__logo-item:nth-of-type(5) {
  background: url(../img/about/aboutlist05.jpg) no-repeat; }

.a-introduced__logo-item:nth-of-type(6) {
  background: url(../img/about/aboutlist06.jpg) no-repeat; }

.a-introduced__logo-item:nth-of-type(7) {
  background: url(../img/about/aboutlist07.jpg) no-repeat; }

.a-introduced__logo-item:nth-of-type(8) {
  background: url(../img/about/aboutlist08.jpg) no-repeat; }

.a-introduced__logo-item p {
  position: relative;
  z-index: 10; }

@media (max-width: 768px) {
  .a-introduced__logo-item {
    width: calc(50% - 7px);
    font-size: 16px; } }
.a-introduced__logo-item:not(:last-child) {
  margin-bottom: 10px; }

.a-introduced__logo {
  width: 100%; }

@media (max-width: 599px) {
  .a-introduced__logo {
    width: 100%; } }
.a-introduced__container {
  position: relative;
  padding: 334px 0 100px;
  width: 50%;
  background-image: url(../img/about/a-introduced_bg002.jpg);
  background-size: cover; }

@media (max-width: 1024px) {
  .a-introduced__container {
    padding: 28vw 0 100px; } }
@media (max-width: 768px) {
  .a-introduced__container {
    padding: 32vw 0 100px;
    width: 100%; } }
.a-introduced__container--left {
  border-right: solid 3px #e4e6e9; }

@media (max-width: 768px) {
  .a-introduced__container--left {
    border-right: none;
    border-bottom: solid 3px #e4e6e9; } }
.a-introduced__container--right {
  background-image: url(../img/about/a-introduced_bg003.jpg); }

.a-introduced__wrap {
  color: #fff;
  width: 446px;
  margin: auto; }

@media (min-width: 1340px) {
  .a-introduced__wrap--left {
    margin-right: 105px; }

  .a-introduced__wrap--right {
    margin-left: 105px; } }
@media (max-width: 970px) {
  .a-introduced__wrap {
    width: 90%; } }
@media (max-width: 768px) {
  .a-introduced__wrap {
    width: 90%; } }
.a-introduced__img {
  position: absolute;
  top: -70px; }

@media (max-width: 1024px) {
  .a-introduced__img {
    width: 60%;
    left: 50%;
    transform: translateX(-50%); } }
@media (max-width: 768px) {
  .a-introduced__img {
    width: 35%; } }
@media (max-width: 599px) {
  .a-introduced__img {
    width: 43%; } }
.a-introduced__txt-wrap {
  margin-bottom: 50px; }

.a-introduced__ttl {
  font-size: 34px;
  margin-bottom: 50px; }

@media (max-width: 768px) {
  .a-introduced__ttl {
    font-size: 24px;
    margin-bottom: 22px; } }
.a-introduced__txt {
  line-height: 2; }

@media (max-width: 768px) {
  .a-introduced__txt {
    line-height: 1.7; } }
.a-introduced__txt:not(:last-child) {
  margin-bottom: 50px; }

@media (max-width: 768px) {
  .a-introduced__txt:not(:last-child) {
    margin-bottom: 30px; } }
/*            a-type                */
.a-type .ttl-area-wrap {
  width: 60%; }

@media (max-width: 1024px) {
  .a-type .ttl-area-wrap {
    padding: 50px 0;
    width: 90%;
    margin: 0 auto; } }
.a-type .ttl-area {
  width: 690px;
  margin-left: auto;
  margin-right: 85px; }

@media (max-width: 1470px) {
  .a-type .ttl-area {
    width: 90%;
    margin: auto; } }
@media (max-width: 1024px) {
  .a-type .ttl-area {
    width: 100%; } }
.a-type .ttl-area__ttl-txt {
  font-size: 34px; }

.a-type .ttl-area__lead {
  font-size: 16px; }

@media (max-width: 1024px) {
  .a-type__flex {
    display: block; } }
.a-type__img {
  width: 721px;
  height: 463px;
  background-image: url(../img/about/a-type_img.jpg);
  background-size: cover;
  background-position: center bottom; }

@media (max-width: 1470px) {
  .a-type__img {
    width: 40%; } }
@media (max-width: 1024px) {
  .a-type__img {
    width: 100%;
    height: 30vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom; } }
@media (max-width: 599px) {
  .a-type__img {
    height: 64vw; } }
/*----------------------------------------------*/
/*                 products                     */
/*----------------------------------------------*/
.lower-mv.products {
  background-image: url(../img/products/lower-mv.jpg); }

.pro-ttl-area__ttl-sub {
  font-size: 20px;
  color: #ff4000;
  margin-bottom: 35px; }

@media (max-width: 599px) {
  .pro-ttl-area__ttl-sub {
    font-size: 14px;
    margin-bottom: 0px; } }
.pro-ttl-area__ttl-txt {
  font-size: 30px; }

@media (max-width: 599px) {
  .pro-ttl-area__ttl-txt {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 3px; } }
.pro-ttl-area__lead {
  font-size: 16px;
  margin-top: 25px; }

@media (max-width: 599px) {
  .pro-ttl-area__lead {
    margin-top: 20px; } }
/*            products-sec1                */
.products-sec1 {
  padding: 80px 0 100px; }

@media (max-width: 599px) {
  .products-sec1 {
    padding: 50px 0; } }
.products-sec1__strong-txt {
  font-size: 36px;
  margin-bottom: 80px; }

@media (max-width: 599px) {
  .products-sec1__strong-txt {
    font-size: 24px;
    margin-bottom: 50px; } }
.products-sec1__container-wrap {
  margin-top: 85px; }

@media (max-width: 599px) {
  .products-sec1__container-wrap {
    margin-top: 50px; } }
.products-sec1__container {
  width: 50%; }

@media (max-width: 1024px) {
  .products-sec1__container {
    width: 100%; }

  .products-sec1__container:not(:last-child) {
    margin-bottom: 65px; } }
.products-sec1__ttl {
  font-size: 34px;
  margin-bottom: 70px; }

@media (max-width: 599px) {
  .products-sec1__ttl {
    font-size: 24px;
    margin-bottom: 40px; } }
.products-sec1__ttl span {
  border-bottom: solid 1px #000; }

.products-sec1__img {
  width: 100%; }

@media (max-width: 599px) {
  .products-sec1__img {
    width: 100%; } }
/*            products-sec2                */
.products-sec2 {
  padding: 100px 0 100px;
  background-color: #d9dee5; }

@media (max-width: 599px) {
  .products-sec2 {
    padding: 50px 0; } }
.products-sec2 .pro-ttl-area__ttl-sub {
  margin-bottom: 5px; }

.products-sec2__wrap {
  margin-top: 75px; }

@media (max-width: 599px) {
  .products-sec2__wrap {
    margin-top: 50px; } }
.products-sec2__img {
  width: 33.3333333333%; }

@media (max-width: 599px) {
  .products-sec2__img {
    margin: 20px 0 10px; } }
.products-sec2__ttl {
  font-size: 34px;
  margin-bottom: 60px; }

@media (max-width: 599px) {
  .products-sec2__ttl {
    font-size: 24px;
    margin-bottom: 20px; } }
.products-sec2__ttl span {
  border-bottom: solid 1px #000; }

.products-sec2 .btn-area {
  margin-top: -25px; }

@media (max-width: 768px) {
  .products-sec2 .btn-area {
    margin-top: 0; } }
/*            products-sec3                */
.products-sec3 {
  padding: 100px 0;
  background-color: #cdd7e0; }

@media (max-width: 599px) {
  .products-sec3 {
    padding: 50px 0; } }
.products-sec3 .pro-ttl-area__ttl-sub {
  margin-bottom: 5px; }

.products-sec3__container:not(:last-child) {
  margin-bottom: 65px; }

@media (max-width: 768px) {
  .products-sec3__container:not(:last-child) {
    margin-bottom: 50px; } }
.products-sec3__link-wrap {
  width: 100%;
  margin-top: 35px;
  justify-content: flex-start !important; }

.products-sec3__link {
  padding: 30px 20px 20px 20px;
  background-color: #fff;
  border-bottom: 2px solid #ff4000; }

@media (max-width: 1024px) {
  .products-sec3__link {
    padding: 25px 20px; } }
@media (max-width: 599px) {
  .products-sec3__link {
    padding: 20px; }

  .products-sec3__link:nth-child(odd) {
    border-right: 1px solid #cdd7e0; } }
.products-sec3__link:not(:last-child) {
  border-right: 1px solid #cdd7e0; }

@media (max-width: 768px) {
  .products-sec3__link:not(:last-child) {
    border-bottom: 2px solid #ff4000; } }
.products-sec3__link--top {
  width: 20%; }

@media (max-width: 768px) {
  .products-sec3__link--top {
    width: 50%; } }
.products-sec3__link--middle {
  width: 25%; }

@media (max-width: 768px) {
  .products-sec3__link--middle {
    width: 100%; } }
.products-sec3__link--bottom {
  width: 100%;
  padding: 30px 75px; }

@media (max-width: 1166px) {
  .products-sec3__link--bottom {
    padding: 30px 7vw; } }
@media (max-width: 768px) {
  .products-sec3__link--bottom {
    padding: 30px 35px; } }
.products-sec3__link:hover {
  opacity: 0.7; }

.products-sec3__link:hover .products-sec3__txt span::before {
  left: -13px; }

.products-sec3__img {
  margin-bottom: 10px; }

.products-sec3__img--top {
  width: 100%;
  height: 138px; }

@media (max-width: 1024px) {
  .products-sec3__img--top {
    height: 10vw; } }
@media (max-width: 768px) {
  .products-sec3__img--top {
    width: 100%;
    height: 32vw; } }
.products-sec3__img--middle {
  width: 100%;
  height: 164px; }

@media (max-width: 1024px) {
  .products-sec3__img--middle {
    height: 15vw; } }
@media (max-width: 768px) {
  .products-sec3__img--middle {
    height: 32vw; } }
.products-sec3__img--bottom {
  height: 164px; }

@media (max-width: 1166px) {
  .products-sec3__img--bottom {
    width: calc(33.3333333333% - 10px); } }
@media (max-width: 768px) {
  .products-sec3__img--bottom {
    width: calc(50% - 10px);
    height: 32vw; } }
.products-sec3__img-wrap {
  width: 584px; }

@media (max-width: 1166px) {
  .products-sec3__img-wrap {
    width: 46vw; } }
@media (max-width: 768px) {
  .products-sec3__img-wrap {
    width: 100%; } }
.products-sec3__txt {
  position: relative; }

@media (max-width: 1024px) {
  .products-sec3__txt {
    font-size: 1.8vw;
    letter-spacing: 0; } }
@media (max-width: 599px) {
  .products-sec3__txt {
    font-size: 4vw;
    letter-spacing: 0; } }
.products-sec3__txt span {
  position: relative; }

.products-sec3__txt span::before {
  position: absolute;
  content: url(../img/products/arw.png);
  left: -18px;
  transition: left 0.2s ease-in; }

@media (max-width: 1024px) {
  .products-sec3__txt span::before {
    left: -12px; } }
.products-sec3__txt--bottom {
  width: 300px; }

@media (max-width: 1166px) {
  .products-sec3__txt--bottom {
    width: 18vw;
    font-size: 1.5vw; } }
@media (max-width: 768px) {
  .products-sec3__txt--bottom {
    width: 100%;
    font-size: 16px; } }
@media (max-width: 599px) {
  .products-sec3__txt--bottom {
    font-size: 4vw; } }
/*            products-sec4                */
.products-sec4 {
  padding: 100px 0;
  background-color: #b6c3cf; }

@media (max-width: 599px) {
  .products-sec4 {
    padding: 50px 0; } }
.products-sec4 .pro-ttl-area__ttl-sub {
  margin-bottom: 5px; }

.products-sec4__wrap {
  margin-top: 75px; }

@media (max-width: 599px) {
  .products-sec2__wrap {
    margin-top: 50px; } }
.products-sec-company {
  display: flex;
  justify-content: space-between; }

@media (max-width: 768px) {
  .products-sec-company {
    display: block; } }
.products-sec-company__container {
  background: #fff;
  width: 100%;
  border-bottom: 2px solid #ff4000;
  transition: all 0.3s;
  border-right: 1px solid #cdd7e0; }

@media (max-width: 768px) {
  .products-sec-company__container {
    width: 100%; } }
.products-sec-company__container:hover {
  opacity: 0.7; }

.products-sec-company__container a {
  padding: 30px;
  display: flex;
  align-items: center; }

@media (max-width: 768px) {
  .products-sec-company__container a {
    display: block; } }
.products-sec-company__container img {
  width: 170px;
  height: auto;
  margin-right: 40px; }

@media (max-width: 768px) {
  .products-sec-company__container img {
    display: block;
    margin: 0 auto 20px; } }
.products-sec-company__txtbox {
  width: 60%; }

@media (max-width: 768px) {
  .products-sec-company__txtbox {
    width: 100%; } }
.products-sec-company__txtbox h3 {
  font-size: 20px;
  font-weight: bold; }

@media (max-width: 768px) {
  .products-sec-company__txtbox h3 {
    text-align: center; } }
.tp-sec__print {
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: space-around; }

@media (max-width: 768px) {
  .tp-sec__print {
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto; } }
.tp-sec__print img {
  width: 40%; }

@media (max-width: 768px) {
  .tp-sec__print img {
    width: 80%;
    margin-bottom: 20px;
    margin-top: 20px; } }
.products-sec3__link sup {
  font-size: 13px; }

.products-other a:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 768px) {
  .products-other a:last-of-type {
    width: 100% !important;
    height: 150px; } }
/*----------------------------------------------*/
/*              thermal_print                   */
/*----------------------------------------------*/
.lower-mv.thermal_print {
  background-image: url(../img/products/thermal_print/lower-mv.jpg); }

.tp-ttl-area__ttl-sub {
  font-size: 20px;
  color: #ff4000;
  margin-bottom: 20px; }

.tp-ttl-area__ttl-txt {
  font-size: 30px; }

/*            tp-sec01                */
.tp-sec01 {
  padding: 80px 0 40px; }

@media (max-width: 599px) {
  .tp-sec01 {
    padding: 50px 0 40px; } }
.tp-sec01__strong-txt {
  font-size: 34px;
  margin-bottom: 45px; }

@media (max-width: 599px) {
  .tp-sec01__strong-txt {
    font-size: 24px;
    margin-bottom: 30px; } }
.tp-sec01__lead {
  line-height: 2;
  margin-bottom: 80px; }

@media (max-width: 599px) {
  .tp-sec01__lead {
    line-height: 1.7;
    margin-bottom: 50px; } }
.tp-sec01__ttl-area {
  position: relative; }

.tp-sec01__ttl {
  font-size: 30px; }

@media (max-width: 599px) {
  .tp-sec01__ttl {
    font-size: 28px; } }
.tp-sec01__ttl-bg {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-size: 136px;
  color: #ff4000;
  opacity: 0.16;
  white-space: nowrap; }

@media (max-width: 1024px) {
  .tp-sec01__ttl-bg {
    font-size: 80px; } }
.tp-sec01__container {
  margin-top: 80px; }

@media (max-width: 1024px) {
  .tp-sec01__container {
    margin-top: 40px; } }
.tp-sec01__wrap {
  /*     max-width: 420px;
      width: calc(100% / 2); */ }

@media (max-width: 599px) {
  .tp-sec01__wrap {
    width: 100%; } }
.tp-sec01__wrap:first-child {
  margin-right: 225px; }

@media (max-width: 1260px) {
  .tp-sec01__wrap:first-child {
    margin-right: 5vw; } }
@media (max-width: 1024px) {
  .tp-sec01__wrap:first-child {
    margin-right: 0;
    margin-bottom: 40px; } }
@media (max-width: 1024px) {
  .tp-sec01__wrap .flex {
    display: block;
    text-align: center; } }
.tp-sec01__img {
  max-width: 420px;
  margin-bottom: -20px; }

@media (max-width: 768px) {
  .tp-sec01__img {
    max-width: 70%; } }
@media (max-width: 599px) {
  .tp-sec01__img {
    max-width: 100%; } }
.tp-sec01__type {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #000; }

@media (max-width: 768px) {
  .tp-sec01__type {
    font-size: 20px; } }
.tp-sec01__num {
  font-size: 40px; }

.tp-sec01__type + .tp-sec01__num {
  margin-left: 40px; }

@media (max-width: 768px) {
  .tp-sec01__num {
    font-size: 40px;
    margin-left: 0; }

  .tp-sec01__type + .tp-sec01__num {
    margin-left: 0; } }
/*            tp-sec02                */
.tp-sec02 {
  padding: 50px 0; }

@media (max-width: 599px) {
  .tp-sec02 {
    padding: 50px 0 40px; } }
.tp-sec02__wrap {
  margin-top: 50px; }

@media (max-width: 1024px) {
  .tp-sec02__wrap {
    margin-top: 20px; } }
.tp-sec02__wrap + .tp-sec01__wrap {
  margin-top: 100px; }

.tp-sec02__card {
  max-width: 580px;
  width: calc(50% - 10px);
  background-color: #fff;
  background: linear-gradient(90deg, #091d2d 0%, #091d2d 1.5%, white 1.5%, white 100%);
  padding: 50px 35px 50px 40px;
  margin-top: 35px;
  box-shadow: -12px 12px 13px 1px rgba(93, 93, 93, 0.13); }

@media (max-width: 1473px) {
  .tp-sec02__card {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px); } }
@media (max-width: 768px) {
  .tp-sec02__card {
    width: 100%;
    max-width: 100%;
    padding: 40px 25px 40px 30px;
    margin-top: 20px; } }
.tp-sec02__list {
  line-height: 2; }

@media (max-width: 1024px) {
  .tp-sec02__list {
    line-height: 1.7; } }
.tp-sec02__item {
  padding-left: 1em;
  text-indent: -1em; }

.tp-sec02__item.mb-20 {
  margin-bottom: 20px; }

.tp-sec02__ttl {
  font-size: 22px; }

@media (max-width: 1024px) {
  .tp-sec02__ttl {
    font-size: 24px; } }
.tp-sec02__text {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #cccccc; }

@media (max-width: 1024px) {
  .tp-sec02__text {
    font-size: 24px;
    margin-top: 15px;
    padding-top: 10px; } }
.tp-sec01__wrap:nth-of-type(2) {
  margin-left: 40px; }

@media (max-width: 768px) {
  .tp-sec01__wrap:nth-of-type(2) {
    margin-left: 0; } }
/*            tp-sec03                */
.tp-sec03 {
  padding: 80px 0;
  width: 100%; }

@media (max-width: 1023px) {
  .tp-sec03 .inner {
    width: 100%; } }
.tp-sec03__table {
  margin-top: 40px;
  width: 100%;
  background-color: #fff;
  box-shadow: -12px 12px 13px 1px rgba(93, 93, 93, 0.13); }

@media (max-width: 1024px) {
  .tp-sec03__table {
    font-size: 2vw;
    padding: 0.1vw 2vw;
    width: 90%;
    margin: 0 auto; } }
.tp-sec03__table th,
.tp-sec03__table td {
  font-size: 18px;
  border: solid 2px #dcdcdc;
  padding: 4px 20px;
  font-weight: 500;
  vertical-align: middle; }

@media (max-width: 1024px) {
  .tp-sec03__table th,
  .tp-sec03__table td {
    font-size: 2vw;
    padding: 0.1vw 2vw; } }
.tp-sec03__table th {
  color: #fff;
  text-align: center;
  background-color: #091d2d; }

.tp-sec03__table .row1 {
  width: 30%; }

@media (max-width: 768px) {
  .tp-sec03__table .row1 {
    width: 20%; } }
.tp-sec03__table .row2 {
  width: 20%; }

@media (max-width: 768px) {
  .tp-sec03__table .row2 {
    width: 20%; } }
.tp-sec03__table .row3 {
  width: 25%; }

@media (max-width: 768px) {
  .tp-sec03__table .row3 {
    width: 30%; } }
.tp-sec03__table .row4 {
  width: 25%; }

@media (max-width: 768px) {
  .tp-sec03__table .row4 {
    width: 30%; } }
/*            tp-sec04                */
.tp-sec04 {
  padding: 50px 0 140px; }

@media (max-width: 599px) {
  .tp-sec04 {
    padding: 40px 0 50px; } }
.tp-sec04__container {
  margin: 58px auto 0; }

@media (max-width: 768px) {
  .tp-sec04__container {
    margin: 40px auto 0; } }
.tp-sec04__wrap {
  width: calc(33.3333333333% - 10px);
  max-width: 368px; }

@media (max-width: 768px) {
  .tp-sec04__wrap {
    width: 100%;
    max-width: 100%; } }
@media (max-width: 1024px) {
  .tp-sec04__wrap:not(:last-child) {
    margin-bottom: 30px; } }
.tp-sec04__img {
  width: 100%;
  margin-bottom: 20px; }

.tp-sec04__ttl {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 17px;
  padding-bottom: 18px;
  border-bottom: solid 1px #cccccc; }

@media (max-width: 599px) {
  .tp-sec04__ttl {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px; } }
.tp-sec04__txt {
  line-height: 2; }

@media (max-width: 599px) {
  .tp-sec04__txt {
    line-height: 1.7; } }
.tp-sec04 .btn-area {
  width: calc(50% - 40px); }

@media (max-width: 1024px) {
  .tp-sec04 .btn-area {
    width: calc(50% - 5px); } }
@media (max-width: 768px) {
  .tp-sec04 .btn-area {
    width: 100%; } }
@media (max-width: 768px) {
  .tp-sec04 .btn-area:not(:last-child) {
    margin-bottom: 10px; } }
.tp-sec04 .btn-area__btn {
  padding: 30px 20px;
  width: 100%;
  background-position: 75%; }

.tp-sec04 .btn-area__btn span {
  position: relative;
  padding-left: 50px; }

.tp-sec04 .btn-area__btn span:before {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  content: url(../img/products/thermal_print/tp-sec04_icon001.png); }

.tp-sec04 .btn-area__btn span.contact::before {
  content: url(../img/products/thermal_print/tp-sec04_icon002.png); }

.tp-sec04 .btn-area__btn:hover {
  background-position: 0%; }

.tp-sec-wrap {
  position: relative; }

.aside {
  position: absolute;
  top: 135px;
  right: 0;
  width: 323px; }

@media (max-width: 1024px) {
  .aside {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    padding: 0; } }
@media (min-width: 1025px) {
  .aside.fixed {
    position: fixed;
    top: 90px;
    z-index: 50; }

  .aside.fixed .aside__accordion-menu .tp-acd1 {
    border-radius: 0 0 0 5px; } }
.aside.fixed .aside__acd-list1 {
  max-height: calc(100vh - 60px - 100px);
  overflow: auto; }

.aside .aside__accordion-menu {
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out; }

.aside .aside__accordion-menu.close {
  transform: translateX(82%); }

@media (max-width: 1024px) {
  .aside .aside__accordion-menu.close {
    transform: translateX(0%); } }
.aside .aside__accordion-menu.close .tp-acd1:before {
  height: 12px;
  transform: rotate(45deg) translate(-1px, 0px); }

@media (max-width: 1024px) {
  .aside .aside__accordion-menu.close .tp-acd1:before {
    height: 13px;
    transform: rotate(135deg) translate(3px, -3px); } }
.aside .aside__accordion-menu.close .tp-acd1::after {
  height: 12px;
  transform: rotate(-45deg) translate(-5px, 5px); }

@media (max-width: 1024px) {
  .aside .aside__accordion-menu.close .tp-acd1::after {
    height: 13px;
    transform: rotate(-135deg) translate(-9px, 3px); } }
.aside .aside__accordion-menu ul {
  width: 87%;
  margin-left: auto;
  margin-right: -10px;
  display: none;
  border: solid 7px #14466e; }

@media (max-width: 1024px) {
  .aside .aside__accordion-menu ul {
    width: 100%;
    margin-right: 0; } }
.aside .aside__accordion-menu h2 {
  cursor: pointer;
  display: block; }

.aside .aside__accordion-menu li {
  cursor: pointer; }

.aside .aside__accordion-menu .tp-acd1 {
  font-size: 20px;
  color: #fff;
  padding: 15px 15px 15px 60px;
  transition: 0.3s ease;
  background-color: #14466e;
  border-radius: 5px 0 0 5px; }

@media (max-width: 1024px) {
  .aside .aside__accordion-menu .tp-acd1 {
    border-radius: 0; } }
.aside .aside__accordion-menu .tp-acd1:before {
  position: absolute;
  top: 21px;
  left: 30px;
  display: block;
  content: "";
  width: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  height: 16px;
  transform: rotate(45deg) translate(0px, 0px); }

@media (max-width: 1024px) {
  .aside .aside__accordion-menu .tp-acd1:before {
    height: 13px;
    transform: rotate(45deg) translate(3px, 4px); } }
.aside .aside__accordion-menu .tp-acd1::after {
  position: absolute;
  top: 21px;
  left: 30px;
  display: block;
  content: "";
  width: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  height: 16px;
  transform: rotate(-45deg) translate(0px, 0px); }

@media (max-width: 1024px) {
  .aside .aside__accordion-menu .tp-acd1::after {
    height: 13px;
    transform: rotate(-45deg) translate(2px, 9px); } }
.aside .aside__accordion-menu .tp-acd1.open {
  transform: translateX(0%); }

.aside .aside__accordion-menu .tp-acd1:hover {
  opacity: 1;
  filter: brightness(0.8); }

@media (max-width: 1024px) {
  .aside .aside__accordion-menu .tp-acd1:hover {
    opacity: 1; } }
.aside .aside__accordion-menu .tp-acd2 {
  position: relative;
  font-size: 16px;
  padding: 13px 25px;
  color: #fff;
  background-color: #091d2d; }

.aside .aside__accordion-menu .tp-acd2:hover {
  opacity: 0.7; }

@media (max-width: 1024px) {
  .aside .aside__accordion-menu .tp-acd2:hover {
    opacity: 1; } }
.aside .aside__accordion-menu .tp-acd2.open2:after {
  content: url(../img/products/thermal_print/side-arw.png);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s ease-in-out; }

.aside .aside__accordion-menu .tp-acd2.open2:after {
  transform: translateY(-50%) rotate(0deg);
  transform-origin: 6px; }

.aside .aside__accordion-menu .acd3 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 25px;
  background-color: #fff; }

.aside .aside__accordion-menu .acd3.active {
  border-left: solid 2px #ff4000; }

.aside .aside__accordion-menu .acd3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 85%;
  height: 1px;
  background-color: #bcbcbc; }

/*----------------------------------------------*/
/*              troubleshooting                 */
/*----------------------------------------------*/
.lower-mv.trouble {
  background-image: url(../img/troubleshooting/lower-mv.jpg); }

/*            ts-sec               */
.ts-sec {
  padding: 100px 0; }

@media (max-width: 599px) {
  .ts-sec {
    padding: 50px 0; } }
.ts-sec__card {
  position: relative;
  width: calc(50% - 20px);
  padding: 30px 50px;
  background: linear-gradient(90deg, #091d2d 0%, #091d2d 1.5%, white 1.5%, white 100%);
  box-shadow: -12px 12px 13px 1px rgba(93, 93, 93, 0.13); }

@media (max-width: 1024px) {
  .ts-sec__card {
    padding: 30px 40px 30px 40px; } }
@media (max-width: 599px) {
  .ts-sec__card {
    padding: 30px 40px 30px 40px;
    width: 100%; }

  .ts-sec__card:not(:last-child) {
    margin-bottom: 20px; } }
.ts-sec__card::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right 0.2s ease-in;
  content: url(../img/common/orange-arw.png); }

.ts-sec__card:hover {
  opacity: 1; }

.ts-sec__card:hover::after {
  right: 10px; }

.ts-sec__txt-box {
  width: 300px; }

@media (max-width: 1270px) {
  .ts-sec__txt-box {
    width: 100%; } }
.ts-sec__logo {
  width: 160px;
  margin-bottom: 10px; }

@media (max-width: 599px) {
  .ts-sec__logo {
    width: 100px; } }
.ts-sec__name {
  font-size: 23px;
  width: 300px; }

@media (max-width: 1278px) {
  .ts-sec__name {
    font-size: 1.8vw; } }
@media (max-width: 599px) {
  .ts-sec__name {
    font-size: 18px;
    width: 100%; } }
@media (max-width: 1278px) {
  .ts-sec__img {
    width: 33%; } }
@media (max-width: 768px) {
  .ts-sec__img {
    width: 80%; } }
@media (max-width: 599px) {
  .ts-sec__img {
    margin: 10px auto 0; } }
.ts-sp-sec__wrap {
  margin-bottom: 60px; }

.ts-sp-sec__card {
  margin-bottom: 20px; }

.trouble__container {
  width: 48%;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  background-color: #fff;
  background: linear-gradient(90deg, #091d2d 0%, #091d2d 1.5%, white 1.5%, white 100%);
  padding: 30px 35px 30px 40px;
  box-shadow: -12px 12px 13px 1px rgba(93, 93, 93, 0.13);
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .trouble__container {
    width: 100%; } }
.trouble__container h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc; }

.trouble__container p + p {
  margin-top: 20px; }

.ts-sp-sec__wrap02 {
  margin-bottom: 30px; }

/*----------------------------------------------*/
/*                   movie                      */
/*----------------------------------------------*/
.lower-mv.movie {
  background-image: url(../img/support/movie/lower-mv.jpg); }

/*            movie-sec               */
.movie-sec {
  padding: 100px 0; }

@media (max-width: 599px) {
  .movie-sec {
    padding: 50px 0; } }
.movie-sec__wrap {
  width: 80%; }

@media (max-width: 599px) {
  .movie-sec__wrap {
    width: 100%; } }
.movie-sec__wrap:not(:last-child) {
  margin-bottom: 80px; }

@media (max-width: 599px) {
  .movie-sec__wrap:not(:last-child) {
    margin-bottom: 50px; } }
.movie-sec__ttl {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 3px #091d2d; }

@media (max-width: 599px) {
  .movie-sec__ttl {
    font-size: 5vw; } }
.movie-sec__ttl::after {
  position: absolute;
  bottom: -3px;
  right: 0;
  content: "";
  height: 3px;
  width: 80px;
  background-color: #ff3f00; }

.movie-sec iframe {
  width: 100%;
  height: 37vw;
  max-height: 492px; }

@media (max-width: 599px) {
  .movie-sec iframe {
    width: 100%;
    height: 46vw; } }
/*----------------------------------------------*/
/*                     news                     */
/*----------------------------------------------*/
.lower-mv.news {
  background-image: url(../img/news/lower-mv.jpg); }

/*            news-sec               */
.news-sec {
  padding: 100px 0; }

@media (max-width: 599px) {
  .news-sec {
    padding: 50px 0; } }
.news-sec__list {
  margin-top: 50px; }

@media (max-width: 599px) {
  .news-sec__list {
    margin-top: 30px; } }
.news-sec__link {
  width: 100%;
  line-height: 2;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: solid 1px #cccccc; }

@media (max-width: 599px) {
  .news-sec__link {
    display: block; } }
.news-sec__time {
  color: #fff;
  padding: 5px 8px;
  margin-right: 50px;
  background-color: #000; }

@media (max-width: 599px) {
  .news-sec__txt {
    margin-top: 10px;
    line-height: 1.7; } }
.news-sec .btn-area__btn {
  padding: 20px 30px;
  width: 100%; }

@media (max-width: 599px) {
  .news-sec .btn-area__btn {
    width: 100%; } }
@media (max-width: 599px) {
  .news-sec .btn-wrap {
    margin-bottom: 50px; } }
.news-sec .btn-area {
  margin-bottom: 80px;
  width: 350px; }

@media (max-width: 768px) {
  .news-sec .btn-area {
    width: calc(50% - 30px); } }
@media (max-width: 599px) {
  .news-sec .btn-area {
    width: 100%;
    margin-bottom: 15px; } }
.news-sec .btn-area:first-child {
  margin-right: 50px; }

@media (max-width: 599px) {
  .news-sec .btn-area:first-child {
    margin-right: 0; } }
.news_cont {
  margin-top: 25px;
  line-height: 2; }

.news_cont a {
  text-decoration: underline;
  color: #2159b7; }

/*----------------------------------------------*/
/*                     faq                     */
/*----------------------------------------------*/
.lower-mv.faq {
  background-image: url(../img/faq/lower-mv.jpg); }

/*            faq-sec               */
.faq-sec {
  padding: 100px 0; }

@media (max-width: 599px) {
  .faq-sec {
    padding: 50px 0; } }
.faq-sec .btn-wrap {
  margin-bottom: 80px; }

@media (max-width: 599px) {
  .faq-sec .btn-wrap {
    margin-bottom: 30px; } }
.faq-sec .btn-area__btn {
  padding: 20px 30px;
  width: 270px; }

@media (max-width: 1024px) {
  .faq-sec .btn-area__btn {
    width: 100%; } }
.faq-sec .btn-area {
  /*margin-bottom: 80px;*/
  margin: 0 10px !important; }

@media (max-width: 1024px) {
  .faq-sec .btn-area {
    width: calc(50% - 20px); } }
@media (max-width: 599px) {
  .faq-sec .btn-area {
    width: 100%;
    /*margin-bottom: 15px;*/ } }
.faq-sec__ttl {
  font-size: 30px; }

@media (max-width: 599px) {
  .faq-sec__ttl {
    font-size: 24px; } }
.faq-sec__ttl span {
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 3px #091d2d; }

.faq-sec__ttl span::after {
  position: absolute;
  bottom: -3px;
  right: 0;
  content: "";
  height: 3px;
  width: 40px;
  background-color: #ff3f00; }

.faq-sec__container:not(:last-child) {
  margin-bottom: 80px; }

.faq-sec .acd {
  margin: 35px auto 0; }

@media (max-width: 1024px) {
  .faq-sec .acd__wrap {
    width: 90%;
    margin: 0 auto 20px; } }
@media (max-width: 768px) {
  .faq-sec .acd__wrap {
    width: 100%; } }
.faq-sec .acd__wrap:not(:last-child) {
  margin-bottom: 10px; }

.faq-sec .acd__header {
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: 0.5s cubic-bezier(0, 0, 0.15, 1.01);
  background: #032954; }

@media (max-width: 1024px) {
  .faq-sec .acd__header {
    justify-content: left; } }
.faq-sec .acd__header:hover {
  opacity: 0.7;
  cursor: pointer; }

.faq-sec .acd__header.open .acd__r-icon {
  transform: rotate(-180deg); }

.faq-sec .acd__label {
  width: 93%;
  display: block;
  font-size: 18px;
  /*margin-bottom: 1px;*/
  padding: 30px 40px;
  background-color: #ffffff;
  position: relative; }

@media (max-width: 1024px) {
  .faq-sec .acd__label {
    font-size: 16px;
    width: 100%;
    padding: 20px 25px 20px 19px; } }
.faq-sec .acd__inner {
  overflow: hidden;
  background-color: #d4d7dc;
  display: none;
  margin-bottom: 20px; }

.faq-sec .acd__inner-txt {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 50px; }

@media (max-width: 1024px) {
  .faq-sec .acd__inner-txt {
    padding: 20px;
    font-size: 14px; } }
.faq-sec .acd__inner-txt a {
  color: #ff3f00;
  text-decoration: underline; }

.faq-sec .acd__l-icon {
  width: 7%;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 20px 20px 26px;
  font-size: 40px;
  text-align: center;
  background-color: #032954; }

@media (max-width: 1024px) {
  .faq-sec .acd__l-icon {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 12px 20px 14px; } }
.faq-sec .acd__r-icon {
  position: absolute;
  right: 2%;
  top: 35%;
  transition: 0.5s cubic-bezier(0, 0, 0.15, 1.01); }

@media (max-width: 1024px) {
  .faq-sec .acd__r-icon {
    top: 64%; } }
.faq-sec .acd__r-icon:after {
  display: block;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../img/common/acd-arw.png);
  background-size: contain;
  background-repeat: no-repeat; }

.search_item {
  cursor: pointer; }

.faq-sec .acd__label {
  display: flex;
  align-items: center; }

@media all and (max-width: 768px) {
  .faq-sec .acd__label {
    flex-direction: column;
    align-items: flex-start; } }
.acd__label span {
  display: inline-block;
  padding: 5px 20px;
  font-size: 13px;
  background: #FF3F00;
  color: #FFF;
  margin-right: 15px; }

/*----------------------------------------------*/
/*                thermal_print                 */
/*----------------------------------------------*/
.lower-mv.thermal_print {
  background-image: url(../img/products/thermal_print/lower-mv.jpg); }

/*            ts-sp-sec               */
.ts-sp-sec {
  padding: 100px 0; }

@media (max-width: 599px) {
  .ts-sp-sec {
    padding: 50px 0; } }
.ts-sp-sec__ttl {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: solid 3px #091d2d; }

@media (max-width: 599px) {
  .ts-sp-sec__ttl {
    font-size: 20px;
    margin-bottom: 20px; } }
.ts-sp-sec__ttl::after {
  position: absolute;
  bottom: -3px;
  right: 0;
  content: "";
  height: 3px;
  width: 80px;
  background-color: #ff3f00; }

.ts-sp-sec__container:not(:last-child) {
  margin-bottom: 80px; }

@media (max-width: 599px) {
  .ts-sp-sec__container:not(:last-child) {
    margin-bottom: 50px; } }
.ts-sp-sec__wrap::after {
  content: "";
  width: calc(33.3333333333% - 20px); }

@media (max-width: 599px) {
  .ts-sp-sec__wrap::after {
    width: 100%; } }
.ts-sp-sec__card {
  position: relative;
  width: calc(33.3333333333% - 20px);
  font-weight: 500;
  font-size: 20px;
  background-color: #fff;
  background: linear-gradient(90deg, #091d2d 0%, #091d2d 1.5%, white 1.5%, white 100%);
  padding: 30px 35px 30px 40px;
  box-shadow: -12px 12px 13px 1px rgba(93, 93, 93, 0.13);
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 1024px) {
  .ts-sp-sec__card {
    width: 100%;
    font-size: 16px;
    padding: 20px 35px 20px 30px;
    letter-spacing: 0; } }
@media (max-width: 1024px) {
  .ts-sp-sec__card:not(:last-child) {
    margin-bottom: 10px; } }
.ts-sp-sec__card::after {
  position: absolute;
  top: 54%;
  right: 20px;
  transform: translateY(-50%);
  transition: right 0.2s ease-in;
  content: url(../img/common/orange-arw.png); }

@media (max-width: 599px) {
  .ts-sp-sec__card::after {
    content: url(../img/common/orange-arw-small.png);
    right: 15px; } }
.ts-sp-sec__card--big {
  width: 50%; }

@media (max-width: 1024px) {
  .ts-sp-sec__card--big {
    width: 100%; } }
.ts-sp-sec__card:hover {
  opacity: 1; }

.ts-sp-sec__card:hover::after {
  right: 10px; }

.ts-sp-sec__inner-box {
  margin-bottom: 80px; }

@media (max-width: 599px) {
  .ts-sp-sec__inner-box {
    margin-bottom: 50px; } }
.ts-sp-sec__inner-ttl {
  font-size: 18px;
  margin-bottom: 20px; }

@media (max-width: 599px) {
  .ts-sp-sec__inner-ttl {
    font-size: 16px; } }
/*----------------------------------------------*/
/*                   support                      */
/*----------------------------------------------*/
.lower-mv.support {
  background-image: url(../img/support/lower-mv.jpg); }

.sc-btn-area {
  padding: 100px 0 20px; }

@media (max-width: 599px) {
  .sc-btn-area {
    padding: 50px 0 20px; } }
.sc-btn-area__btn {
  position: relative;
  width: calc(12.5% - 1px);
  background-color: #fff;
  padding: 30px 20px;
  border-bottom: solid 3px #ff4000;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 1024px) {
  .sc-btn-area__btn {
    width: calc(50% - 1px);
    padding: 22px 20px; } }
.sc-btn-area__btn::after {
  content: url(../img/common/orange-arw-small.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  transition: bottom 0.2s ease-in; }

.sc-btn-area__btn:hover {
  opacity: 1; }

.sc-btn-area__btn:hover::after {
  bottom: -5px; }

/*            support-sec01               */
.support-sec .inner {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 80px 100px; }

@media (max-width: 1024px) {
  .support-sec .inner {
    padding: 47px 60px; } }
@media (max-width: 599px) {
  .support-sec .inner {
    padding: 47px 20px; } }
.support-sec__sec01 {
  padding: 50px 0 30px; }

@media (max-width: 599px) {
  .support-sec__sec01 {
    padding: 10px 0; } }
.support-sec__sec02 {
  padding: 30px 0; }

@media (max-width: 599px) {
  .support-sec__sec02 {
    padding: 10px 0; } }
.support-sec__sec03 {
  padding: 30px 0 100px; }

@media (max-width: 599px) {
  .support-sec__sec03 {
    padding: 10px 0 50px; } }
.support-sec__list {
  margin-top: 50px; }

@media (max-width: 599px) {
  .support-sec__list {
    margin-top: 30px; } }
.support-sec__item {
  border-bottom: solid 1px #cccccc; }

.support-sec__item:first-child {
  border-top: solid 1px #cccccc; }

.support-sec__link {
  width: 100%;
  line-height: 2;
  margin: 0 auto;
  padding: 15px 0;
  align-items: baseline !important; }

@media (max-width: 599px) {
  .support-sec__link {
    display: block; } }
.support-sec__time {
  color: #fff;
  padding: 5px 15px;
  margin-right: 50px;
  background-color: #000; }

.support-sec__txt {
  padding-top: 3px;
  line-height: 2; }

@media (max-width: 599px) {
  .support-sec__txt {
    width: 100%;
    line-height: 1.5;
    margin-top: 10px; } }
.support-sec__txt.ml-50 {
  margin-left: 50px; }

@media (max-width: 599px) {
  .support-sec__txt.ml-50 {
    margin-left: 0;
    word-break: break-all; } }
.support-sec .btn-area {
  margin-top: 50px; }

/*----------------------------------------------*/
/*                   company                      */
/*----------------------------------------------*/
.lower-mv.company {
  background-image: url(../img/company/lower-mv.jpg); }

/*            c-greeting               */
.c-greeting {
  padding: 120px 0 70px; }

@media (max-width: 599px) {
  .c-greeting {
    padding: 50px 0 30px; } }
.c-greeting__flex {
  margin-top: 30px; }

.c-greeting__txt-box {
  width: 710px;
  line-height: 2; }

@media (max-width: 1200px) {
  .c-greeting__txt-box {
    width: 60%; } }
@media (max-width: 768px) {
  .c-greeting__txt-box {
    width: 100%;
    line-height: 1.8; } }
.c-greeting__txt {
  font-size: 18px; }

@media (max-width: 599px) {
  .c-greeting__txt {
    font-size: 16px; } }
.c-greeting__txt:not(:last-child) {
  margin-bottom: 20px; }

@media (max-width: 1200px) {
  .c-greeting__img-wrap {
    width: 38%; } }
@media (max-width: 768px) {
  .c-greeting__img-wrap {
    width: 100%; } }
.c-greeting__img {
  width: 100%; }

@media (max-width: 768px) {
  .c-greeting__img {
    margin-top: 30px; } }
.c-greeting__name {
  margin-top: 10px; }

/*            c-thought               */
.c-thought {
  padding: 70px 0; }

@media (max-width: 599px) {
  .c-thought {
    padding: 30px 0; } }
.c-thought__flex {
  margin-top: 30px; }

.c-thought__txt-box {
  width: 670px;
  line-height: 2; }

@media (max-width: 1200px) {
  .c-thought__txt-box {
    width: 60%; } }
@media (max-width: 768px) {
  .c-thought__txt-box {
    width: 100%;
    line-height: 1.8; } }
.c-thought__txt {
  font-size: 18px; }

@media (max-width: 599px) {
  .c-thought__txt {
    font-size: 16px; } }
.c-thought__txt:not(:last-child) {
  margin-bottom: 20px; }

.c-thought__img {
  width: 38%; }

@media (max-width: 768px) {
  .c-thought__img {
    width: 100%;
    margin-top: 30px; } }
/*            c-company               */
.c-company {
  padding: 70px 0; }

@media (max-width: 599px) {
  .c-company {
    padding: 30px 0; } }
.c-company__table {
  width: 100%;
  background-color: #fff;
  margin-top: 30px; }

.c-company__table th,
.c-company__table td {
  line-height: 1.7;
  padding: 20px 30px;
  text-align: left;
  vertical-align: middle;
  border: solid 1px #eeeeee; }

@media (max-width: 599px) {
  .c-company__table th,
  .c-company__table td {
    display: block; } }
.c-company__table th {
  width: 25%;
  color: #fff;
  background-color: #091d2d; }

@media (max-width: 599px) {
  .c-company__table th {
    width: 100%; } }
.c-company__table td {
  width: 75%; }

@media (max-width: 599px) {
  .c-company__table td {
    width: 100%; } }
/*            c-history               */
.c-history {
  padding: 0 0 120px; }

@media (max-width: 599px) {
  .c-history {
    padding: 30px 0; } }
.c-history__table {
  width: 100%;
  background-color: #fff;
  margin-top: 30px; }

.c-history__table th,
.c-history__table td {
  line-height: 1.7;
  padding: 20px 30px;
  text-align: left;
  vertical-align: middle;
  border: solid 1px #eeeeee; }

@media (max-width: 599px) {
  .c-history__table th,
  .c-history__table td {
    display: block; } }
.c-history__table th {
  width: 25%;
  color: #fff;
  background-color: #091d2d; }

@media (max-width: 599px) {
  .c-history__table th {
    width: 100%; } }
.c-history__table td {
  width: 75%; }

@media (max-width: 599px) {
  .c-history__table td {
    width: 100%; } }
/*            c-access               */
.c-access {
  padding: 70px 0 120px; }

@media (max-width: 599px) {
  .c-access {
    padding: 30px 0 50px; } }
.c-access .ttl-area__ttl-block {
  margin-bottom: 30px; }

/*----------------------------------------------*/
/*                 privacy                      */
/*----------------------------------------------*/
.lower-mv.privacy {
  background-image: url(../img/privacy/lower-mv.jpg); }

/*            privacy-sec               */
.privacy-sec {
  padding: 100px 0 50px; }

@media (max-width: 599px) {
  .privacy-sec {
    padding: 50px 0 30px; } }
.privacy-sec__wrap {
  margin-top: 50px; }

.privacy-sec__container:not(:last-child) {
  margin-bottom: 50px; }

.privacy-sec__ttl {
  position: relative;
  font-size: 24px;
  font-weight: 500px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 3px #091d2d; }

@media (max-width: 599px) {
  .privacy-sec__ttl {
    font-size: 20px; } }
.privacy-sec__ttl::after {
  position: absolute;
  bottom: -3px;
  right: 0;
  content: "";
  height: 3px;
  width: 80px;
  background-color: #ff3f00; }

.privacy-sec__txt {
  line-height: 2; }

@media (max-width: 599px) {
  .privacy-sec__txt {
    line-height: 1.7; } }
.privacy-sec__list {
  margin-top: 10px; }

.privacy-sec__item {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em; }

.privacy-sec__item::before {
  content: "・"; }

.homepage-sec {
  padding: 50px 0 100px; }

@media (max-width: 599px) {
  .homepage-sec {
    padding: 50px 0 30px; } }
/*----------------------------------------------*/
/*                   contact                      */
/*----------------------------------------------*/
.lower-mv.contact {
  background-image: url(../img/contact/lower-mv.jpg); }

/*            contact-sec               */
.contact-sec {
  padding: 100px 0; }

@media (max-width: 599px) {
  .contact-sec {
    padding: 50px 0; } }
/*----------------------------------------------*/
/*                   catalog                      */
/*----------------------------------------------*/
.lower-mv.catalog {
  background-image: url(../img/catalog/lower-mv.jpg); }

/*            catalog-sec               */
.catalog-sec {
  padding: 100px 0; }

@media (max-width: 599px) {
  .catalog-sec {
    padding: 50px 0; } }
.catalog-sec__container {
  width: calc(25% - 20px);
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: -12px 12px 13px 1px rgba(93, 93, 93, 0.13);
  margin: 0 10px 20px; }

@media (max-width: 1130px) {
  .catalog-sec__container {
    padding: 30px 3vw; } }
@media (max-width: 1024px) {
  .catalog-sec__container {
    width: calc(50% - 4px);
    padding: 20px 20px;
    margin: 0 0.1vw 20px; }

  .catalog-sec__container:nth-child(odd) {
    position: relative;
    z-index: 1; } }
.catalog-sec__container--big {
  width: calc(50% - 20px); }

@media (max-width: 1024px) {
  .catalog-sec__container--big {
    width: 100%; } }
.catalog-sec__container--empty {
  background-color: unset;
  box-shadow: none; }

@media (max-width: 768px) {
  .catalog-sec__container--empty {
    display: none; } }
.catalog-sec__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important; }

.catalog-sec__wrap {
  width: 40%; }

@media (max-width: 1024px) {
  .catalog-sec__wrap {
    width: calc(50% - 20px); } }
.catalog-sec__ttl {
  font-size: 18px;
  margin-bottom: 5px; }

@media (max-width: 1130px) {
  .catalog-sec__ttl {
    font-size: 1.4vw; } }
@media (max-width: 768px) {
  .catalog-sec__ttl {
    font-size: 3vw; } }
.catalog-sec__ttl span {
  border-bottom: solid 1px #000; }

.catalog-sec__txt {
  margin-bottom: 20px;
  font-size: 14px; }

@media (max-width: 1130px) {
  .catalog-sec__txt {
    font-size: 1.5vw; } }
@media (max-width: 768px) {
  .catalog-sec__txt {
    font-size: 3vw; } }
.catalog-sec__img {
  width: 90%;
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .catalog-sec__img {
    width: 50%; } }
.catalog-sec__btn {
  display: block;
  margin-top: 7px;
  padding: 8px 0;
  font-size: 15px;
  color: #fff;
  background-color: #000; }

@media (max-width: 1130px) {
  .catalog-sec__btn {
    font-size: 1.5vw; } }
@media (max-width: 768px) {
  .catalog-sec__btn {
    font-size: 3vw;
    width: 100%; } }
.catalog-sec__btn:hover {
  cursor: pointer; }

/*----------------------------------------------*/
/*                environment                   */
/*----------------------------------------------*/
.lower-mv.environment {
  background-image: url(../img/support/environment/lower-mv.jpg); }

/*            environment-sec               */
.environment-sec {
  padding: 100px 0; }

@media (max-width: 599px) {
  .environment-sec {
    padding: 50px 0; } }
.environment-sec .eng {
  color: #808080; }

.environment-sec .ttl-area {
  margin-bottom: 75px; }

@media (max-width: 599px) {
  .environment-sec .ttl-area {
    margin-bottom: 50px; } }
.environment-sec__container:not(:last-child) {
  margin-bottom: 65px; }

@media (max-width: 599px) {
  .environment-sec__container:not(:last-child) {
    margin-bottom: 50px; } }
.environment-sec__ttl-area {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 3px #091d2d; }

.environment-sec__ttl-area::after {
  position: absolute;
  bottom: -3px;
  right: 0;
  content: "";
  height: 3px;
  width: 80px;
  background-color: #ff3f00; }

@media (max-width: 599px) {
  .environment-sec__ttl-area::after {
    content: none; } }
.environment-sec__ttl {
  display: inline-block;
  font-size: 30px; }

@media (max-width: 599px) {
  .environment-sec__ttl {
    font-size: 24px; } }
.environment-sec__sub-ttl {
  display: inline-block;
  margin-left: 10px;
  color: #ff4000;
  font-size: 20px; }

@media (max-width: 599px) {
  .environment-sec__sub-ttl {
    font-size: 16px; } }
.environment-sec__table th,
.environment-sec__table td {
  text-align: left;
  padding: 5px 20px; }

@media (max-width: 599px) {
  .environment-sec__table th,
  .environment-sec__table td {
    display: block; } }
.environment-sec__table th {
  width: 20%;
  font-weight: 500; }

@media (max-width: 599px) {
  .environment-sec__table th {
    width: 100%; } }
.environment-sec__table td {
  width: 80%; }

@media (max-width: 599px) {
  .environment-sec__table td {
    width: 100%; } }
.environment-sec__txt {
  padding: 0 20px; }

.environment-sec__txt:not(:last-child) {
  margin-bottom: 7px; }

.environment-sec__table2 {
  margin-top: 40px;
  width: 100%;
  background-color: #fff;
  box-shadow: -12px 12px 13px 1px rgba(93, 93, 93, 0.13); }

.environment-sec__table2 th,
.environment-sec__table2 td {
  font-size: 18px;
  border: solid 2px #dcdcdc;
  padding: 20px 50px;
  font-weight: 500;
  vertical-align: middle; }

@media (max-width: 768px) {
  .environment-sec__table2 th,
  .environment-sec__table2 td {
    font-size: 2vw;
    padding: 2vw 1vw; } }
.environment-sec__table2 th {
  color: #fff;
  text-align: center;
  background-color: #091d2d; }

.environment-sec__table2 .table-1row {
  width: 50%; }

.environment-sec__table2 .table-2row {
  width: 20%; }

@media (max-width: 768px) {
  .environment-sec__table2 .table-2row {
    width: 10%;
    text-align: center; } }
.environment-sec__table2 .table-3row {
  width: 20%;
  text-align: center; }

@media (max-width: 768px) {
  .environment-sec__table2 .table-3row {
    width: 10%; } }
/*----------------------------------------------*/
/*                 download                     */
/*----------------------------------------------*/
.lower-mv.download {
  background-image: url(../img/download/lower-mv.jpg); }

/*            download-sec               */
.download-sec {
  padding: 100px 0; }

@media (max-width: 599px) {
  .download-sec {
    padding: 50px 0; } }
.download-sec ul:after {
  display: block;
  content: "";
  width: 370px; }

.download-sec li {
  background-color: #ffffff;
  box-shadow: -12px 12px 13px 1px rgba(93, 93, 93, 0.13);
  width: 370px;
  padding: 30px;
  margin-bottom: 35px; }

@media (max-width: 1260px) {
  .download-sec li {
    width: calc(50% - 3px);
    margin-bottom: 8px; }

  .download-sec li:nth-child(odd) {
    position: relative;
    z-index: 0; } }
@media (max-width: 599px) {
  .download-sec li {
    padding: 18px 17px; } }
@media (max-width: 1260px) {
  .download-sec li img {
    width: 80%; } }
.download-sec li .box-txt {
  padding: 16px 0;
  line-height: 1.5; }

.download-sec li .box-txt h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 12px; }

@media (max-width: 599px) {
  .download-sec li .box-txt h3 {
    font-size: 2vw; } }
@media (max-width: 599px) {
  .download-sec li .box-txt p {
    font-size: 2vw; } }
.download-sec li .btn-area__btn {
  width: 70%;
  padding: 10px 0; }

@media (max-width: 599px) {
  .download-sec li .btn-area__btn {
    width: 100%;
    font-size: 2vw;
    padding: 6px 0; } }
/*            d-form-sec               */
.d-form-sec {
  padding: 100px 0; }

@media (max-width: 599px) {
  .d-form-sec {
    padding: 50px 0; } }
/*----------------------------------------------*/
/*              repair_request                  */
/*----------------------------------------------*/
.lower-mv.repair-request {
  background-image: url(../img/support/repair_request/lower-mv.jpg); }

/*            r-r-sec               */
.r-r-sec {
  padding: 100px 0; }

@media (max-width: 599px) {
  .r-r-sec {
    padding: 50px 0; } }
.r-r-sec__container:not(:last-child) {
  margin-bottom: 50px; }

@media (max-width: 599px) {
  .r-r-sec__container:not(:last-child) {
    margin-bottom: 40px; } }
.r-r-sec__ttl {
  position: relative;
  font-size: 28px;
  font-weight: 500px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 3px #091d2d; }

@media (max-width: 599px) {
  .r-r-sec__ttl {
    font-size: 20px; } }
.r-r-sec__ttl::after {
  position: absolute;
  bottom: -3px;
  right: 0;
  content: "";
  height: 3px;
  width: 80px;
  background-color: #ff3f00; }

.r-r-sec__txt {
  line-height: 1.8; }

@media (max-width: 599px) {
  .r-r-sec__txt {
    line-height: 1.7; } }
.r-r-sec__txt:not(:last-child) {
  margin-bottom: 20px; }

.r-r-sec__txt--red {
  color: #ff3f00;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 60px; }

.r-r-sec__list {
  line-height: 1.9;
  margin-bottom: 50px; }

.r-r-sec__list li {
  list-style-type: "・";
  margin-left: 1em; }

.r-r-sec__list ol li {
  list-style-type: decimal;
  margin-left: 2em; }

.r-r-sec__form-ttl {
  padding-left: 10px; }

.r-r-sec .link {
  color: #ff3f00;
  border-bottom: solid 1px #ff3f00; }

.r-r-sec__inner-container {
  margin-top: 50px; }

.r-r-sec__inner-ttl {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: solid 5px #091d2d; }

@media (max-width: 599px) {
  .r-r-sec__inner-ttl {
    font-size: 20px; } }
/* 221129 */
.en-wrap {
  margin-top: 40px;
  margin-bottom: 80px; }

.en-block {
  margin-bottom: 40px; }

.en-block h3 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: solid 3px #091d2d; }

.en-block h3::after {
  position: absolute;
  bottom: -3px;
  right: 0;
  content: "";
  height: 3px;
  width: 80px;
  background-color: #ff3f00; }

.en-list01 {
  margin-top: 20px;
  padding-left: 3em;
  text-indent: -3em; }

.en-list01__item + .en-list01__item {
  margin-top: 10px; }

.en-list02 {
  padding-left: 2em;
  text-indent: -2em;
  margin: 10px 0 20px;
  font-size: 14px; }

.en-block + .en-block {
  margin-top: 30px; }

.t-mv_btnlist {
  justify-content: center;
  gap: 30px; }

.t-mv_btnlist a {
  margin: 0 !important;
  min-width: 340px; }

@media all and (max-width: 768px) {
  .t-mv_btnlist {
    flex-direction: column;
    gap: 20px; }

  .t-mv_btnlist a {
    min-width: auto; } }
.form-radio-list {
  gap: 9px; }

.form-radio-list input[type="radio"] {
  margin-right: 0 !important; }

.form-radio-list input[type="radio"] + label {
  margin-right: 0 !important; }

/*# sourceMappingURL=style.css.map */
.blog-archive {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
  margin-bottom: 80px; }

@media all and (max-width: 1100px) {
  .blog-archive {
    flex-wrap: wrap; } }
.blog-archive .blog-archive__cont {
  flex: 1; }

.blog-archive .blog-archive__cont .blog-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0 5px 0;
  padding: 40px;
  gap: 30px; }

@media all and (max-width: 768px) {
  .blog-archive .blog-archive__cont .blog-list {
    margin: 0 5% 5px 5%;
    flex-direction: column; }

  .blog-archive .blog-archive__cont .blog-list a {
    display: block;
    text-align: center;
    width: 100%; } }
.blog-archive .blog-archive__cont .blog-list a:hover {
  opacity: 1 !important; }

.blog-archive .blog-archive__cont .blog-list a img {
  display: block;
  max-width: 225px;
  margin: 0 auto; }

.blog-archive .blog-archive__cont .blog-list .blog-list__inner .blog-list__data {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px; }

.blog-archive .blog-archive__cont .blog-list .blog-list__inner .blog-list__data span {
  font-weight: normal;
  font-size: initial;
  border: 1px solid #DDD;
  background: #F7F7F7;
  border-radius: 2px;
  color: #333;
  padding: 0 8px;
  display: inline-block; }

.blog-archive .blog-archive__cont .blog-list .blog-list__inner .blog-list__title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 22px; }

.blog-archive .blog-archive__cont p {
  line-height: 1.8; }

.blog-archive .blog-archive__cont p a {
  word-break: break-all; }

.blog-archive .blog-archive__cont p strong {
  font-weight: bold; }

.blog-archive .blog-archive__cont p + h2 {
  margin-top: 50px; }

.blog-archive .blog-archive__cont h2 + h3 {
  margin-top: 20px; }

.blog-archive .blog-archive__cont p + h3 {
  margin-top: 40px; }

@media all and (max-width: 768px) {
  .blog-archive .blog-archive__cont p + h2 {
    margin-top: 40px; }

  .blog-archive .blog-archive__cont p + h3 {
    margin-top: 30px; } }
.blog-archive .blog-archive__cont h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  border-left: 6px solid #FF4000;
  padding-left: 10px;
  clear: both; }

@media all and (max-width: 768px) {
  .blog-archive .blog-archive__cont h2 {
    font-size: 5vw; } }
.blog-archive .blog-archive__cont h3 {
  border-bottom: solid 1px #CCC;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  clear: both; }

@media all and (max-width: 768px) {
  .blog-archive .blog-archive__cont h3 {
    font-size: 4vw;
    padding-bottom: 10px;
    margin-bottom: 10px; } }
.blog-archive .blog-archive__cont h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  clear: both;
  color: #000; }

@media all and (max-width: 768px) {
  .blog-archive .blog-archive__cont h4 {
    margin-top: 30px; } }
.blog-archive .blog-archive__cont table {
  width: 100%; }

.blog-archive .blog-archive__cont table tr td {
  background: #fff;
  padding: 10px;
  border: 1px solid #E4E6E9; }

.blog-archive .blog-archive__cont table {
  width: 100%;
  margin: 20px 0; }

.blog-archive .blog-archive__cont img {
  margin: 20px 0;
  max-width: 100%; }

.blog-archive .blog-archive__aside {
  width: 300px; }

@media all and (max-width: 1100px) {
  .blog-archive .blog-archive__aside {
    width: 100%;
    margin-top: 80px; } }
.blog-archive .blog-archive__aside .blog-archive__aside-cate {
  background: #ff4000;
  font-size: 14px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
  height: 45px;
  padding: 0 20px; }

.blog-archive .blog-archive__aside ul.blog-archive__aside-cate01 li {
  margin: 2px 0 0 0; }

.blog-archive .blog-archive__aside ul.blog-archive__aside-cate01 li a {
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 45px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .3s; }

.blog-archive .blog-archive__aside ul.blog-archive__aside-cate01 li a:hover {
  color: #ff4000; }

.blog-archive .blog-archive__aside ul.blog-archive__aside-cate02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 25px; }

.blog-archive .blog-archive__aside ul.blog-archive__aside-cate02 li a {
  padding: 7px 10px;
  display: inline-block;
  font-size: 12px;
  background: #F7F7F7;
  border: 1px solid #EEE;
  border-radius: 15px;
  transition: .3s; }

.blog-archive .blog-archive__aside ul.blog-archive__aside-cate02 li a:hover {
  color: #FFF;
  background: #999; }

.blog-archive .article-index {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 60px;
  padding: 10px 20px;
  position: relative;
  width: auto; }

.blog-archive .article-index__1st {
  counter-reset: number 0;
  border-top: solid 1px #CCC;
  padding-top: 10px;
  margin-top: 10px;
  display: none;
  }

.blog-archive .article-index__1st-item {
  counter-reset: number2 0 !important;
  position: relative;
  margin-top: 10px;
  display: flex;
  font-weight: 500; }

.article-index__1st-item:before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 8px; }

.blog-archive .article-index__2nd-item {
  position: relative;
  padding-left: 1.5em;
  margin-top: 10px;
  display: flex; }

.article-index__2nd-item:before {
  counter-increment: number2 1;
  content: counter(number) "-" counter(number2) ".";
  margin-right: 8px; }

.blog-archive p.article-index__heading {
  margin-right: 30px; }

.blog-archive h2.blog_cont__header {
  border-left: none; }

.blog-archive .article-index__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold; }

.blog-archive .article-index__title label {
  border: 1px solid #999191;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }

.blog-archive .article-index__title label:hover {
  opacity: 0.7; }

.js-area-link {
  transition: 0.3s; }

.js-area-link:hover {
  opacity: 0.7; }

.blog-cate-title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px; }

@media all and (max-width: 768px) {
  .blog-cate-title {
    font-size: 5vw; } }
.blog-float-right {
  float: right;
  width: 40%;
  margin: 0 0 20px 20px; }

.blog-float-left {
  float: left;
  width: 40%;
  margin: 0 20px 20px 0; }

.blog-float-left::after {
  float: left;
  width: 40%;
  margin: 0 20px 20px 0; }

.blog-float-left img,
.blog-float-right img {
  margin: 0 !important; }

@media all and (max-width: 768px) {
  .blog-float-right {
    width: 100%;
    margin: 20px 0;
    text-align: center; }

  .blog-float-left {
    width: 100%;
    margin: 20px 0;
    text-align: center; } }
.env-box {
  background: #D9DEE5;
  border: 3px solid #b6c3cf;
  padding: 40px 20px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px; }

.pro-ttl-area__envitext {
  margin-top: 20px;
  font-weight: bold;
  border-left: 6px solid #FF4000;
  padding: 5px 0 10px 10px;
  border-bottom: 2px solid #FF4000;
  display: inline-block;
  font-size: 18px; }

.products-other.label-box a:last-of-type {
  width: 100%;
  padding: 40px; }

.products-sec3__container:not(:last-child),
.products-other.label-box {
  margin-bottom: 20px; }

.products-other.label-box {
  margin-top: 0; }

.child_menu {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: rgba(9, 29, 45, 0.9);
  position: absolute;
  width: calc(100vw - calc(100vw - 100%));
  box-sizing: border-box;
  padding: 2rem;
  left: 0;
  top: 89px;
  display: none; }
  .child_menu a {
    color: #fff; }
  .child_menu_item {
    width: 380px; }
    .child_menu_item p {
      color: #fff;
      text-align: left;
      font-size: 25px;
      font-weight: bold;
      position: relative;
      margin: 15px auto;
      padding-bottom: 5px;
      border-bottom: 3px solid #fff; }
      .child_menu_item p::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -3px;
        width: 70px;
        height: inherit;
        border-bottom: 3px solid #ff4000; }
      .child_menu_item p img {
        margin-right: 20px; }
      .child_menu_item p a::before {
        content: none;
        margin-right: 0; }
    .child_menu_item a {
      padding-left: 1rem;
      text-indent: -1rem;
      display: inline-block; }
      .child_menu_item a::before {
        content: "";
        width: 5px;
        height: 5px;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        display: inline-block;
        transform: rotate(45deg);
        margin-right: 0.5rem; }
    .child_menu_item ul li {
      text-align: left;
      margin-bottom: 5px; }
  .child_menu_inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap !important;
    column-gap: 30px;
    row-gap: 40px;
    max-width: 1200px;
    margin: 0 auto; }

.header__link.has_child:hover {
  filter: none; }

.header__nav {
  position: relative; }

.sp_child_menu {
  display: none; }
  .sp_child_menu li:last-of-type {
    border-bottom: none !important; }

.sp_has_child {
  font-size: 16px;
  position: relative; }
  .sp_has_child::after {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-top: 8px solid #292929;
    top: 40%;
    margin-left: 20px;
    transition: 0.2s; }
  .sp_has_child.open::after {
    transform: rotate(180deg);
    transform-origin: 50% 25%; }

.header__sp-nav-link {
  padding: 13px 0;
  width: 100%; }

.sp_has_child {
  width: 80%;
  margin: 0 auto; }

.has_child:hover {
  cursor: pointer;
  background-color: rgba(41, 41, 41, 0.7); }
.has_child .arrow1 {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border: 12px solid transparent;
  border-top: 12px solid #292929;
  z-index: 2; }
  @media (max-width: 1640px) {
    .has_child .arrow1 {
      top: 58px; } }
.has_child .arrow2 {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border: 14px solid transparent;
  border-top: 14px solid #606060;
  z-index: 1; }
  @media (max-width: 1640px) {
    .has_child .arrow2 {
      top: 58px; } }
.has_child_main {
  position: relative; }
  .has_child_main:hover {
    opacity: 1 !important; }
  .has_child_main::before {
    content: "";
    display: block;
    background-color: #4f8ed4;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 0.8rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.8vw;
    transition: 0.2s; }
.has_child.open .has_child_main::before {
  transform: rotate(-180deg);
  transform-origin: 50% 25%; }

.products-sc-btn-area .sc-btn-area__btn {
  display: block;
  width: calc(100% / 4);
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px; }
  @media (max-width: 768px) {
    .products-sc-btn-area .sc-btn-area__btn {
      font-size: 13px;
      width: calc(100% / 2);
      flex-wrap: wrap; } }
  .products-sc-btn-area .sc-btn-area__btn:last-of-type {
    border-right: none; }
  .products-sc-btn-area .sc-btn-area__btn img {
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .products-sc-btn-area .sc-btn-area__btn img {
        margin-right: 0 !important;
        display: block; } }

.p-products-sec1 {
  padding-top: 85px; }
  @media (max-width: 768px) {
    .p-products-sec1 {
      padding-top: 50px; } }

.p-products-sec3__link-wrap {
  row-gap: 4rem; }
  .p-products-sec3__link-wrap small {
    font-size: 14px;
    display: block; }
.p-products-sec3__txt {
  margin-bottom: 30px; }
  .p-products-sec3__txt span::before {
    display: none; }
.p-products-sec3__link--middle {
  text-align: center; }
  .p-products-sec3__link--middle:hover {
    opacity: 1; }
  .p-products-sec3__link--middle .btn-area__btn {
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
    color: #000; }
    .p-products-sec3__link--middle .btn-area__btn_d::after {
      content: "";
      width: 6px;
      height: 6px;
      border-right: 2px solid #000;
      border-top: 2px solid #000;
      display: inline-block;
      transform: rotate(45deg);
      position: absolute;
      right: 15px; }
    .p-products-sec3__link--middle .btn-area__btn_t {
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }
      .p-products-sec3__link--middle .btn-area__btn_t::after {
        content: "";
        width: 13px;
        height: 13px;
        background-image: url(../img/common/btn-area__btn_t.png);
        position: absolute;
        right: 13px; }

.p-products-sec3__txt_a span {
  position: relative; }

.pd-tp-sec01__container {
  margin-top: 0; }

.btn-area-buy-flex {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .btn-area-buy-flex {
      margin-bottom: 10px; } }
.btn-area-buy-inner {
  margin: 0 auto; }
  .btn-area-buy-inner .btn-area__btn span {
    padding-left: 0; }
    .btn-area-buy-inner .btn-area__btn span::before {
      display: none; }

.pd-f-products-sec {
  padding-top: 0;
  padding-bottom: 100px; }
  @media (max-width: 599px) {
    .pd-f-products-sec {
      padding: 50px; } }
  .pd-f-products-sec .ttl-area__ttl-txt, .pd-f-products-sec .products-sec3__txt {
    color: #000; }

.c-search {
  cursor: pointer;
  transition: 0.3s;
  background: #2c597e; }
  .c-search__maintitle {
    margin-bottom: 40px; }
  .c-search__list li {
    padding: 20px 0;
    border-bottom: 1px dotted #253473; }
  .c-search__title {
    font-weight: bold;
    margin-bottom: 10px; }
  .c-search__wrap {
    box-sizing: border-box;
    display: block;
    z-index: 10;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 2rem;
    background-color: rgba(9, 29, 45, 0.9);
    cursor: auto;
    opacity: 0;
    transition: 0.3s; }
    .c-search__wrap.panelactive {
      top: 90px;
      opacity: 1;
      padding: 2rem; }
  .c-search__inner {
    display: flex;
    width: 700px;
    margin: 0 auto; }
  .c-search__input {
    width: 100%;
    padding: 15px;
    border: 1px solid #e6e9ec;
    background: #fff;
    font-size: 16px; }
  .c-search__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    background: #253473;
    color: #fff;
    font-size: 16px; }

.header__nav .flex.right {
  height: 90px; }

@media (min-width: 1640px) {
  br {
    display: block; } }
@media (max-width: 1640px) {
  .t-header__link-txt {
    font-size: 0.8vw; }

  .t-header__icon-txt {
    margin-top: 10px; } }
.header__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 90px; }

.header__icon-link {
  height: 90px; }

.table-wrap.form_infomation * + h3 {
  margin-top: 2rem;
}
.table-wrap.form_infomation p + p {
  margin-top: 1rem;
}
.table-wrap.form_infomation strong {
  font-weight: bold;
}

.supportnumber {
  padding: 0 0 120px;
}
.supportnumber table th,
.supportnumber table td {
  padding: 15px 20px;
}
.supportnumber table td a {
  text-decoration: underline;
  display: flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
  float: left;
}
.supportnumber table td a:hover {
  text-decoration: none;
}
.supportnumber table td a:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-top: 2px solid #ff4000;
  border-right: 2px solid #ff4000;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}
.support-contents .scBox {
  background: #FFF;
  padding: 80px 100px;
}
.support-contents .scBox + .scBox {
  margin-top: 50px;
}
.support-contents h3 + * {
  margin-top: 50px;
}
.support-contents h4 {
  display: block;
  width: 100%;
  margin-top: 0;
}
.support-contents h3 span {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 3px #091d2d;
  margin-bottom: 35px;
}
.support-contents h3 span:after {
  position: absolute;
  bottom: -3px;
  right: 0;
  content: "";
  height: 3px;
  width: 40px;
  background-color: #ff3f00;
}
.support-contents .support-box {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.support-contents .support-box + .support-box {
  margin-top: 30px;
}
.support-contents .support-box .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.support-contents .support-box .foot-info {
  display: block;
  color: #676767;
  font-size: 13px;
}
.support-contents .support-box .txt dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  margin: 25px 0;
}
.support-contents .support-box .txt dl dt {
  padding: 5px 20px;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
.support-contents .support-box .txt dl dd {
}
.support-contents .support-box .img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
  flex-wrap: wrap;
  max-width: 465px;
}
@media all and (max-width: 768px) {
  .supportnumber {
    padding: 0 0 120px;
  }
  .supportnumber .tp-sec01__strong-txt,
  .supportnumber .tp-sec01__lead {
    margin-right: 5%;
    margin-left: 5%;
  }
  .supportnumber table thead {
    display: none;
  }
  .supportnumber table th,
  .supportnumber table td {
    display: block;
    width: 100%;
    border: none;
    font-size: 16px;
  }
  .supportnumber table td {
    background: #f4f1ed;
  }
  .supportnumber table td + td {
    background: #FFF;
  }
  .supportnumber table td a {
    float: none;
  }
  .support-contents .scBox {
    padding: 47px 20px;
  }
  .support-contents h3 + * {
    margin-top: 20px;
  }
  .support-contents h4 {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .support-contents h3 span {
    display: block;
    font-size: 24px;
  }
  .support-contents .support-box {
    gap: 20px;
    flex-direction: column;
  }
  .support-contents .support-box + .support-box {
    margin-top: 30px;
  }
  .support-contents .support-box .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .support-contents .support-box .foot-info {
    display: block;
    color: #676767;
    font-size: 13px;
  }
  .support-contents .support-box .txt dl {
    gap: 15px;
    margin: 15px 0;
  }
  .support-contents .support-box .txt dl dt {
    font-size: 15px;
    white-space: nowrap;
  }
  .support-contents .support-box .txt dl dd {
    font-size: 15px;
  }
  .support-contents .support-box .img {
    max-width: inherit;
  }
  .support-contents .support-box .img img {
    max-width: 45%;
  }
}

.tp-sec-movie__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 60px 60px 40px 60px;
  width: 100%;
  position: relative;
  background: url("../img/products/movie_back.jpg") no-repeat center center;
  background-size: cover;
}
.tp-sec-movie__box {
  flex:1;
}
.tp-sec-movie__cont {
  font-weight: bold;
  color: #FFF;
}
.tp-sec-movie__new {
  font-size: 2rem;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #f7b523;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 9999px;
}
.tp-sec-movie__new span:after {
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 60px solid #f7b523;
  border-left: 20px solid transparent;
  position: absolute;
  left: 95px;
  top: 85px;
  transform: rotate(135deg);
}
.tp-sec-movie__label {
  padding: 0 0 30px 130px;
}
.tp-sec-movie__label .tp-sec-movie__name {
  font-size: 5rem;
  line-height: 1;
}
.tp-sec-movie__label .tp-sec-movie__name strong {
  /*font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;*/
  
  padding: 15px 0;
  display: block;
  line-height: 0;
}
.tp-sec-movie__label .tp-sec-movie__name strong img {
  max-width: 100%;
}
.tp-sec-movie__label .tp-sec-movie__name span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
.tp-sec-movie__label .tp-sec-movie__copy {
  font-size: 1.6rem;
}
.tp-sec-movie__video {
  position: relative;
}
.tp-sec-movie__video:before {
  content: url();
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.tp-sec-movie__video video {
  width: 100%;
}
.tp-sec-movie__img {
}
@media all and (max-width: 768px) {
  .tp-sec-movie__wrap {
    flex-direction: column;
    gap: 0;
    padding: 40px 5%;
  }
  .tp-sec-movie__new {
    font-size: 1rem;
    top: -4%;
    left: -3%;
    width: 80px;
    height: 80px;
    z-index: 10;
  }
  .tp-sec-movie__new span:after {
    left: 30px;
    top: 30px;
    z-index: -1;
  }
  .tp-sec-movie__label {
    padding: 5%;
  }
  .tp-sec-movie__label .tp-sec-movie__name span {
    font-size: 1rem;
  }
  .tp-sec-movie__label .tp-sec-movie__copy {
    font-size: 1.3rem;
  }
  .tp-sec-movie__video {
    position: relative;
  }
  .tp-sec-movie__img {
    padding: 10%;
  }
}

.tp-sec-movie__wrap + .tp-sec02__wrap {
    counter-reset: number 0;
}
.tp-sec-movie__wrap + .tp-sec02__wrap .tp-sec02__card h3 {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  font-size: 30px;
}
.tp-sec-movie__wrap + .tp-sec02__wrap .tp-sec02__card h3:before {
  counter-increment: number 1;
  content: "0" counter(number);
  background: #F7B523;
  color: #FFF;
  font-weight: bold;
  font-size: 40px;
  border-radius: 9999px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 5px;
}
@media all and (max-width: 768px) {
  .tp-sec-movie__wrap + .tp-sec02__wrap .tp-sec02__card h3 {
    justify-content: flex-start;
    text-align: left;
    font-size: 24px;
  }
  .tp-sec-movie__wrap + .tp-sec02__wrap .tp-sec02__card h3:before {
    min-width: 70px;
  }
}

.blogcontentBnr {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 65px;
  background: #EFEFEF;
  padding: 25px;
}
.blogcontentBnr li {
  width: 30%;
}
.blogcontentBnr li a:hover {
  opacity: 1;
  filter: brightness(0.6);
}
.blogcontentBnr li a {
  width: 100%;
  transition: .3s;
  background: #FF4000;
}
@media all and (max-width: 768px) {
  .blogcontentBnr {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .blogcontentBnr li {
    width: 100%;
  }
  .blogcontentBnr li a {
    min-width: inherit;
    display: block;
  }
}


.tp-sec-new__wrap + .tp-sec02__wrap {
  margin-top: 0;
  counter-reset: number 0;
}
.tp-sec-new__wrap + .tp-sec02__wrap .tp-sec02__card h3 {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
    text-align: left;
}
.tp-sec-new__wrap + .tp-sec02__wrap .tp-sec02__card h3:before {
    counter-increment: number 1;
    content: "0" counter(number);
    background: #2A8AE9;
    color: #FFF;
    font-weight: bold;
    font-size: 40px;
    border-radius: 9999px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 5px;
}
@media all and (min-width: 768px) {
  .tp-sec02__wrap + .tp-sec01__wrap + .tp-sec01__wrap {
      margin-top: 100px;
  }
}
@media all and (max-width: 768px) {
  .tp-sec-new__wrap + .tp-sec02__wrap .tp-sec02__card h3 {
    justify-content: flex-start;
    text-align: left;
    font-size: 24px;
  }
  .tp-sec-new__wrap + .tp-sec02__wrap .tp-sec02__card h3:before {
    min-width: 70px;
  }
  .tp-sec02__wrap + .tp-sec01__wrap {
      margin: 40px 0;
  }
}
.p-list span {
  display: block;
  padding-left: 1rem;
  text-indent: -1rem;
}

.news-sec p + p {
  margin-top: 1rem;
}
.news-sec p strong {
  font-weight: bold;
}

.child_menu_item ul li {
  position: relative;
}
.child_menu_item a {
  text-indent: 0;
}
.child_menu_item a::before {
  position: absolute;
  top: 10px;
  left: 0;
  margin-right: 0;
}
.chind_menu_item_sub {
  padding-left: 1rem;
  margin-left: 1em;
}
.chind_menu_item_sub a {
  padding-left: 0;
}

.acd3sub3 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 25px;
  background-color: #fff;
  cursor: auto;
}
.acd3sub3:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 85%;
  height: 1px;
  background-color: #bcbcbc;
}
.acd3sub2 {
  display: block;
}
.acd3sub {
  display: block;
  position: relative;
  padding: 0.3em 0 0.3em 1em;
}
.acd3sub:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-right: 2px solid #14466E;
  border-top: 2px solid #14466E;
  display: inline-block;
  transform: rotate(45deg);
}

.spx_movie {
  max-width: 500px;
}
@media all and (max-width: 768px) {
  .spx_movie {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

.videolayout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media all and (max-width: 768px) {
  .videolayout {
    flex-direction: column;
  }
}
.videolayout_caption {
  line-height: 2;
  margin: 40px 0;
}
@media all and (max-width: 768px) {
  .videolayout_caption {
    margin: 20px 0 40px 0;
  }
}
.videolayout_inner {
  min-width: 500px;
}
@media all and (max-width: 768px) {
  .videolayout_inner {
    min-width: inherit;
    width: 100%;
  }
  .tp-sec-movie__video iframe,
  .videolayout_inner iframe.spx_movie {
    height: 200px;
  }
}
.videolayout_inner span {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

.news-sec-detail strong {
  font-weight: bold;
}
.news-sec-detail ol,
.news-sec-detail ul {
  padding-left: 1.6em;
}
.news-sec-detail ol li {
  list-style: decimal-leading-zero;
}
.news-sec-detail ul li {
  list-style: disc;
}

.label_btn {
  margin: 10px auto 0 auto;
  padding: 10px;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #091D2D;
  border: 2px solid #091D2D;
  background: #FFF;
  transition: .3s;
}
.label_btn span:before {
  content: "この資料を選択する";
}
@media all and (max-width: 768px) {
  .label_btn span:before {
    content: "資料を選択";
  }
}
.catalog-sec__container {
  position: relative;
}
.catalog-sec__container input[type="checkbox"] {
  border: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.catalog-sec__container input[type="checkbox"] + .dlcheckborder:before {
  content: "";
  position: absolute;
  transition: .4s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 4px solid #FFF;
  opacity: 0;
  box-sizing: border-box;
}
.catalog-sec__container input[type="checkbox"]:checked + .dlcheckborder:before {
  border: 4px solid #091D2D;
  opacity: 1;
}
.catalog-sec__container input[type="checkbox"]:checked + .dlcheckborder .label_btn {
  color: #FFF;
  background: #091D2D;
}
.catalog-sec__container input[type="checkbox"]:checked + .dlcheckborder .label_btn span:before {
  content: "選択を解除する";
}
@media all and (max-width: 768px) {
  .catalog-sec__container input[type="checkbox"]:checked + .dlcheckborder .label_btn span:before {
    content: "選択を解除";
  }
}
.catalog_inputid {
  display: none;
}

.samatb {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.samatb span input {
  border: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.samatb span input:checked {
}
.samatb span input + label {
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  border-radius: 9999px;
  color: #FFF;
  background: #db3216;
  border: 2px solid #db3216;
}
.samatb span input:checked + label {
  color: #db3216;
  background: #FFF;
}
.samatb span label:before {
  content: "全ての資料を選択する";
}
.samatb span input:checked + label:before {
  content: "全ての資料を解除する";
}
.catalogPage .lower-mv.catalog,
.catalogPage .footer__list-l img,
.catalogPage .footer__list-l ul,
.catalogPage .footer__list-l small br,
.catalogPage .footer__list-r {
  display: none !important;
}
.catalogPage .breadcrumb {
  margin-top: 90px;
}
@media all and (max-width: 1024px) {
  .catalogPage .breadcrumb {
    margin-top: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
}
.catalogPage footer {
  padding: 30px 0;
}
.catalogPage .footer__copy,
.catalogPage footer .footer__list-l {
  margin-top: 0 !important;
}
.catalogPage footer .footer__list-l {
  width: 100%;
  text-align: center;
}

@media all and (max-width: 768px) {
  .catalog-sec__container label,
  .catalog-sec__container {
    display: flex;
  }
  .dlcheckborder {
    display: flex;
    flex-direction: column;
  }
  .dlcheckborder img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .dlcheckborder .label_btn {
    margin-top: auto;
    width: 100%;
  }
}

.tp-sec04.tp-sec04-up {
  width: 100%;
  padding: 7rem 0 0 0;
}
@media all and (max-width: 768px) {
  .tp-sec04.tp-sec04-up {
    padding: 3.5rem 0 0 0;
  }
}

.blog_cont {
  margin-bottom: 30px;
}
.blog_cont p + p {
  margin-top: 1rem;
}
.blog_cont a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.blog_cont a:before  {
  content: url(../img/common/orange-arw-small.png);
  position: absolute;
  left: 0;
  top: 2px;
}
.blog_cont a:hover {
  text-decoration: none;
}

.fstrong {
  font-weight: bold;
  color: #FF0000;
}
.product_free_flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.product_free_flex-item {
  flex: 1;
}
.product_free_flex-item iframe {
  width: 100%;
}
@media all and (max-width: 768px) {
  .product_free_flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .product_free_flex iframe {
  height: 200px;
  }
}

