@charset "utf-8";
/* CSS Document */
/* theme name:mainstyle_css */

/* --- set --- */
:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --hoverTransition: all .3s ease;
}

body{
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #333;
    line-height: 1.35;
    letter-spacing: 0.05em;
    font-size: 15px;
}
body.subpage {
    position: relative;
}

body.subpage::before,
body.subpage::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-repeat: no-repeat;
}

body.subpage::before {
    background-image: url('img/sub_bg_1.png');
    background-size: 100%;
    top: var(--header-offset, 119px);
    left: 0;
    background-position: left top;
}

body.subpage::after {
    background-image: url('img/sub_bg_2.png');
    background-size: min(80%, 1155px);
    right: 0;
    background-position: right top;
}

.serif{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight:normal;
    font-style: normal;
}
.oswald{
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.pctab{display: none;}
.sp{display: block;}
.inline-pctab{display: none;}
.inline-sp{display: inline-block;}

@media screen and (min-width:600px){
    .pctab{display: block;}
    .sp{display: none;}
    .inline-pctab{display: inline-block;}
    .inline-sp{display: none;}
}

.scroll-prevent{
    overflow: hidden;
    width: 100%;
}

.container{
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

a{
    color: currentcolor;
    -webkit-transition: var(--hoverTransition);
    transition: var(--hoverTransition);
}


/* --------- gsap ---------- */
.floatin,
.fadein,
.pageTitle h1,
.pageTitle .subTitle,
.page_h2,
.prod_h3,
.timeline-date {
    opacity: 0;
}

/* ------------------------------------------------ */
/* ------- footer ------- */
footer{
    background: #F9F9FB;
    padding: 75px 0 114px;
    font-size: 0.95em;
    margin-top: 120px;
    position: relative;
}
.home footer{
    margin-top: 0;
}
.footer_topContents,
.footer_bottomContents{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.footer_topContents{
    margin-bottom: 35px;
    align-items: center;
}
.footer_bottomContents{
    align-items: flex-end;
}
.footer_topContents .logo{
    width: min(86vw,350px);
}
ul.footerMenu {
    display: flex;
    flex-flow: wrap column;
    gap: 0.7em 2.5em;
    padding-top: 0.5em;
}
ul.footerMenu li a:hover{
    opacity: 0.4;
}
.footerAddress {
    line-height: 1.85;
}

@media screen and (min-width:1225px){
    .footerAddress {padding-left: 3.1em;}
}

ul.footerSnsMenu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
ul.footerSnsMenu li{
    width: 41px;
}
ul.footerSnsMenu li a:hover{opacity: 0.4;}
footer .border{
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 40px 0 20px;
}
.footerOtherMenu{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    color: #999;
    font-size: 13px;
}
.footerOtherMenu a:hover{color: #777;}

#page_top {
    font-size: 14px;
    position: absolute;
    top: 1.75em;
    color: #999;
    left: 50%;
    transform: translate(-50%, -50%);
}
#page_top a{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.35em;
    -webkit-transition: var(--hoverTransition);
    transition: var(--hoverTransition);
}

#page_top a span.tri{
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.75em solid #999;
    -webkit-transition: var(--hoverTransition);
    transition: var(--hoverTransition);
}

#page_top a:hover{color: #777;}
#page_top a:hover span.tri{border-bottom-color: #777;}

/* --------- header ---------- */
nav#g-navi_wrap {
    display: none !important;
}

#hamb__g-navi_wrap{display: none;}
#hamb__g-navi_wrap {
    width: 100%;
    z-index: 777;
    font-weight: 600;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    /* background: #80a1c5; */
    background: rgb(1,60,136)!important;
    background: linear-gradient(0deg, rgba(1,60,136,1) 23%, rgba(1,129,140,1) 100%)!important;
    background: -webkit-linear-gradient(0deg, rgba(1,60,136,1) 23%, rgba(1,129,140,1) 100%)!important;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.125em;
}
.trapezoidWrap{
    background: #3b91d9;
    width: 100vw;
    height: min(36vw,36vh);
    margin: 0 calc(50% - 50vw);
}
#hamb__g-navi_wrap span.trapezoid01 {
    display: block;
    width: 100vw;
    margin: 0% calc(50% - 50vw);
    height: 100vh;
    background: rgb(59 145 217 / 40%);
    clip-path: polygon(0 70%, 100% 91%, 100% 100%, 0% 100%);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#hamb__g-navi_wrap span.trapezoid02 {
    display: block;
    width: 100vw;
    margin: 0% calc(50% - 50vw);
    height: 100vh;
    background: rgb(178 202 223 / 32%);
    clip-path: polygon(100% 47%, 100% 100%, 100% 100%, 20% 100%);
    position: fixed;
    z-index: -2;
    right: 0;
    bottom: 0;
}

header{
    position: fixed;
    left: 0;
    width: 100%;
    border-left: none;
    border-right: none;
    transition: border-color .35s ease;
    z-index: 9999;
    padding:4px 0px 7px;
    background: #fff;
}
.subpage header{
    /*background: rgba(255,255,255,0.3);*/
    background: #FFF;
}

header.UpMove{animation: UpAnime 0.5s forwards;}
@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}
header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

.header_flexwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
h1.logo {
    width: min(73vw, 350px);
}

#js-hamburger{
    width: 41px;
    height: 41px;
    position: relative;
    margin-top: 5px;
}
#js-hamburger span{
    display: block;
    width:28px;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    background: #4D2C40;
    -webkit-transition: var(--hoverTransition);
    transition: var(--hoverTransition);
}
#js-hamburger span:nth-of-type(1){
    top: 11px;
    left: 7px;
}
#js-hamburger span:nth-of-type(2){
    top: 19px;
    left: 7px;
}
#js-hamburger span:nth-of-type(3){
    top: 27px;
    left: 7px;
}

