@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; width:100%;}
fieldset,img{border:0; vertical-align:top;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
section{display:block;}
figure,figcaption{margin:0; padding:0;}
main {display:block;padding:0;margin:0;position: relative;z-index: 2;}
small {font-size: 100%;}
/*------------------------------------------
共通
-----------------------------------------*/
:root {
    --f-jp: "Zen Kaku Gothic New", sans-serif;
    --f-en: "Poppins", sans-serif;
    --c-base:#002b46;
    --c-line:#d3dce2;
    --c-blue:#00609e;
    --bg-blue:rgba(0,43,70,0.04);
}
a:link,a:visited {
    backface-visibility:hidden;
-webkit-backface-visibility: hidden;  
    transition: ease-in-out .2s;
	text-decoration:none;
	color:var(--c-base);
}
a:hover {
    outline:none;
}
a:focus, *:focus { outline:none; }
img {
	max-width: 100%;
    height: auto;
}
.loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
body {
    font-family: var(--f-jp);
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.03em;
    color: var(--c-base);
    word-wrap: break-word;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    position: relative;
}
br.sp-only {
    display: none;
}
.bg-line {
    width: 86%;
    max-width: 1280px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    box-sizing: border-box;
    border-left: 1px solid #ebf3f7;
    border-right: 1px solid #ebf3f7;
    pointer-events: none;
}
.bg-line span{
    left: 50%;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
    background-color: #ebf3f7;
    width: 1px;
}
.bg-line span:before{
    left: 25%;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
    background-color: #ebf3f7;
    width: 1px;
    content: "";
}
.bg-line span:after{
    right: 25%;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
    background-color: #ebf3f7;
    width: 1px;
    content: "";
}
.inner {
    max-width: 1280px;
    margin-inline:auto;
    width: 86%;
}
.inner980 {
    max-width: 980px;
}
.fade-up {
    transition: opacity 0.5s, transform 0.5s;

    transform: translateY(20px);
    opacity: 0;
    -ms-filter: blur(4px);
  filter: blur(4px);
}
.fade-up.anime {
    transform: translateY(0px);
    opacity: 1;
    ms-filter: blur(0px);
  filter: blur(0px);
}
.fade-zoom {
    transition: opacity 0.5s, transform 0.8s, -webkit-transform 0.8s;

    transform: scale(0.8);
    opacity: 0;
    -ms-filter: blur(4px);
  filter: blur(4px);
}
.fade-zoom.anime {
    transform: scale(1);
    opacity: 1;
    ms-filter: blur(0px);
  filter: blur(0px);
}
br.sp-only {
        display: none;
    }
.lead-copy {
    font-size: 38px;
    text-align: center;
    font-weight: 800;
    line-height: 72px;
    margin-bottom: 70px;
}
.lead-txt {
    max-width: 960px;
    margin-inline:auto;
    margin-bottom: 150px;
}
.txt-gra {
    background: linear-gradient(90deg, #00609e 0%, #54b4dc 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
    display: inline-block;
}
.com-btn a {
    display: flex;
    width: 370px;
    height: 80px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background-color: var(--c-base);
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    background-image: url("../images/arrow_w.png");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 30px center;
}
.com-btn a:hover {
    background-color: var(--c-blue);
}
.second-ttl {
    font-size: 36px;
    font-weight: 800;
    position: relative;
    padding-top: 30px;
    margin-bottom: 80px;
}
.second-ttl:before {
  background: #00609E;
  background: linear-gradient(90deg,rgba(0, 96, 158, 1) 50%, rgba(229, 0, 18, 1) 50%);
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 6px;
  left: 0;
  top: 0px;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index:99;
    height: 110px;
    
    border-bottom: #fff 1px solid;
    display: flex;
    align-items: center;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header.fixed,
.header.active{
    background-color: #fff;
    border-bottom-color: #d3dce2; 
}
.header__side-id {
    padding-left: 40px;
}
.header__side-id .st0{fill:#FFFFFF;
transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fixed .header__side-id .st0,
.active .header__side-id .st0{fill:#000;}
.header__side-id .st1{fill:#0075C1;}
.header__side-id .st2{fill:#E50012;}
.header__side-id a {
    display: inline-block;
}
.header__contact {
    position: absolute;
    right: 0;
    top: 0;
}
.header__contact a{
    background-color: #fff;
    height: 111px;
    right: 0;
    top: 0;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
}
.fixed .header__contact a{
    background-color: var(--c-base);
    color: #fff;
}
.header__contact span {
    background-image: url(../images/icon_mail_b.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 35px;
    padding-top: 40px;
    display: block;
    line-height: 1;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header__contact a:hover span {
    background-size: 40px;
}
.fixed .header__contact span {
    background-image: url("../images/icon_mail_w.png");
}
.header__side-id svg {
    width: 245px;
    vertical-align: middle;
}
.header__nav {
    margin-left: auto;
    margin-right: 140px;
    flex: 1;
    line-height: 1.5;
}
.header__nav a {
    color: #fff;
    font-weight: 700;
    position: relative;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header__nav a:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: "";
    z-index: 1;
    background-color: #fff;
    width: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header__nav-secondary > li:hover > a:after,
.header__nav a:hover:after {
    width:100%;
}
.fixed .header__nav a {
    color: var(--c-base);
}
.fixed .header__nav a:after {
    background-color: var(--c-base);
}
.header__nav-primary {
    display: flex;
    justify-content: flex-end;
    gap:2%;
    margin-bottom: 10px;
    padding-top: 15px
}
.header__nav-primary li a {
    font-size: 13px;
}
.header__nav-primary-blank {
    background-image: url("../images/icon_blank_w.png");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: right top 5px;
    padding-right: 12px;
}
.fixed .header__nav-primary-blank {
    background-image: url("../images/icon_blank_b.png");
}
.header__nav-secondary {
    display: flex;
    gap:3%;
    justify-content: flex-end;
}
.header__nav-secondary > li {
    position: relative;
    padding-bottom: 15px;
}
.header__nav-secondary li a{
    font-size: 16px;
}
.header__nav-secondary-local {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -115px;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    transition:ease-in-out .3s;
-moz-transition:ease-in-out .3s;
-webkit-transition:ease-in-out .3s;
-o-transition:ease-in-out .3s;
-ms-transition:ease-in-out .3s;
    margin-top: 7px;
	font-feature-settings: "palt";
    width: 230px;
    background-color: var(--c-base);
    padding: 25px;
    box-sizing: border-box;
    border-radius: 10px;
    
}
.header__nav-secondary-local:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 8px solid var(--c-base);
    border-top: 0;
}
.header__nav-secondary-local li:not(:last-child) {
    margin-bottom: 10px;
}
.header__nav-secondary-local li a {
    color: #fff !important;
    font-size: 15px;
}
.header__nav-secondary-local li a:after {
    background-color: #fff !important;
}
.header__nav-secondary > li:hover .header__nav-secondary-local{
    opacity: 1;
    pointer-events: inherit;
    margin-top: 15px;
}
.header__sp-btn {
    display: none;
}
.header__sp-nav {
    display: none;
}
.page-visual {
    background-image: url("../images/pagettl_aboutus.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    color: #fff;
    padding-top: 130px;
    margin-bottom: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    height: 530px;
    overflow: hidden;
    
}
.page-visual:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--c-base);
    z-index: 2;
    transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1);
}
.page-visual.anime:before {
    transform: translateX(100%);
}
.page-visual--sub {
    background-image: none;
    height: 280px;
}
.page-visual--sub .page-visual__page-ttl {
  padding-bottom: 55px;
}
.page-visual--sub .page-visual__page-ttl h1 {
  font-size: 20px;
}
.page-visual--sub .page-visual__page-ttl h1::before {
  font-size: 80px;
}
.business .page-visual {
    background-image: url("../images/pagettl_business.jpg");
}
.initiatives .page-visual {
    background-image: url("../images/pagettl_initiatives.jpg");
}
.automation .page-visual {
    background-image: url("../images/pagettl_business_automation.jpg");
}
.plant .page-visual {
    background-image: url("../images/pagettl_business_plant.jpg");
}
.information .page-visual {
    background-image: url("../images/pagettl_business_information.jpg");
}
.company .page-visual {
    background-image: url(../images/pagettl_company.jpg);
}
.solution .page-visual {
    background-image: url(../images/pagettl_solution.jpg);
}
.suppliers .page-visual {
    background-image: url(../images/pagettl_suppliers.jpg);
}
.page-visual:after {
    background-color: rgba(0,49,67,0.28);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
}
.page-visual__topic-path {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.page-visual__topic-path li {
    position: relative;
}
.page-visual__topic-path li:not(:last-child) {
    padding-right: 25px;
}
.page-visual__topic-path li:not(:last-child):after {
    position: absolute;
    background-color: #fff;
    width: 10px;
    content: "";
    height: 1px;
    top: 50%;
    right: 7px;
}
.page-visual__topic-path li a {
    color: #fff;
}
.page-visual__topic-path li a:hover {
    text-decoration: underline;
}
.page-visual__page-ttl {
    position: relative;
    z-index: 2;
    line-height: 1.2;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    padding-bottom: 80px;
}
.page-visual__page-ttl h1 {
    font-size: 28px;
    font-weight: 900;
}
.page-visual__page-ttl--sub h1 {
    font-size: 59px;
    letter-spacing: 0.06em;
}
.page-visual__page-ttl h1:before {
    content: attr(data-eng);
    font-family: var(--f-en);
    display: block;
    font-weight: 400;
    font-size: 125px;
}
.page-visual__page-ttl-under {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.page-visual__page-ttl-under .eng {
    font-family: var(--f-en);
    font-size: 25px;
    position: relative;
    padding-right: 55px;
}
.page-visual__page-ttl-under .eng:after {
    height: 1px;
    width: 30px;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
}
.page-visual__page-ttl-under .jp {
    font-size: 21px;
    font-weight: 700;
}
.under-local-nav {
    margin-top: 160px;
    overflow: hidden;
    background-color: var(--bg-blue);
    padding-top: 50px;
    padding-bottom: 50px;
}
.message .under-local-nav {
    margin-top: 0;
}
.under-local-nav h4 {
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
}
.under-local-nav h4 span {
    display: block;
    color: var(--c-blue);
    font-family: var(--f-en);
    font-size: 35px;
    font-weight: 500;
}
.under-local-nav ul {
    flex-wrap: wrap;
    display: flex;
    gap:20px;
}
.under-local-nav ul li {
    width: calc((100% - 60px) / 4);
    box-sizing: border-box;
}
.under-local-nav ul li a {
    display: flex;
    background-color: #fff;
    height: 110px;
    flex-flow: column;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 1.5;
    justify-content: center;
    font-weight: 700;
    position: relative;
}
.under-local-nav ul li a:after {
    width: 30px;
  height: 30px;
  background-color: var(--c-base);
  background-image: url("../images/arrow_w.png");
  background-size: 8px;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  border-radius: 50%;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s ease-in-out;
}
.under-local-nav ul li a.current:after,
.under-local-nav ul li a:hover:after{
  background-color: #fff;
    background-image: url("../images/arrow_b.png");
}
.under-local-nav ul li a span {
    color: var(--c-blue);
    font-family: var(--f-en);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: ease-in-out .3s;
}
.under-local-nav ul li a.current,
.under-local-nav ul li a:hover{
    background-color: var(--c-blue);
    color: #fff;
}
.under-local-nav ul li a.current span,
.under-local-nav ul li a:hover span{
    color: #fff;
}
.second-ttl {
    
}
.sec-mdb {
    margin-bottom: 140px;
}

.txt-link:link,
.txt-link:visited{
        color: var(--c-blue);
    text-decoration: underline;
    }
.txt-link:hover {
    text-decoration: none;
}
.home .main,
.business--index .main{
    padding-bottom: 0 !important;
}
.main {
    padding-bottom: 140px;
}
.main--pdb {
        padding-bottom: 140px;
    }
.main--no-pdb {
    padding-bottom: 0 !important;
}
.footer {
    background-color: var(--c-base);
    padding-top: 140px;
    padding-bottom: 140px;
    color: #fff;
    background-image: url("../images/bg_footer.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.footer__primary {
    display: flex;
}
.footer__primary-add-logo img {
    width: 240px;
    margin-bottom: 25px;
}
.footer__primary-add dl {
    font-size: 14px;
    line-height: 27px;
}
.footer__primary-add dt {
    font-weight: 700;
    margin-bottom: 5px;
}
.footer__primary-sitemap {
    display: flex;
    gap:13%;
    flex: 1;
    justify-content: flex-end;
    font-size: 15px;
}
.footer__primary-sitemap > ul > li {
    margin-bottom: 10px;
    
}
.footer__primary-sitemap li a {
    color: #fff;
    font-weight: 700;
}
.footer__primary-sitemap li a:hover {
    text-decoration: underline;
}
.footer__primary-sitemap > ul > li > ul {
    line-height: 2;
}
.footer__primary-sitemap li ul a {
    color: #b4b4b4;
    font-size: 13px;
}
.footer__primary-sitemap-blank {
    background-image: url("../images/icon_blank_w.png");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
}
.footer__secondary {
    display: flex;
    font-size: 14px;
    border-top: #1b3f56 1px solid;
    padding-top: 40px;
    margin-top: 100px;
}
.footer__secondary ul {
    display: flex;
    gap:30px;
}
.footer__secondary a {
    color: #fff;
}
.footer__secondary a:hover {
    text-decoration: underline;
}
.footer__secondary p {
    margin-left: auto;
    font-size: 13px;
    font-family:var(--f-en);
    color: #b4b4b4;
}
@media screen and (max-width: 1200px) {
.header__side-id svg {
  width: 200px;
}
.header__side-id {
  padding-left: 20px;
}
.header__nav-secondary li a {
  font-size: 15px;
}
.header__nav-secondary {
  gap: 2.5%;
}
}
@media screen and (max-width: 1080px) {
html {
    font-size: calc(100vw / 37.5);
  }
body {
    font-size: 1.5rem;
    line-height: 2;
  }
.com-btn a {
  width: auto;
  height: 6rem;
  border-radius: 4rem;
  font-size: 1.6rem;
  background-size: 0.8rem;
  background-position: right 2.5rem center;
}
.bg-line span:before,
.bg-line span:after{
    display: none;
}
br.sp-only {
    display: inherit;
}
.lead-copy {
  font-size: 2.1rem;
  line-height: 1.5;
    margin-bottom: 4rem;
}
.lead-txt {
  margin-bottom: 5rem;
}
.second-ttl {
  font-size: 2rem;
  padding-top: 2rem;
  margin-bottom: 3rem;
}
.header {
  height: 6rem;
}
.header__side-id {
  padding-left: 2rem;
}
.header__side-id svg {
  width: 17rem;
}
.header__side-id a {
  vertical-align: inherit;
}
.header__nav {
  display: none;
}
.header__contact {
  display: none;
}
.header__sp-btn {
	width: 6rem;
    height: 6rem;
	position:fixed;
	right:0px;
	top:0px;
	z-index:99999;
	text-align:center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  justify-content: center;
  align-content: center;
    display: flex;
    cursor: pointer;
    display: block;
    border-left: #fff 1px solid;
}
.fixed .header__sp-btn,
.active .header__sp-btn{
    background-color: var(--c-base);
}
.header__sp-btn.active {
    transform: translateX(0%) !important;
}
.head__pc-navi-inq:hover {
    background-color: var(--c-base);
    color: #fff !important;
}
.header__sp-btn-trigger,
.header__sp-btn-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.header__sp-btn-trigger {
	position: relative;
	width: 2.6rem;
	height: 1.6rem;
	text-align:right;
    margin: auto;
}
.header__sp-btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #fff;
    text-align: right;
}
.header__sp-btn-trigger span:nth-of-type(1) {
	top: 0;
}
.header__sp-btn-trigger span:nth-of-type(2) {
	top: 0.7rem;
}
.header__sp-btn-trigger span:nth-of-type(3) {
	bottom: 0;
    margin-left: 30%;
    width: 70%;
}
.header__sp-btn.active .header__sp-btn-trigger span {
	background-color: #fff;
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(0.7rem) rotate(-45deg);
	transform: translateY(0.7rem) rotate(-45deg);
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(2) {
	opacity: 0;
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-0.7rem) rotate(45deg);
	transform: translateY(-0.7rem) rotate(45deg);
    width: 100%;
    margin-left: 0;
}
.header__sp-nav {
    display: block;
    position: fixed;
    top: 6rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #fff;
    border-top: var(--c-line) 1px solid;
    padding: 3rem;
    display: none;
    overflow: auto;
}
.header__sp-nav-main > li {
        border-bottom: var(--c-line) 1px solid;
}
.header__sp-nav-main > li > a,
.header__sp-nav-main > li > span{
    font-size: 1.7rem;
    font-weight: 700;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
}
.header__sp-nav-main > li > a{
    background-image: url("../images/arrow_b.png");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 0.7rem;
    }
.header__sp-nav-main > li > span {
        position: relative;
    }
.header__sp-nav-main > li > span:before {
        width: 2px;
        height: 14px;
        content: "";
        background-color: var(--c-base);
        position: absolute;
        right: 1.4rem;
        top: 50%;
        margin-top: -7px;
        transition: ease-in-out .3s;
    }
.header__sp-nav-main > li > span:after {
        transform: rotate(90deg);
        width: 2px;
        height: 14px;
        content: "";
        background-color: var(--c-base);
        position: absolute;
        right: 1.4rem;
        top: 50%;
        margin-top: -7px;
}
.header__sp-nav-main > li > span.active:before {
        transform: rotate(90deg);
}
.header__sp-nav-sub {
        padding-bottom: 2rem;
        font-size: 1.5rem;
        margin-left: 1.5rem;
        margin-top: -0.5rem;
        display: none;
}
.header__sp-nav-sub li:not(:last-child) {
        margin-bottom: 0.5rem;
}
.header__sp-nav-contact a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--c-base);
    color: #fff;
    height: 6rem;
    font-weight: 700;
    font-size: 1.7rem;
    border-radius: 5rem;
    margin-top: 4rem;
    background-image: url("../images/icon_mail_w.png");
    background-repeat: no-repeat;
    background-position: 3rem center;
    background-size: 3rem;
}
    .main--pdb {
        padding-bottom: 7rem;
    }
    .main {
    padding-bottom: 7rem;
}
.second-ttl::before {
  width: 1.8rem;
    height: 0.5rem;
}
.page-visual {
  padding-top: 7rem;
  margin-bottom: 5rem;
  height: 20rem;
}
.page-visual--sub {
  height: 15rem;
}
.page-visual__page-ttl--sub h1 {
  font-size: 3rem !important;
}
.page-visual__page-ttl-under {
  margin-bottom: 1rem;
}
.page-visual__page-ttl-under .eng {
  font-size: 1.3rem;
  padding-right: 4rem;
}
.page-visual__page-ttl-under .jp {
  font-size: 1.4rem;
}
.page-visual__page-ttl-under .eng::after {
  width: 2rem;
  right: 1rem;
}
.page-visual__page-ttl {
  padding-bottom: 5rem;
}
.page-visual--sub .page-visual__page-ttl {
  padding-bottom: 2.5rem;
}
.page-visual__topic-path {
  font-size: 1.1rem;
}
.page-visual__page-ttl h1::before {
  font-size: 4rem;
}
.page-visual--sub .page-visual__page-ttl h1::before {
  font-size: 3.5rem;
}
.page-visual__page-ttl h1 {
  font-size: 1.5rem;
}
.page-visual--sub .page-visual__page-ttl h1 {
  font-size: 1.5rem;
}
.under-local-nav {
  margin-top: 8rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.under-local-nav ul {
  display: block;
}
.under-local-nav ul li {
  width: auto;
}
    .under-local-nav ul li:not(:last-child) {
        margin-bottom: 1rem;
    }
.under-local-nav ul li a {
  height: 5.5rem;
  padding-left: 2rem;
}
.under-local-nav ul li a span {
  display: none;
}
.under-local-nav ul li a::after {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 0.6rem;
  right: 1.3rem;
  margin-top: -1.2rem;
}
.sec-mdb {
  margin-bottom: 7rem;
}
.footer {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-size: 30rem;
}
.footer__primary {
  display: block;
}
.footer__primary-sitemap {
  display: block;
    font-size: 1.4rem;
}
    .footer__primary-add {
        margin-bottom: 3rem;
    }
    .footer__primary-sitemap > ul > li {
    border-top: 1px solid rgba(255,255,255,0.25);
        margin-bottom: 0;
    }
.footer__primary-sitemap > ul > li > a {
  display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.footer__primary-sitemap > ul > li > ul {
    padding-bottom: 1.5rem;
}
.footer__primary-add-logo img {
  width: 21rem;
  margin-bottom: 1.5rem;
}
.footer__primary-add dl {
  font-size: 1.4rem;
  line-height: 1.8;
}
    .footer__primary-add dl a {
        color: #fff;
    }
.footer__secondary {
  font-size: 1.3rem;
  padding-top: 2rem;
  margin-top: 4rem;
    display: block;
}
.footer__secondary ul {
  display: flex;
  gap: 2rem;
    margin-bottom: 1.5rem;
}
.footer__secondary p {
  font-size: 1.3rem;
}
}
/*-------------------------------
トップページ
--------------------------------*/
.home__ttl {
    font-weight: 800;
    font-size: 20px;
    position: relative;
    padding-top: 65px;
    margin-bottom: 40px;
}
.home__ttl:before {
    background: #00609E;
  background: linear-gradient(90deg,rgba(0, 96, 158, 1) 50%, rgba(229, 0, 18, 1) 50%);
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 6px;
  left: 0;
    top: 0;
}
.home__ttl span {
    font-family: var(--f-en);
    font-size: 100px;
    color: var(--c-blue);
    display: block;
    font-weight: 400;
    margin-bottom: 40px;
}
.home__main-visual {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}
.home__main-visual:after {
    background-color: rgba(0,30,50,0.40);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: "";
}
.home__main-visual-scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    writing-mode: vertical-rl;
    font-family: var(--f-en);
    display: flex;
    justify-content: center;
    align-items: center;
}
.home__main-visual-scroll a {
    color: #fff;
    position: relative;
    padding-bottom: 80px;
}
.home__main-visual-scroll a:hover {
    opacity: 0.8;
}
.home__main-visual-scroll a:after {
    background-image: url("../../images/scroll_arrow.png");
    width: 12px;
    height: 7px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 60px;
    background-size: cover;
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0%);
  }
}
.home__main-visual-video {
    position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.home__main-visual ul {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.home__main-visual ul li {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.home__main-visual dl {
    position: relative;
    z-index: 3;
    color: #fff;
    
}
.home__main-visual dt {
    font-size: 78px;
    font-family: var(--f-en);
    margin-bottom: 40px;
    line-height: 1.2;
}
.home__main-visual dd {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}
.home__about {
    padding-top: 140px;
    padding-bottom: 140px;
    background-image: url(../../images/bg_aboutus.png);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}
.home__about .home__ttl {
    flex-shrink: 0;
    position: relative;
    flex: 1;
    white-space: nowrap;
}
.home__about-line {
    background-color: var(--c-base);
    height: 1px;
    flex: 1;
    margin-top: 90px;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.home__about .inner {
    display: flex;
}
.home__about-txt {
    width: 50%;
    margin-left: auto;
    padding-top: 60px;
}
.home__about-txt h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.home__about-txt .com-btn {
    margin-top: 60px;
}
.home__business {
    background-color: var(--c-base);
    padding-top: 140px;
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
}
.home__business .home__ttl:before {
    left: 50%;
    margin-left: -10px;
}
.home__business .home__ttl span {
    color: #fff;
}
.home__business-row {
    display: flex;
    border-top: #fff 1px solid;
    margin-top: 70px;
}
.home__business-item {
    flex: 1;
    position: relative;
    border-bottom: #fff 1px solid;
    
}
.home__business-item:not(:last-child):after {
    background-color: #fff;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
}
.home__business-item a {
    color: #fff;
    display: block;
    padding: 30px;
    box-sizing: border-box;
    height: 100%;
}
.home__business-item a:hover {
    background-color: #fff;
    color: var(--c-base);
}
.home__business-item-img img {
    border-radius: 10px;
}
.home__business-item h3 {
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    margin-top: 30px;
    line-height: 1.4;
    position: relative;
}
.home__business-item h3:after {
    width: 55px;
    height: 55px;
    border: #fff 1px solid;
    border-radius: 50%;
    content: "";
    background-image: url("../images/arrow_w.png");
    background-size: 10px;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0px;
    top: 10px;
}
.home__business-item a:hover h3:after {
    border-color: var(--c-base);

    background-image: url("../images/arrow_b.png");
}
.home__business-item h3 span {
    display: block;
    font-family: var(--f-en);
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}




.home__business-wrapper {
    color: var(--c-base);
    -webkit-text-stroke: 1px #4e6171;
  text-stroke: 1px #4e6171;
    font-size: 95px;
    line-height: 150px;
}






.home__suppliers {
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
    margin-bottom: 120px;
}
.home__suppliers-slide01 {
    margin-bottom: 35px;
    margin-top: 60px;
}
.home__suppliers li {
    margin-right: 35px;
}
.home__suppliers li img {
    border: var(--c-line) 1px solid;
    border-radius: 10px;
    box-sizing: border-box;
    width: 230px;
}
.home__suppliers .pc-only-btn {
    position: absolute;
    right: 0;
    top: 80px;
}
.home__suppliers .inner {
    position: relative;
}
.home__suppliers .sp-only-btn {
    text-align: center;
    margin-top: 70px;
    display: none;
}
.home__suppliers .sp-only-btn a {
    margin: auto;
}
.home__others {
    padding-bottom: 200px;
}
.home__others-row {
    display: flex;
    gap:15%;
    align-items: flex-start;
}
.home__others-item {
    position: relative;
}
.home__others-item:nth-child(1):before{
    position: absolute;
    content: "";
    z-index: -1;
    background-color: var(--bg-blue);
    left: -90px;
    bottom:-90px;
    height: 420px;
    right: 90px;
}
.home__others-item:nth-child(2):after{
    position: absolute;
    content: "";
    z-index: -1;
    background-color: var(--bg-blue);
    left: 90px;
    top:-110px;
    height: 420px;
    right: -90px;
}
.home__others-item h2 {
    writing-mode: vertical-rl;
    font-weight: 800;
  font-size: 20px;
  position: absolute;
    z-index: 1;
    left: -85px;
    top: -40px;
}
.home__others-item h2 span {
    font-family: var(--f-en);
  font-size: 80px;
  color: var(--c-blue);
  display: block;
  font-weight: 400;
  margin-bottom: 40px;
    margin-left: 25px;
}
.home__others-item h2:before {
  background: #E50012;
background: linear-gradient(0deg,rgba(229, 0, 18, 1) 50%, rgba(0, 96, 158, 1) 50%);
  content: "";
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 20px;
  right: -45px;
  top: 0;
}
.home__others-item a {
    display: block;
    position: relative;
}
.home__others-item a:after {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: 1;
    background-image: url("../images/arrow_b.png");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    right: -45px;
    top: -75px;
    border: var(--c-base) 1px solid;
    transition: ease-in-out .3s;
}
.home__others-item a:hover:after {
    background-image: url("../images/arrow_w.png");
    background-color: var(--c-base);
}
.home__others-item:nth-child(2) {
    margin-top: 130px;
}
.home__others-item-img {
    overflow: hidden;
}
.home__others-item-img img {
    transition: ease-in-out .3s;
}
a:hover .home__others-item-img img {
    transform: scale(1.05);
}
.home__activity {
    background-image: url("../../images/bg_activity.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 140px;
    text-align: center;
}
.home__activity .home__ttl,
.home__activity .home__ttl span{
    color: #fff;
}
.home__activity .home__ttl span {
    font-size: 80px;
}
.home__activity .home__ttl:before {
    left: 50%;
    margin-left: -10px;
}
.home__activity .com-btn a {
    background-color: transparent;
    margin: auto;
    border: #fff 1px solid;
}
.home__activity .com-btn a:hover {
    background-color: #fff;
    color: var(--c-base);
    background-image: url("../images/arrow_b.png");
}
.home__news {
    padding-top: 140px;
    padding-bottom: 140px;
    background-image: url("../../images/bg_news.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}
.home__news .inner {
    display: flex;
    position: relative;
}
.home__news h2 {
    flex-shrink:0;
    width: 37%;
}
.home__news h2 span {
    font-size: 80px;
}
.home__news ul {
    flex: 1;
    border-top: #a6b3bc 1px solid;
}
.home__news li {
    border-bottom: #a6b3bc 1px solid;
}
.home__news li a {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
}
.home__news li a:hover {
    transform: translateX(10px);
}
.home__news li a:hover p {
    text-decoration: underline;
}
.home__news dl {
    display: flex;
    font-size: 15px;
    align-items: center;
    margin-bottom: 10px;
}
.home__news dt {
    font-family: var(--f-en);
    margin-right: 20px;
    
}
.home__news dd {
    font-size: 15px;
    font-weight: 500;
    height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--c-base);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    min-width: 130px;
    box-sizing: border-box;
}
.home__news-btn {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 140px;
}
.home__news-btn a {
    display: flex;
    width: 200px;
    border: var(--c-base) 1px solid;
    justify-content: flex-start;
    padding-left: 20px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 40px;
    height: 55px;
    font-weight: 700;
    background-image: url("../images/arrow_b.png");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.home__news-btn a:hover {
    background-color: var(--c-base);
    color: #fff;
    background-image: url("../images/arrow_w.png");
}
.home__recruit {
    background-color: var(--c-blue);
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    position: relative;
}
.home__recruit .inner {
    position: relative;
    z-index: 2;
}
.home__recruit-copy {
    font-family: var(--f-en);
    font-size: 85px;
    color: #2a90d0;
    line-height: 1;
    margin-bottom: 90px;
}
.home__recruit h2 {
    font-family: var(--f-en);
    color: #fff;
    font-size: 100px;
}
.home__recruit .com-btn a {
    background-color: #fff;
    color: var(--c-base);
    background-image: url("../images/arrow_blank_b.png");
    background-size: 16px;
    margin: auto;
    margin-top: 70px;
}
.home__recruit .com-btn a:hover {
    background-color: var(--c-base);
    color: #fff;
    background-image: url("../images/arrow_blank_w.png");
}
.home__recruit-slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    opacity: 0.85;
}
@media screen and (max-width: 1080px) {
.home__main-visual {
  height:95vh;
    min-height: 50rem;
    align-items: flex-start;
}
.home__main-visual dl {
        margin-top: 14rem;
    }
.home__main-visual dt {
  font-size: 3.8rem;
  margin-bottom: 2rem;
}
.home__main-visual dd {
  font-size: 1.7rem;
  line-height: 1.5;
}
.home__main-visual-scroll a {
  padding-bottom: 7rem;
  font-size: 1.6rem;
}
.home__main-visual-scroll a::after {
  width: 1.2rem;
  height: 0.7rem;
  margin-left: -0.6rem;
  bottom: 5rem;
}
.home__about {
  padding-top: 7rem;
  padding-bottom: 7rem;
    background-position: -10% center;
  background-size: auto 100%;
}
.home__about-line {
    display: none;
}
.home__about .inner {
  display: block;
}
.home__about-txt {
  width: auto;
  padding-top: 0px;
}
.home__about-txt h3 {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
.home__about .home__ttl::after {
  display: none;
}
.home__about-txt .com-btn {
  margin-top: 4rem;
}
.home__business {
  padding-top: 7rem;
  padding-bottom: 2rem;
}
.home__business-row {
  margin-top: 4rem;
    display: block;
}
.home__business-item:not(:last-child)::after {
  display: none;
}
.home__business-item a {
  padding: 3rem;
}
.home__business-item h3 {
  font-size: 2.2rem;
  margin-top: 2rem;
}
.home__business-item h3 span {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
.home__business-item h3::after {
  width: 4rem;
  height: 4rem;
  background-size: 0.8rem;
  top: 0.1rem;
}
.home__business-wrapper {
  font-size: 4rem;
  line-height: 7rem;
}
.home__suppliers {
  padding-top: 7rem;
  padding-bottom: 13rem;
  margin-bottom: 0rem;
}
    .home__suppliers .pc-only-btn {
        display: none;
    }
.home__suppliers .sp-only-btn {
  margin-top: 5rem;
  display: block;
}
.home__suppliers-slide01 {
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.home__suppliers li {
  margin-right: 1rem;
}
.home__suppliers li img {
  border-radius: 0.8rem;
  width: 13rem;
}
.home__others {
  padding-bottom: 10rem;
}
.home__others-row {
  display: block;
    padding-left: 6rem;
    padding-right: 1rem;
}
    .home__others-item h2 {
        line-height: 1.1;
        font-size: 1.6rem;
        left: -5rem;
  top: -4rem;
    }
.home__others-item h2 span {
  font-size: 3.9rem;
  margin-bottom: 0rem;
  margin-left: 9px;
}
.home__others-item h2::before {
  width: 0.5rem;
  height: 1.8rem;
  right: -2rem;
}

.home__others-item a::after {
  width: 6rem;
  height: 6rem;
  background-size: 0.8rem;
  right: -2rem;
  top: -4rem;
}
.home__others-item:nth-child(1)::before {
  left: -4rem;
  bottom: -5rem;
  height: inherit;
  right: 10rem;
  top: 7rem;
}
.home__others-item:nth-child(2) {
  margin-top: 13rem;
}
.home__others-item:nth-child(2)::after {
  left: 8rem;
  top: -3rem;
  height: inherit;
  right: -3rem;
  bottom: 5rem;
}
.home__activity {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.home__activity .home__ttl span {
  font-size: 3.9rem;
    margin-bottom: 0.5rem;
}
.home__news {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.home__news .inner {
  display: block;
}
.home__news h2 span {
  font-size: 3.9rem;
}
.home__news-btn {
  position: static;
    margin-top: 4rem;
}
.home__news-btn a {
  width: 20rem;
  padding-left: 1.5rem;
  border-radius: 5rem;
  height: 5rem;
  background-size: 0.8rem;
  background-position: right 2rem center;
}
.home__news dl {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.home__news dt {
  margin-right: 1rem;
}
.home__news dd {
  font-size: 1.3rem;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 3rem;
  min-width: 10rem;
}
.home__news li a {
  padding-top: 2rem;
  padding-bottom: 2rem;
    line-height: 1.8;
}
.home__recruit {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.home__recruit-copy {
  font-size: 3rem;
    margin-bottom: 4rem;
}
.home__recruit h2 {
  font-size: 4.2rem;
    line-height: 1.2;
}
.home__recruit .com-btn a {
  background-size: 1.2rem;
  margin-top: 3rem;
}
.home__recruit-slide li img {
    width: 95rem;
}
.home__ttl {
  padding-top: 2.2rem;
  margin-bottom: 3rem;
    font-size: 1.6rem;
}
.home__ttl span {
    line-height: 1;
  font-size: 4.2rem;
  margin-bottom: 0rem;
}
.home__ttl::before {
  width: 1.8rem;
    height: 0.5rem;
}
}
@media screen and (max-width: 480px) {
  .home__main-visual {
    height: 57rem;
      align-items: center;
  }
    .home__main-visual dl {
        margin-top: 0;
    }
}
/*-------------------------------
ニノテックについて
--------------------------------*/
.aboutus__lead-copy {
    font-size: 45px;
    text-align: center;
    font-weight: 800;
    line-height: 72px;
    margin-bottom: 70px;
}
.aboutus__lead-txt {
    max-width: 960px;
    margin-inline:auto;
    margin-bottom: 150px;
}
.aboutus__graphic {
    text-align: center;
    margin-bottom: 150px;
}
.aboutus__graphic img {
    width: 1140px;
}
.aboutus__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus__item-flex {
    display: flex;
    padding-top: 140px;
    padding-bottom: 140px;
}
.aboutus__item-flex--no-pdb {
    padding-bottom: 0 !important;
}
.aboutus__item-flex-img {
    flex-shrink: 0;
    width: 45%;
    margin-right: 5%;
}
.aboutus__item-flex-img li img {
    border-radius: 8px;
}
.aboutus__item-flex-img li:nth-child(1) {
    width: 63%;
}
.aboutus__item-flex-img li:nth-child(2) {
    margin-left: 37%;
    margin-top: -10%;
    width: 50%;
}
.aboutus__item-flex-txt h3 {
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 50px;
    position: relative;   
}
.aboutus__item-flex-txt h3:before {
    background: #00609E;
    background: linear-gradient(90deg,rgba(0, 96, 158, 1) 50%, rgba(229, 0, 18, 1) 50%);
    content: "";
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 6px;
    left: 0;
    top: -35px;
}
.aboutus__item-flex-txt .com-btn {
    margin-top: 70px;
}
.aboutus__item-flex-line {
    border: #d3dce2 1px solid;
}
@media screen and (max-width: 1080px) {
.aboutus__graphic {
  margin-bottom: 4rem;
}
.aboutus__lead-txt {
  margin-bottom: 6rem;
}
.aboutus__item-img{
    height: 19rem;
}
.aboutus__item-flex {
  display: block;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.aboutus__item-flex-img {
  width: 100%;
  margin-right: 0;
    margin-bottom: 5rem;
}
.aboutus__item-flex-txt h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.8;
  }
.aboutus__item-flex-txt h3::before {
    width: 1.8rem;
    height: 0.5rem;
    top: -2rem;
  }
.aboutus__item-flex-img li:nth-child(1){
    width: 75%;
  }
.aboutus__item-flex-img li:nth-child(2) {
   margin-left: auto;
    width: 60%;
    margin-top: -15%;
  }
.aboutus__item-flex-txt .com-btn {
  margin-top: 4rem;
}
}
/*-------------------------------
ソリューション
--------------------------------*/
.task__row {
    display: flex;
    flex-wrap: wrap;
    gap:35px;
}
.task__item {
    width: calc((100% - 70px) / 3);
    border: var(--c-line) 1px solid;
    box-sizing: border-box;
    background-color: #fff;
}
.task__item h3 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 15px;
}
.task__item-txt {
    padding: 30px;
    font-size: 15px;
    line-height: 1.9;
}
.task__item ul {
    display: flex;
    flex-wrap: wrap;
    color: var(--c-blue);
    font-weight: 700;
    font-size: 13px;
    gap:10px;
    margin-top: 25px;
}
.task__item ul li {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: var(--c-line) 1px solid;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
}
.task__item ul li:first-child {
    background-color: #eff2f3;
    border-color: #eff2f3;
}
@media screen and (max-width: 1080px) {
.task__row {
  display: block;
}
.task__item {
  width: auto;
}
.task__item:not(:last-child) {
    margin-bottom: 2rem;
}
.task__item-txt {
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.task__item h3 {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.task__item ul li {
  height: 2.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 3rem;
}
.task__item ul {
  font-size: 1.2rem;
  gap: 1rem;
  margin-top: 1.5rem;
}
}
/*-------------------------------
事業案内
--------------------------------*/
/*--------------事業案内INDEX--------------*/
.business__anchor {
    display: flex;
    gap:3%;
    margin-bottom: 140px;
}
.business__anchor-btn {
    flex: 1;
    
}
.business__anchor-btn a {
    display: flex;
    height: 210px;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5px;
    background-color: #fff;
    background: #00609E;
background: linear-gradient(90deg,rgba(0, 96, 158, 1) 0%, rgba(83, 180, 220, 1) 100%);
    
}

.business__anchor-btn a:before {
    left:0;
    width: 5px;
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 42%;
    bottom: 42%;
    transition: ease-in-out .3s;
}
.business__anchor-btn a:after {
    right:0;
    width: 5px;
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 42%;
    bottom: 42%;
    transition: ease-in-out .3s;
}
.business__anchor-btn a:hover:before,
.business__anchor-btn a:hover:after{
    top: 50%;
    bottom: 50%;
    
}
.business__anchor-btn dl {
    background-color: #fff;
    padding: 5px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background-image: url("../images/anchor__arrow.png");
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center bottom 25px;
    transition: ease-in-out .3s;
}
.business__anchor-btn a:hover dl{
    background-position: center bottom 20px;
    
}
.business__anchor-btn dt {
    font-weight: 800;
    font-size: 27px;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
}
.business__anchor-btn dt span {
    position: absolute;
    z-index: 1;
    color: var(--c-blue);
    font-family:var(--f-en);
    font-weight: 700;
    font-size: 17px;
    left: -20px;
    top: -20px;
}
.business__anchor-btn dd {
    color: var(--c-blue);
    font-family:var(--f-en);
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
}
.business__index-item {
    position: relative;
    overflow: hidden;
}
.business__index-item--bg {
    background-color: var(--bg-blue);
}
.business__index-item .inner {
    display: flex;
    align-items: center;
    height: 800px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.business__index-item-ttl {
    margin-bottom: 30px;
}
.business__index-item-ttl .num {
    font-weight: 700;
    font-size: 17px;
    color: var(--c-blue);
    font-family: var(--f-en);
    display: inline-block;
    position: relative;
    padding-right: 40px;
    margin-bottom: 15px;
}
.business__index-item-ttl .num:after {
    background: #00609E;
  background: linear-gradient(90deg,rgba(0, 96, 158, 1) 50%, rgba(229, 0, 18, 1) 50%);
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 6px;
    right: 0;
    top: 50%;
    margin-top: -3px;
}
.business__index-item-ttl h2 {
    font-weight: 800;
    font-size: 45px;
}
.business__index-item-ttl h2 span {
    display: block;
    color: var(--c-blue);
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.business__index-item-txt--right {
    order: 2;
}
.business__index-item-txt ul {
    display: flex;
    gap:15px;
    font-size: 16px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.business__index-item-txt ul li {
    background-color: #48a8d4;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
}
.business__index-item-txt .com-btn {
    margin-top: 60px;
}
.business__index-item-slide {
    flex-shrink: 0;
    width: 40%;
}
.business__index-item-slide--left {
    padding-right: 8%;
    order: 1;
}
.business__index-item-slide--right {
    padding-left: 8%;
}
.business__index-item-slide li {
    margin-bottom: 20px;
}
.business__index-item-slide li img {
    border-radius: 8px;
}
.business__index-item-bg-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-family:var(--f-en);
    display: flex;
    align-items: center;
    font-size: 160px;
    white-space: nowrap;
    color: #fff;
    line-height: 1.2;
}
.business__index-item-bg-txt--left {
    color: var(--bg-blue);
}
.business__index-item-slide-sp {
    display: none;
}
/*--------------プラント計装事業--------------*/
.plant__anchor {
    display: flex;
    gap:5%;
    margin-top: -40px;
    margin-bottom: 140px;
}
.plant__anchor li {
    flex: 1;
    position: relative;
    background-image: url("../../business/plant/images/anchor01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.plant__anchor li:nth-child(2) {
    background-image: url("../../business/plant/images/anchor02.jpg");
}
.information .plant__anchor li {
    background-image: url("../../business/information/images/anchor01.jpg");
}
.information .plant__anchor li:nth-child(2) {
    background-image: url("../../business/information/images/anchor02.jpg");
}
.plant__anchor li:after {
    background-color: rgba(5,22,32,0.55);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    transition: ease-in-out .3s;
}
.plant__anchor li a{
    display: flex;
    height: 250px;
    align-items: center;
    justify-content: center;
    
    color: #fff;
    flex-flow: column;
    font-weight: 800;
    font-size: 27px;
    position: relative;
    z-index: 2;
}
.plant__anchor li a:after {
    background-image: url("../images/anchor__arrow_w.png");
    background-size: cover;
    content: "";
    left: 50%;
    margin-left: -8px;
    width: 17px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 1;
    bottom: 60px;
    transition: ease-in-out .3s;
}
.plant__anchor li a:hover:after {
    bottom: 55px;
}
.plant__anchor li:hover:after {
    background-color: rgba(5,22,32,0.40);
}
.plant__anchor li a span {
    font-size: 24px;
    font-family: var(--f-en);
    color: #0075c1;
    font-weight: 600;
}
.plant__bg-blue {
    background-color: var(--bg-blue);
    padding-top: 140px;
    padding-bottom: 140px;
}
.plant__department-wrap {
    background-color: #fff;
    padding: 80px;
    display: flex;
}
.plant__department-fix {
    position: relative;
}
.plant__department-wrap h2 {
    font-weight: 800;
    font-size: 38px;
    writing-mode: vertical-lr;
    flex-shrink: 0;
    width: 130px;
    position: sticky;
    padding-left: 40px;
    top: 160px;
}
.plant__department-wrap h2:before {
    background: linear-gradient(90deg, rgb(0, 96, 158) 50%, rgb(229, 0, 18) 50%);
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 6px;
  left: 0px;
  top: 5px;
    transform: rotate(90deg);
}
.plant__department-img {
    margin-top: 70px;
    margin-bottom: 70px;
}
.plant__department-img img {
    border-radius: 10px;
}
.plant__department-dtl {
    background-color: #0075c1;
    color: #fff;
    padding: 50px;
}
.plant__department-dtl h3 {
    text-align: center;
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 50px;
}
.plant__department-dtl-item {
    display: flex;
    font-size: 16px;
    line-height: 1.9;
    align-items: center;
}
.plant__department-dtl-item:not(:last-child) {
    margin-bottom: 40px;
}
.plant__department-dtl-item h4 {
    font-weight: 700;
    font-size: 21px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.plant__department-dtl-item h4:after {
    height: 1px;
    content: "";
    display: block;
    background-color: #fff;
    flex: 1;
    margin-left: 20px;
}
.plant__department-dtl-item-icon {
    flex-shrink: 0;
    width: 120px;
    margin-right: 35px;
}
.plant__department-dtl-item ul {
    margin-top: 20px;
}
.plant__department-dtl-item li {
    position: relative;
    padding-left: 20px;
}
.plant__department-dtl-item li:before {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
    background-color: var(--c-blue);
}
.plant__mid-img {
    margin-top: 140px;
    margin-bottom: 140px;
}
.plant__mid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*--------------制御事業--------------*/
.automation__graphic {
  text-align: center;
  margin-bottom: 7rem;
}
.automation__vision {
    background-color: var(--bg-blue);
    padding-top: 120px;
    padding-bottom: 120px;
}
.automation__vision-row {
    display: flex;
    gap:30px;
    flex-wrap: wrap;
}
.automation__vision-item {
    width: calc((100% - 60px) / 3 );
    background-color: #0075c1;
    color: #fff;
    padding: 40px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.9;
    position: relative;
}
.automation__vision-item:after {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    z-index: 1;
}
.automation__vision-item:nth-child(even) {
    background-color: #002b46;
}
.automation__vision-item h3 {
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
	line-height: 1.6;
	padding-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.automation__vision-item-img {
    width: 76px;
    margin-inline:auto;
    margin-bottom: 30px;
}
.automation__mid-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.automation__other {
    display: flex;
    padding-top: 140px;
    padding-bottom: 140px;
}
.automation__other-img {
    flex-shrink: 0;
    width: 42%;
    margin-right: 4%;
}
.automation__other-img li img {
    border-radius: 8px;
}
.automation__other-img li:nth-child(1) {
    width: 63%;
}
.automation__other-img li:nth-child(2) {
    margin-left: 37%;
    margin-top: -10%;
    width: 50%;
}
.automation__other-txt h3 {
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 50px;
    position: relative; 
}
.automation__other-txt h3:before {
    background: #00609E;
    background: linear-gradient(90deg,rgba(0, 96, 158, 1) 50%, rgba(229, 0, 18, 1) 50%);
    content: "";
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 6px;
    left: 0;
    top: -35px;
}
.automation__other-txt .com-btn {
    margin-top: 70px;
}
.automation__other-line {
    border: #d3dce2 1px solid; 
}
.automation__other--reverse {
    padding-top: 50px;
}
.automation__other--reverse .automation__other-img{
    order: 2;
    margin-right: 0%;
    margin-left: 4%;
}
.automation__other--reverse .automation__other-img li:nth-child(1) {
  margin-left: auto;
}
.automation__other--reverse .automation__other-img li:nth-child(2) {
  margin-left: auto;
    margin-right: 37%;
}
.automation__other--reverse .automation__other-txt{
    order: 1;
}
/*--------------事業案内共通--------------*/
.business__task-list {
    padding-top: 140px;
    padding-bottom: 0px;
}
.business__task-list--mdb {
    margin-bottom: 140px;
    
}
.business__task-list--no-pad {
    padding-top: 0 !important;
    padding-bottom:  0 !important;
}
.business__task-list--no-pdb {
    padding-bottom:  0 !important;
}
.business__task-list .com-btn {
    margin-top: 90px;
}
.business__task-list .com-btn a {
    margin-inline:auto;
}
@media screen and (max-width: 1080px) {
/*--------------事業案内INDEX--------------*/
.business__anchor {
  display: block;
    margin-bottom: 7rem;
}
.business__anchor-btn:not(:last-child) {
        margin-bottom: 1rem;
    }
.business__anchor-btn a {
  height: 12rem;
  padding: 0.5rem;
}
.business__anchor-btn dt {
  font-size: 2rem;
  margin-bottom: 0.5rem;
    line-height: 1.3;
}
.business__anchor-btn dd {
  font-size: 1.2rem;
  line-height: 1.3;
}
.business__anchor-btn dt span {
  font-size: 1.3rem;
  left: -2rem;
  top: -1rem;
}
.business__anchor-btn dl {
  background-size: 1.8rem;
  background-position: center bottom 1.5rem;
      justify-content: flex-start;
    padding-top: 2.7rem;
}
.business__index-item .inner {
  display: block;
    height: auto;
}
.plant__department-img img {
  border-radius: 0.8rem;
}
.business__index-item-slide {
    display: none;
}
.business__index-item-slide li {
  margin-bottom: 0px;
    margin-right: 2rem;
    width: 30rem;
}
.business__index-item-slide-sp {
    display: block;
    margin-bottom: 4rem;
    position: relative;
    z-index: 3;
}
.business__index-item-slide-sp li img {
    width: 28rem;
}
.business__index-item-ttl h2 {
  font-size: 2.8rem;
    line-height: 1.3;
}
.business__index-item-ttl .num {
  font-size: 1.5rem;
  padding-right: 3.5rem;
  margin-bottom: 1rem;
}
.business__index-item-ttl .num::after {
  width: 1.8rem;
    height: 0.5rem;
    margin-top: -0.25rem;
}
.business__index-item-txt ul {
  gap: 1rem;
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
.business__index-item-txt ul li {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 2rem;
}
.business__index-item-ttl h2 span {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
    .business__index-item {
        padding-bottom:6rem;
    }
.business__index-item-txt .com-btn {
  margin-top: 4rem;
}
.business__index-item-bg-txt {
  font-size: 8rem;
}
.business__anchor-btn a::before,
.business__anchor-btn a::after{
    width: 0.5rem;
}
/*--------------プラント計装事業--------------*/
.plant__anchor {
  display: block;
  margin-top: 0px;
    margin-bottom: 7rem;
}
    .plant__anchor li:not(:last-child){
        margin-bottom: 2rem;
        
    }
.plant__anchor li a {
  height: 13rem;
  font-size: 2rem;
    line-height: 1.3;
}
.plant__anchor li a::after {
  bottom: 2rem !important;
}
.plant__anchor li a span {
    font-size: 1.3rem;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }
.plant__bg-blue {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.plant__department-wrap {
  padding: 2rem;
    display: block;
}
.plant__department-wrap h2 {
  font-size: 2.2rem;
  writing-mode: inherit;
  width: auto;
  position: static;
  padding-left: 0;
  text-align: center;
  margin-bottom: 1.5rem;
    padding-top: 1rem;
    margin-top: 1.5rem;
}
.plant__department-wrap h2:before {
    width: 1.8rem;
    height: 0.5rem;
    top: 0rem;
    transform: rotate(0deg);
    left: 50%;
    margin-left: -0.9rem;
  }
.plant__department-img {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.plant__department-dtl {
  padding: 1.5rem;
    padding-bottom: 3rem;
}
.plant__department-dtl h3 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
    line-height: 1.6;
}
.plant__department-dtl-item {
  display: block;
  font-size: 1.4rem;
  line-height: 1.9;
}
    .plant__department-dtl-item:not(:last-child) {
        border-bottom: #fff 1px solid;
        padding-bottom: 3rem;
        margin-bottom:3rem;
    }
.plant__department-dtl-item-icon {
  width: 9rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}
.plant__department-dtl-item h4 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
    text-align:center;
    display: block;
}
.plant__department-dtl-item h4::after {
  display: none;
}
.plant__department-dtl-item ul {
  margin-top: 1.5rem;
}
.plant__department-dtl-item li::before {
  width: 0.8rem;
  height: 0.8rem;
  top: 1.1rem;
}
.plant__mid-img {
  margin-top: 6rem;
  margin-bottom: 6rem;
  height: 19rem;
}
/*--------------制御事業--------------*/
.automation__graphic {
  margin-bottom: 7rem;
}
.automation__vision {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.automation__vision-row {
  display: block;
}
.automation__vision-item {
  width: auto;
  padding: 2rem;
  font-size: 1.4rem;
}
.automation__vision-item:not(:last-child) {
        margin-bottom: 2rem;
}
.automation__vision-item h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.automation__vision-item-img {
  width: 6rem;
  margin-bottom: 2rem;
}
.automation__vision-item::after {
  width: 2rem;
  height: 2rem;
  top: 1.5rem;
  right: 1.5rem;
}
.automation__mid-img {
    height: 19rem;
  }
.automation__other {
  display: block;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.automation__other-img {
  width: 100%;
  margin-right: 0%;
    margin-bottom: 6rem;
}
.automation__other-txt h3 {
  font-size: 2rem;
    margin-bottom: 2rem;
  line-height: 1.8;
}
.automation__other-txt h3::before {
  width: 1.8rem;
  height: 0.5rem;
  top: -2rem;
}
.automation__other-txt .com-btn {
  margin-top: 5rem;
}
.automation__other--reverse {
  padding-top: 2rem;
}
.automation__other-img li:nth-child(1) {
  width: 75%;
}
.automation__other-img li:nth-child(2) {
  margin-left: auto;
  width: 60%;
    margin-top: -15%;
}
.automation__other--reverse .automation__other-img li:nth-child(2) {
  margin-left: 0;
  margin-right: auto;
}
.automation__other--reverse .automation__other-img {
  margin-left: 0%;
}
/*--------------事業案内共通--------------*/
.business__task-list {
  padding-top: 6rem;
}
.business__task-list--mdb {
    margin-bottom: 6rem;
    
}
.business__task-list .com-btn {
  margin-top: 5rem;
}
}
/*-------------------------------
私たちの取り組み
--------------------------------*/
.initiatives__blk {
    padding-top: 120px;
    padding-bottom: 120px;
}
.initiatives__blk--no-pdt {
    padding-top: 0 !important;
}
.initiatives__blk h3 {
    text-align: center;
    margin-bottom: 80px;
}
.initiatives__blk h3:before {
    left: 50%;
    margin-left: -10px;
}
.initiatives__blk-item {
    display: flex;
}
.initiatives__blk-item:not(:last-child) {
    margin-bottom: 70px;
    border-bottom: var(--c-line) 1px solid;
    padding-bottom: 70px;
}
.initiatives__blk-item-txt h4 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.initiatives__blk-item-txt h4:before {
    width: 6px;
    top: 3px;
    bottom: 3px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background: #53B4DC;
background: linear-gradient(0deg,rgba(83, 180, 220, 1) 0%, rgba(0, 96, 158, 1) 100%);
}
.initiatives__blk-item-img {
    flex-shrink: 0;
    width: 30%;
    margin-right: 5%;
}
.initiatives__blk-item-img-line {
    border: var(--c-line) 1px solid;
}
.initiatives__blk-item-txt ul{
    background-color: var(--bg-blue);
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.initiatives__blk-item-txt ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.initiatives__blk--bg {
    background-color: var(--bg-blue);
}
@media screen and (max-width: 1080px) {
.initiatives__blk {
  padding-bottom: 7rem;
    padding-top: 7rem;
}
.initiatives__blk h3 {
  margin-bottom: 3rem;
}
.initiatives__blk-item {
  display: block;
    
}

.initiatives__blk-item:not(:last-child) {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
.initiatives__blk-item-img {
  width: 100%;
  margin-right: 0%;
    margin-bottom: 3rem;
}
.initiatives__blk-item-txt h4 {
  font-size: 1.9rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
    line-height: 1.6;
}
.initiatives__blk-item-txt h4:before {
    width: 0.5rem;
    top: 0rem;
    bottom: 0rem;
}
.initiatives__blk-item-txt ul {
  padding: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
    font-size: 1.4rem;
}
}
/*-------------------------------
お知らせ
--------------------------------*/
.news__wrap {
    display: flex;
}
.news__index-cat {
    flex-shrink: 0;
    width: 25%;
}
.news__index-cat h3 {
    font-weight: 700;
    font-size: 19px;
    position: relative;
    border-radius: 50%;
    padding-left: 15px;
    margin-bottom: 20px;
}
.news__index-cat h3:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--c-blue);
    position: absolute;
    z-index: 1;
    left: 0;
    top:50%;
    border-radius: 50%;
    margin-top: -4px;
}
.news__index-cat li {
    margin-bottom:5px;
}
.news__index-cat li a {
    font-size: 14px;
    font-weight: 700;
    border: #a6b3bc 1px solid;
    border-radius: 40px;
    padding: 3px 20px;
}
.news__index-cat li a.current,
.news__index-cat li a:hover{
    background-color: var(--c-base);
    color: #fff;
    border-color: var(--c-base);
}
.news__index-txt {
    flex: 1;
}

.news__index-txt ul {
    border-top: #a6b3bc 1px solid;
}
.news__index-txt li {
    border-bottom: #a6b3bc 1px solid;
}
.news__index-txt li a {
    display:inline-block;
    padding-top: 25px;
    padding-bottom: 25px;
    
}
.news__index-txt li a:hover {
    transform: translateX(10px);
}
.news__index-txt li a:hover p {
    text-decoration: underline;
}
.news__index-txt dl {
    display: flex;
    font-size: 15px;
    align-items: center;
    margin-bottom: 10px;
}
.news__index-txt dt {
    font-family: var(--f-en);
    margin-right: 20px;
    
}
.news__index-txt dd {
    font-size: 15px;
    font-weight: 500;
    height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--c-base);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    min-width: 130px;
    box-sizing: border-box;
}
.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:10px;
    justify-content: center;
    margin-top: 50px;
}
.wp-pagenavi .page {
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: var(--c-base) 1px solid;
    border-radius: 50%;
    display: block;
    font-family:var(--f-en);
    font-size: 14px;
}
.wp-pagenavi .page:hover {
    background-color: var(--c-base);
    color: #fff;
}
.wp-pagenavi .current {
    background-color: var(--c-base);
    color: #fff;
    width: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 0%;
  line-height: 0%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    background-image: url("../images/arrow_b.png");
    background-size: 10px;
    background-repeat: no-repeat;
    display: block;
    background-position: center center;
    transform: scale(-1, 1);
}

.wp-pagenavi .nextpostslink {
    width: 40px;
    height: 40px;
    background-image: url("../images/arrow_b.png");
    background-size: 10px;
    background-repeat: no-repeat;
    display: block;
    background-position: center center;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover{
    opacity: 0.8;
}
.news__single {
    max-width: 900px;
    margin-inline:auto;
}
.news__single-ttl {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.7;
    border-bottom: var(--c-line) 1px solid;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.news__single .com-btn {
    margin-top: 60px;
}
.news__single .com-btn a{
    margin: auto;
}
.news__single dl {
    display: flex;
    font-size: 15px;
    align-items: center;
    margin-bottom: 30px;
}
.news__single dt {
    font-family: var(--f-en);
    margin-right: 20px;
    
}
.news__single dd {
    font-size: 15px;
    font-weight: 500;
    height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--c-base);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    min-width: 130px;
    box-sizing: border-box;
}

.news__single-txt-body a:link,
.news__single-txt-body a:visited {
    color: var(--c-blue);
    text-decoration: underline;
    font-weight: 700;
}
.news__single-txt-body a:hover {
    text-decoration: none;
}
@media screen and (max-width: 1080px) {
.news__single-ttl {
  font-size: 2rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.news__single dl {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.news__single dt {
  margin-right: 1rem;
}
.news__single dd {
  font-size: 1.3rem;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 3rem;
  min-width: 10rem;
}
.news__single .com-btn {
  margin-top: 5rem;
}
.news__wrap {
  display: block;
}
.news__index-cat {
  width: auto;
    margin-bottom: 3rem;
}
.news__index-cat h3 {
  font-size: 1.4rem;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.news__index-cat h3::before {
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
}
    .news__index-cat ul {
        display: flex;
        flex-wrap: wrap;
        gap:0.5rem;
    }
.news__index-cat li a {
  font-size: 1.3rem;
  padding: 0.3rem 1.5rem;
}

.news__index-txt dl {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.news__index-txt dt {
  margin-right: 1rem;
}
.news__index-txt dd {
  font-size: 1.3rem;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 3rem;
  min-width: 10rem;
}
.news__index-txt li a {
    line-height: 1.8;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wp-pagenavi .current {
  width: 3.5rem;
  line-height: 3.5rem;
    font-size: 1.3rem;
}
.wp-pagenavi .page {
  width: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.3rem;
}
.wp-pagenavi {
  gap: 1rem;
  margin-top: 5rem;
}
.wp-pagenavi .previouspostslink {
  width: 3.5rem;
  line-height: 3.5rem;
  background-size: 1rem;
}
.wp-pagenavi .nextpostslink {
  width: 3.5rem;
  line-height: 3.5rem;
  background-size: 1rem;
}
}
/*-------------------------------
企業情報
--------------------------------*/
.company__index {
    padding-bottom: 140px;
}
.company__index ul {
    display: flex;
    flex-wrap: wrap;
    gap:5%;
}
.company__index ul li:nth-child(1),
.company__index ul li:nth-child(2){
    border-top: var(--c-line) 1px solid;
}
.company__index ul li {
    width: calc((100% - 5%) / 2 );
    border-bottom: var(--c-line) 1px solid;
}
.company__index ul li a {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    font-weight: 700;
    font-size: 27px;
    position: relative;
}
.company__index ul li a:after {
    width: 36px;
    height: 36px;
    background-color: var(--c-base);
    background-image: url("../images/arrow_w.png");
    background-size: 8px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -18px;
    border-radius: 50%;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    transition: ease-in-out .3s;
}
.company__index ul li a:hover {
    padding-left: 15px;
}
.company__index ul li a:hover:after {
    background-color: var(--c-blue);
    transform: scale(1.1);
}
.company__index ul li a span {
    display: block;
    font-size: 16px;
    color: var(--c-blue);
    font-family: var(--f-en);
    font-weight: 600;
}
.company__separate {
    display: flex;
}
.company__separate h2 {
    flex-shrink: 0;
    width: 30%;
    position: sticky;
    top: 60px;
}
.company__outline-tbl {
}
.company__outline-tbl dl {
    display: flex;
    border-top: var(--c-line) 1px solid;
    
}
.company__outline-tbl dl.line {
    border-bottom: var(--c-line) 1px solid;
    
}
.company__outline-tbl dt {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 250px;
    flex-shrink: 0;
}
.company__outline-tbl dd {
    padding-top: 25px;
    padding-bottom: 25px;
}
.company__separate-txt {
    flex: 1;
}
.company__outline-pdf {
    background-color: var(--bg-blue);
    padding: 50px;
    margin-top: 110px;
}
.company__outline-pdf h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
    color: var(--c-blue);
}
.company__outline-pdf-img {
    background-color: var(--bg-blue);
    padding: 50px;
    text-align: center;
}
.company__outline-pdf-img img {
    width: 600px;
}
.company__outline-pdf .com-btn a {
    margin: 40px auto 0;
}
/*--------------許認可・有資格者--------------*/
.credentials__list {
    display: flex;
    flex-wrap: wrap;
    gap:15px 15px;
}
.credentials__list li {
    width: calc((100% - 30px) / 2 );
    padding-bottom: 15px;
    line-height: 1.7;
    background-color: var(--bg-blue);
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    padding-left: 40px;
}
.credentials__list li:before {
    width: 8px;
    height: 8px;
    background-color: var(--c-blue);
    content: "";
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 20px;
}
.credentials__list--col3 li {
    width: calc((100% - 45px) / 3 );
}
.credentials__item h2 {
    margin-bottom: 40px;
    font-size: 30px;
}

/*--------------メッセージ・理念--------------*/
.message__greeting-flex {
    display: flex;
    align-items: flex-start;
}
.message__greeting-img {
    order: 2;
    flex-shrink:0;
    width: 41%;
    margin-left: 8%;
    position: relative;
}
.message__greeting-img img {
}
.message__greeting-txt h3{
    font-weight: 800;
    font-size: 35px;
    line-height: 1.7;
    margin-bottom: 50px;
}
.message__greeting-name {
    font-weight: 700;
    text-align: right;
    margin-top: 50px;
}
.message__greeting-name span {
    font-size: 20px;
}
.message__philosophy {
    background-color: var(--bg-blue);
    padding-top: 120px;
    padding-bottom: 120px;
}
.message__philosophy-item {
    display: flex;
    align-items: center;
}
.message__philosophy-item:not(:last-child) {
    margin-bottom: 130px;
}
.message__philosophy-item-img {
    flex-shrink: 0;
    width: 47%;
    margin-right: 8%;
}
.message__philosophy-item--reverse .message__philosophy-item-img {
    margin-right: 0%;
    margin-left: 8%;
    order: 2;
}
.message__philosophy-item-txt {
    flex: 1;
}
.message__philosophy-item-txt h3 {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 30px;
}
.message__philosophy-item-txt h3 span{
    font-family: var(--f-en);
  display: block;
  font-weight: 600;
  font-size: 60px;
  color: var(--c-blue);
  margin-bottom: 15px;
  line-height: 1.1;
}
.message__philosophy-item-copy {
    font-weight: 700;
    font-size: 23px;
}
/*--------------事業所一覧--------------*/
.locations__list {
    display: flex;
    gap:100px 60px;
    flex-wrap: wrap;
}
.locations__item {
    width: calc((100% - 60px) / 2 );
}
.locations__item iframe {
    width: 100%;
    height: 250px;
}
.locations__item h2 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 15px;
    border-bottom: var(--c-line) 1px solid;
    padding-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.locations__item h2:before {
    width: 6px;
  top: 8px;
  bottom: 18px;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  background: #53B4DC;
  background: linear-gradient(0deg,rgba(83, 180, 220, 1) 0%, rgba(0, 96, 158, 1) 100%);
}
.locations__item-flex {
    display: flex;
    line-height: 1.8;
    margin-bottom: 25px;
}
.locations__item-img {
    flex-shrink: 0;
    margin-right: 30px;
}
.locations__item-txt {
    flex: 1;
}
.locations__item dl {
    font-size: 14px;
    line-height: 1.9;
    display: flex;
    margin-bottom: 40px;
    background-color: var(--bg-blue);
    padding: 20px;
}
.locations__item dt {
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 20px;
}
/*--------------沿革--------------*/
.history__list {
    position: relative;
}
.history__list:after {
    background-color: var(--c-line);
    width: 1px;
    top: 40px;
    bottom: 40px;
    content: "";
    position: absolute;
    z-index: -1;
    left: 224px;
}
.history__list dl {
    display: flex;
    border-bottom: var(--c-line) 1px solid;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.8;
}
.history__list dl:last-child {
    border-bottom: none;
}
.history__list dt {
    flex-shrink: 0;
    width: 200px;
    position: relative;
    margin-right: 90px;
    padding-left: 30px;
    color: #8397A4;
}
.history__list dt:after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    background-color: var(--c-blue);
    border-radius: 50%;
    top: 12px;
    right: 0;
    z-index: 2;
}

/*--------------組織体系--------------*/
.organization__img {
    text-align: center;
}
.organization__img img {
    width: 900px;
}
/*--------------カレンダー--------------*/
.calendar__row {
    display: flex;
    flex-wrap: wrap;
    gap:40px;
    align-items: flex-start;
}
.calendar__item {
    width: calc((100% - 80px) / 3);
    border: var(--c-line) 1px solid;
    box-sizing: border-box;
    background-color: #fff;
}
.calendar__item table {
    table-layout: fixed;
    border-spacing: 5px;
	border-collapse:separate;
}
.calendar__item table th {
    padding: 5px;
}
.calendar__item table td {
    border: var(--c-line) 1px solid;
    padding: 5px;
    text-align: center;
}
.calendar__item table td.week {
    border: none;
}
.calendar__item table td.sat {
    color: var(--c-blue);
}
.calendar__item table td.sun {
    color:#D30003;
}
.calendar__item table td.empty {
    background-color: #f5f7f8;
}
.calendar__item table td.off {
    background-color: #FFDFDF;
}
.calendar__item table thead th {
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 0;
    padding-top: 10px;
    }
.calendar__holiday {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.calendar__holiday span {
    background-color: #FFDFDF;
    border: var(--c-line) 1px solid;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
@media screen and (max-width: 1080px) {
.company__index {
    padding-bottom: 7rem;
}
.company__index ul {
  display: block;
}
.company__index ul li {
  width: auto;
}
.company__index ul li:nth-child(2) {
  border-top: none;
}
.company__index ul li a span {
  font-size: 1.3rem;
    line-height: 1.2;
}
.company__index ul li a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2rem;
}
.company__index ul li a::after {
  width: 3rem;
  height: 3rem;
  background-size: 0.7rem;
  margin-top: -1.5rem;
}
.company__separate {
  display: block;
}
.company__outline-pdf {
  padding: 2rem;
  margin-top: 6rem;
}
.company__outline-pdf h3 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.company__outline-pdf-img {
  padding: 2rem;
}
.company__outline-pdf .com-btn a {
  margin: 2rem auto 0;
}
.company__outline-tbl {
  display: block;
}
.company__outline-tbl dl {
  width: auto;
    display: block;
}
.company__outline-tbl dt {
  padding-top: 1.5rem;
  padding-bottom: 0;
  width: auto;
    font-weight: 700;
}
.company__outline-tbl dd {
  padding-top: 0.2rem;
  padding-bottom: 1.5rem;
}
.company__outline-tbl dl.line {
  border-bottom: none;
}
.company__outline-tbl dl:last-child {
  border-bottom: var(--c-line) 1px solid;
}
.history__list::after {
  top: 3rem;
  bottom: 3rem;
  left: 9.6rem;
}
/*--------------カレンダー--------------*/
.calendar__row {
  display: block;
}
.calendar__item {
  width: auto;
}
.calendar__item:not(:last-child) {
    margin-bottom: 2rem;
    }
.calendar__item table thead th {
  font-size: 1.7rem;
  padding-top: 1rem;
}
.calendar__item table td {
    padding: 0.4rem;
    font-size: 1.4rem;
}
.calendar__holiday {
  margin-bottom: 2rem;
    font-size: 1.4rem;
}
.calendar__holiday span {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.calendar__item table {
  border-spacing: 0.4rem;
}
/*--------------沿革--------------*/
    .history__list {
        font-size: 1.4rem;
    }
.history__list dl {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.history__list dt {
  flex-shrink: 0;
  width: 10rem;
  position: relative;
  margin-right: 1.8rem;
  padding-left: 0;
  color: #8397A4;
}

.history__list dt::after {
  width: 0.7rem;
  height: 0.7rem;
  top: 1rem;
}
/*--------------事業所一覧--------------*/
.locations__list {
  display: block;
}
.locations__item {
  width:auto;
}
    .locations__item:not(:last-child) {
        margin-bottom: 4rem;
        border-bottom: var(--c-line) 1px dashed;
        padding-bottom: 4rem;
    }
.locations__item-img {
  margin-right: 2rem;
  width: 7rem;
}
    .locations__item-txt {
        font-size: 1.4rem;
    }
.locations__item h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}
.locations__item h2:before {
    width: 0.5rem;
    top: 0.5rem;
    bottom: 1.4rem;
  }
.locations__item dl {
  display: block;
}
.locations__item dl {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  padding: 1.5rem;
}
.locations__item-flex {
  margin-bottom: 2rem;
}
.locations__item iframe {
  height: 15rem;
}
/*--------------許認可・有資格者--------------*/  
.credentials__list {
  display: block;
}
.credentials__list li {
    width: auto;
    padding: 1.2rem;
    padding-left: 3.3rem;
}
.credentials__list li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.credentials__list li::before {
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  left: 1.5rem;
}
.credentials__item h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
    line-height: 1.6;
}
/*--------------メッセージ・理念--------------*/
.message__greeting-flex {
  display: block;
}
.message__greeting-img {
  width: 100%;
  margin-left: 0;
    margin-bottom: 3rem;
}   
.message__greeting-txt h3 {
  font-size: 1.9rem;
    margin-bottom: 3rem;
}   
.message__greeting-name {
  margin-top: 2rem;
}
.message__greeting-name span {
  font-size: 2rem;
}
.message__philosophy {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.message__philosophy-item {
  display:block;
}
.message__philosophy-item-img {
  width: 100%;
  margin-right: 0% !important;
    margin-left: 0 !important;
}
.message__philosophy-item-txt h3 span {
  font-size: 4rem;
  margin-bottom: 1rem;
  margin-top: -2rem;
}
.message__philosophy-item-copy {
  font-size: 1.6rem;
}
.message__philosophy-item:not(:last-child) {
  margin-bottom: 5rem;
}
.message__philosophy-item-txt h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
}
/*-------------------------------
取扱いメーカー
--------------------------------*/
.suppliers__logo-row {
    display: flex;
    gap:60px 30px;
    flex-wrap: wrap;
    margin-bottom: 140px;
}
.suppliers__logo-item {
    width: calc((100% - 120px) / 5);
}
.suppliers__logo-item a {
    display: block;
}
.suppliers__logo-item-img img {
    border: var(--c-line) 1px solid;
  border-radius: 10px;
  box-sizing: border-box;
    transition: ease-in-out .3s;
}
a:hover .suppliers__logo-item-img img {
    border-color: var(--c-blue);
}
.suppliers__logo-item dt,
.suppliers__logo-item h3{
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
.suppliers__logo-item a:hover dt,
.suppliers__logo-item a:hover h3{
    text-decoration: underline;
}
.suppliers__logo-item dd {
    display: flex;
    flex-wrap: wrap;
    gap:5px;
    line-height: 2;
}
.suppliers__logo-item dd span{
    background-color: #eff2f3;
    color: var(--c-blue);
    font-size: 13px;
    display: inline-block;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.suppliers .lead-copy {
  margin-bottom: 120px;
}
.suppliers__list-anchor {
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    margin-bottom: 90px;
}
.suppliers__list-anchor li {
    width: calc((100% - 60px) / 5);
}
.suppliers__list-anchor li a{
    display: block;
    border: var(--c-base) 1px solid;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    background-image: url("../images/anchor__arrow_b.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 10px;
    
}
.suppliers__list-anchor li a:after {
    
}
.suppliers__list-anchor li a:hover {
    background-color: var(--c-base);
    color: #fff;
    background-image: url(../images/anchor__arrow_w.png);
}
.suppliers__list-cat:not(:last-child) {
    margin-bottom: 110px;
}
.suppliers__list-cat h3 {
    background-color: #f5f7f8;
    border: var(--c-line) 1px solid;
    font-size: 23px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}
.suppliers__list-cat h3:before {
    width: 20px;
    height: 3px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    background-color: var(--c-blue);
    left: -1px;
}
.suppliers__list-cat h3 span {
    font-size: 14px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
}
.suppliers__list-cat ul {
    display: flex;
    gap:0px 30px;
    flex-wrap: wrap;
}
.suppliers__list-cat ul li {
    width: calc((100% - 60px) / 3 );
    border-bottom: var(--c-line) 1px solid;
}
.suppliers__list-cat ul li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url("../images/arrow_b.png");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: right 13px center;
    padding-right: 40px;
}
.suppliers__list-cat ul li a:hover {
    text-decoration: underline;
    background-position: right 10px center;
    color: var(--c-blue);
}
@media screen and (max-width: 1080px) {
.suppliers .lead-copy {
  margin-bottom: 5rem;
}
.suppliers__logo-row {
  gap: 4rem 2rem;
  margin-bottom: 7rem;
}
.suppliers__logo-item {
  width: calc((100% - 2rem) / 2);
}
.suppliers__logo-item-img img {
  border-radius: 1rem;
}
.suppliers__logo-item dt,
.suppliers__logo-item h3{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.suppliers__logo-item dd span {
  font-size: 1.2rem;
  border-radius: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.suppliers__list-anchor li a {
  font-size: 1.2rem;
  border-radius: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
    background-position: right 1rem center;
  background-size: 0.8rem;
}
.suppliers__list-anchor {
  gap: 0.5rem;
  margin-bottom: 4rem;
    justify-content: flex-start;
}
    .suppliers__list-anchor li {
        width: calc((100% - 1rem) / 3);
    }
.suppliers__list-cat h3 {
  font-size: 1.7rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
    line-height: 1.5;
}
.suppliers__list-cat h3::before {
  width: 1rem;
  height: 0.2rem;
  margin-top: -0.1rem;
}
.suppliers__list-cat h3 span {
  font-size: 1.1rem;
  margin-left: 1rem;
  padding-bottom: 0.5rem;
}
.suppliers__list-cat ul {
  display: block;
}
.suppliers__list-cat ul li {
  width: auto;
}
.suppliers__list-cat ul li a {
    line-height: 1.8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-size: 0.8rem;
  background-position: right center;
  padding-right: 2rem;
}
.suppliers__list-cat:not(:last-child) {
  margin-bottom: 6rem;
}
}
/*-------------------------------
ソリューション
--------------------------------*/
.solution__search {
    background-color: var(--bg-blue);
    box-sizing: border-box;
    padding: 50px;
    margin-bottom: 100px;
}
.solution__search h2 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 30px;
    border-left: var(--c-blue) 3px solid;
    line-height: 1.2;
    padding-left: 15px;
}
.solution__search dl {
    display: flex;
    
}
.solution__search dl:not(:last-child) {
    margin-bottom: 25px;
}
.solution__search dt {
    flex-shrink: 0;
    width: 180px;
}
.solution__search dd {
    display: flex;
    flex-wrap: wrap;
    gap:5px;
}
.solution__search label {
    line-height: 0;
}
.solution__search label input {
    display: none;
}
.solution__search label span {
    display: inline-block;
    border: var(--c-line) 1px solid;
    border-radius: 5px;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 15px;
    cursor: pointer;
}
.solution__search label input:checked + span {
	color: #FFF;
	background-color: var(--c-base);
    border-color: var(--c-base);
}
.solution__search button {
    background-color: var(--c-base);
    color: #fff;
    display: flex;
    border: none;
    border-radius: 40px;
    grid-column-end: 60px;
    width: 230px;
    height: 55px;
    align-items: center;
    justify-content: center;
    font-family: var(--f-jp);
    font-weight: 700;
    font-size: 15px;
    margin: 20px auto 0;
    cursor: pointer;
}
.solution__search button:hover {
    background-color: var(--c-blue);
}
.solution__search button span{
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 30px;
}
.solution__search-cancel span{
    background-image: url("../images/cancel.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    padding-left: 23px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}
.solution__search-cancel span:hover {
    text-decoration: underline;
}
.solution__result {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-end;
}
.solution__result dt {
    font-weight: 700;
    font-size: 24px;
}
.solution__result dd {
    font-size: 15px;
    font-weight: 700;
}
.solution__result dd span {
    font-family: var(--f-en);
    color: var(--c-blue);
    font-size: 45px;
    font-weight: 400;
    
    line-height: 1;
}
.solution__row {
    display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.solution__item {
  display: flex;
  width: calc((100% - 35px) / 2);
  border: var(--c-line) 1px solid;
  box-sizing: border-box;
  background-color: #fff;
}
.solution__item a {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    padding: 30px;
    position: relative;
    padding-right:60px;
}
.solution__item a:hover {
    background-color: var(--c-base);
    color: #fff;
}
.solution__item a:hover:after {
    background-color: #fff;
    background-image: url("../images/arrow_b.png");
}
.solution__item a:after {
    transition: ease-in-out .2s;
    width: 30px;
    height: 30px;
    content: "";
    background-color: var(--c-base);
    background-image: url("../images/arrow_w.png");
    background-size: 10px;
    position: absolute;
    z-index: 1;
    right: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    top: 50%;
    margin-top: -15px;
    right: 20px;
}
.solution__item h2 {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.6;
}
.solution__item ul {
    display: flex;
    flex-wrap: wrap;
    color: var(--c-blue);
    font-weight: 700;
    font-size: 13px;
    gap:10px;
    margin-top: 15px;
}
.solution__item ul li {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: var(--c-line) 1px solid;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
    background-color: #fff;
}
.solution__item ul li:first-child {
    background-color: #eff2f3;
    border-color: #eff2f3;
}
.remodal-overlay {
    background-color: rgba(0,18,29,0.80) !important;
}
html.remodal-is-locked {
    overflow: inherit !important;
}
.remodal {
    color: var(--c-base) !important;
    padding: 0 !important;
    max-width: 1081px !important;
}
.remodal__flex {
    display: flex;
}
.remodal__slider {
    flex-shrink: 0;
    width: 50%;
    overflow: hidden;
}
.remodal__slider img {
    width: 100%;
    
}
.remodal__txt {
    padding: 5%;
    text-align: left;
}
.remodal__txt h3 {
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 20px;
}
.remodal__txt ul {
    display: flex;
    flex-wrap: wrap;
    color: var(--c-blue);
    font-weight: 700;
    font-size: 13px;
    gap:10px;
    margin-top: 25px;
}
.remodal__txt ul li {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: var(--c-line) 1px solid;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
    background-color: #fff;
}
.remodal__txt ul li:first-child {
    background-color: #eff2f3;
    border-color: #eff2f3;
}
.swiper-container {
    overflow: hidden;
    position: relative;
}
.remodal__close {
    position: absolute;
    bottom: -100px;
    color: #fff;
    background-image: url("../images/close.png");
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 40px;
    font-size: 14px;
    font-weight: 700;
    left: 50%;
    width: 50px;
    margin-left: -25px;
}
.swiper-pagination-bullet-active {
  background: var(--c-blue) !important;
}
.swiper-pagination-bullet {
  background: #fff !important;
}
@media screen and (max-width: 1080px) {
    .solution__search-cancel {
        margin-top: -1.2rem;
    }
.solution__search-cancel span {
  background-size: 1.5rem;
  padding-left: 2rem;
  font-size: 1.2rem;
}
.solution__search {
  padding: 3rem 2rem;
  margin-bottom: 5rem;
}
.solution__search h2 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
.solution__search dl {
  display: block;
}
    .solution__search dt {
        font-weight: 700;
        margin-bottom: 1rem;
    }
.solution__search label span {
  border-radius: 0.3rem;
  font-size: 1.2rem;
  padding: 0.3rem 0.5rem;
}
.solution__search dd {
  gap: 0.5rem;
}
.solution__search button {
  border-radius: 3rem;
  width: 20rem;
  height: 4.5rem;
  font-size: 1.4rem;
  margin: 2rem auto 0;
}
.solution__search button span {
  background-size: 1.5rem;
  padding-left: 2.5rem;
}
.solution__result dt {
  font-size: 1.5rem;
}
.solution__result dd span {
  font-size: 3rem;
}
.solution__result dd {
  font-size: 1.4rem;
}
.solution__result {
  margin-bottom: 2rem;
}
.solution__row {
  display: block;
}
.solution__item {
  width: auto;
}
    .solution__item:not(:last-child) {
        margin-bottom: 1.5rem;
    }
.solution__item a {
  padding: 1.5rem;
  padding-right: 5rem;
}
.solution__item h2 {
  font-size: 1.5rem;
}
.solution__item a::after {
  width: 2.6rem;
  height: 2.6rem;
  background-size: 0.7rem;
  margin-top: -1.3rem;
  right: 1.5rem;
}
.solution__item ul li {
  height: 2.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 3rem;
}
.solution__item ul {
  font-size: 1.2rem;
  gap: 1rem;
  margin-top: 1rem;
}
.remodal {
  width: 86% !important ;
    }
.remodal__flex {
  display:block;
}
.remodal__slider {
  width: 100%;
}
.remodal__txt {
  padding: 2rem;
    font-size: 1.4rem;
}
.remodal__txt h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.remodal__txt ul li {
  height: 2.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 3rem;
}
.remodal__txt ul {
  font-size: 1.2rem;
  gap: 1rem;
  margin-top: 1.5rem;
}
.remodal__close {
  bottom: -8rem;
  background-size: 3rem;
  padding-top: 3.5rem;
  font-size: 1.3rem;
  width: 5rem;
  margin-left: -2.5rem;
}
}
/*-------------------------------
お知らせ
--------------------------------*/
.contact__error {
    font-weight: 700;
    margin-bottom: 10px;
    color:#C90003;
}
.contact__form-wrap {
    background-color: var(--bg-blue);
    padding: 100px;
    box-sizing: border-box;
}
.contact__form-wrap--conf {
    background-color: transparent;
    padding-top: 0;
}
.contact__input {
border: var(--c-line) 1px solid;
    border-radius: 5px;
    height: 75px;
    padding: 10px;
    background-color: #f2f6fa;
    width: 100%;
    box-sizing: border-box;
    transition: ease-in-out .3s;
    background-color: #fff;
}
.contact__input:focus,
.contact__form-wrap select:focus,
.contact__form-wrap textarea:focus{
    border-color: var(--c-blue);
}
.contact__form-wrap th {
    font-weight: 700;
    width: 250px;
    vertical-align: middle;
    padding-bottom: 15px;
    padding-top: 15px;
}
.contact__form-wrap th span {
    color: #fff;
    background-color: var(--c-base);
    font-size: 14px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    padding: 3px;
    margin-left: 15px;
}
.contact__form-wrap select {
    border: var(--c-line) 1px solid;
    border-radius: 5px;
    height: 75px;
    padding: 10px;
    background-color: #f2f6fa;
    width: 100%;
    box-sizing: border-box;
    transition: ease-in-out .3s;
    background-color: #fff;
}
.contact__form-wrap td {
    padding-bottom: 15px;
    padding-top: 15px;
}
.contact__form-wrap textarea {
    border: var(--c-line) 1px solid;
    border-radius: 5px;
    height: 250px;
    padding: 10px;
    background-color: #f2f6fa;
    width: 100%;
    box-sizing: border-box;
    transition: ease-in-out .3s;
    background-color: #fff;
}
.contact__privacy {
    text-align: center;
    margin-top: 20px;
}
.contact__btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap:20px;
    
}
.contact__btn button {
    display: flex;
    width: 370px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border: none;
    font-family: var(--f-jp);
    font-weight: 700;
    background-color: var(--c-base);
    color: rgb(255, 255, 255);
    font-size: 18px;
    background-image: url(../images/arrow_w.png);
    background-size: 10px;
    background-repeat: no-repeat;
    border-radius: 40px;
    background-position: right 30px center;
    margin: auto;
    
}
::placeholder {
  opacity: 0.5;
}

.contact__lead {
    text-align: center;
    margin-bottom: 50px;
}
.contact__tel {
    text-align: center;
    margin-bottom: 70px;
}
.contact__tel a{
    font-family: var(--f-en);
    font-size: 40px;
    font-weight: 600;
    color: var(--c-blue);
}
.contact__btn-link {
    padding-bottom: 100px;
}
.contact__btn-link a{
    margin: auto;
}
.contact__conf-tbl th {
    border-bottom:var(--c-line) 1px solid;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact__conf-tbl td {
    border-bottom:var(--c-line) 1px solid;
    padding-top: 30px;
    padding-bottom: 30px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    /* font-size: 14px; */
    line-height: 30px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label::after {
    left: 3px;
    width: 19px;
    height: 10px;
    margin-top: -8px;
    border-left: 3px solid var(--c-base);
    border-bottom: 3px solid var(--c-base);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
    input[type=radio],
    input[type=checkbox] {
        margin: 0;
		opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
	margin-left:-13px;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 35px;
    }
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -11px;
    background: #FFF;
  }
    input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: var(--c-bsc);
	border-radius: 8px;
    }
    input[type="radio"]:checked + label::after {
    left: 7px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background: var(--c-bsc);
    border-radius: 8px;
  }
@media screen and (max-width: 1080px) {
.contact__error {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.contact__lead {
    text-align: left;
    margin-bottom: 3rem;
}
.contact__tel a {
  font-size: 3rem;
    line-height: 1.6;
}
.contact__tel dd {
    font-size: 1.4rem;
}
.contact__tel {
  margin-bottom: 5rem;
}
.contact__form-wrap {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 2rem;
    padding-bottom: 4rem;
    width: 100%;
}
.contact__form-wrap th {
    padding-bottom: 0.5rem;
    padding-top: 1.5rem;
    border-bottom: none;
  width: auto;
    display: block;
}
.contact__form-wrap td {
    padding-bottom: 1.5rem;
    padding-top: 0;
    
  width: auto;
    display: block;
}
.contact__input,
.contact__form-wrap select{
  border-radius: 0.5rem;
  height: 5rem;
  padding: 1rem;
}
.contact__form-wrap textarea {
  border-radius: 0.5rem;
  height: 20rem;
  padding: 1rem;
}
.contact__btn {
  margin-top: 3rem;
    display: block;
}
    .contact__btn li:not(:last-child) {
        margin-bottom: 1rem;
    }
.contact__btn button {
    width: 100%;
    height: 6rem;
    border-radius: 4rem;
    font-size: 1.6rem;
    background-size: 0.8rem;
    background-position: right 2.5rem center;
  }
.contact__privacy {
  text-align: left;
  margin-top: 1.5rem;
    line-height: 1.6;
}
    .contact__privacy p{
        margin-bottom: 1rem;
    }
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
  width: 2rem;
  height: 2rem;
  margin-top: -0.9rem;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  padding: 0 0 0 3rem;
    line-height: 1.6;
}
input[type="checkbox"]:checked + label::after {
  left: -0.3rem;
  width: 2rem;
  height: 1rem;
  margin-top: -1rem;
  border-left: 0.5rem solid var(--c-base);
  border-bottom: 0.5rem solid var(--c-base);
}
.contact__btn-link {
    padding-bottom: 8rem;
}
}
/*-------------------------------
プライバシーポリシ－
--------------------------------*/
.privacy__name {
    text-align: right;
    margin-top: 30px;
    line-height: 1.6;
    margin-bottom: 80px;
}
.privacy__ttl {
    font-weight: 700;
    font-size: 25px;
    border-top: var(--c-line) 1px solid;
    padding-top: 40px;
    position: relative;
    margin-bottom: 30px;
}
.privacy__ttl:before {
    content: "";
    background-color: var(--c-blue);
    height: 1px;
    width: 70px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -1px;
}
.privacy__mdb {
    margin-bottom: 30px;
}
.privacy__num {
    counter-reset: listnum;
}
.privacy__num > li {
    text-indent: -1.1em;
    padding-left: 1.1em;
}
.privacy__num > li:before{
    counter-increment: listnum;
	content: counter(listnum) ". ";
}
.privacy__item {
    margin-bottom: 80px;
}
.privacy__item:last-child{
    margin-bottom: 0;
}
.privacy__num-roman {
    margin-left: 20px;
}
.privacy__num-roman li{
   list-style-type: lower-roman;
    text-indent: 0;
}
.privacy__num--mdb > li:not(:last-child) {
    margin-bottom: 25px;
}
.privacy__item-contact {
    background-color: var(--bg-blue);
    padding: 20px;
    margin-top: 30px;
}
.privacy__item-contact h3 {
    font-weight: 700;   
}
.privacy__item-contact dl {
    display: flex;
    font-size: 16px;
}
.privacy__item-contact dt {
    flex-shrink: 0;
    width: 230px;
}
.privacy__omron {
    font-weight: 700;
}
.privacy__bold {
    font-weight: 800;
    margin-bottom: 10px;
}
.privacy__lead {
    margin-bottom: 80px;
}
.privacy__dot {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
}
.privacy__dot li {
    position: relative;
    padding-left: 15px;
}
.privacy__dot li:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--c-base);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 18px;
    content: "";
}
.privacy__model {
    font-weight: 700;
}
.privacy__model--mdt {
    margin-top: 15px;
}
.privacy__bold--mdt {
    margin-top:30px;
}
.privacy__reader {
    border: var(--c-line) 1px solid;
    padding: 20px;
    margin-top: 50px;
    font-size: 15px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}
.privacy__reader-img {
    flex-shrink: 0;
    margin-right: 20px;
}
@media screen and (max-width: 1080px) {
.privacy__ttl {
  font-size: 1.8rem;
  padding-top: 2rem;
  margin-bottom: 1.5rem;
}
.privacy__mdb {
  margin-bottom: 3rem;
}
.privacy__item {
  margin-bottom: 6rem;
}
.privacy__num--mdb > li:not(:last-child) {
  margin-bottom: 2rem;
}
.privacy__item-contact dl {
  display: block;
  font-size: 1.4rem;
}
.privacy__item-contact {
  padding: 2rem;
  margin-top: 3rem;
}
.privacy__lead {
  margin-bottom: 5rem;
}
.privacy__dot {
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 2rem;
}
.privacy__bold {
  margin-bottom: 1rem;
}
.privacy__model--mdt {
  margin-top: 1.5rem;
}
.privacy__bold--mdt {
  margin-top: 3rem;
}
.privacy__reader {
  padding: 1.5rem;
  margin-top: 5rem;
  font-size: 15px;
  display: block;
    font-size: 1.4rem;
}
.privacy__reader-img {
    margin-bottom: 1rem;
  margin-right: 0px;
    text-align: center;
}
}
