@charset "UTF-8";
/* CSS Document */

@media (max-width: 1500px) {
  .logoarea {
    width: 272px;
  }
  .gnav li {
    font-size: 11px;
    margin-right: 1.2vw;
  }

  .top-icatch-area .thumb-wrap {
    width: 67.5%;
  }

  .top-icatch-area .text-wrap {
    width: 32.5%;
  }

  .showroom-map-wrap {
    padding-right: 13vw;
  }
}

@media (max-width: 1300px) {
  .logoarea {
    width: 272px;
  }

  .top-product-area .product {
    width: 25vw;
  }

  .top-product-area .product:before {
    width: 25vw;
    height: 25vw;
  }

  .philosophy-nav-wrap .inner {
    max-width: none;
    width: 90%;
  }

  .philosophy-nav-wrap a {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 5px;
  }

  .philosophy-contents-wrap section .text-wrap h3 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .company-policy-wrap .policy-wrap,
  .company-message-wrap .text-wrap,
  .history-nav,
  .history-contents-wrap section .inner,
  .product-single-contents-wrap .main-contents-wrap {
    max-width: 720px;
  }

  .history-contents-wrap .history-contents h2,
  .history-contents-wrap .history-contents h3 {
    font-size: 26px;
  }

  .history-contents-wrap .history-wrap {
    padding: 40px;
  }

  .history-nav a {
    font-size: 13px;
  }

  .support-contents .support {
    padding: 30px 20px 30px 50px;
  }
  .worldArea {
    max-width: 720px;
  }
}

@media (max-width: 1100px) {
  .logoarea {
    margin-bottom: 30px;
  }

  .openmenu__btn {
    top: 50px;
  }

  header .top-nav-wrap {
    display: none;
  }

  .openmenu {
    display: inherit;
  }

  .top-icatch-area .text-wrap .copy-wrap {
    width: 38vw;
  }

  .top-icatch-area .text-wrap .copy-wrap a.more {
    width: 66px;
    height: 66px;
    margin-top: 35px;
  }

  .philosophy-nav-wrap a {
    font-size: 1vw;
  }
}