#js-hamburger.active span:nth-of-type(1){
    top: 21px;
    transform:rotate(33deg);
}
#js-hamburger.active span:nth-of-type(2){
    opacity: 0;
}
#js-hamburger.active span:nth-of-type(3){
    top: 21px;
    transform:rotate(-33deg);
}
ul.hamb__g-navi{
    padding: min(33.5vw,33.5vh) 6.25vw 70px;
}
.gnavAddress{
    padding: 0px 6.25vw min(33.5vw,33.5vh);
    line-height: 1.85;
    font-size: 0.95em;
}
ul.hamb__g-navi_moremenulist{
    display: none;
}
ul.hamb__g-navi > li{
    border-bottom: 1px solid #fff;
}
ul.hamb__g-navi > li > a {
    padding: 12px 7px;
}
ul.hamb__g-navi > li > a,
ul.hamb__g-navi > li > div {
    padding: 12px 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.hamb__g-navi > li > .hamb__g-navi_haschild span.acc{
    display: block;
    position:relative;
    -webkit-transition: var(--hoverTransition);
    transition: var(--hoverTransition);
    padding: 4px 5px;
}
ul.hamb__g-navi > li > .hamb__g-navi_haschild span.acc img{
    width: 13px;
}
ul.hamb__g-navi > li > .hamb__g-navi_haschild span.acc.active{
    transform: rotate(-45deg);
}

ul.hamb__g-navi_moremenulist{
    margin: 0 auto;
}
ul.hamb__g-navi_moremenulist li:not(:last-of-type){
    margin-bottom: 7px;
}
a.hamb__g-navi_haschild.on {
    color:#833062;
}
ul.hamb__g-navi_moremenulist li a {
    display: flex;
    align-items: center;
    padding: 9px 7px 9px 14px;
    position: relative;
    background: rgb(158 192 221 / 30%);
}
ul.hamb__g-navi li a.direct{
    position: relative;
}
ul.hamb__g-navi li a.direct::after,
ul.hamb__g-navi_moremenulist li a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
ul.hamb__g-navi_moremenulist li:last-of-type{
    padding-bottom: 16px;
}
span.subttl.oswald {
    font-size: 0.75rem;
    padding-left: 1em;
}

/* common */
.line__l{
    line-height: 1.90;
}
.commonBtn{
    display: inline-block;
    margin-top: 20px;
}
.commonBtn.large{
    margin-top: 45px;
}
.commonBtn a {
    display: flex;
    align-items: center;
    padding: 15px 26px 15px;
    color: #ffffff;
    position: relative;
    border-radius: 50px;
    z-index: 1;
    font-size: 14px;
}
.commonBtn.large a {
    padding: 15px 50px 15px;
}
.commonBtn a p,
.commonBtn a span{
    position: relative;
    z-index: 1;
}
.commonBtn a span.arrow-right{
    margin-left: 1em;
}
span.arrow-right {
    width: 0.925rem;
    position: relative;
}
span.arrow-right svg{
    width: 100%;
}

span.arrow-right svg polygon.st0{
    fill: #fff;
}
.white span.arrow-right svg polygon.st0{
    fill: #005388;
}
a:hover .white span.arrow-right svg polygon.st0{
    fill: #fff;
}

.commonBtn a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 50px;
    background-color: #006598;
    transition: all .3s cubic-bezier(.33,1,.68,1);
}
.commonBtn a:hover::before{
    scale: 1.05;
    background: rgb(1,60,136);
    background: linear-gradient(90deg, rgba(1,60,136,1) 31%, rgba(1,129,140,1) 100%);
}
.links_wrap.inlineblk{display: inline-block;}
.links_wrap .links{
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
}
.links_wrap .links p{
    margin-right:1.5em;
}
.links_wrap .links .circlebtn,
.links_wrap a .circlebtn{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.links_wrap .links .circlebtn:before,
.links_wrap a .circlebtn:before{
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #005388;
    transition: scale .3s cubic-bezier(.33,1,.68,1);
}
.links_wrap .links .circlebtn.white:before,
.links_wrap a .circlebtn.white:before{
    background-color: #fff;
}
a:hover .links_wrap .links .circlebtn:before,
.links_wrap a:hover .circlebtn:before,
a:hover .links_wrap .links .circlebtn.white:before,
.links_wrap a:hover .circlebtn.white:before{
    scale: 1.25;
    background: rgb(1,60,136);
    background: linear-gradient(90deg, rgba(1,60,136,1) 31%, rgba(1,129,140,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(1,60,136,1) 31%, rgba(1,129,140,1) 100%);
    animation: rotate 6.4s linear infinite;
}

.links_wrap .links .circlebtn span.arrow,
.links_wrap a .circlebtn span.arrow{
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 2;
}
.links_wrap .links .circlebtn span.arrow img:nth-of-type(1),
.links_wrap a .circlebtn span.arrow img:nth-of-type(1){
    display: block;
    opacity: 1;
}
.links_wrap .links .circlebtn span.arrow img:nth-of-type(2),
.links_wrap a .circlebtn span.arrow img:nth-of-type(2){
    display: none;
    opacity: 0;
}
a:hover .links_wrap .links .circlebtn span.arrow img:nth-of-type(1),
.links_wrap a:hover .circlebtn span.arrow img:nth-of-type(1){
    display: none;
    opacity: 0;
}
a:hover .links_wrap .links .circlebtn span.arrow img:nth-of-type(2),
.links_wrap a:hover .circlebtn span.arrow img:nth-of-type(2){
    display: block;
    opacity: 1;
}
/* animation keyframes */
@keyframes rotate {
    0% {
        rotate: 0
    }

    to {
        rotate: 1turn
    }
}

.gradeItem {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1em;
}
.gradeItem .oswald {
    font-weight: 450;
    font-size: min(8.75vw, 48px);
    padding-right: 1.25rem;
    white-space: nowrap;
    letter-spacing: 0.125rem;
    display: inline-block;
    background: rgb(1,60,136);
    background: linear-gradient(0deg, rgba(1,60,136,1) 23%, rgba(1,129,140,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(1,60,136,1) 23%, rgba(1,129,140,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradeItem.non .oswald{
    background: none;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.gradeItem span{
    font-size: 14px;
    padding-bottom: 0.3em;
    font-weight: 500;
}

.txtrl {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
}

/* home */
#mvWrap{
    width: 100%;
    height: 86vh;
    position: relative;
}
#mvWrap::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 37%, rgba(7,33,58,0.85) 100%);
    z-index: 2;
}
#mvWrap video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
@media screen and (max-width:1024px) and (orientation: landscape){
    #mvWrap{
        width: 100%;
        height: 95vh;
    }
}
.mvContentsWrap {
    width: min(90%, 1920px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    padding-bottom: min(4vh, 200px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
}
.scroll {
    display: flex;
    flex-direction: column;
    padding-top: 6vw;
    gap: 10px;
}
.scroll .border{
    width: 1px;
    height: 215px;
    background: #fff;
    position: relative;
}
.scroll .border::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 4px;
    transform: rotate(45deg);
}
#mvWrap .mvCatch {
    color: #fff;
    font-weight: 500;
    font-size: min(4.8vw, 36px);
    width: min(74%, 704px);
    line-height: 1.66;
    text-shadow: 1px 1px 5px #333;
    z-index: 3;
    width: auto;
}
#mvWrap .mvCatch span{
    font-size: 4vw;
}
.homeContents{
    padding-top: 85px;
}
#homeTop {
    padding: min(22vw, 100px) 0px;
    position: relative;
    overflow: hidden;
}
#homeTop .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#homeTop::after {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/bg-decoration.webp);
    background-size: min(80%, 1155px);
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
}
.homeTopItem {
    text-align: center;
    font-size: min(4.5vw, 24px);
    line-height: 1.66;
    font-weight: 500;
}
#homeTop > div > p{
    margin: min(8vw,45px) auto;
    max-width: 788px;
}

