@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

a {
  color: #000;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

.container {
  overflow: hidden;
}

@media screen and (min-width: 769px), print {
  .header {
    background: #fff;
    min-width: 1300px;
    border-top: 40px solid #3d62ad;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 80px;
  }
  .header__logo {
    line-height: 0;
  }
  .header__logo a {
    display: inline-block;
    line-height: 0;
  }
  .header__logo a img {
    width: 366px;
    height: auto;
  }
  .header__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__menu > li {
    line-height: 1;
    height: 108px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__menu > li:not(.contact):after {
    content: '';
    width: 6px;
    height: 13px;
    background: url("../img/ic_line.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin: 0 22px;
    display: inline-block;
  }
  .header__menu > li a {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
  }
  .header__menu > li.contact a {
    width: 179px;
    height: 41px;
    background: #3d62ad;
    -moz-border-radius: 10px;
         border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .header__nitta {
    position: absolute;
    top: -40px;
    right: 0;
    width: 259px;
    height: 40px;
  }
  .header__nitta:before {
    content: '';
    width: 9px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 12px;
    -webkit-transform: skewX(136deg);
       -moz-transform: skewX(136deg);
        -ms-transform: skewX(136deg);
            transform: skewX(136deg);
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

@media screen and (min-width: 769px) and (max-width: 1660px) and (min-width: 769px) {
  .header {
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1520px) and (min-width: 769px) {
  .header__logo a img {
    width: 329px;
  }
  .header__menu > li:not(.contact):after {
    margin: 0 20px;
  }
  .header__menu > li.contact a {
    width: 119px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1420px) and (min-width: 769px) {
  .header__menu > li:not(.contact):after {
    margin: 0 10px;
  }
}

@media screen and (min-width: 769px), print {
  .footer {
    position: relative;
  }
  .footer__path {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 259px;
    height: 40px;
  }
  .footer__path:before {
    content: '';
    width: 9px;
    height: 101%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-transform: skewX(136deg);
       -moz-transform: skewX(136deg);
        -ms-transform: skewX(136deg);
            transform: skewX(136deg);
  }
  .footer__top {
    background: #f5f5f5;
    text-align: center;
    padding: 41px 0 48px;
  }
  .footer__top a {
    width: 480px;
    height: 71px;
    color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #3d62ad;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
  }
  .footer__main {
    padding: 82px 0 88px;
  }
  .footer__tt {
    font-size: 2.3rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.07em;
    padding: 0 56px;
    margin-bottom: 52px;
  }
  .footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 50px;
  }
  .footer__nav dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 19px;
  }
  .footer__nav dl dd {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 400;
  }
  .footer__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid rgba(112, 112, 112, 0.56);
    margin: 33px 50px 0;
    padding-top: 35px;
  }
  .footer__menu li {
    margin: 0 15px;
  }
  .footer__menu li a {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 400;
  }
  .footer .copyright {
    padding: 11px 20px 13px;
    color: #fff;
    background: #3d62ad;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  body {
    font-size: 1.6rem;
    line-height: 2.1875;
  }
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .main {
    margin-top: 148px;
  }
  .row {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    overflow: hidden;
    min-width: 1320px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .ttl__title {
    display: block;
    font-size: 4.6rem;
    line-height: 1.43478;
    color: #42689b;
    font-weight: bold;
  }
  .ttl__sub {
    display: block;
    font-size: 1.8rem;
    line-height: 1.33333;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 9px;
  }
  .ttl__sub:before {
    content: '';
    width: 42px;
    height: 6px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5b9ca0), color-stop(50%, #456a9d));
    background: -webkit-linear-gradient(left, #5b9ca0 50%, #456a9d 50%);
    background: -moz- oldlinear-gradient(left, #5b9ca0 50%, #456a9d 50%);
    background: linear-gradient(to right, #5b9ca0 50%, #456a9d 50%);
    margin-right: 11px;
    margin-top: 3px;
  }
  .ttl02 {
    font-size: 3rem;
    line-height: 1.83333;
    color: #42689b;
    font-weight: bold;
    border-bottom: 1px solid #42689b;
    padding-bottom: 15px;
    margin-bottom: 39px;
    position: relative;
  }
  .ttl02:after {
    content: '';
    width: 111px;
    height: 5px;
    background: #5b9ca0;
    position: absolute;
    left: 0;
    bottom: -3px;
  }
  .pageChild__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 103px 0 485px;
    position: relative;
  }
  .pageChild__ttl:before {
    content: '';
    background: url("../img/about/ttl.png") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    left: 47%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 116.61458%;
    height: 556px;
    z-index: -1;
  }
  .pageChild__ttl h2 {
    font-size: 4.6rem;
    line-height: 1.43478;
    color: #000;
    font-weight: bold;
  }
  .pageChild__breakcrum {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-top: 16px;
  }
  .pageChild__breakcrum li {
    font-size: 1.3rem;
    line-height: 1;
  }
  .pageChild__breakcrum li + li {
    position: relative;
  }
  .pageChild__breakcrum li + li:before {
    content: '';
    margin: 0 9px 0 11px;
    background: url("../img/ic_arrow04.svg") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    width: 6px;
    height: 10px;
    display: inline-block;
  }
  .pageChild__breakcrum li a {
    font-size: 1.3rem;
    line-height: 1;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .pageChild__main {
    padding: 0 0 245px;
    position: relative;
    overflow: hidden;
  }
  .pageChild__main:after {
    content: '';
    width: 107.5%;
    height: 720px;
    background: url("../img/main_bg.png") center/cover no-repeat;
    position: absolute;
    left: 50%;
    bottom: -236px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .toppage .tt {
    margin-bottom: 51px;
  }
  .toppage .tt__title {
    font-size: 4.5rem;
    line-height: 1.35556;
    font-weight: bold;
    color: #175da3;
    font-family: "Noto Sans JP", sans-serif;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .toppage .tt__title.f50 {
    font-size: 5rem;
    line-height: 1.36;
  }
  .toppage .tt__sub {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    margin-top: -3px;
  }
  .toppage .btn {
    width: 251px;
    height: 53px;
    -moz-border-radius: 53px;
         border-radius: 53px;
    background: #175da3;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 44px 0 42px;
    position: relative;
  }
  .toppage .btn:after {
    content: '';
    width: 1px;
    height: 16px;
    background: #fff;
    margin-left: 15px;
  }
  .toppage .btn:before {
    content: '';
    width: 6px;
    height: 10px;
    background: url("../img/ic_arrow02.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
  }
  .toppage .mv {
    position: relative;
	/*
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
			*/
  }
  .toppage .mv__banner picture img {
    width: 100%;
    height: auto;
  }
  .toppage .mv__tt {
    position: absolute;
    top: 126px;
    left: 174px;
    width: 474px;
    height: auto;
  }
  .toppage .mv__txt {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: bold;
    color: #13549a;
    position: absolute;
    top: 78px;
    right: 113px;
  }
.toppage .mv__box {
    width: 320px !important;
    height: auto !important; /* 強制的に自動計算にする */
    min-height: 140px;       /* 320:140の比率に合わせて最低限の型を確保 */
    background: transparent !important; /* 青色を完全に除去 */
    
    /* 影の設定 */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    overflow: hidden;

    /* 配置（既存のまま） */
    position: fixed;
    bottom: 117px;
    right: 113px;
    z-index: 9999; /* 他の要素に隠されないよう数値を上げる */
    
    /* 消える対策：アニメーションの影響を上書き */
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* 中の画像が潰れないようにする設定 */
.toppage .mv__box img {
    width: 100% !important;
    height: auto !important;
    display: block;
}
  .toppage .news {
    padding: 54px 0 68px;
    background: url("../img/news_bg.jpg") center/cover no-repeat;
  }
  .toppage .news-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 29px;
  }
  .toppage .news-filter__item + .toppage .news-filter__item:before {
    content: '/';
    margin: 0 27px;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
  }
  .toppage .news-filter__item a {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
  }
  .toppage .news-filter__item.active a {
    color: #175da3;
  }
  .toppage .news-list {
    border-top: 1px dashed rgba(112, 112, 112, 0.51);
  }
  .toppage .news-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 0 18px;
    border-bottom: 1px dashed rgba(112, 112, 112, 0.51);
  }
  .toppage .news-item__date {
    font-size: 1.5rem;
    line-height: 1;
    width: 93px;
    padding-right: 10px;
  }
  .toppage .news-item__badge {
    width: 106px;
    height: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6px 16px;
    -moz-border-radius: 27px;
         border-radius: 27px;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
  }
  .toppage .news-item__badge--notice, .toppage .news-item__badge--media {
    background: #3d62ad;
    color: #fff;
  }
  .toppage .news-item__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.6rem;
    line-height: 2.1875;
    color: #000;
    padding-left: 19px;
  }
  .toppage .news__footer {
    margin-top: 24px;
    text-align: right;
  }
  .toppage .news .view-all-link {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3d62ad;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    color: #175da3;
  }
  .toppage .news .view-all-link:before {
    content: '';
    width: 6px;
    height: 10px;
    background: url("../img/ic_arrow.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 12px;
    position: relative;
    top: 1px;
  }
  .toppage .about {
    padding: 154px 0 280px;
    background: #f5f6f6;
    position: relative;
  }
  .toppage .about:before {
    content: '';
    width: 58%;
    height: 50px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  .toppage .about:after {
    content: '';
    width: 121.30208%;
    height: 161px;
    background: url("../img/about_line.png") center/100% auto no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -66px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .toppage .about .tt {
    width: 480px;
    text-align: right;
    margin-bottom: 51px;
  }
  .toppage .about__img {
    width: 48.28125%;
    position: absolute;
    right: 0;
    top: 119px;
  }
  .toppage .about__img img {
    width: 100%;
    height: 691px;
    object-fit: cover;
    -moz-border-radius: 20px 0 0 20px;
         border-radius: 20px 0 0 20px;
  }
  .toppage .about__txt {
    width: 457px;
  }
  .toppage .about__txt p {
    font-size: 3.2rem;
    line-height: 2.40625;
    font-weight: bold;
    color: #000;
  }
  .toppage .about__txt p span {
    background: -webkit-gradient(linear, left top, right top, from(#1b67b2), color-stop(48%, #1a9fd6), color-stop(60%, #1c9ebd), to(#249b6e));
    background: -webkit-linear-gradient(left, #1b67b2 0%, #1a9fd6 48%, #1c9ebd 60%, #249b6e 100%);
    background: -moz- oldlinear-gradient(left, #1b67b2 0%, #1a9fd6 48%, #1c9ebd 60%, #249b6e 100%);
    background: linear-gradient(to right, #1b67b2 0%, #1a9fd6 48%, #1c9ebd 60%, #249b6e 100%);
    color: #fff;
  }
  .toppage .about__txt .btn {
    margin-left: auto;
    margin-top: 53px;
  }
  .toppage .product {
    padding: 159px 0 276px;
    position: relative;
  }
  .toppage .product .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .toppage .product .tt {
    width: 666px;
    text-align: right;
    margin-bottom: 56px;
    letter-spacing: 0.02em;
  }
  .toppage .product .tt__sub {
    margin-top: 5px;
  }
  .toppage .product__img {
    width: 45.83333%;
    position: absolute;
    left: 0;
    top: 178px;
    -moz-border-radius: 0 20px 20px 0;
         border-radius: 0 20px 20px 0;
    overflow: hidden;
  }
  .toppage .product__img img {
    width: 100%;
    height: 676px;
    object-fit: cover;
    -moz-border-radius: 0 20px 20px 0;
         border-radius: 0 20px 20px 0;
  }
  .toppage .product__txt {
    width: 666px;
    margin-bottom: 65px;
    padding-right: 16px;
  }
  .toppage .product__txt p {
    font-size: 1.6rem;
    line-height: 2.1875;
    font-weight: bold;
    color: #000;
    margin-left: auto;
    display: table;
  }
  .toppage .product-list {
    width: 666px;
  }
  .toppage .product-list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 74px 16px 124px;
    position: relative;
  }
  .toppage .product-list li a:before {
    content: '';
    width: 81.38138%;
    height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px dashed rgba(112, 112, 112, 0.35);
  }
  .toppage .product-list li a:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../img/ic_arrow03.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    right: 74px;
    margin-top: -12px;
  }
  .toppage .product-list li a img {
    width: 109px;
    height: auto;
    margin-right: 36px;
  }
  .toppage .product-list li a span {
    font-size: 1.8rem;
    line-height: 1.94444;
    font-weight: bold;
    color: #000;
  }
  .toppage .product-list li a:hover {
    background: rgba(1, 156, 222, 0.12);
  }
  .toppage .product__pagination {
    text-align: right;
  }
  .toppage .product__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #f5f5f5;
    opacity: 1;
    margin: 0 9px;
  }
  .toppage .product__pagination .swiper-pagination-bullet-active {
    background: #175da3;
  }
  .toppage .quality {
    padding: 110px 0 146px;
    background: -webkit-gradient(linear, left top, right top, from(#1b67b2), color-stop(29.9%, #1a9fd6), to(#249b6e));
    background: -webkit-linear-gradient(left, #1b67b2 0%, #1a9fd6 29.9%, #249b6e 100%);
    background: -moz- oldlinear-gradient(left, #1b67b2 0%, #1a9fd6 29.9%, #249b6e 100%);
    background: linear-gradient(to right, #1b67b2 0%, #1a9fd6 29.9%, #249b6e 100%);
    position: relative;
  }
  .toppage .quality:after {
    content: '';
    width: 121.30208%;
    height: 243px;
    background: url("../img/quality_line.png") center/100% auto no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -122px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .toppage .quality .tt {
    width: 538px;
    text-align: right;
    margin-bottom: 60px;
  }
  .toppage .quality .tt__title {
    color: #fff;
  }
  .toppage .quality .tt__sub {
    color: #fff;
    margin-top: 14px;
  }
  .toppage .quality__img {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .toppage .quality__img img {
    width: 100%;
    height: 798px;
    object-fit: cover;
  }
  .toppage .quality__txt {
    width: 538px;
  }
  .toppage .quality__txt p {
    font-size: 1.6rem;
    line-height: 2.5;
    font-weight: bold;
    color: #fff;
  }
  .toppage .quality__txt .btn {
    margin-left: auto;
    margin-top: 87px;
    background: #fff;
    color: #175da3 !important;
  }
  .toppage .quality__txt .btn:before {
    background-image: url("../img/ic_arrow.svg");
  }
  .toppage .quality__txt .btn:after {
    background: #175da3;
  }
  .toppage .t-img {
    position: relative;
    z-index: -1;
  }
  .toppage .t-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.63);
  }
  .toppage .t-img img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1660px) and (min-width: 769px) {
  .toppage .mv__tt {
    top: 43px;
    left: 46px;
    width: 410px;
  }
  .toppage .mv__txt {
    top: 30px;
    right: 46px;
  }
  .toppage .mv__box {
    bottom: 30px;
    right: 46px;
  }
}

@media screen and (min-width: 769px), print {
  .pageAbout .philosophy {
    padding-bottom: 101px;
  }
  .pageAbout .philosophy .ttl {
    margin-bottom: 68px;
  }
  .pageAbout .philosophy__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 56px;
  }
  .pageAbout .philosophy__img {
    width: 557px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    margin-top: -134px;
  }
  .pageAbout .philosophy__txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pageAbout .philosophy__txt h3 {
    font-size: 3rem;
    line-height: 1.83333;
    color: #000;
    font-weight: bold;
    margin-bottom: 39px;
  }
  .pageAbout .philosophy__txt p {
    font-size: 1.6rem;
    line-height: 2.1875;
    color: #000;
  }
  .pageAbout .philosophy__txt p:not(:last-child) {
    margin-bottom: 35px;
  }
  .pageAbout .point {
    padding: 105px 0 132px;
    background: url("../img/about/point_bg.jpg") center/cover no-repeat;
  }
  .pageAbout .point .ttl {
    margin-bottom: 43px;
  }
  .pageAbout .point__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 98px;
  }
  .pageAbout .point__img {
    width: 642px;
    overflow: hidden;
    position: relative;
    right: 21px;
    top: 10px;
  }
  .pageAbout .point__txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pageAbout .point__txt h3 {
    font-size: 3rem;
    line-height: 1.83333;
    color: #000;
    font-weight: bold;
    margin-bottom: 27px;
  }
  .pageAbout .point__txt p {
    font-size: 1.6rem;
    line-height: 2.1875;
    color: #000;
    padding-right: 65px;
  }
  .pageAbout .point__txt p:not(:last-child) {
    margin-bottom: 35px;
  }
  .pageAbout .about {
    padding: 340px 0 132px;
    position: relative;
    background: #fff;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pageAbout .about:before {
    content: '';
    width: 100%;
    height: 773px;
    background: url("../img/about/about_bg.png") center/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .pageAbout .about .row {
    position: relative;
  }
  .pageAbout .about__ttl {
    margin-bottom: 29px;
    width: 464px;
    font-size: 5.8rem;
    line-height: 1.44828;
    font-weight: bold;
    color: #42689b;
    margin-left: -128px;
  }
  .pageAbout .about__img {
    position: absolute;
    top: -189px;
    left: 0;
    width: 1401px;
    height: auto;
    z-index: -1;
  }
  .pageAbout .about__txt {
  width: 403px;
  font-size: 1.6rem;
  line-height: 2.3;
  margin-left: -126px;
  color: #000; /* 文字は黒ではっきり */
  /* ▼▼▼ 文字間隔の設定 ▼▼▼ */
  /* 0.05emで少し広がる、0.1emだともっと広がる */
  letter-spacing: -0.08em;
  /* ↓ 8方向に影を置いて、硬いフチを作ります */
  text-shadow: 
     2px  2px 0 #fff,
    -2px  2px 0 #fff,
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
     2px  0   0 #fff,
    -2px  0   0 #fff,
     0    2px 0 #fff,
     0   -2px 0 #fff;
}
  .pageAbout .about__txt p:not(:last-child) {
    margin-bottom: 40px;
  }
  .pageAbout .about-bl {
    margin-top: 160px;
  }
  .pageAbout .about-bl + .about-bl {
    margin-top: 54px;
  }
  .pageAbout .about-bl__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 37px 32px;
  }
  .pageAbout .about-bl__list li a figure {
    -moz-border-radius: 15px;
         border-radius: 15px;
    overflow: hidden;
    margin-bottom: 26px;
  }
  .pageAbout .about-bl__list li a dl dt {
    font-size: 1.6rem;
    line-height: 2.1875;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .pageAbout .about-bl__list li a dl dd {
    font-size: 1.6rem;
    line-height: 1.875;
    color: #000;
  }
  .pageAbout .connect {
    padding: 125px 0 276px;
    position: relative;
  }
  .pageAbout .connect .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pageAbout .connect__tt {
    width: 594px;
    margin-bottom: 56px;
    letter-spacing: 0.02em;
    font-size: 4.7rem;
    line-height: 1.2766;
    font-weight: bold;
  }
  .pageAbout .connect__img {
    width: 47.23958%;
    position: absolute;
    left: 0;
    top: 54px;
    -moz-border-radius: 0 20px 20px 0;
         border-radius: 0 20px 20px 0;
    overflow: hidden;
  }
  .pageAbout .connect__img img {
    width: 100%;
    height: 801px;
    object-fit: cover;
    -moz-border-radius: 0 20px 20px 0;
         border-radius: 0 20px 20px 0;
  }
  .pageAbout .connect__txt {
    width: 594px;
    padding-right: 82px;
  }
  .pageAbout .connect__txt p {
    font-size: 1.6rem;
    line-height: 2.1875;
    color: #000;
  }
  .pageAbout .connect__txt p:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1600px) and (min-width: 769px) {
  .pageAbout .about__ttl {
    margin-left: 0;
  }
  .pageAbout .about__img {
    left: 102px;
    width: 1300px;
  }
  .pageAbout .about__txt {
    margin-left: 0;
  }
}

@media screen and (min-width: 769px), print {
  .pageInfo .pageChild__ttl {
    padding: 103px 0 369px;
  }
  .pageInfo .pageChild__ttl:before {
    background: url("../img/info/ttl.png") center/cover no-repeat;
    left: 47%;
    width: 109.375%;
    height: 434px;
  }
  .pageInfo .about {
    padding: 68px 0 387px;
    margin-bottom: 147px;
    position: relative;
  }
  .pageInfo .about:after {
    content: '';
    width: 100%;
    height: 1058px;
    background: url("../img/info/about_bg.png") bottom center/cover no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pageInfo .about h2 {
    text-align: center;
    font-size: 5.3rem;
    line-height: 1.43396;
    color: #42689b;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .pageInfo .about p {
    width: 847px;
    margin: auto;
    font-size: 1.6rem;
    line-height: 2.5;
    color: #000;
  }
  .pageInfo .info {
    margin-bottom: 137px;
  }
  .pageInfo .info__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 68px;
    margin-bottom: 60px;
  }
  .pageInfo .info__top .ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .pageInfo .info-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }
  .pageInfo .info-list li figure {
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    margin-bottom: 36px;
  }
  .pageInfo .info-list li a {
    width: 100%;
    height: 71px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    line-height: 2.1875;
    font-weight: bold;
    color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #3d62ad;
  }
  .pageInfo .dev {
    padding-bottom: 120px;
  }
  .pageInfo .dev .ttl {
    margin-bottom: 60px;
  }
  .pageInfo .dev__category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .pageInfo .dev__category li:not(:first-child):before {
    content: '｜';
    margin: 0 20px;
  }
  .pageInfo .dev__category li a {
    font-size: 1.5rem;
    line-height: 2;
    color: #000;
    font-weight: bold;
  }
  .pageInfo .dev-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 72px 22px;
  }
  .pageInfo .dev-list__item figure {
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .pageInfo .dev-list__tt {
    font-size: 1.7rem;
    line-height: 2.17647;
    color: #000;
    letter-spacing: -0.01em;
  }
  .pageInfo .dev-list__tag {
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    -moz-border-radius: 50px;
         border-radius: 50px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #5b9ca0;
    padding: 6px 31px;
  }
  .pageCommit .pageChild__ttl {
    padding: 103px 0 356px;
  }
  .pageCommit .pageChild__ttl:before {
    background: url("../img/commit/ttl.png") center/cover no-repeat;
    left: 50%;
    width: 100%;
    height: 557px;
  }
  .pageCommit .quality {
    padding: 52px 0 120px;
    position: relative;
  }
  .pageCommit .quality:after {
    content: '';
    width: 100%;
    height: 1010px;
    background: url("../img/commit/quality_img.png") bottom center/cover no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pageCommit .quality .ttl {
    padding-bottom: 70px;
  }
  .pageCommit .quality p {
    font-size: 1.6rem;
    line-height: 2.1875;
    color: #000;
    width: 907px;
  }
  .pageCommit .quality p:not(:last-child) {
    margin-bottom: 35px;
  }
  .pageCommit .quality__tag {
    margin-bottom: 40px;
    font-size: 3rem;
    line-height: 1.83333;
    color: #3d62ad;
    font-weight: bold;
  }
  .pageCommit .quality__tt {
    font-size: 4.6rem;
    line-height: 1.76087;
    color: #000;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .pageCommit .assurance {
    padding: 105px 0 149px;
  }
  .pageCommit .assurance .ttl {
    margin-bottom: 70px;
  }
  .pageCommit .assurance__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 52px;
  }
  .pageCommit .assurance__img {
    width: 707px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .pageCommit .assurance__txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pageCommit .assurance__txt p:not(:last-child) {
    margin-bottom: 35px;
  }
  .pageCommit .facility {
    margin-bottom: 85px;
  }
  .pageCommit .facility .ttl {
    margin-bottom: 70px;
  }
  .pageCommit .facility-bl + .facility-bl {
    margin-top: 115px;
  }
  .pageCommit .facility-bl > p {
    margin-bottom: 35px;
  }
  .pageCommit .facility-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 59px 36px;
  }
  .pageCommit .facility-list li:first-child {
    width: 100%;
  }
  .pageCommit .facility-list li:not(:first-child) {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pageCommit .facility-list li figure {
    margin-bottom: 10px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .pageCommit .control {
    padding-bottom: 150px;
  }
  .pageCommit .control .ttl {
    margin-bottom: 49px;
  }
  .pageCommit .control p {
    margin-bottom: 35px;
  }
  .pageCommit .control__img {
    margin-left: -webkit-calc(-50vw + 50%);
    margin-left: -moz-calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    margin-right: -webkit-calc(-50vw + 50%);
    margin-right: -moz-calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .pageSus .sustainable-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
    margin-bottom: 125px;
  }
  .pageSus .sustainable-top__main {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 20px;
  }
  .pageSus .sustainable-top__main .ttl {
    margin-bottom: 40px;
  }
  .pageSus .sustainable-top__tt {
    font-size: 3rem;
    line-height: 1.83333;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .pageSus .sustainable-top__img {
    width: 609px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .pageSus .sustainable-bl + .sustainable-bl {
    margin-top: 94px;
  }
  .pageSus .sustainable-bl__tt {
    font-size: 3rem;
    line-height: 1.83333;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .pageSus .sustainable-list {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 60px;
  }
  .pageSus .sustainable-list li {
    position: relative;
  }
  .pageSus .sustainable-list li + li:before {
    content: '';
    width: 23px;
    height: 29px;
    background: url("../img/sustainability/ic_arr.svg") center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -43px;
    margin: auto;
  }
  .pageSus .sustainable-table {
    margin-top: 36px;
  }
  .pageSus .sustainable-table table {
    width: 100%;
    max-width: 1100px;
    border-collapse: collapse;
    background-color: #fff;
  }
  .pageSus .sustainable-table table thead tr {
    background-color: #5b9ca0;
  }
  .pageSus .sustainable-table table thead tr th {
    padding: 15px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.1875;
    border-right: 6px solid #fff;
    color: #fff;
    width: 230px;
  }
  .pageSus .sustainable-table table thead tr th:first-child {
    width: 301px;
  }
  .pageSus .sustainable-table table thead tr th:last-child {
    border-right: none;
    width: 328px;
  }
  .pageSus .sustainable-table table tbody tr {
    border-bottom: 4px solid #fff;
  }
  .pageSus .sustainable-table table tbody tr:last-child {
    border-bottom: none;
  }
  .pageSus .sustainable-table table tbody tr td {
    padding: 15px 20px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.1875;
    color: #000;
    background: rgba(245, 245, 245, 0.1);
    border-right: 6px solid #fff;
  }
  .pageSus .sustainable-table table tbody tr td:last-child {
    border-right: none;
  }
  .pageBusiness .pageChild__ttl {
    padding: 103px 0 356px;
  }
  .pageBusiness .pageChild__ttl:before {
    background: url("../img/commit/ttl.png") center/cover no-repeat;
    left: 50%;
    width: 100%;
    height: 557px;
  }
  .pageBusiness .message {
    padding-top: 170px;
    padding-bottom: 101px;
  }
  .pageBusiness .message .row {
    position: relative;
    min-height: 181px;
  }
  .pageBusiness .message .ttl {
    margin-bottom: 68px;
    width: 599px;
  }
  .pageBusiness .message__tt {
    font-size: 3rem;
    line-height: 1.83333;
    font-weight: bold;
    color: #3d62ad;
    margin-bottom: 45px;
  }
  .pageBusiness .message__img {
    width: 616px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .pageBusiness .message__txt {
    width: 599px;
  }
  .pageBusiness .message__txt h3 {
    font-size: 3rem;
    line-height: 1.83333;
    color: #000;
    font-weight: bold;
    margin-bottom: 39px;
  }
  .pageBusiness .message__txt p {
    font-size: 1.6rem;
    line-height: 2.1875;
    color: #000;
  }
  .pageBusiness .message__txt p:not(:last-child) {
    margin-bottom: 35px;
  }
  .pageBusiness .message__txt p.author {
    font-size: 2.2rem;
    line-height: 2.18182;
    font-weight: bold;
    text-align: right;
  }
  .pageBusiness .history {
    background: rgba(245, 245, 245, 0.23);
    padding: 120px 0 170px;
  }
  .pageBusiness .history .ttl {
    margin-bottom: 58px;
  }
  .pageBusiness .history-timeline {
    position: relative;
  }
  .pageBusiness .history-timeline:before {
    content: '';
    width: 1px;
    height: 98%;
    background: #5b9ca0;
    position: absolute;
    left: 96px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pageBusiness .history-timeline dl {
    padding-left: 150px;
    position: relative;
  }
  .pageBusiness .history-timeline dl + dl {
    margin-top: 15px;
  }
  .pageBusiness .history-timeline dl dt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    line-height: 1.75;
    font-weight: bold;
    color: #5b9ca0;
  }
  .pageBusiness .history-timeline dl dt:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #5b9ca0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    right: -59px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pageBusiness .history-timeline dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pageBusiness .history-timeline dl dd + dd {
    margin-top: 15px;
  }
  .pageBusiness .history-timeline dl dd .date {
    width: 132px;
    text-align: right;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .pageBusiness .history-timeline dl dd .content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 32px;
  }
  .pageBusiness .company {
    margin-bottom: 140px;
  }
  .pageBusiness .company .ttl {
    margin-bottom: 37px;
  }
  .pageBusiness .company__tt {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 77px;
    font-weight: bold;
  }
  .pageBusiness .company-list {
    position: relative;
  }
  .pageBusiness .company-list:before {
    content: '';
    width: 8px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5b9ca0), color-stop(50%, #e8e8e8));
    background: -webkit-linear-gradient(left, #5b9ca0 50%, #e8e8e8 50%);
    background: -moz- oldlinear-gradient(left, #5b9ca0 50%, #e8e8e8 50%);
    background: linear-gradient(to right, #5b9ca0 50%, #e8e8e8 50%);
    position: absolute;
    top: 0;
    left: 140px;
  }
  .pageBusiness .company-list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
  .pageBusiness .company-list dl:not(:last-child) {
    border-bottom: 1px dashed rgba(112, 112, 112, 0.34);
  }
  .pageBusiness .company-list dl dt {
    width: 140px;
    padding-right: 20px;
  }
  .pageBusiness .company-list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 72px;
  }
  .pageBusiness .access {
    padding-bottom: 60px;
  }
  .pageBusiness .access .ttl {
    margin-bottom: 61px;
  }
  .pageBusiness .access-map {
    line-height: 0;
  }
  .pageBusiness .access-map iframe {
    width: 100%;
    height: 687px;
  }
  .pageBusiness .access-group {
    margin-top: 54px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 77px;
  }
  .pageBusiness .access-bl figure {
    margin-top: 40px;
  }
  .pageBusiness .access-bl:last-child figure img {
    width: 569px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    background: #fff;
    border-top: 10.66667vw solid #3d62ad;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.73333vw 3.46667vw;
  }
  .header__logo {
    line-height: 0;
  }
  .header__logo a {
    display: inline-block;
    line-height: 0;
  }
  .header__logo a img {
    width: 65.06667vw;
    height: auto;
  }
  .header .menu_icon_wr {
    width: 6.66667vw;
    height: 4.8vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999;
    margin-left: auto;
    top: -0.53333vw;
    position: relative;
  }
  .header .menu_icon_wr .menu_icon {
    position: relative;
    width: 6.66667vw;
    height: 4.8vw;
    background: transparent;
    border-top: 1.06667vw solid #3d62ad;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .header .menu_icon_wr .menu_icon:before, .header .menu_icon_wr .menu_icon:after {
    content: '';
    display: block;
    width: 6.66667vw;
    height: 1.06667vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #3d62ad;
    margin: auto;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
  }
  .header .menu_icon_wr .menu_icon:after {
    bottom: -1.06667vw;
    top: inherit;
  }
  .header .menu_icon_wr .menu_icon.active {
    width: 100%;
    border-color: transparent;
  }
  .header .menu_icon_wr .menu_icon.active:before {
    width: 100%;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #3d62ad;
  }
  .header .menu_icon_wr .menu_icon.active:after {
    width: 100%;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #3d62ad;
    top: 0;
    bottom: 0;
  }
  .header__nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    background: #fff;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0 4vw;
  }
  .header__menu {
    padding: 5.86667vw 0 0;
    text-align: center;
  }
  .header__menu li:first-child a {
    border-top: 1px solid #3d62ad;
  }
  .header__menu li a {
    display: block;
    padding: 5.33333vw 2.66667vw;
    border-bottom: 1px solid #3d62ad;
    font-size: 4vw;
    line-height: 1;
    font-weight: 700;
    color: #3d62ad;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header__nitta {
    position: absolute;
    top: -10.66667vw;
    right: -9.86667vw;
    width: 53.06667vw;
    height: 10.66667vw;
  }
  .header__nitta:before {
    content: '';
    width: 2.4vw;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 3.2vw;
    -webkit-transform: skewX(136deg);
       -moz-transform: skewX(136deg);
        -ms-transform: skewX(136deg);
            transform: skewX(136deg);
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .footer {
    position: relative;
  }
  .footer__path {
    position: absolute;
    bottom: 0;
    left: -50.13333vw;
    width: 69.06667vw;
    height: 10.66667vw;
  }
  .footer__path:before {
    content: '';
    width: 2.4vw;
    height: 101%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 4vw;
    -webkit-transform: skewX(136deg);
       -moz-transform: skewX(136deg);
        -ms-transform: skewX(136deg);
            transform: skewX(136deg);
  }
  .footer__top {
    background: #f5f5f5;
    text-align: center;
    padding: 10.66667vw 3.2vw 10.4vw;
  }
  .footer__top a {
    width: 100%;
    height: 18.93333vw;
    color: #fff;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    background: #3d62ad;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.26667vw;
    line-height: 1;
    font-weight: bold;
  }
  .footer__main {
    padding: 13.86667vw 0 19.2vw;
  }
  .footer__tt {
    font-size: 7.6vw;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.07em;
    padding: 0 6.13333vw;
    margin-bottom: 5.33333vw;
  }
  .footer__menu {
    border-bottom: 1px dashed rgba(112, 112, 112, 0.56);
    margin: 0 6.13333vw;
    padding: 5.33333vw 0;
  }
  .footer__menu li {
    line-height: 0;
  }
  .footer__menu li a {
    font-size: 4.26667vw;
    line-height: 2.5;
    font-weight: 400;
    position: relative;
    padding-left: 6.13333vw;
  }
  .footer__menu li a:before {
    content: '';
    width: 1.6vw;
    height: 2.66667vw;
    background: url("../img/ic_arrow04.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 1.06667vw;
    bottom: 0;
    left: 1.33333vw;
    margin: auto;
  }
  .footer__logo {
    text-align: center;
    margin-top: 17.86667vw;
  }
  .footer__logo img {
    width: 38.93333vw;
  }
  .footer .copyright {
    padding: 2.93333vw 5.33333vw 3.46667vw 14.4vw;
    color: #fff;
    background: #3d62ad;
    text-align: center;
    font-size: 4.26667vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  body {
    font-size: 4.26667vw;
    line-height: 2.1875;
  }
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .main {
    margin-top: 25.06667vw;
  }
  .row {
    width: 100%;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
  .ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .ttl__title {
    display: block;
    font-size: 9.33333vw;
    line-height: 1;
    color: #42689b;
    font-weight: bold;
  }
  .ttl__sub {
    font-size: 3.73333vw;
    line-height: 1;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5.06667vw;
  }
  .ttl__sub:before {
    content: '';
    width: 9.06667vw;
    height: 1.33333vw;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5b9ca0), color-stop(50%, #456a9d));
    background: -webkit-linear-gradient(left, #5b9ca0 50%, #456a9d 50%);
    background: -moz- oldlinear-gradient(left, #5b9ca0 50%, #456a9d 50%);
    background: linear-gradient(to right, #5b9ca0 50%, #456a9d 50%);
    margin-right: 2.93333vw;
    margin-top: 1.06667vw;
  }
  .ttl02 {
    font-size: 6.93333vw;
    line-height: 1.42308;
    color: #42689b;
    font-weight: bold;
    border-bottom: 1px solid #42689b;
    padding-bottom: 4vw;
    margin-bottom: 8.8vw;
    position: relative;
  }
  .ttl02:after {
    content: '';
    width: 29.6vw;
    height: 1.33333vw;
    background: #5b9ca0;
    position: absolute;
    left: 0;
    bottom: -0.8vw;
  }
  .pageChild__ttl {
    padding: 14.13333vw 0 37.86667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
  }
  .pageChild__ttl:before {
    content: '';
    background: url("../img/about/ttl.png") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    left: 53%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 144.26667vw;
    height: 35.73333vw;
    z-index: -1;
  }
  .pageChild__ttl h2 {
    font-size: 6.66667vw;
    line-height: 1.44;
    color: #000;
    font-weight: bold;
  }
  .pageChild__breakcrum {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: -0.8vw;
  }
  .pageChild__breakcrum li {
    font-size: 3.2vw;
    line-height: 1;
  }
  .pageChild__breakcrum li + li {
    position: relative;
  }
  .pageChild__breakcrum li + li:before {
    content: '';
    margin: 0 2.4vw 0 2.93333vw;
    background: url("../img/ic_arrow04.svg") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    width: 1.6vw;
    height: 2.66667vw;
    display: inline-block;
  }
  .pageChild__breakcrum li a {
    font-size: 3.2vw;
    line-height: 1;
    text-decoration: underline;
    text-underline-offset: 0.53333vw;
  }
  .pageChild__main {
    padding: 0 0 9.06667vw;
    position: relative;
    overflow: hidden;
  }
  .toppage .tt {
    margin-bottom: 7.73333vw;
  }
  .toppage .tt__title {
    font-size: 12vw;
    line-height: 1.35556;
    font-weight: bold;
    color: #175da3;
    font-family: "Noto Sans JP", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .toppage .tt__title.f50 {
    font-size: 13.33333vw;
    line-height: 1.36;
  }
  .toppage .tt__sub {
    font-size: 4.26667vw;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    margin-top: -0.8vw;
  }
  .toppage .btn {
    width: 66.93333vw;
    height: 14.13333vw;
    -moz-border-radius: 14.13333vw;
         border-radius: 14.13333vw;
    background: #175da3;
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 11.73333vw 0 11.2vw;
    position: relative;
  }
  .toppage .btn:after {
    content: '';
    width: 0.26667vw;
    height: 4.26667vw;
    background: #fff;
    margin-left: 4vw;
  }
  .toppage .btn:before {
    content: '';
    width: 1.6vw;
    height: 2.66667vw;
    background: url("../img/ic_arrow02.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6.66667vw;
    margin: auto;
  }
  .toppage .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .toppage .mv__banner picture img {
    width: 100%;
    height: auto;
  }
  .toppage .mv__tt {
    position: absolute;
    top: 5.33333vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 69.33333vw;
    height: auto;
  }
  .toppage .news {
    padding: 7.73333vw 0 16vw;
    background: url("../img/news_bg.jpg") center/cover no-repeat;
  }
  .toppage .news-item:last-child a {
    border-bottom: none;
  }
  .toppage .news-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.33333vw 0;
    border-bottom: 1px dashed rgba(112, 112, 112, 0.51);
  }
  .toppage .news-item__date {
    font-size: 4.8vw;
    line-height: 1;
    width: 26.66667vw;
    padding-right: 0.53333vw;
    padding-left: 0.53333vw;
    position: relative;
    top: -0.53333vw;
  }
  .toppage .news-item__badge {
    width: 28.26667vw;
    height: 7.2vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.6vw 4.26667vw;
    -moz-border-radius: 7.2vw;
         border-radius: 7.2vw;
    font-size: 2.93333vw;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
  }
  .toppage .news-item__badge--notice, .toppage .news-item__badge--media {
    background: #3d62ad;
    color: #fff;
  }
  .toppage .news-item__content {
    width: 100%;
    font-size: 4.8vw;
    line-height: 1.66667;
    color: #000;
    margin-top: 1.86667vw;
  }
  .toppage .news__footer {
    margin-top: 6.4vw;
    text-align: right;
  }
  .toppage .news .view-all-link {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3d62ad;
    text-decoration: none;
    font-size: 4.26667vw;
    line-height: 1;
    font-weight: bold;
    color: #175da3;
  }
  .toppage .news .view-all-link:before {
    content: '';
    width: 1.6vw;
    height: 2.66667vw;
    background: url("../img/ic_arrow.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 3.2vw;
    position: relative;
    top: 0.26667vw;
  }
  .toppage .about {
    padding: 14.66667vw 0 32vw;
    background: #f5f6f6;
    position: relative;
  }
  .toppage .about:before {
    content: '';
    width: 58%;
    height: 13.33333vw;
    background: #fff;
    position: absolute;
    bottom: -5.33333vw;
    left: 0;
  }
  .toppage .about:after {
    content: '';
    width: 242.4vw;
    height: 40vw;
    background: url("../img/about_line_sp.png") center/100% auto no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -16vw;
    left: 47%;
    right: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .toppage .about .tt {
    margin-bottom: 10.66667vw;
  }
  .toppage .about__img {
    margin: 0 -3.2vw 5.6vw;
  }
  .toppage .about__img img {
    width: auto;
    height: 78.13333vw;
    object-fit: cover;
  }
  .toppage .about__txt p {
    font-size: 7.2vw;
    line-height: 2.40741;
    font-weight: bold;
    color: #000;
  }
  .toppage .about__txt p span {
    background: -webkit-gradient(linear, left top, right top, from(#1b67b2), color-stop(48%, #1a9fd6), color-stop(60%, #1c9ebd), to(#249b6e));
    background: -webkit-linear-gradient(left, #1b67b2 0%, #1a9fd6 48%, #1c9ebd 60%, #249b6e 100%);
    background: -moz- oldlinear-gradient(left, #1b67b2 0%, #1a9fd6 48%, #1c9ebd 60%, #249b6e 100%);
    background: linear-gradient(to right, #1b67b2 0%, #1a9fd6 48%, #1c9ebd 60%, #249b6e 100%);
    color: #fff;
  }
  .toppage .about__txt .btn {
    margin: 10.13333vw auto 0;
  }
  .toppage .product {
    padding: 19.73333vw 0 23.46667vw;
    position: relative;
  }
  .toppage .product .tt {
    margin-bottom: 10.66667vw;
    letter-spacing: 0.02em;
  }
  .toppage .product .tt__title {
    font-size: 12vw;
    line-height: 1.35556;
  }
  .toppage .product .tt__sub {
    margin-top: 4.53333vw;
  }
  .toppage .product__img {
    margin: 0 -3.2vw 1.6vw;
  }
  .toppage .product__img img {
    width: 100%;
    height: 76.8vw;
    object-fit: cover;
  }
  .toppage .product__txt {
    margin-bottom: 6.93333vw;
  }
  .toppage .product__txt p {
    font-size: 4.26667vw;
    line-height: 2.1875;
    font-weight: 400;
    color: #000;
    margin-left: auto;
    display: table;
  }
  .toppage .product-list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.26667vw 11.73333vw 4.26667vw 0;
    position: relative;
  }
  .toppage .product-list li a:before {
    content: '';
    width: 100%;
    height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px dashed rgba(112, 112, 112, 0.35);
  }
  .toppage .product-list li a:after {
    content: '';
    width: 6.4vw;
    height: 6.4vw;
    background: url("../img/ic_arrow03.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .toppage .product-list li a img {
    width: 29.06667vw;
    height: auto;
    margin-right: 4.26667vw;
  }
  .toppage .product-list li a span {
    font-size: 4.26667vw;
    line-height: 2.1875;
    font-weight: bold;
    color: #000;
  }
  .toppage .product-list li a:hover {
    background: rgba(1, 156, 222, 0.12);
  }
  .toppage .product__pagination {
    text-align: center;
  }
  .toppage .product__pagination .swiper-pagination-bullet {
    width: 3.2vw;
    height: 3.2vw;
    background: #f5f5f5;
    opacity: 1;
    margin: 0 2.4vw;
  }
  .toppage .product__pagination .swiper-pagination-bullet-active {
    background: #175da3;
  }
  .toppage .quality {
    padding: 18.13333vw 0 30.66667vw;
    background: -webkit-gradient(linear, left top, right top, from(#1b67b2), color-stop(29.9%, #1a9fd6), to(#249b6e));
    background: -webkit-linear-gradient(left, #1b67b2 0%, #1a9fd6 29.9%, #249b6e 100%);
    background: -moz- oldlinear-gradient(left, #1b67b2 0%, #1a9fd6 29.9%, #249b6e 100%);
    background: linear-gradient(to right, #1b67b2 0%, #1a9fd6 29.9%, #249b6e 100%);
    position: relative;
  }
  .toppage .quality:after {
    content: '';
    width: 242.4vw;
    height: 40vw;
    background: url("../img/quality_line_sp.png") center/100% auto no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -20.26667vw;
    left: 48%;
    right: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .toppage .quality .tt {
    margin-bottom: 17.06667vw;
  }
  .toppage .quality .tt__title {
    color: #fff;
  }
  .toppage .quality .tt__sub {
    color: #fff;
    margin-top: 5.06667vw;
  }
  .toppage .quality__img {
    margin: 0 -3.2vw 12vw;
  }
  .toppage .quality__img img {
    width: 100%;
    height: 83.2vw;
    object-fit: cover;
  }
  .toppage .quality__txt p {
    font-size: 4.26667vw;
    line-height: 2.5;
    font-weight: bold;
    color: #fff;
  }
  .toppage .quality__txt .btn {
    margin: 19.2vw auto 0;
    background: #fff;
    color: #175da3 !important;
  }
  .toppage .quality__txt .btn:before {
    background-image: url("../img/ic_arrow.svg");
  }
  .toppage .quality__txt .btn:after {
    background: #175da3;
  }
  .toppage .t-img {
    position: relative;
    z-index: -1;
  }
  .toppage .t-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.63);
  }
  .toppage .t-img img {
    width: 100%;
    height: 117.33333vw;
    object-fit: cover;
    object-position: 44% 50%;
  }
  .pageAbout .philosophy {
    padding: 8vw 0 13.6vw;
  }
  .pageAbout .philosophy .ttl {
    margin-bottom: 13.86667vw;
  }
  .pageAbout .philosophy__img {
    width: 100%;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    overflow: hidden;
    margin-bottom: 6.13333vw;
  }
  .pageAbout .philosophy__img img {
    width: 100%;
    height: 58.93333vw;
    object-fit: cover;
  }
  .pageAbout .philosophy__txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pageAbout .philosophy__txt h3 {
    font-size: 6.93333vw;
    line-height: 1.84615;
    color: #000;
    font-weight: bold;
    margin-bottom: 6.4vw;
  }
  .pageAbout .philosophy__txt p {
    font-size: 4.26667vw;
    line-height: 2.1875;
    color: #000;
  }
  .pageAbout .philosophy__txt p:not(:last-child) {
    margin-bottom: 4vw;
  }
  .pageAbout .point {
    padding: 24.53333vw 0 18.4vw;
    background: url("../img/about/point_bg.jpg") center/cover no-repeat;
  }
  .pageAbout .point .ttl {
    margin-bottom: 13.86667vw;
  }
  .pageAbout .point__main h3 {
    font-size: 5.86667vw;
    line-height: 1.81818;
    color: #000;
    font-weight: bold;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 14.13333vw;
  }
  .pageAbout .point__img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8.8vw;
  }
  .pageAbout .point__txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pageAbout .point__txt p {
    font-size: 4.26667vw;
    line-height: 2.1875;
    color: #000;
  }
  .pageAbout .point__txt p:not(:last-child) {
    margin-bottom: 4vw;
  }
  .pageAbout .about {
    padding: 12.26667vw 0;
    position: relative;
    background: #fff;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pageAbout .about:before {
    content: '';
    width: 304.8vw;
    height: 122.66667vw;
    background: url("../img/about/about_bg.png") center/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .pageAbout .about .row {
    position: relative;
  }
  .pageAbout .about__ttl {
    margin-bottom: 7.73333vw;
    font-size: 9.86667vw;
    line-height: 1.45946;
    font-weight: bold;
    color: #42689b;
    text-align: center;
  }
  .pageAbout .about__img {
    width: 106.4vw;
    height: auto;
    margin: 0 -6.4vw 6.13333vw;
  }
  .pageAbout .about__txt {
    font-size: 4.26667vw;
    line-height: 2.5;
  }
  .pageAbout .about__txt p:not(:last-child) {
    margin-bottom: 4vw;
  }
  .pageAbout .about-bl {
    margin-top: 13.86667vw;
  }
  .pageAbout .about-bl + .about-bl {
    margin-top: 10.93333vw;
  }
  .pageAbout .about-bl__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 6.93333vw;
  }
  .pageAbout .about-bl__list li a figure {
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    overflow: hidden;
    margin-bottom: 2.4vw;
  }
  .pageAbout .about-bl__list li a dl dt {
    font-size: 4.26667vw;
    line-height: 2.1875;
    color: #000;
    font-weight: bold;
    margin-bottom: -0.8vw;
  }
  .pageAbout .about-bl__list li a dl dd {
    font-size: 4.26667vw;
    line-height: 1.875;
    color: #000;
  }
  .pageAbout .connect {
    padding: 12.53333vw 0;
    position: relative;
  }
  .pageAbout .connect__tt {
    letter-spacing: 0.02em;
    font-size: 9.33333vw;
    line-height: 1.28571;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12.8vw;
  }
  .pageAbout .connect__img {
    width: 100%;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    margin-bottom: 6.93333vw;
    overflow: hidden;
  }
  .pageAbout .connect__img img {
    width: 100%;
    height: 79.73333vw;
    object-fit: cover;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
  }
  .pageAbout .connect__txt p {
    font-size: 4.26667vw;
    line-height: 2.1875;
    color: #000;
  }
  .pageAbout .connect__txt p:not(:last-child) {
    margin-bottom: 4vw;
  }
  .pageInfo .pageChild__ttl:before {
    content: '';
    background: url("../img/info/ttl.png") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    left: 66%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 207.46667vw;
    height: 42.66667vw;
    z-index: -1;
  }
  .pageInfo .about {
    padding: 12.53333vw 0 49.86667vw;
    margin-bottom: 12.53333vw;
    position: relative;
  }
  .pageInfo .about:after {
    content: '';
    width: 136vw;
    height: 75.2vw;
    background: url("../img/info/about_bg.png") bottom center/cover no-repeat;
    position: absolute;
    left: -17.86667vw;
    bottom: 0;
    z-index: -1;
  }
  .pageInfo .about h2 {
    text-align: center;
    font-size: 6.66667vw;
    line-height: 1.44;
    color: #42689b;
    font-weight: bold;
    margin-bottom: 10.66667vw;
  }
  .pageInfo .about p {
    margin: auto;
    font-size: 4.26667vw;
    line-height: 2.5;
    color: #000;
  }
  .pageInfo .info {
    margin-bottom: 24vw;
  }
  .pageInfo .info__top {
    margin-bottom: 9.6vw;
  }
  .pageInfo .info__top .ttl {
    width: 100%;
    margin-bottom: 8.8vw;
  }
  .pageInfo .info-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 10.66667vw;
  }
  .pageInfo .info-list li figure {
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    overflow: hidden;
    margin-bottom: 4.26667vw;
  }
  .pageInfo .info-list li figure img {
    width: 100%;
    height: 61.6vw;
    object-fit: cover;
  }
  .pageInfo .info-list li a {
    width: 100%;
    height: 16.26667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.26667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    background: #3d62ad;
  }
  .pageInfo .dev {
    padding-bottom: 16vw;
  }
  .pageInfo .dev .ttl {
    margin-bottom: 8vw;
    width: 100%;
  }
  .pageInfo .dev__category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 8vw;
  }
  .pageInfo .dev__category li:not(:first-child):before {
    content: '｜';
    margin: 0 2.66667vw;
  }
  .pageInfo .dev__category li a {
    font-size: 4vw;
    line-height: 2;
    color: #000;
    font-weight: bold;
  }
  .pageInfo .dev-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 10.13333vw;
    padding: 0 5.33333vw;
  }
  .pageInfo .dev-list__item figure {
    margin-bottom: 1.33333vw;
  }
  .pageInfo .dev-list__item figure img {
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    overflow: hidden;
    width: 82.4vw;
    height: 78.13333vw;
    object-fit: cover;
  }
  .pageInfo .dev-list__tt {
    font-size: 4.53333vw;
    line-height: 2.17647;
    color: #000;
    letter-spacing: -0.01em;
  }
  .pageInfo .dev-list__tag {
    font-size: 4vw;
    line-height: 1;
    color: #fff;
    -moz-border-radius: 13.33333vw;
         border-radius: 13.33333vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #5b9ca0;
    padding: 1.6vw 8.26667vw;
  }
  .pageCommit .pageChild__ttl:before {
    background: url("../img/commit/ttl.png") center/cover no-repeat;
    left: 90%;
    width: 223.2vw;
    height: 64.8vw;
  }
  .pageCommit .quality {
    padding: 13.86667vw 0 95.2vw;
    position: relative;
  }
  .pageCommit .quality:after {
    content: '';
    width: 301.06667vw;
    height: 158.4vw;
    background: url("../img/commit/quality_img.png") bottom center/cover no-repeat;
    position: absolute;
    right: -40vw;
    bottom: 0;
    z-index: -1;
  }
  .pageCommit .quality .ttl {
    width: 100%;
    padding-bottom: 5.06667vw;
  }
  .pageCommit .quality p {
    font-size: 4.26667vw;
    line-height: 2.1875;
    color: #000;
    /*width: 241.86667vw;*/
  }
  .pageCommit .quality p:not(:last-child) {
    margin-bottom: 8vw;
  }
  .pageCommit .quality__tag {
    margin-bottom: 10.66667vw;
    font-size: 8vw;
    line-height: 1.83333;
    color: #3d62ad;
    font-weight: bold;
  }
  .pageCommit .quality__tt {
    font-size: 7.2vw;
    line-height: 1.77778;
    color: #000;
    font-weight: bold;
    margin-bottom: 10.66667vw;
  }
  .pageCommit .assurance {
    padding: 17.86667vw 0 19.2vw;
  }
  .pageCommit .assurance .ttl {
    width: 100%;
    margin-bottom: 10.66667vw;
  }
  .pageCommit .assurance__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pageCommit .assurance__img {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    overflow: hidden;
  }
  .pageCommit .assurance__txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 10.66667vw;
  }
  .pageCommit .assurance__txt p:not(:last-child) {
    margin-bottom: 9.33333vw;
  }
  .pageCommit .facility {
    margin-bottom: 22.66667vw;
  }
  .pageCommit .facility .ttl {
    width: 100%;
    margin-bottom: 16vw;
  }
  .pageCommit .facility-bl + .facility-bl {
    margin-top: 17.33333vw;
  }
  .pageCommit .facility-bl > p {
    margin-bottom: 14.93333vw;
  }
  .pageCommit .facility-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8vw;
  }
  .pageCommit .facility-list li:first-child figure {
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
  }
  .pageCommit .facility-list li:first-child figure img {
    height: 58.4vw;
    object-fit: cover;
  }
  .pageCommit .facility-list li figure {
    margin-bottom: 2.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    overflow: hidden;
  }
  .pageCommit .facility-list li figure img {
    width: 100%;
  }
  .pageCommit .control {
    padding-bottom: 10.66667vw;
  }
  .pageCommit .control .ttl {
    width: 100%;
    margin-bottom: 5.06667vw;
  }
  .pageCommit .control p {
    margin-bottom: 9.33333vw;
  }
  .pageCommit .control__img {
    margin: 0 -3.2vw;
  }
  .pageCommit .control__img img {
    width: 100%;
    height: 134.66667vw;
    object-fit: cover;
    object-position: 23% 50%;
  }
  .pageSus .sustainable-top {
    margin-bottom: 13.86667vw;
  }
  .pageSus .sustainable-top__main {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 5.33333vw;
  }
  .pageSus .sustainable-top__main .ttl {
    margin-bottom: 10.66667vw;
    width: 100%;
  }
  .pageSus .sustainable-top__main .ttl__title {
    font-size: 6.66667vw;
  }
  .pageSus .sustainable-top__tt {
    font-size: 8vw;
    line-height: 1.83333;
    font-weight: bold;
    margin-bottom: 8vw;
  }
  .pageSus .sustainable-top__img {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    overflow: hidden;
    margin-top: 6.66667vw;
  }
  .pageSus .sustainable-bl + .sustainable-bl {
    margin-top: 14.66667vw;
  }
  .pageSus .sustainable-bl__tt {
    font-size: 5.33333vw;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 2.66667vw;
  }
  .pageSus .sustainable-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 15.73333vw;
    width: 74.66667vw;
    margin: 13.33333vw auto 0;
  }
  .pageSus .sustainable-list li {
    position: relative;
  }
  .pageSus .sustainable-list li + li:before {
    content: '';
    width: 6.13333vw;
    height: 7.73333vw;
    background: url("../img/sustainability/ic_arr.svg") center/contain no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: -11.46667vw;
    margin: auto;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .pageSus .sustainable-table {
    margin-top: 9.6vw;
  }
  .pageSus .sustainable-table table {
    width: 100%;
    display: block;
  }
  .pageSus .sustainable-table table thead {
    display: none;
  }
  .pageSus .sustainable-table table tbody {
    display: block;
  }
  .pageSus .sustainable-table table tbody tr {
    display: block;
    border-bottom: 4.8vw solid #fff;
  }
  .pageSus .sustainable-table table tbody tr:last-child {
    border-bottom: none;
  }
  .pageSus .sustainable-table table tbody tr td {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 4.26667vw;
    line-height: 2.1875;
    color: #000;
    background: rgba(245, 245, 245, 0.1);
    position: relative;
    padding: 2.66667vw 2.66667vw 2.66667vw 24.8vw;
  }
  .pageSus .sustainable-table table tbody tr td:before {
    content: attr(data-th);
    width: 22.13333vw;
    height: 100%;
    background: #5b9ca0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 3.73333vw;
    line-height: 2.5;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 0.8vw solid #fff;
  }
  .pageSus .sustainable-table table tbody tr td + td {
    border-top: 1.06667vw solid #fff;
  }
  .pageBusiness .pageChild__ttl:before {
    background: url("../img/commit/ttl.png") center/cover no-repeat;
    left: 90%;
    width: 223.2vw;
    height: 64.8vw;
  }
  .pageBusiness .message {
    padding-top: 9.6vw;
    padding-bottom: 15.46667vw;
  }
  .pageBusiness .message .row {
    position: relative;
    min-height: 48.26667vw;
  }
  .pageBusiness .message .ttl {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  .pageBusiness .message__tt {
    font-size: 8vw;
    line-height: 1.83333;
    font-weight: bold;
    color: #3d62ad;
    margin-bottom: 8vw;
  }
  .pageBusiness .message__img {
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    overflow: hidden;
    margin-bottom: 5.33333vw;
  }
  .pageBusiness .message__img img {
    width: 100%;
    height: 81.6vw;
    object-fit: cover;
    object-position: 50% 0%;
  }
  .pageBusiness .message__txt h3 {
    font-size: 8vw;
    line-height: 1.83333;
    color: #000;
    font-weight: bold;
    margin-bottom: 10.4vw;
  }
  .pageBusiness .message__txt p {
    font-size: 4.26667vw;
    line-height: 2.1875;
    color: #000;
  }
  .pageBusiness .message__txt p:not(:last-child) {
    margin-bottom: 9.33333vw;
  }
  .pageBusiness .message__txt p.author {
    font-size: 5.86667vw;
    line-height: 2.18182;
    font-weight: bold;
  }
  .pageBusiness .history {
    background: rgba(245, 245, 245, 0.23);
    padding: 14.4vw 0 18.66667vw;
  }
  .pageBusiness .history .ttl {
    width: 100%;
    margin-bottom: 15.46667vw;
  }
  .pageBusiness .history-timeline {
    position: relative;
  }
  .pageBusiness .history-timeline:before {
    content: '';
    width: 0.26667vw;
    height: 100%;
    background: #5b9ca0;
    position: absolute;
    left: 18.93333vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pageBusiness .history-timeline dl {
    padding-left: 23.73333vw;
    position: relative;
  }
  .pageBusiness .history-timeline dl + dl {
    margin-top: 4vw;
  }
  .pageBusiness .history-timeline dl dt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5.33333vw;
    line-height: 1.75;
    font-weight: bold;
    color: #5b9ca0;
  }
  .pageBusiness .history-timeline dl dt:before {
    content: '';
    width: 4.8vw;
    height: 4.8vw;
    background: #5b9ca0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    right: -8.8vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pageBusiness .history-timeline dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pageBusiness .history-timeline dl dd + dd {
    margin-top: 4vw;
  }
  .pageBusiness .history-timeline dl dd .date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .pageBusiness .history-timeline dl dd .content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pageBusiness .company {
    margin-bottom: 24.8vw;
  }
  .pageBusiness .company .ttl {
    width: 100%;
    margin-bottom: 9.86667vw;
  }
  .pageBusiness .company__tt {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 20.53333vw;
    font-weight: bold;
  }
  .pageBusiness .company-list {
    position: relative;
  }
  .pageBusiness .company-list:before {
    content: '';
    width: 2.13333vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5b9ca0), color-stop(50%, #e8e8e8));
    background: -webkit-linear-gradient(left, #5b9ca0 50%, #e8e8e8 50%);
    background: -moz- oldlinear-gradient(left, #5b9ca0 50%, #e8e8e8 50%);
    background: linear-gradient(to right, #5b9ca0 50%, #e8e8e8 50%);
    position: absolute;
    top: 0;
    left: 24vw;
  }
  .pageBusiness .company-list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4vw 0;
  }
  .pageBusiness .company-list dl:not(:last-child) {
    border-bottom: 1px dashed rgba(112, 112, 112, 0.34);
  }
  .pageBusiness .company-list dl dt {
    width: 24vw;
    padding-right: 2.66667vw;
  }
  .pageBusiness .company-list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 5.33333vw;
    font-size: 4.26667vw;
    line-height: 1.5625;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pageBusiness .access {
    padding-bottom: 16vw;
  }
  .pageBusiness .access .ttl {
    width: 100%;
    margin-bottom: 10.93333vw;
  }
  .pageBusiness .access-map {
    line-height: 0;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    overflow: hidden;
    margin-bottom: 7.46667vw;
  }
  .pageBusiness .access-map iframe {
    width: 100%;
    height: 105.33333vw;
  }
  .pageBusiness .access-group {
    margin-top: 7.46667vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 10.66667vw;
  }
  .pageBusiness .access-bl .ttl02 {
    margin-bottom: 3.73333vw;
  }
  .pageBusiness .access-bl figure {
    margin-top: 5.33333vw;
  }
}

.effect {
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
}

.delay03 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay06 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay09 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay12 {
  -webkit-transition-delay: 0.8s;
     -moz-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay15 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}

.delay18 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay21 {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
     -moz-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
     -moz-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInRight {
  -webkit-transform: translate3d(-50px, 0, 0);
     -moz-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  opacity: 0;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(50px, 0, 0);
     -moz-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  opacity: 0;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  /* ★ background: #000; 削除 */
}
@media screen and (max-width: 768px) {
  .slider {
    height: 30vh;
  }
}
/* 全スライドを重ねる */
.slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 1200ms ease-in-out;
}

/* 画像：縦横すべて表示（レターボックスが出る場合あり） */
.slider__slide img {
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
  object-fit: cover;
  display: block;
}

/* 前の画像（裏側） */
.slider__slide.is-prev {
  opacity: 1;
  z-index: 1;
}

/* 新しい画像（前面でフェードイン） */
.slider__slide.is-active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.pageInfo .dev-list li[data-cat="プラスチック製医療製品"] .dev-list__tag {
	background: #424AB1;
}
.pageInfo .dev-list li[data-cat="工業用ゴム製品"] .dev-list__tag {
	background: #0B5155;
}