@media (max-width: 800px) {
  html,
  body {
    font-size: 13px;
    line-height: 2.3;
  }

  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }

  header {
    padding: 15px 5%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
  }

  header.fixed {
    transform: none;
    animation: none;
  }

  .logoarea {
    width: 50%;
    margin: 0;
  }
  .wrap {
    padding-top: 80px !important;
  }
  .openmenu__btn {
    top: 25px;
  }
  a.more {
    width: 65px;
    height: 65px;
  }

  a.more.sb {
    width: 65px;
    height: 65px;
  }

  a.more.wt {
    width: 65px;
    height: 65px;
  }

  .pagetop {
    width: 40px;
    bottom: 20px;
  }

  footer {
    font-size: 11px;
    padding: 25px 0;
  }

  footer .inner {
    width: 100%;
    display: block;
    padding: 0;
  }

  .foot-nav-wrap {
    display: block;
  }

  footer .foot-nav {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding: 0 5%;
  }

  .foot-nav ul {
    display: none;
  }

  footer .foot-nav h4 {
    line-height: 1;
    font-size: 13px;
    margin-bottom: 15px;
  }

  footer .foot-nav h4 span {
    display: inline-block;
    font-size: 8px;
    margin-top: 0;
    margin-left: 5px;
  }

  footer .sns-nav {
    margin: 0 auto 20px;
    transform: scale(0.8);
    position: relative;
  }

  footer a.foot-logo {
    margin: 3px 0 5px;
    text-align: center;
  }

  footer .copyright {
    font-size: 8px;
    padding-top: 0;
  }

  /*
=====================
INDEX
=====================
*/

  header.top {
    position: static;
  }

  .top-icatch-area {
    display: block;
    height: auto;
    padding-top: 18vw;
  }

  .top-icatch-area .text-wrap {
    width: 100%;
    height: auto;
    padding-left: 5%;
    margin-bottom: 50px;
    transition-duration: 0.6s;
    transition-delay: 0.2s;
  }

  .top-icatch-area .text-wrap .copy-wrap {
    position: static;
    transform: none;
    width: 75vw;
  }

  .top-icatch-area .text-wrap .copy-wrap a.more {
    margin-top: 25px;
  }

  .top-icatch-area .thumb-wrap {
    width: 100%;
    height: 52vw !important;
    padding-left: 15%;
  }

  .top-icatch-area .thumb-wrap:after {
    display: none;
  }

  .top-slider {
    overflow: hidden;
    position: relative;
  }

  .top-slider .slider {
    height: 52vw;
  }

  .top-icatch-area .top-news-wrap {
    position: static;
    font-size: 11px;
    line-height: 1.5;
    margin-left: 5vw;
    margin-top: 7.5vw;
  }

  .top-icatch-area .top-news-wrap2 {
    position: static;
    font-size: 11px;
    line-height: 1.5;
    margin-left: 5vw;
    margin-top: 7.5vw;
    width: calc(100% - 36px);
    padding: 12px;
  }

  .top-icatch-area .top-news-wrap span {
    margin-right: 8px;
  }

  .top-icatch-area .top-news-wrap a {
    display: block;
    margin-top: 5px;
    text-decoration: underline;
    line-height: 1.5;
  }

  .top-contents-wrap h2 {
    font-size: 19px;
    margin-bottom: 35px;
  }

  .top-contents-wrap h2 span {
    font-size: 11px;
    margin-top: 10px;
  }

  .top-product-area {
    padding: 15.5vw 5vw;
  }

  .top-product-area .top-product-wrap {
    margin-bottom: 35px;
  }

  .top-product-area .product {
    width: 70vw;
    padding: 60px 25.5vw;
    font-size: 13px;
    margin: 0 auto;
  }

  .top-product-area .product span {
    display: block;
    font-size: 11px;
    margin: 15px 0 10px;
  }

  .top-product-area .product:before {
    width: 70vw;
    height: 70vw;
  }

  .top-product-area .slick-prev,
  .top-product-area .slick-next {
    width: 30px;
    height: 30px;
  }

  .top-philosophy-area {
    padding: 15.5vw 0 0;
  }

  .top-philosophy-wrap {
    display: block;
    flex-flow: wrap;
  }

  .top-philosophy-area .thumb-wrap {
    width: 70%;
    margin: 0 auto;
  }

  .top-philosophy-area .text-wrap {
    width: 100%;
    padding: 0 5%;
    line-height: 2.3;
    padding-bottom: 15.5vw;
  }

  .top-philosophy-area .text-wrap h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .top-philosophy-area .text-wrap a.more {
    margin-top: 20px;
  }

  .top-cases-area {
    padding: 15.5vw 10vw;
    position: relative;
  }

  .top-cases-area .text-wrap {
    width: 100%;
    margin: 15.5vw auto 0;
  }

  .top-cases-area .text-wrap a.more {
    margin-top: 35px;
  }

  .top-news-area {
    padding: 15.5vw 0;
  }

  .top-news-area a.more {
    margin-top: 35px;
  }

  .top-news-area th,
  .top-news-area td {
    display: block;
    width: 100%;
  }

  .top-news-area th {
    padding: 20px 15px 0 0;
    border-bottom: none;
  }

  .top-news-area td {
    padding: 0 0 15px 0;
  }

  .top-news-area tr:first-child th:before {
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
  }

  .top-news-area td .cat {
    display: block;
    width: max-content;
    position: static;
    transform: none;
  }

  .top-news-area td .cat a {
    font-size: 11px;
    padding: 5px;
    margin: 0;
    margin-right: 4px;
  }

  .foot-banner-area {
    padding: 15.5vw 0;
  }

  .foot-banner-area .inner {
    width: 90%;
  }

  .foot-banner-area .clm-wrap a.hurf {
    width: 49%;
  }

  .side-sns-nav {
    display: none;
  }

  a.btn {
    padding: 15px;
  }

  /*
=====================
PAGE
=====================
*/

  .page-title-wrap {
    height: auto;
    margin-bottom: 25px;
    padding: 50px 5vw;
    font-size: 26px;
  }

  .page-title-wrap.company {
    background-position: top;
  }

  .page-title-wrap h2,
  .page-title-wrap h1 {
    position: static;
    transform: none;
  }

  .page-title-wrap h2 span,
  .page-title-wrap h1 span {
    transform: none;
    font-size: 12px;
    margin-top: 15px;
  }

  .page-title-wrap h2 span.sub,
  .page-title-wrap h1 span.sub {
    font-size: 16px;
    margin-top: 25px;
  }

  .page-title-wrap .read {
    font-size: 13px;
    line-height: 2;
    transform: none;
    margin-top: 15px;
  }

  .crumb {
    font-size: 12px;
    line-height: 1;
    margin: 25px 0 50px 5vw;
  }

  .main-contents-wrap {
    width: 90%;
    margin: 0 auto;
  }

  .main-contents-wrap h1,
  .main-contents-wrap h2,
  .main-contents-wrap h3 {
    font-size: 19px;
    margin-bottom: 35px;
  }

  .main-contents-wrap h1.search-title,
  .main-contents-wrap h2.search-title,
  .main-contents-wrap h3.search-title {
    font-size: 19px;
  }

  .page-side-nav {
    width: 100%;
    max-width: unset;
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 13px;
    opacity: 1;
    transform: none;
    margin-bottom: 35px;
  }

  .page-side-nav.product {
    top: 0;
  }

  .page-side-nav.product dt {
    padding: 10px;
  }

  a.history-link {
    margin: 35px auto;
  }

  .history-contents-wrap section {
    padding: 50px 0;
  }

  .history-contents-wrap .history-contents h2,
  .history-contents-wrap .history-contents h3 {
    font-size: 21px;
    margin-bottom: 35px;
  }

  .history-contents-wrap .history-wrap .year-wrap {
    width: 100%;
    padding-bottom: 25px;
  }

  .history-contents-wrap .history-wrap .item-wrap {
    width: 100%;
    padding: 0;
    padding-top: 20px;
    border: none;
    border-top: 2px solid #4b8abc;
  }

  .history-contents-wrap section:nth-of-type(2) .item-wrap {
    border: none;
    border-top: 2px solid #39a2a9;
  }

  .history-contents-wrap section:nth-of-type(3) .item-wrap {
    border: none;
    border-top: 2px solid #6e9dd2;
  }

  .history-contents-wrap section:nth-of-type(4) .item-wrap {
    border: none;
    border-top: 2px solid #56bce1;
  }

  .history-contents-wrap section:nth-of-type(5) .item-wrap {
    border: none;
    border-top: 2px solid #246aa5;
  }

  .history-contents-wrap section:nth-of-type(6) .item-wrap {
    border: none;
    border-top: 2px solid #2487ac;
  }

  .history-contents-wrap .history-wrap .year-wrap h4 {
    font-size: 40px;
  }

  .history-contents-wrap .history-wrap .year-wrap h4 span {
    font-size: 21px;
    margin-top: 10px;
  }

  .history-contents-wrap .history-wrap .item-wrap .text-wrap h4 {
    font-size: 21px;
  }

  .history-contents-wrap .history-wrap .item-wrap {
    flex-flow: wrap;
  }

  .history-contents-wrap .history-wrap .item-wrap .text-wrap {
    width: 100%;
  }

  .history-contents-wrap .history-wrap .item-wrap .thumb-wrap {
    width: 30%;
    margin: 0 auto 20px;
  }

  .history-contents-wrap section .inner,
  .history-nav {
    width: 90%;
    margin: 0 auto;
  }

  /*
=====================
News
=====================
*/

  .news-contents-wrap {
    margin-bottom: 100px;
  }
  .news-contents-wrap .read {
    margin-bottom: 50px;
  }
  .news-wrap {
    border-bottom: 1px solid #00467d;
    padding: 25px;
  }

  .news-wrap .thumb-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .news-wrap .text-wrap {
    width: 100%;
  }

  .news-wrap .text-wrap .cat {
    position: static;
    margin: 0 0 20px;
  }

  .news-wrap .text-wrap .cat a {
    font-size: 10px;
    padding: 5px;
    margin: 0;
    margin-right: 4px;
  }

  .news-wrap .text-wrap .date {
    font-size: 12px;
  }

  .news-wrap .text-wrap h4 {
    font-size: 16px;
    margin-top: 0;
  }

  .news-wrap .text-wrap a.more {
    width: 55px;
    height: 55px;
    margin-top: 15px;
  }

  .single-contents-wrap h3 {
    padding-bottom: 25px;
    margin-bottom: 35px;
  }

  .title-info-wrap {
    margin-bottom: 15px;
  }

  .title-info-wrap .cat a {
    font-size: 11px;
    padding: 5px;
  }

  .title-info-wrap .date {
    font-size: 12px;
  }

  .single-contents-wrap {
    margin-bottom: 100px;
  }

  /*
=====================
PHILOSOPHY
=====================
*/

  .philosophy-copy-area {
    margin: 20vw auto;
  }

  .philosophy-copy-area h2 {
    margin-bottom: 35px;
  }

  .philosophy-nav-wrap {
    padding: 35px 0 25px;
  }

  .philosophy-nav-wrap .inner {
    width: 90%;
    justify-content: space-around;
  }

  .philosophy-nav-wrap a {
    width: 48%;
    margin-bottom: 10px;
    padding: 10px;
  }

  .philosophy-nav-wrap a {
    font-size: 12px;
  }

  .philosophy-nav-wrap a span {
    font-size: 8px;
    margin-bottom: 0;
  }

  .philosophy-nav-wrap a b {
    font-size: 14px;
    font-style: italic;
  }

  .philosophy-contents-wrap section {
    padding: 15.5vw 5vw;
  }

  .philosophy-contents-wrap section:nth-of-type(even) {
    flex-flow: wrap;
    padding-bottom: 2.5vw;
  }

  .philosophy-contents-wrap section .thumb-wrap {
    width: 100%;
  }

  .philosophy-contents-wrap section .text-wrap {
    width: 100%;
    padding: 35px 0 0;
  }

  .philosophy-contents-wrap section .text-wrap h3 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 35px;
  }

  .philosophy-contents-wrap section .text-wrap h3:after {
    width: 30px;
    height: 26px;
  }

  .philosophy-contents-wrap section .text-wrap h3 span {
    display: block;
    font-size: 11px;
    margin-bottom: 15px;
  }

  .philosophy-contents-wrap section .text-wrap p.philo_btn {
    width: 75px;
    height: 75px;
    margin-top: 35px;
  }

  .philosophy-message-wrap {
    padding: 15.5vw 5vw;
    margin-bottom: 15.5vw;
    margin-top: 10vw;
  }

  .philosophy-message-wrap .inner br {
    display: none;
  }

  .philosophy-message-wrap .inner h2 {
    transform: scale(0.8);
    margin-bottom: 25px;
  }

  .philosophy-contents-wrap section.open .text-wrap p.philo_btn {
    background: url(../../img/common/btn_close_hover.png) no-repeat;
    background-size: cover;
  }
  .tableProductCatMode {
    width: 94%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
  /*
=====================
Cases
=====================
*/

  .cases-contents-wrap {
    margin-bottom: 100px;
  }

  .cases-contents-wrap h3,
  .cases-contents-wrap h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .cases-contents-wrap h3 img,
  .cases-contents-wrap h4 img {
    width: 75px;
  }

  .cases-category-wrap {
    margin-bottom: 100px;
  }

  .cases-subcategory-wrap {
    margin-bottom: 50px;
  }

  .cases-wrap {
    padding: 25px;
  }

  .cases-wrap .thumb-wrap {
    width: 100%;
  }

  .cases-wrap .text-wrap {
    width: 100%;
  }

  .cases-wrap .text-wrap h5 {
    font-size: 16px;
  }

  .cases-wrap .text-wrap a.more {
    width: 55px;
    height: 55px;
    margin-top: 25px;
  }

  .cases-single-contents-wrap {
    margin-bottom: 100px;
  }

  .cases-single-contents-wrap h1,
  .cases-single-contents-wrap h3 {
    font-size: 19px;
    margin-bottom: 35px;
  }

  .cases-single-contents-wrap h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .cases-single-contents-wrap h1:after {
    transform: translate(-50%, 20px);
  }
  .cases-single-contents-wrap h3:after {
    transform: translate(-50%, 20px);
  }

  .cases-single-contents-wrap .profile-wrap .thumb-wrap {
    width: 75%;
    margin: 0 auto 35px;
  }

  .cases-single-contents-wrap .profile-wrap .text-wrap {
    width: 100%;
  }

  .cases-single-contents-wrap .profile-wrap .history-wrap {
    width: 100%;
    display: block;
    flex-flow: wrap;
    margin: 0 auto 35px;
  }

  .cases-single-contents-wrap .profile-wrap .history-wrap .logo-wrap {
    width: 30%;
    margin: 0 auto 15px;
  }

  .cases-single-contents-wrap .profile-wrap .history-wrap table th {
    padding-right: 10px;
  }

  .cases-single-contents-wrap .profile-detail-wrap .text-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .cases-product-wrap {
    padding: 25px;
  }

  .cases-product-wrap .thumb-wrap {
    width: 100%;
  }

  .cases-product-wrap .text-wrap {
    width: 100%;
    font-size: 13px;
    line-height: 2;
  }

  .cases-product-wrap .text-wrap h4 {
    font-size: 16px;
    text-align: left;
  }

  .cases-product-wrap .text-wrap a.more {
    width: 55px;
    height: 55px;
    margin-top: 20px;
  }

  .cases-flow-wrap .title-wrap h4 {
    font-size: 16px;
  }

  .cases-flow-wrap .title-wrap table {
    width: 100%;
  }

  .cases-flow-wrap dl {
    margin-bottom: 35px;
  }

  .cases-flow-wrap dt {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .cases-flow-wrap dt:before {
    font-size: 13px;
    padding: 5px;
  }

  .cases-item-wrap {
    padding: 25px;
    margin-bottom: 50px;
  }

  .cases-item-wrap h4 {
    font-size: 16px;
  }

  .cases-flow-wrap .fl {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .cases-flow-wrap .fr {
    float: none;
    width: 100%;
  }

  .cases-flow-wrap .m_20 {
    clear: both;
  }

  /*
=====================
Showroom
=====================
*/

  .showroom-contents-wrap {
    margin: 0 auto 50px;
  }

  .showroom-contents-wrap .read {
    margin-bottom: 10px;
  }

  .showroom-contents-wrap .read br {
    display: none;
  }

  .showroom-map-wrap {
    margin: 0 auto;
    padding: 0;
  }

  .showroom-map {
    width: 100%;
    position: relative;
    margin: 0 auto 35px;
  }

  .showroom-map-wrap .area-wrap:after {
    width: 6px;
    height: 6px;
  }

  .showroom-map-wrap .area-wrap.hokkaido:after {
    bottom: 36%;
    left: 21.5%;
  }

  .showroom-map-wrap .area-wrap.tohoku:after {
    bottom: 39.5%;
    right: 38%;
  }
  .showroom-map-wrap .area-wrap.tohoku a.text-link {
    top: 50%;
  }

  .showroom-map-wrap .area-wrap.kanto:after {
    bottom: 29%;
    right: 25%;
  }
  .showroom-map-wrap .area-wrap.kanto a.text-link {
    top: 57%;
  }

  .showroom-map-wrap .area-wrap.kanto2:after {
    bottom: 15%;
    right: -21%;
  }
  .showroom-map-wrap .area-wrap.kanto2 a.text-link {
    bottom: -154%;
  }

  .showroom-map-wrap .area-wrap.nagoya:after {
    bottom: 22.5%;
    right: 52%;
  }
  .showroom-map-wrap .area-wrap.nagoya a.text-link {
    bottom: -25%;
  }

  .showroom-map-wrap .area-wrap.kansai1:after {
    top: 39.5%;
    right: 30%;
  }
  .showroom-map-wrap .area-wrap.kansai1 a.text-link {
    top: -93%;
  }

  .showroom-map-wrap .area-wrap.kansai2:after {
    bottom: 58.5%;
    right: 58%;
  }
  .showroom-map-wrap .area-wrap.kansai2 a.text-link {
    bottom: -33%;
  }

  .showroom-map-wrap .area-wrap.chugoku:after {
    bottom: 38.5%;
    right: 59%;
  }
  .showroom-map-wrap .area-wrap.shikoku:after {
    top: 8.5%;
    right: 19%;
  }
  .showroom-map-wrap .area-wrap.kyusyu:after {
    top: 8.5%;
    right: 46%;
  }

  .showroom-map-wrap .popup-wrap .popup {
    width: 100%;
    position: relative;
    padding: 25px 10px;
    flex-flow: wrap;
    display: none;
    left: 0;
  }

  .showroom-map-wrap .popup-wrap .popup.active {
    display: flex;
    opacity: 1;
    pointer-events: inherit;
  }

  .showroom-map-wrap .popup-wrap .popup .thumb-wrap {
    width: 30%;
    margin: 0 auto 15px;
  }

  .showroom-map-wrap .popup-wrap .popup .text-wrap {
    width: 60%;
    line-height: 1.5;
    font-size: 12px;
  }

  .showroom-map-wrap .popup-wrap .popup .text-wrap h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .showroom-map-wrap .popup-wrap .popup .text-wrap a.more {
    width: 35px;
    height: 35px;
    margin-top: 15px;
  }

  a.showroom-btn {
    padding: 15px;
    background: #00467d;
    font-size: 16px;
    border-radius: 10px;
    margin: 35px auto 15px;
  }

  .showroom-contents-wrap .note {
    font-size: 12px;
  }

  .showroom-read-wrap {
    margin-bottom: 35px;
  }

  .showroom-read-wrap .thumb-wrap {
    width: 100%;
  }

  .showroom-read-wrap .text-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .showroom-read-wrap .text-wrap .area {
    margin-top: 10px;
  }

  .showroom-detail-wrap {
    padding: 25px 15px;
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 1.5;
  }

  .showroom-detail-wrap .map-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .showroom-detail-wrap .map-wrap iframe {
    width: 100%;
    height: 200px;
  }

  .showroom-detail-wrap .text-wrap {
    width: 100%;
  }

  .showroom-detail-wrap .text-wrap a.btn {
    margin: 25px 0 10px;
  }

  .showroom-detail-wrap .text-wrap .note {
    text-align: center;
    color: #00467d;
    font-size: 12px;
  }

  .showroom-gallery-wrap {
    margin-bottom: 50px;
  }

  /*
=====================
Support
=====================
*/

  .support-contents-wrap section.support1 h3:before {
    width: 43px;
    height: 42px;
  }

  .support-contents-wrap section .support {
    width: 100%;
    padding: 25px 15px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .support-contents-wrap section.support1 .support:before {
    position: static;
    transform: none;
    display: inline-block;
  }

  .support-contents-wrap section.support1 a:nth-of-type(1).support:before {
    width: 29px;
    height: 33px;
  }
  .support-contents-wrap section.support1 a:nth-of-type(2).support:before {
    width: 25px;
    height: 25px;
  }
  .support-contents-wrap section.support1 a:nth-of-type(3).support:before {
    width: 24px;
    height: 30px;
  }
  .support-contents-wrap section.support1 a:nth-of-type(4).support:before {
    width: 28px;
    height: 28px;
  }
  .support-contents-wrap section.support1 a:nth-of-type(5).support:before {
    width: 33px;
    height: 25px;
  }

  .support-contents-wrap section .support:before {
    position: static;
    transform: none;
    margin: 0 auto 15px;
  }

  .support-contents-wrap section div:nth-of-type(1).support:before {
    width: 46px;
    height: 33px;
  }
  .support-contents-wrap section div:nth-of-type(2).support:before {
    width: 28px;
    height: 46px;
  }
  .support-contents-wrap section div:nth-of-type(3).support:before {
    width: 45px;
    height: 36px;
  }

  .support-contents {
    margin-bottom: 50px;
  }

  .support-contents .read {
    margin-bottom: 35px;
  }

  .support-contents-wrap section.support2 .support {
    width: 100%;
    padding: 25px 5%;
  }

  .support-contents.support3 h3 {
    line-height: 1.6;
    font-size: 19px;
    padding-bottom: 10px;
  }

  .support-contents table {
    border-bottom: 1px solid #00467d;
  }

  .support-contents table th {
    width: 100%;
    padding: 15px 10px 0 10px;
    display: block;
    border-bottom: none;
  }

  .support-contents table td {
    padding: 15px;
    display: block;
    padding: 0 10px 15px 10px;
    border: none;
  }

  .support-bottom-nav a {
    width: 100%;
    text-align: center;
  }

  .support-bottom-nav.faq a {
    font-size: 13px;
  }

  .support-bottom-nav a:before {
    position: static;
    display: block;
    transform: none;
    margin: 0 auto 10px;
  }

  .support-bottom-nav a span {
    position: static;
    transform: none;
  }

  .support-bottom-nav a {
    height: auto;
  }

  .support-bottom-nav {
    margin-bottom: 50px;
  }

  .product-catalog {
    margin-bottom: 50px;
  }

  .product-catalog .thumb-wrap {
    width: 25%;
    margin-right: 0;
  }

  .product-catalog .text-wrap {
    width: 80%;
  }

  .product-catalog .text-wrap h3 {
    font-size: 16px;
    margin-bottom: 35px;
  }

  a.catalog-btn:before {
    left: 3vw;
  }

  .support-bottom-nav.faq a:nth-of-type(1):before {
    width: 26px;
    height: 19px;
  }
  .support-bottom-nav.faq a:nth-of-type(2):before {
    width: 18px;
    height: 25px;
  }
  .support-bottom-nav.faq a:nth-of-type(3):before {
    width: 26px;
    height: 22px;
  }
  .checkInspection2015 li {
    width: 100%;
    margin-right: 0;
  }

  .support-contents.precautions h3,
  .support-contents.supportcenter h3 {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .faq-contents-wrap {
    margin-bottom: 50px;
  }

  .faq-contents-wrap dl {
    padding: 15px 25px 15px 25px;
    margin-bottom: 25px;
  }

  .faq-contents-wrap dt {
    padding: 0;
    padding: 0 25px;
    font-size: 16px;
  }

  .faq-contents-wrap dd {
    padding: 20px 0 0 25px;
  }

  .faq-contents-wrap dd:before {
    top: 20px;
  }

  .faq-contents-wrap dt:after {
    right: -5px;
  }

  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .faq-contents-wrap h4 {
    font-size: 19px;
    margin-bottom: 25px;
  }

  .faq-contents-wrap.faq-pc h4:before {
    width: 36px;
    height: 27px;
  }

  .faq-contents-wrap h5 {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .clm-wrap .support-tit {
    padding: 43px 20% 10px;
    line-height: 2;
  }
  .clm-wrap.xsen .support-tit:before {
    content: "";
    display: block;
    position: absolute;
    top: 28px;
    left: 46%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../../img/page/support_icon_01.png) no-repeat;
    background-size: contain;
  }
  .supportbox-contents {
    padding: 30px 20px 40px;
  }
  .qa-list dl::before {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    content: "";
    transform: translate(0, -50%);
    background: url(../../img/page/support_arrow.png) no-repeat;
    background-size: contain;
  }
  .qa-list dl dt {
    letter-spacing: 2px;
  }
  .support-contents-wrap section.support1 .support2:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 44%;
    transform: translateY(-50%);
  }
  .support-contents-wrap section.support1 a:nth-of-type(1).support2:before {
    width: 24px;
    height: 24px;
    background: url(../../img/page/support_icon_01.png) no-repeat;
    background-size: contain;
  }
  .support-contents-wrap section.support1 a:nth-of-type(2).support2:before {
    width: 24px;
    height: 24px;
    background: url(../../img/page/support_icon_02.png) no-repeat;
    background-size: contain;
  }
  .support-contents-wrap section.support1 a:nth-of-type(3).support2:before {
    width: 24px;
    height: 24px;
    background: url(../../img/page/support_icon_03.png) no-repeat;
    background-size: contain;
  }
  .support-contents-wrap section.support1 a:nth-of-type(4).support2:before {
    width: 24px;
    height: 24px;
    background: url(../../img/page/support_icon_04.png) no-repeat;
    background-size: contain;
  }
  .support-contents-wrap section.support1 a:nth-of-type(5).support2:before {
    width: 24px;
    height: 24px;
    background: url(../../img/page/support_icon_05.png) no-repeat;
    background-size: contain;
  }
  .support-contents .support2 {
    padding: 20px;
    font-size: 18px;
    line-height: 1.4;
    word-wrap: break-word;
  }

  a.faq-back-btn {
    display: block;
    width: 80%;
    padding: 15px;
    font-size: 14px;
  }

  /*
=====================
Company
=====================
*/

  .company-contents {
    margin-bottom: 50px;
  }
  .company-contents2 {
    margin-top: 50px;
  }
  .company-mind-wrap dl {
    margin-bottom: 35px;
  }

  .company-mind-wrap dt {
    font-size: 13px;
    padding: 5px 15px;
  }

  .company-mind-wrap dl:nth-of-type(1) dd {
    font-size: 16px;
  }

  .company-mind-wrap dd {
    padding-left: 10px;
  }

  .company-thumb-wrap {
    height: 40vw;
  }

  .company-brands-wrap {
    padding: 0;
  }

  .company-contents h2 {
    font-size: 19px;
    margin-bottom: 35px;
    line-height: 1.7;
  }

  .company-contents.winning h3 {
    line-height: 1.7;
    padding-bottom: 0px;
    font-size: 19px;
    text-align: center;
  }

  section#win1,
  section#win3,
  section#win5 {
    margin-top: -90px;
    padding-top: 90px;
  }

  .company-contents .read,
  .company-brands-wrap .brands-wrap {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 4em;
  }

  .company-brands-wrap .brands-wrap {
    padding: 35px 0;
  }

  .company-brands-wrap .brands-wrap .brands-btn {
    padding: 20px;
    font-size: 19px;
    margin-top: 50px;
  }

  .company-brands-wrap .brands-wrap .brands-btn span {
    margin-top: 10px;
    font-size: 12px;
  }

  .company-message-wrap .thumb-wrap {
    width: 50%;
  }

  .company-message-wrap .text-wrap .title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .company-policy-wrap {
    padding: 50px 5%;
  }

  .company-policy-wrap .policy-wrap {
    width: 100%;
    margin-top: 35px;
    padding: 0;
  }

  .company-policy-wrap .auth-wrap .auth {
    margin-bottom: 35px;
  }

  .history-nav a {
    width: 100%;
    height: 3.5em;
    margin-bottom: 10px;
    font-size: 12px;
    margin-right: 0;
  }

  .history-nav a br {
    display: none;
  }
  .support-contents.history table {
    width: 100%;
  }
  .support-contents.history table img {
    display: block;
    margin: 5px auto 0;
  }
  .company-contents.winning .auth-wrap,
  .company-contents.winning .auth-wrap .auth {
    width: 100%;
  }
  #win2 .auth-wrap .auth {
    width: 100%;
  }
  #win2 .auth-wrap .auth:nth-child(2) {
    width: 100%;
  }

  .worldArea {
    margin: 0px auto 90px;
    padding-top: 70px;
  }

  .worldArea h2 {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  /*
=====================
Contact
=====================
*/
  .contact-contents-wrap {
    margin-bottom: 50px;
  }

  .contact-contents-wrap .contact-link-wrap {
    margin-bottom: 35px;
  }

  .contact-contents-wrap .contact-link-wrap a {
    width: 100%;
    font-size: 16px;
    padding: 20px;
  }

  .contact-contents-wrap .contact-link-wrap a:before {
    display: block;
    margin: 0 auto 5px;
    position: static;
    transform: none;
  }

  .contact-contents-wrap iframe {
    margin-bottom: 50px;
  }

  .contact-info-wrap .num {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .contact-info-wrap {
    margin: 50px 0;
  }

  .contact-info-wrap .num:before {
    width: 34px;
    height: 23px;
  }

  .contact-contents-wrap .contact-link-wrap a:nth-of-type(1):before {
    width: 26px;
    height: 26px;
  }
  .contact-contents-wrap .contact-link-wrap a:nth-of-type(2):before {
    width: 19px;
    height: 25px;
  }
  .contact-contents-wrap .contact-link-wrap a:nth-of-type(3):before {
    width: 18px;
    height: 25px;
  }
  .contact-contents-wrap .contact-link-wrap a:nth-of-type(4):before {
    width: 19px;
    height: 30px;
  }
  .contact-contents-wrap .contact-link-wrap a:nth-of-type(5):before {
    width: 26px;
    height: 18px;
  }

  /*
=====================
Product
=====================
*/

  .product-banner-wrap {
    margin-bottom: 75px;
  }

  .product-top-nav {
    padding: 0;
    margin-bottom: 50px;
  }

  .product-top-nav a,
  .product-top-nav p {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-top-nav a,
  .product-top-nav p a {
    padding: 15px;
  }

  .product-contents h3,
  .product-contents h1 {
    font-size: 19px;
    margin-bottom: 50px;
  }

  .product-contents .product-wrap {
    margin-bottom: 50px;
  }

  .product-contents .product-wrap .product {
    width: 48%;
    font-size: 13px;
    margin-bottom: 50px;
  }

  .product-contents .product-wrap .product h4 {
    margin-top: 15px;
  }

  .product-bottom-nav {
    padding: 0;
    margin-bottom: 50px;
  }

  .product-bottom-nav a {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
  }

  #product1,
  #product2,
  #product3,
  #product4,
  #product5,
  #product6,
  #product7,
  #cases1,
  #cases2,
  #cases3,
  #cases4,
  #cases5 {
    padding-top: 100px;
    margin-top: -100px;
  }

  /* single */

  .product-single-contents-wrap h3 {
    font-size: 19px;
    margin-bottom: 35px;
    line-height: 1.5;
    padding-bottom: 10px;
  }

  .product-read p {
    margin: 0 auto 50px;
    font-size: 16px;
  }

  .product-read iframe {
    height: 250px;
  }

  .product-single-contents-wrap {
    margin: 0 auto 50px;
  }

  .product-single-contents-wrap.gray-wrap {
    padding: 50px 0;
  }

  .product-relation .text-wrap {
    width: 100%;
  }

  .product-relation .thumb-wrap {
    width: 50%;
    margin: 0 auto 15px;
  }
  .support-contents.history table th {
    text-align: left;
  }

  .finish .news-wrap {
    padding: 25px 5px;
  }
  .finish .news-wrap .thumb-wrap,
  .finish .news-wrap .text-wrap {
    width: 100%;
  }
  .catalog .product-contents .clm-wrap div {
    width: 48%;
    margin-bottom: 60px;
    margin-right: 4%;
    min-width: unset;
  }
  .catalog .product-contents .clm-wrap div:nth-child(3n) {
    margin-right: 4%;
  }
  .catalog .product-contents .clm-wrap div:nth-child(2n) {
    margin-right: 0;
  }

  .policy h2 {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.6;
  }

  .wrap {
    padding-top: 56px !important;
  }
  .level0 li.level0-cd {
    float: left;
    padding-right: 0;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
  }

  /* flow */

  #flow1,
  #flow2 {
    padding-top: 50px;
    margin-top: -50px;
  }

  .flow-contents-wrap h3 {
    margin-bottom: 50px;
  }

  .product-flow-nav {
    margin-bottom: 75px;
  }

  .product-flow-nav li {
    padding: 15px;
    font-size: 13px;
  }

  .flow-contents {
    padding: 50px 0;
    margin-bottom: 75px;
  }

  .flow-contents dl {
    margin-bottom: 40px;
  }

  .flow-contents dl:after {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% + 42px);
    background: #00467d;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: -1;
  }

  .flow-contents dt {
    width: 50px;
    height: 50px;
    font-size: 19px;
    margin-right: 25px;
  }

  .flow-contents dd {
    width: calc(100% - 75px);
  }

  .flow-contents dd h4 {
    font-size: 19px;
  }

  .guide-btn {
    max-width: 320px;
    font-size: 1.2em;
    bottom: 4.8em;
    border-radius: 13px;
    padding: 1.5em 2em;
    padding-left: 3em;
  }

  .guide-btn:before {
    width: 30px;
    height: 29px;
    left: 1.2em;
  }

  .cat-guide-btn-wrap {
    margin: -3em 0 8em;
  }

  .cat-guide-btn-wrap.nmb {
    margin-bottom: 2em;
  }

  .omimai {
    text-align: left;
    width: 90%;
    margin: 2em auto 0;
  }
  .secure-btn {
    width: 100%;
    margin-bottom: 30px;
  }

  /* 240724 アンカーリンクのための高さ調整 */
  .company-contents2 {
    margin-top: 0;
    padding-top: 50px;
  }
  .support-contents table td {
    white-space: wrap;
    word-break: break-all;
  }

  /* 241010 table突き抜け対策 */
  /* .company-contents table td.clm-wrap div {
width:fit-content;
}
	.company-contents table td.clm-wrap{
		width:fit-content;
	} */
  .company-contents table td.clm-wrap::after {
    display: none;
  }

  /* 250121 TOP product 円調整 */
  .slick-slide:has(.product) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .top-product-area .product:before {
    display: none;
  }
  .top-product-area .product {
    padding: 0;
    position: static;
    width: 60vw !important;
    height: 60vw !important;
    border-radius: 100vmax;
    background: #f7f7f7;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .top-product-area .product img {
    height: 37vw;
    margin: 0 auto;
  }
  .top-product-area .product a:has(img) {
    margin-bottom: 2vw;
  }

  @media (max-width: 495px) {
    .top-product-area .product img {
      height: 28vw;
    }
  }
  /* 	.top-product-area .product.new::after{
		top:5%;
    right: 10%;
} */
  .top-product-area .product.new::after {
    width: 7.5vw;
    height: 7.5vw;
  }
  .showroom-contents-wrap {
    width: 90%;
  }
  .single-showroom .showroom-img-wrap {
    display: block;
  }
  .single-showroom .showroom-img-wrap > * + * {
    margin-top: 20px;
  }
  .showroom-read-wrap {
    margin-bottom: 20px;
  }
  /* 260226 TOPバナー */
  .jds-bnr {
    padding: 100px 0px 0px;
    width: 90%;
  }
  .foot-banner-area .clm-wrap a.hurf--bsi {
    width: auto;
    margin-right: 24px;
  }
  .foot-banner-area .clm-wrap a.hurf--bsi :is(img, picture) {
    width: 115px;
    margin: 0 auto;
    display: block;
  }
  .foot-banner-area .inner .clm-wrap {
    justify-content: center;
  }
}