#productsSliderOuter{
    margin-top: 45px;
    margin-bottom: 50px;
}
.swiper-slide.gallery_slide{
    padding: min(7vw,75px);
    position: relative;
    overflow: visible;
}
@media only screen and (min-width: 1025px) {
    .swiper-slide.gallery_slide {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-slide.gallery_slide:hover {
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px);
    }
}


.gallery_prdname{
    color: #fff;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 6%;
    transform: translateX(-50%);
    font-size: 14px;
    background: url(img/prd-nama-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:50% 50%;
    line-height: 1.5;
}
.gallery_prdname .inner{
    padding: 1.25em 12.5%;
}
.gallery_prdname .inner span.arrow {
    display: block;
    width: max(100px, 27%);
    height: 1px;
    background: #fff;
    margin-top: 1em;
    margin-left: auto;
    margin-right: 0.5em;
    position: relative;
}
.gallery_prdname .inner span.arrow::after {
    content: "";
    width: 9px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: rotate(27deg);
    position: absolute;
    right: 0;
    bottom: 2px;
}
.swiper-slide.gallery_slide::after{
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/dash_outline.svg);
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.swiper-wrapper.gallery_slider-wrapper{
    padding-bottom: 50px;
}

/* progressbar */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 1px;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
    width: min(90%,1160px)!important;
    position: absolute;
    bottom: 0;
    top: unset!important;
    left: 50%!important;
    transform: translateX(-50%);
    height: 8px!important;
    background: transparent!important;
    border-bottom: 1px solid #01808c!important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgb(1,60,136)!important;
    background: linear-gradient(0deg, rgba(1,60,136,1) 23%, rgba(1,129,140,1) 100%)!important;
    background: -webkit-linear-gradient(0deg, rgba(1,60,136,1) 23%, rgba(1,129,140,1) 100%)!important;
}

ul.homeproductsList {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
ul.homeproductsList li a {
    display: inline-block;
    padding: 0.55em 1.25em;
    border: 1px solid rgb(153 153 153 / 60%);
    border-radius: 50px;
    font-size: 12px;
    color: #555;
}
ul.homeproductsList li a:hover{
    color: #fff;
    background: rgb(1,60,136)!important;
    background: linear-gradient(0deg, rgba(1,60,136,1) 23%, rgba(1,129,140,1) 100%)!important;
    background: -webkit-linear-gradient(0deg, rgba(1,60,136,1) 23%, rgba(1,129,140,1) 100%)!important;
}
.bg-vw{
    margin-top: 85px;
    padding-bottom: 100px;
}

/* -------- tech ---------- */
#homeTech {
    margin-top: 0!important;
    background: #F9F9FB;
}

.l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
}

.l-section .l-inner {padding-top: 3.5rem;}

[class*=swiper]:focus {outline: none;}

.techinfo_sliderOuter {
    overflow: hidden;
}
.techinfo_sliderOuter .swiper {
    overflow: visible;
}
.techinfo_sliderOuter .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.techinfo_sliderOuter .slide {
    overflow: hidden;
    width: 340px;
}
.techinfo_sliderOuter .slide-content {
    padding: 1.2rem 0;
}
.techinfo_sliderOuter .techinfo_cat {
    font-size: 14px;
    line-height: 1;
}
.techinfo_sliderOuter .techinfo_ttl {
    line-height: 1.6;
    /* margin-top: 1.25rem; */
    margin-top: 0.25rem;
}
@media only screen and (max-width: 1024px) {
  .l-inner {padding: 0 2rem;}
}
@media only screen and (max-width: 599px) {
  .techinfo_sliderOuter .slide {width: 16.5rem;}
}
@media only screen and (min-width: 1025px) {
  .techinfo_sliderOuter .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .techinfo_sliderOuter .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}


/* --------- about ------------ */
#homeabout{
    background: url(img/homeabout-bg.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}
#homeabout::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(5,91,167);
    background: linear-gradient(90deg, rgba(5,91,167,1) 10%, rgba(1,129,140,0) 100%);
}
#homeabout .container{
    position: relative;
    z-index: 2;
}
.homeabout_txt{
    width: min(90%,543px);
    margin: 55px auto 50px 0px;
}
/* ---------- info ------------- */
ul.b-newslist{
    margin-top: 55px;
}
ul.b-newslist li{
    border-bottom: 1px dashed #ccc;
}
ul.b-newslist li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45em 2.5em;
    padding: 1em 0;
}
ul.b-newslist li a .post_date,.post_date{
    font-size: 14px;
}
ul.b-newslist li a .post_title{
    width: 100%;
    padding-right: 1.5em;
    position: relative;
    -webkit-transition: var(--hoverTransition);
    transition: var(--hoverTransition);
}
ul.b-newslist li a .post_title::after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #005388;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--hoverTransition);
    transition: var(--hoverTransition);
}
ul.b-newslist li a:hover .post_title::after{
    opacity: 1;
    visibility: visible;
}
ul.b-newslist li a:hover .post_title{color: #005388;}

/* --- パンくずリスト --- */
.breadcrumbWrap {
    padding: 25px 0;
}
.breadcrumb {
    font-size: 12px;
    color: #555;
    padding-left: 15px;
}
.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.breadcrumb li+li:before {
    content: ">";
    margin: 0 8px;
    color: #555;
}
.breadcrumb a {
    color: #01808C;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}

/* --- ページタイトル --- */
.pageHeader{
    padding-top: var(--header-offset, 110px);
}
.pageTitle {
    margin: 70px auto 50px;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.01em;
    align-items: baseline;
    font-weight: bold;
    gap: 10px;
}
.pageTitle h1 {
    font-size: 36px;
    color: transparent;
    background: linear-gradient(90deg, #014288, #01738A);
    -webkit-background-clip: text;
    background-clip: text;
}
.pageTitle .subTitle {
    font-size: 16px;
    color: transparent;
    background: linear-gradient(90deg, #014288, #01738A);
    -webkit-background-clip: text;
    background-clip: text;
}
.pageTitle.subTop {
    flex-direction: column-reverse;
    gap: 10px;
}

/* --- メインレイアウト --- */
#pageMainContents {
    margin-top: 80px;
    line-height: 2;
}
#pageMainContents.sideMenu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

/* --- サイドメニュー --- */
#sideMenu {
    flex: 1 1 auto;
    background: #fff;
    border-radius: 10px;
    padding: 35px 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
}
#sideMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sideMenu ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}
#sideMenu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s;
}
#sideMenu ul li a::before {
    content: "●";
    font-size: 13px;
    color: #e4f5fc;
    margin-right: 15px;
    flex-shrink: 0;
    transition: all 0.3s;
}
#sideMenu ul li.active a::before {
    color: #005286;
}
#sideMenu ul li a:hover::before {
    color: #005286;
}
#sideMenu ul li.active a {
    color: #005286;
    font-weight: bold;
}
#sideMenu ul li a:hover {
    color: #005286;
    font-weight: bold;
}
#sideMenu.bottom {
    order: 2;
    margin-top: 60px;
}
#sideMenu .contactButton,
button.catalogBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: linear-gradient(to top, #017A8B, #005C88, #013F88);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 25px;
    transition: background 0.3s;
}
#sideMenu .contactButton img {
    width: 40px;
    margin-right: 12px;
}
#sideMenu .contactButton:hover,
button.catalogBtn:hover{
    opacity: 0.9;
}

/* --- メインコンテンツ --- */
#mainContent {
    flex: 3 1 auto;
    padding: 0;
    margin-top: 3px;
}
.page_h2{
    display: block;
    font-size: min(5.5vw, 26px);
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 65px 0 35px;
    color: #005286;
    border-bottom: 1px solid #01808C;
    padding-bottom: 20px;
    line-height: 1.5;
}

/* --- 会社概要 --- */
.profileTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 10px;
    font-size: 14px;
}
.profileTable th {
    text-align: left;
    font-weight: 600;
    padding: 10px 15px;
    border-left: 5px solid #01808C;
}
.profileTable td {
    color: #333;
    padding: 10px 18px;
}
.profileTable th,
.profileTable td {
    display: block;
    width: 100%;
}
.profileTable .executive {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.profileTable .executive .role {
    min-width: 105px;
    text-align: right;
}
.profileTable .executive .role.en{
    min-width:132px;
}
.profileTable .executive .name {
    color: #555;
}

/* --- 会長挨拶 --- */
/* .greetingImage {
    margin-bottom: 80px;
} */
.greetingImage {
    margin-bottom: 48px;
    max-width: 287px;
    margin-left: auto;
    margin-right: auto;
}
.greetingMessage h2 {
    font-size: min(6vw, 30px);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    line-height: 1.75;
}
.greetingMessage .signature {
    text-align: right;
    margin-top: 50px;
}
.greetingMessage .signature img {
    display: inline-block;
    max-width: 290px;
    margin-top: 25px;
}
@media all and (min-width:768px){
    .greetingwrap {
        display: grid;
        grid-template-columns: 1.2fr 2fr;
        gap: 35px;
    }
}
/* --- 採用情報 --- */
.recruitImage {
    margin-bottom: 65px;
}
.recruitMessage .address {
    margin-top: 35px;
}
.recruitMessage .address p {
    font-weight: bold;
}
.recruitMessage address {
    font-style: normal;
    color: #555;
}

.pageExplain {
    line-height: 2;
}

/* --- 製品一覧 --- */
.productList {
    display: grid;
    grid-template-columns: 1fr; /* スマホは1カラム */
    gap: 60px;
    margin-top: 30px;
    padding-bottom: 20px;
}
.productCard {
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    padding: 20px;
    position: relative;
}
.productCard img {
    width: 100%;
    height: auto;
}
.productCard .productTitle {
    font-size: 18px;
    font-weight: 500;
    color: #004685;
    margin-bottom: 10px;
}
.productCard .productExplain {
    line-height: 1.7;
}
.productCard .productImage {
    margin: 20px auto;
}
.productCard .productTags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    padding: 10px;
}
.productCard .productTags a {
    display: block;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 50px;
    border: 1px solid #999999;
}
.productCard .productTags a:hover{
    color: #fff;
    background: rgb(1,60,136)!important;
    background: linear-gradient(0deg, rgba(1,60,136,1) 23%, rgba(1,129,140,1) 100%)!important;
    background: -webkit-linear-gradient(0deg, rgba(1,60,136,1) 23%, rgba(1,129,140,1) 100%)!important;
}
.productCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.productIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #004685;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.productIcon::before,
.productIcon::after {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 12px;
    height: 2px;
}
.productIcon::before {
    transform: rotate(45deg);
    top: 38%;
    left: 38%;
    transform-origin: center;
}
.productIcon::after {
    transform: rotate(-45deg);
    top: 56%;
    left: 38%;
    transform-origin: center;
}

/* --- 製品詳細ページ --- */
.prod_h2 {
    display: block;
    font-size: min(5.8vw, 24px);
    font-weight: bold;
    letter-spacing: 0.04em;
    margin: 70px 0 40px;
    color: #ffffff;
    background: linear-gradient(90deg, #014288, #01738A);
    padding: 10px;
    border-radius: 5px;
}
.prod_h2:first-child{
    margin-top: 0;
}
.prod_h3 {
    display: block;
    font-size: min(5.5vw, 26px);
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 30px 0;
    color: #005286;
    border-bottom: 1px solid #01808C;
    padding: 0 10px 15px 10px;
    line-height: 1.5;
}
.prod_h4 {
    display: inline-block;
    font-size: min(4.5vw, 18px);
    font-weight: bold;
    color: #005286;
    background-color: #e8f3f9;
    padding: 6px 12px;
    border-left: 4px solid #01808C;
    margin: 5px 0 20px;
}
.prod_content{
    margin-bottom: 40px;
    padding: 0 10px;
}

.prod_col {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 8%;
    margin-bottom: 30px;
}
.prod_col .col_item {
    width: 100%;
}
.prod_col.col-3 .col_item {
    width: 46%;
}
/*.prod_col .prod_slidewrap {
    max-width: 300px;
}*/

.prod_card {
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px 4%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.prod_name {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #014288;
}
.prod_image {
    margin-bottom: 12px;
    text-align: center;
}
.prod_image > img{
    max-height: 300px;
}
.prod_desc {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: auto;
}
.prod_btn {
    display: inline-block;
    margin: 15px 0;
    padding: 10px 16px;
    border: 2px solid #014288;
    background: #fff;
    color: #014288;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
    transition: background 0.2s ease, color 0.2s ease;
}
.prod_btn:hover {
    background: #014288;
    color: #fff;
}
ul.optionlinks{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
ul.optionlinks li .prod_btn{
    font-size: 14px;
    margin: 0 0;
    padding: 7px 11px;
}
ul.optionlinks li.notlink p{
    display: inline-block;
    font-size: 14px;
    margin: 0 0;
    padding: 7px 11px;
    display: inline-block;
    border: 2px solid #014288;
    background: #014288;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}

.prod_table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    line-height: 1.5;
}
.prod_table th,
.prod_table td {
    padding: 10px 12px;
    border: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
}
.prod_table th {
    background-color: #f0f6fa;
    font-weight: bold;
    color: #014288;
    width: 40%;
}
.prod_list {
    list-style: none;
    padding-left: 0;
}
.prod_list li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.5;
    margin-bottom: 10px;
}
.prod_list li::before {
    content: "";
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #01738A;
    border-radius: 50%;
    transform: translateY(-50%);
}

/* products slider  */
.prod_slidewrap {
    max-width: 300px;
    width: 90%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 0.5em;
    margin-right: auto;
    margin-left: auto;
}
.prod_slidewrap .swiper,
.prod_slidewrap .swiper-wrapper,
.prod_slidewrap .swiper-slide{
    width: 100%;
    height: 100%;
}
.prod_slidewrap .swiper-slide img{
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: contain;
    object-position: center center;
}
.products-swiper .swiper-horizontal>.swiper-pagination-bullets,
.products-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.products-swiper .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}
.products-swiper .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
    display: inline-block;
    background: #cdd5df;
    opacity: 1;
}
.products-swiper .swiper-pagination-bullet-active{
    background: #004685;
}
@media all and (min-width:768px){
    .prod_slidewrap {min-height: 300px;}
}
@media (any-hover: hover){
    .products-swiper .swiper-pagination-bullet:hover{
        background: #004685;
    }
}
/* ------ single ------- */
.pageTitle._single > h1,
.pageTitle._single > p{
    font-size: 16px;
}
.post_date.single{
    color: #999;
}
.post-title.single {
    font-size: 26px;
    font-weight: bold;
    padding-top: 12px;
    margin-bottom: 35px;
    position: relative;
    color: transparent;
    background: linear-gradient(90deg, #014288, #01738A);
    -webkit-background-clip: text;
    background-clip: text;
}
.post-wrapper {
    margin-top: -10px;
    margin-bottom: 65px;
}
.post_pagenation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post_pagenation > div{
    width: 5.75em;
}
.post_pagenation a {
    display: block;
    width: 100%;
    font-size: 12px;
    background: #e25a72;
    color: #fff;
    padding: 4px 0 5px;
    text-align: center;
}
.post_pagenation .back_allnews a{
    background: #fff;
    color: #333;
    border: 1px solid #e25a72;
}
@media (any-hover: hover){
    .post_pagenation a:hover{
        opacity: 0.55;
    }
}
/* ------ pagenation ------- */
.pagenation {
    margin-top: 50px;
    display: block;
    width: 100%;
}
.wp-pagenavi{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 7px;
}
.wp-pagenavi span,.wp-pagenavi a{
    width: 2.15em;
    height: 2.15em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e25a72!important;
    color: #333!important;
    font-size: 14px;
}
.wp-pagenavi span:hover,.wp-pagenavi a:hover,.wp-pagenavi span:hover,.wp-pagenavi span.current{
    background: #e25a72!important;
    color: #fff!important;
    font-weight: normal!important;
}
.wp-pagenavi span.pages,.wp-pagenavi a.first,.wp-pagenavi a.last,.wp-pagenavi span.extend,.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink{
    display:none!important;
}
/* 404 */
#pagecontents.page404{
    padding: 40px 0 120px;
}
#pagecontents.page404 > h2{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 45px;
}
#pagecontents.page404 > div > p{
    line-height: 1.75;
}
#pagecontents.page404 ul{
    margin-top: 45px;
}
#pagecontents.page404 ul li a{
    display: inline-block;
    padding: 5px 17px 5px;
    text-align: center;
    color: #fff;
    background: #005286;
    border-radius: 50px;
    margin: 5px;
}
/* ------------ お問い合わせ ------------ */
.page_h2.posi_top {margin-top: 0;}
.inquiryTableWrap{margin-top: 45px;}
.contactform__wrapper{
	width: min(100%,950px);
	margin: 0 auto;
}
table.inquiryTable{
	width: 100%;
	font-size: 0.96em;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px!important;
}
table.inquiryTable th,
table.inquiryTable td{
    font-size: 14px;
}
table.inquiryTable th{vertical-align: middle;}
table.inquiryTable th.posi_top{vertical-align: top;}
table.inquiryTable th
table.inquiryTable td{
    padding: 25px 0 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
}
table.inquiryTable td input[type="text"],
table.inquiryTable td input[type="email"],
table.inquiryTable td textarea{
	width: 100%;
    font-size: 15px;
    background: #F9F9F9!important;
    box-sizing: border-box;
    padding: 12px 15px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    z-index: 2;
	resize: none;
    border: 1px solid #ccc;
}
table.inquiryTable td input[type="text"]:focus,
table.inquiryTable td input[type="email"]:focus,
table.inquiryTable td textarea:focus{
    outline: 2px solid #005C88;
}
table.inquiryTable td textarea{
	height:281px;
}
table.inquiryTable th span.req_i{margin-right: 10px;}
table.inquiryTable th span.req {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #e97589;
    padding: 5px 12px;
    border-radius: 20px;
    line-height: 1;
    font-weight: 400;
}
/* radiobtn */
.radio_btn input[type=radio].radio_btn_item{
	display: none;
}
.radio_btn label {
	display: inline-block;
    font-size: 14px;
}
.radio_btn .radio_btn_item + span {
	padding-left:2.25em;
	display: inline-block;
	position: relative;
}
.radio_btn .radio_btn_item + span::after,
.radio_btn .radio_btn_item + span::before {
	content: '';
	display: block;
	position: absolute;
}
.radio_btn .radio_btn_item + span::before {
    border: 1px solid #c5c5c5;
    background: #fff;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
}
.radio_btn .radio_btn_item + span::after {
    background: #014388;
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
    left: 0.05em;
    top: 0.35em;
    opacity: 0;
}
.radio_btn .radio_btn_item:checked + span::after {
	opacity: 1;
}
/* form btn */
.formBtnWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
    gap: 20px;
	margin-top: 55px;
}
.formBtnWrap > div,
a.linkBtn{
    width: 90%;
    max-width: 346px;
    position: relative;
}
a.linkBtn{margin: 35px auto 0;}
.formBtnWrap input,
a.linkBtn{
    display: block;
    width: 100%;
    text-align: center;
    color: #005286;
    border: 1px solid #005286;
    font-size: 14px;
    padding: 10px 1.5em;
    border-radius: 50px;
    position: relative;
    transition: all .3s ease;
}
.formBtnWrap > div::after ,
a.linkBtn::after{
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #005286;
    border-right: solid 2px #005286;
    position: absolute;
    right: 1.5em;
    top: 39%;
    transform: rotate(45deg);
    transition: all .3s ease;
}
.formBtnWrap > div.editbtn::after {content:none;}
.mw_wp_form_confirm.mw_wp_form_preview .formBtnWrap > div.editbtn::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #005286;
    border-right: solid 2px #005286;
    position: absolute;
    left: 1.5em;
    top: 39%;
    transform: rotate(-135deg);
    transition: all .3sease;
}
@media (any-hover: hover){
    .formBtnWrap input:hover,
    a.linkBtn:hover{
        background: #005286;
        color: #fff;
    }
    .formBtnWrap > div:hover::after,a.linkBtn:hover::after{border-color: #fff;}
    .mw_wp_form_confirm.mw_wp_form_preview .formBtnWrap > div.editbtn:hover::after{
        border-color: #fff;
    }
}

/* form error */
.mw_wp_form .error {
    font-size: 87%!important;
    color: #B70000;
    display: block;
    margin-top: 13px!important;
}
/* form finished */
a.backhome {
    display: block;
    width: 90%;
    max-width: 346px;
    text-align: center;
    color: #005286;
    border: 1px solid #005286;
    padding: 9px 1em;
    font-size: 14px;
    border-radius: 31px;
    margin: 33px auto;
    transition: all .3s ease;
}
@media (any-hover: hover){
    a.backhome:hover {
        color: #fff;
        background: #005286;
    }
}

/* ------------- カタログダウンロード -------------- */
#bulkForm input{
    -webkit-appearance: auto;  
    -moz-appearance: auto;
    appearance: auto; 
}

/* ------------- アクセス -------------- */
#mainContent.page_access p,
#mainContent.page_privacy p{
    font-size: 14px;
}
.googlemap {
    margin-top: 15px;
    width: 100%;
    height: clamp(250px,56vw,434px);
}
h3.ContInnerItem {
    font-size: clamp(17px,5.2vw,23px);
    font-weight: 500;
    margin-bottom: 1em;
}
p.numList {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
/* privacy */
.grayArea {
    display: inline-block;
    padding: 25px;
    background: rgb(239 240 245 / .39);
    margin-top: 75px;
}

/* ----------- カタログ --------------- */
form#bulkForm {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 19px 0;
}
label.catalog-box{
    width: 47%;
    height: auto;
    position: relative;
}
label.catalog-box .prod_image,
label.catalog-box .prod_slidewrap{
    width: 33vw;
    height: 34vw;
}
label.catalog-box .prod_image > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.catalogBtn-wrap{
    width: 100%;
    margin-top: 1.5rem;
    text-align: center;
}
button.catalogBtn{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
label.catalog-box input[type=checkbox] {
	width:19px;
	height:19px;
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
    position: relative;
    top: -1px;
    left: -1px;
    margin-bottom: 8px;
}
label.catalog-box:has(input[type="checkbox"]:checked){
    outline:2px solid #0075FF;
}
@media all and (min-width:640px){
    label.catalog-box input[type=checkbox] {
        -moz-transform:scale(1.4);
	    -webkit-transform:scale(1.4);
	    transform:scale(1.4);
        top: 5px;
        left: -1vw;
    }
}
/* @media all and (min-width:768px){
    label.catalog-box {
        width: 47%;
        height: auto;
    }
} */
@media all and (min-width:1024px){
    form#bulkForm{justify-content: flex-start;}
    label.catalog-box input[type=checkbox]{left: -1.75vw;}
    label.catalog-box .prod_image,
    label.catalog-box .prod_slidewrap,
    label.catalog-box .prod_slidewrap .swiper,
    label.catalog-box .prod_slidewrap .swiper-wrapper,
    label.catalog-box .prod_slidewrap .swiper-slide{
        width: 20vw;
        height: 21vw;
        min-height: unset;
    }
}
@media all and (min-width:1024px) and (max-width:1224px){
    label.catalog-box {
        width: 30%;
    }
    label.catalog-box:not(:nth-child(3n-2)) {
        margin-left: 5%;
    }
}
@media all and (min-width:1225px){
    label.catalog-box {
        width: 22.65%;
    }
    label.catalog-box:not(:nth-child(4n-3)) {
        margin-left: 3.13%;
    }
    label.catalog-box .prod_image{
        width: 100%;
        height: 75%;
    }
    label.catalog-box .prod_image > img{
        max-height: 250px;
    }
    label.catalog-box input[type=checkbox]{left: -27px;}
    label.catalog-box .prod_image,
    label.catalog-box .prod_slidewrap,
    label.catalog-box .prod_slidewrap .swiper,
    label.catalog-box .prod_slidewrap .swiper-wrapper,
    label.catalog-box .prod_slidewrap .swiper-slide{
        width: 100%;
        height: auto;
        min-height: 250px;
        max-height: 250px;
    }
}
/* =================================
               media 
==================================*/
@media screen and (min-width:480px){
    .googlemap {
        height: auto;
        max-height: 434px;
        aspect-ratio: 16 / 8.5;
    }
}
@media screen and (min-width:600px){
    /* home */
    #mvWrap .mvCatch span{
        font-size: inherit;
    }
    ul.homeproductsList {
        gap: 10px;
        justify-content: center;
    }
    ul.homeproductsList li a {font-size: 14px;}
    
    /* ページタイトル */
    .pageTitle {
        flex-direction: row;
        gap: 20px;
    }
    
    /* 製品一覧 */
    .productCard {
        padding: 25px;
    }
    /* single */
    .post_pagenation > div {width: 7.5em;}
    .post_pagenation a {
        font-size: 14px;
        padding: 7px 0 9px;
    }
    .wp-pagenavi span, .wp-pagenavi a {
        width: 3.15em;
        height: 2.85em;
        font-size: 15px;
    }
    /* お問い合わせ */
    .inquiryTableWrap{margin-top: 65px;}
    /* privacy */
    .grayArea {padding: 50px;}
}
@media screen and (min-width:768px){
    /* common */
    .homeItem {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 20px;
    }
    /* footer */
    ul.footerMenu {
        flex-flow: wrap row;
        gap: 0.35em 2.5em;
        align-items: center;
    }
    /* header */
    body{font-size: 16px;}
    nav#g-navi_wrap a{font-size: 15px;}

    ul.hamb__g-navi {padding: min(16.5vw, 16.5vh) 6.25vw 70px;}
    .gnavAddress {padding: 0px 6.25vw min(15.5vw, 15.5vh);}

    /* home */
    ul.b-newslist li a .post_title{
        width: auto;
        max-width: 90%;
    }
    ul.b-newslist li a {
        padding: 1.35em;
        display: grid;
        grid-template-columns: 1fr 20fr;
    }
    .gallery_prdname{font-size: 15px;}
    
    /* 製品一覧 */
    .productList {
        grid-template-columns: repeat(2, 1fr); /* 2カラム */
    }
    .productCard {
        padding: 30px;
    }
    
    /* 製品詳細ページ */
    .prod_h2 {
        padding: 14px 20px;
        border-radius: 10px;
    }
    .prod_h3 {
        padding: 0 0 20px 20px;
    }
    .prod_content{
        padding: 0 20px;
    }

    .prod_col {
        gap: 30px 4%;
    }
    .prod_col.col-1 .col_item {
        width: 100%;
    }
    .prod_col.col-1 .col_item .prod_desc{
        text-align: left;
    }
    .prod_col.col-2 .col_item {
        width: 48%;
    }
    .prod_col.col-2-ls .col_item:first-child {
        width: 30%;
    }
    .prod_col.col-2-ls .col_item:last-child {
        width: 66%;
    }
    .prod_col.col-3 .col_item {
        width: 30.5%;
    }
    
    .prod_btn{
        font-size: inherit;
    }
    
    .prod_table th {
        width: 35%;
    }
    
    /* single */
    .post-title.single {
        font-size: 30px;
        padding-top: 15px;
    }
}
@media screen and (min-width:1024px){
    /* ページタイトル */
    .pageTitle {
        margin: 100px auto 40px;
    }
    .pageTitle h1 {
        font-size: 40px;
    }
    .pageTitle .subTitle {
        font-size: 22px;
    }

    /* メインレイアウト */
    #pageMainContents.sideMenu {
        flex-wrap: nowrap;
        gap: 70px;
    }

    /* サイドメニュー */
    #sideMenu {
        flex: 0 0 265px;
        max-width: 265px;
        position: sticky;
        top: 140px;
        margin-bottom: 0;
    }
    #sideMenu.bottom {
        order: initial;
        margin-top: 0;
    }

    /* 会社概要 */
    .profileTable {
        border-spacing: 0;
    }
    .profileTable th,
    .profileTable td {
        display: table-cell;
        width: auto;
        border-radius: 0;
        box-shadow: none;
        padding: 18px 10px 18px 30px;
    }
    .profileTable th {
        border-left: none;
        border-bottom: 3px solid #01808C;
        width: 25%;
    }
    .profileTable td {
        border-bottom: 1px solid rgba(1, 128, 140, 0.3);
    }
    .profileTable tr:first-child th {
        border-top: 3px solid #01808C;
    }
    .profileTable tr:first-child td {
        border-top: 1px solid rgba(1, 128, 140, 0.3);
    }
    
    /* 製品一覧 */
    .productList {gap: 90px 60px;}
    .productCard {padding: 30px 30px 20px 25px;}
    table.inquiryTable td {padding: 25px;}
    table.inquiryTable th{padding: 25px 30px;}
}
@media screen and (min-width:1079px){
    /* home */
    .mvContentsWrap {
        padding-bottom: min(9vh, 200px);
    }
    #homeTop > div > p {
        margin: 80px auto;
        max-width: 788px;
    }
}
@media screen and (min-width:1225px){
    #js-hamburger{display: none;}
    #hamb__g-navi_wrap{display: none;}

    /* ---footer --- */
    footer {padding: 90px 0 73px;}
    #page_top{top: 1.95em;}


    /* --- header --- */
    header{padding: 0 1em;}
    nav#g-navi_wrap {
        display: flex!important;
        align-items: center;
    }

    ul.g-navi{
        display: flex;
        align-items: center;
        gap: 15px;
    }
    ul.g-navi > li{
        padding: 2.5em 0 1.345em;
        -webkit-transition: padding 0.5s cubic-bezier(0.36, 0.14, 0, 1);
        transition: padding 0.5s cubic-bezier(0.36, 0.14, 0, 1);
    }
    .fixed ul.g-navi > li{
        padding: 1.25em 0 1.125em;
    }
    ul.g-navi > li > a{
        color: #333;
        -webkit-transition: var(--hoverTransition);
        transition: var(--hoverTransition);
        padding:21px 6px;
    }
    ul.g-navi > li > a:hover{
        color: #005287;
    }
    ul.g-navi li.g-navi__i{z-index: 3;}

    ul.g-navi li.g-navi__i a:hover{
        cursor: pointer;
    }

    /* megamenu hover */
    ul.g-navi li.g-navi__i:hover > .g-nav__moremenu,
    ul.g-navi li.g-navi__i .g-nav__moremenu ul li:hover > ul,
    ul.g-navi li.g-navi__i:active > .g-nav__moremenu,
    ul.g-navi li.g-navi__i .g-nav__moremenu ul li:active > ul{
        visibility: visible;
        opacity: 1;
    }

    ul.g-navi li.g-navi__i .g-nav__moremenu{
        width: 100%;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 55px;
    	position: absolute;
    	left:0;
        top:99.5%;
        padding: 23px 0;
        background:#fff;
    	z-index:1;
    	visibility: hidden;
    	opacity: 0;
    	transition: all .3s;
    }
    #photos {
        width: min(19.5%, 336px);
        height: min(10.5vw, 189px);
    }
    .g-nav__moremenu-inner {width: min(54%, 790px);}
    ul.g-nav__moremenu_list{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    ul.g-nav__moremenu_list li a {
        display: flex;
        align-items: center;
        font-size: 14px !important;
        padding: 4px 6px;
    }
    ul.g-nav__moremenu_list li a:hover{color:#3b91d9;}
    #photos img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    #photos img[class^="prd"]{
        object-fit: contain;
    }
    #photos img {display: none;}
    /* #photos.com01 img:nth-of-type(1) {display: block;}
    #photos.com02 img:nth-of-type(2) {display: block;}
    #photos.com03 img:nth-of-type(3) {display: block;}
    #photos.com04 img:nth-of-type(4) {display: block;} */

    #photos.prd01 img:nth-of-type(1) {display: block;}
    #photos.prd02 img:nth-of-type(2) {display: block;}
    #photos.prd03 img:nth-of-type(3) {display: block;}
    #photos.prd04 img:nth-of-type(4) {display: block;}
    #photos.prd05 img:nth-of-type(5) {display: block;}
    #photos.prd06 img:nth-of-type(6) {display: block;}
    #photos.prd07 img:nth-of-type(7) {display: block;}
    #photos.prd08 img:nth-of-type(8) {display: block;}
    #photos.prd09 img:nth-of-type(9) {display: block;}
    #photos.prd10 img:nth-of-type(10) {display: block;}
    #photos.prd11 img:nth-of-type(11) {display: block;}
    #photos.prd12 img:nth-of-type(12) {display: block;}
    #photos.prd13 img:nth-of-type(13) {display: block;}
    #photos.prd14 img:nth-of-type(14) {display: block;}
    #photos.prd15 img:nth-of-type(15) {display: block;}
    #photos.prd16 img:nth-of-type(16) {display: block;}
    #photos.menucatalog img.menucatalog {
        display: block;
        object-fit: contain;
    }

    #photos.fimg-display img:nth-of-type(1){display: block;}

    /* home */
    #mvWrap {height: 100vh;}
    #homeTop {padding:150px 0px;}
    .homeTopItem {font-size: 29px;}
    ul.homeproductsList {gap: 15px;}
    ul.homeproductsList li a {padding: 0.55em 1.5em;}
    .bg-vw {
        margin-top: 105px;
        padding-bottom: 110px;
    }
    .homeContents {padding-top: 110px;}
    .gallery_prdname{font-size: 16px;}
    
    /* --- パンくずリスト --- */
    .breadcrumbWrap {
        padding: 25px 2em;
    }
    
    /* 製品一覧 */
    .productList {
        gap: 100px 80px; /* 大画面でさらに余白を広げる */
    }

    /* single */
    .post-title.single {
        font-size: 40px;
        margin-bottom: 35px;
    }
}
@media screen and (min-width:1366px){
    /* common */
    .gradeItem .oswald {font-size: 54px;}
}
@media screen and (min-width:1536px){
    header {padding: 0 2em;}
    ul.g-navi {gap: 30px;}

    /* header */
    ul.g-navi > li{padding: 3.5em 0 2em;}
    .fixed ul.g-navi > li{padding: 1.5em 0 1.5em;}

    /* home */
    #mvWrap .mvCatch {font-size: 39px;}
    .bg-vw {
        margin-top: 125px;
        padding-bottom: 110px;
    }
    .homeContents {padding-top: 125px;}
}
@media screen and (min-width:1920px){
    /* common */
    .gradeItem .oswald {font-size: 58px;}

    /* home */
    #mvWrap .mvCatch {font-size: 47px;}
}
.prdimg-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
.wpml-ls-legacy-list-horizontal{
    position: relative;
}
.wpml-ls-legacy-list-horizontal::after{
    content: "/";
    position: absolute;
    top: 49%;
    left: 49%;
    transform: translate(-50%,-50%);
}
.wpml-ls-native{
    font-weight: 900;
    color: #115D8F;
}
.hamb__g-navi_langswicher {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, -65%);
}
.hamb__g-navi_langswicher .wpml-ls-native{
    font-weight: 900;
    color: #fff;
}
table.prod_content_table{
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0.75em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
table.prod_content_table th,
table.prod_content_table td{
    padding: 0.3em 1.5em;
    border-top: 1px solid #ccc;
    display: block;
    width: 100%;
}
table.prod_content_table th{
    background: #E8F3F9;
    color: #005286;
}
@media all and (min-width:640px){
    table.prod_content_table th,
    table.prod_content_table td{
        display: table-cell;
        width: auto;
    }
    table.prod_content_table th{
        width: 30%;
    }
}
.crystalexample-imgwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: baseline;
    gap: 20px;
    margin-top: 25px;
}
@media all and (min-width:768px){
    .crystalexample-imgwrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
a.gaitoupagelink{
    color: #3b91d9;
    text-decoration: underline;
}
@media (any-hover: hover){
    a.gaitoupagelink:hover{
        text-decoration: none;
    }
}
/* cookie */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 0.75em 1.2em;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
}
.cookie-agree:hover {
  cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
  display: none;
}
/* ゆっくり消える
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
} */
@media (any-hover: hover){
    .cookie-text > a:hover{text-decoration: underline;}
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}
/* productarchivecatdownload */
a.productarchivecatdownload {
    display: inline-block;
    text-align: center;
    padding: 0.5em 2em;
    background: #004685;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
    margin-top: 3em;
    transition: all .3s ease;
}
@media (any-hover: hover){
    a.productarchivecatdownload:hover{
        filter: brightness(1.325);
    }
}