/* user style */
main {
    padding-top: 0;
}
/*///////
main.contents {
    background-color: transparent;
}
.pblock,
.pblock-full,
.pblock-slim,
.pblock-wide {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
}
main.contents {
    background-color: transparent;
}
.ptitle.ptitle_t2,
.pblock-kuzu {
    display: none;
}
.ft {
    padding: 0;
}
.w-md-60 {
    width: 100% !important;
}
.w-md-20 {
    display: none;
}
///*/
.contents .subMain a:not([class]):not([id]) {
    color: #000;
    text-decoration: none;
}
.contents .subMain a:not([class]):not([id])::before {
    font-family: fontawesome;
    content: none;
    display: inline-block;
    margin-right: 0;
}
.subMain a[target="_blank"]:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]):not([href*=".ppt"]):not([href*=".pptx"]):not([href*=".txt"]):not([href*=".zip"])::after {
    content: "";
    font-size: 1em;
    vertical-align: super;
    display: inline-block;
    margin-left: 0;
}
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* COMMON /////////////////////////////////////////////////////////////////////*/
* {
    margin: 0;
    padding: 0;
}
html {
    overflow-x: hidden;
}
.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,
font,
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,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.2;
}
a {
    color: #000000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    opacity: .6;
}
a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}
input,
select {
    vertical-align: middle;
}
body,
.subMain {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #000000;
    width: 100%;
    min-width: 1025px;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: .075rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #d3d3d3;
}
.en {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}
img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: .075rem;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.inner02 {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
main {
    padding-top: 120px;
}
::-moz-selection {
    background-color: #596cac;
    color: #fff;
}
::selection {
    background-color: #596cac;
    color: #fff;
}
.line_right {
    padding-top: calc(1.5 * var(--height));
    --height: 4.15vw;
    -webkit-mask-image: url(../assets/renew_common/img/line_right.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
    -webkit-mask-image: url(../assets/renew_common/img/line_right.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
    mask-image: url(../assets/renew_common/img/line_right.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
    mask-image: url(../assets/renew_common/img/line_right.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-top: calc(-1 * var(--height));
}
.line_left {
    padding-top: calc(1.5 * var(--height));
    --height: 4.15vw;
    -webkit-mask-image: url(../assets/renew_common/img/line_left.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
    -webkit-mask-image: url(../assets/renew_common/img/line_left.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
    mask-image: url(../assets/renew_common/img/line_left.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
    mask-image: url(../assets/renew_common/img/line_left.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-top: calc(-1 * var(--height));
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
/* 動き 
.fadeInBtm {
    opacity: 0;
    bottom: -30px;
    position: relative;
}
.fadeInBtm.active {
    opacity: 1;
    bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}*/
/*  */
.ttl {
    text-align: center;
    position: relative;
}
.ttl span {
    font-size: 80px;
    color: #223c91;
    opacity: .2;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.3rem;
    display: block;
    width: 100%;
}
.ttl h2 {
    font-size: 26px;
    color: #223c91;
    line-height: 1.5;
    z-index: 1;
    position: relative;
}
.btn {
    max-width: 195px;
    margin: 0 auto;
    display: block;
}
.btn a {
    background-color: #bf9e25;
    color: #fff !important;
    display: block !important;
    width: 100%;
    text-align: center;
    padding: 14px 15px 14px 0;
    line-height: 1;
    font-weight: bold;
    position: relative;
    text-decoration: none !important;
}
.btn a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 7%;
}
/* -------------------------------------------
　header
------------------------------------------- */
.header {
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 120px;
    -webkit-box-shadow: 0px 10px 10px -9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px -9px rgba(0, 0, 0, 0.1);
}
.header__inner {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 1100px;
}
.header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logo {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
}
.header__logo a:nth-of-type(1) {
    max-width: 185px;
}
.header__logo a:nth-of-type(2) {
    font-weight: 600;
    display: block;
    margin-left: 10px;
}
.header_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-right: calc(50% - 50vw);
}
.header_serch {
    width: 56px;
    height: 100%;
    color: #fff;
    background: #223c91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header_serch img {
    max-width: 20px;
}
.header_contact {
    width: 200px;
    height: 100%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #bf9e25;
    padding-top: 10px;
    font-weight: bold;
}
.header__block {
    margin: 5px auto 0;
}
.header__block.is-open {
    position: absolute;
    top: 9rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5rem 0;
    background: #fff;
    gap: 2.4rem;
}
.header__btn {
    display: none;
}
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__nav-item {
    font-size: 15px;
    text-align: center;
    letter-spacing: .05rem;
    line-height: 1.3;
    font-weight: bold;
    padding: 5px;
    position: relative;
    cursor: pointer;
}
.header__nav-item:first-of-type,
.header__nav-item:nth-of-type(2) {
    padding-right: 20px;
}
.header__nav-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #bf9e25;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__nav-item:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.header__nav-item:first-of-type::before,
.header__nav-item:nth-of-type(2)::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    border-top: 2px solid #223c91;
    border-right: 2px solid #223c91;
    position: absolute;
    top: 44%;
    right: -5%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__nav-item:hover::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header__megamenu {
    display: none;
}
.header__megamenu.is-open {
    position: fixed;
    top: 120px;
    left: 0;
    display: block;
    width: 100vw;
}
.header__megamenu-inner {
    background-color: #223c91;
    padding: 35px 0;
}
.header__megamenu-close {
    position: absolute;
    z-index: 2;
    top: 2rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}
.header__megamenu-block {
    color: #fff;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.header__megamenu-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header__megamenu-block ul li {
    width: 24%;
    margin-bottom: 20px;
}
.header__megamenu-block ul.header_menu01 li a {
    display: block;
    width: 100%;
    height: 155px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
}
.header__megamenu-block ul.header_menu01 li:nth-child(4n+1) a {
    background: url(../assets/renew_common/img/btn_bg01.jpg) no-repeat center /cover;
}
.header__megamenu-block ul.header_menu01 li:nth-child(4n+2) a {
    background: url(../assets/renew_common/img/btn_bg02.jpg) no-repeat center /cover;
}
.header__megamenu-block ul.header_menu01 li:nth-child(4n+3) a {
    background: url(../assets/renew_common/img/btn_bg03.jpg) no-repeat center /cover;
}
.header__megamenu-block ul.header_menu01 li:nth-child(4n) a {
    background: url(../assets/renew_common/img/btn_bg04.jpg) no-repeat center /cover;
}
.header__megamenu-blockIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto 0;
}
.header__megamenu-blockIn a {
    display: block;
    margin-left: 20px;
    width: 200px;
    text-align: center;
    color: #fff;
    background: #bf9e25;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1;
    padding: 15px 0;
}
.header__megamenu-block ul.header_menu02 li {
    border-bottom: 2px solid #bf9e25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__megamenu-block ul.header_menu02 li a {
    color: #fff;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
    position: relative;
}
.header__megamenu-block ul.header_menu02 li a::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    border-left: 2px solid #bf9e25;
    border-top: 2px solid #bf9e25;
    position: absolute;
    top: 50%;
    right: 2%;
}
.header__megamenu-block ul.header_menu02 li a p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
}
/* footer */
.footercontact {
    background: url(../assets/renew_common/img/contact_bg.jpg) no-repeat top center /cover;
    padding: 50px 0;
}
.footercontact .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footercontact .ttl {
    width: 40%;
    text-align: left;
}
.footercontact .contact_txt {
    width: 55%;
}
.footercontact .contact_txt .btn {
    margin: 20px auto 0 0;
    display: block;
}
/*  */
.footCont {
    background-color: #61636a;
    padding: 60px 0 15px;
}
.footCont_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footCont_top h2 {
    max-width: 305px;
}
.footCont_top p {
    margin-left: 20px;
}
.footCont_top p a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.footCont_btm {
    margin: 40px auto 0;
    padding-bottom: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footCont_info {
    width: 48%;
    color: #fff;
    font-size: 16px;
    letter-spacing: .05rem;
    line-height: 1.5;
    font-weight: bold;
}
.footCont_info h3 {
    margin-bottom: 30px;
}
.footCont_info h3 span {
    font-size: 14px;
    display: block;
}
.footCont_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 38%;
}
.footCont_link li a {
    color: #fff;
    line-height: 2;
    letter-spacing: .05rem;
    line-height: 1.5;
}
.foot_youtube {
    max-width: 60px;
    margin: 0 auto;
}
footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #464a55;
    padding: 15px 0;
}
/* 下層ページ */
.subMain {
    position: relative;
    background: #d3d3d3 url(../assets/renew_common/img/sub_ill01.png) no-repeat top left / 100% auto;
    /* overflow-x: hidden; */
}
.subMv {
    position: relative;
}
.subMv::after {
    content: '';
    display: inline-block;
    background: url(../assets/renew_common/img/sub_mvill.jpg) no-repeat top center / 100% auto;
    width: 425px;
    height: 254px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.subMv .inner02 {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.subMv .subTtl {
    width: 40%;
    position: relative;
    padding-top: 40px;
}
.subMv .subTtl span {
    font-size: 100px;
    font-weight: bold;
    color: #223c91;
    opacity: .1;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 0.1rem;
    display: block;
    width: 100%;
}
.subMv .subTtl h2 {
    color: #223c91;
    font-size: 32px;
}
.subMv_img {
    width: 60%;
    margin-right: calc(50% - 50vw);
    height: 280px;
    border-bottom-left-radius: 10px;
}
.breadcrumb {
    margin: 20px auto 35px;
}
.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.breadcrumb ul li,
.breadcrumb ul li a {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: block;
}
.breadcrumb ul li:not(:last-child) {
    margin-right: 40px;
}
.breadcrumb ul li:not(:last-child)::after {
    content: '>';
    color: #000;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub_imgIll {
    position: relative;
}
.sub_imgIll::after {
    content: '';
    display: inline-block;
    background: url(../assets/renew_common/img/yellow_ill.png) no-repeat top center / 100% auto;
    width: 340px;
    height: 278px;
    position: absolute;
    right: -15%;
    bottom: -60px;
    z-index: -1;
}
@media only screen and (max-width: 1070px) {
    .header__nav-item {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {
    body {
        min-width: 100%;
        font-size: 14px;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .flex {
        display: block;
    }
    main {
        padding-top: 90px;
    }
    /* 共通 */
    .ttl span {
        font-size: 50px;
    }
    .ttl h2 {
        font-size: 20px;
    }
    .btn a {
        font-size: 16px;
    }
    /* -------------------------------------------
　header
------------------------------------------- */
    .header {
        height: 90px;
    }
    .header__inner {
        padding-bottom: 0;
    }
    .header_top {
        display: block;
    }
    .header__logo {
        width: 100%;
        display: block;
        padding-top: 10px;
        max-width: 200px;
        ;
    }
    .header__logo a:nth-of-type(1) {
        max-width: 170px;
        display: block;
        padding: 5px 0;
    }
    .header__logo a:nth-of-type(2) {
        font-weight: 600;
        display: block;
        margin-top: 2px;
        line-height: 1.5;
        font-size: 15px;
    }
    .header_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
        margin-right: calc(50% - 50vw);
    }
    .header__btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90px;
        height: 90px;
        cursor: pointer;
        background: #313198;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__btn-icon {
        position: absolute;
        width: 55px;
        height: 20px;
        cursor: pointer;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .header__btn-icon span {
        position: absolute;
        left: 0;
        width: 55px;
        height: 2px;
        background-color: #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .header__btn-icon span:nth-of-type(1) {
        top: 0;
        -webkit-animation: humBtn-bar01 .75s forwards;
        animation: humBtn-bar01 .75s forwards;
    }
    @-webkit-keyframes humBtn-bar01 {
        0% {
            -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
        }
        50% {
            -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
        }
    }
    @keyframes humBtn-bar01 {
        0% {
            -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
        }
        50% {
            -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
        }
    }
    .header__btn-icon span:nth-of-type(2) {
        bottom: 0;
        -webkit-animation: humBtn-bar03 .75s forwards;
        animation: humBtn-bar03 .75s forwards;
    }
    @-webkit-keyframes humBtn-bar03 {
        0% {
            -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
        }
        50% {
            -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
        }
    }
    @keyframes humBtn-bar03 {
        0% {
            -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
        }
        50% {
            -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
        }
    }
    .header__btn-icon.is-open span:nth-of-type(1) {
        -webkit-animation: active-humBtn-bar01 .75s forwards;
        animation: active-humBtn-bar01 .75s forwards;
    }
    @-webkit-keyframes active-humBtn-bar01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
        }
    }
    @keyframes active-humBtn-bar01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
        }
    }
    .header__btn-icon.is-open span:nth-of-type(2) {
        -webkit-animation: active-humBtn-bar03 .75s forwards;
        animation: active-humBtn-bar03 .75s forwards;
    }
    @-webkit-keyframes active-humBtn-bar03 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
        }
    }
    @keyframes active-humBtn-bar03 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
        }
    }
    .header__block {
        display: none;
    }
    .header__block.is-open {
        position: fixed;
        top: 90px;
        right: 0;
        display: block;
        padding: 20px 0;
        gap: 0;
        margin: 0;
        background-color: #d6d6d6;
        height: 100%;
    }
    .header_info {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .header_serch {
        min-width: 60px;
        width: 8%;
    }
    .header_contact {
        width: 92%;
        height: 100%;
        font-size: 18px;
    }
    .header__nav {
        font-size: 16px;
        display: block;
        margin: 0 auto;
    }
    .header__nav-item {
        padding: 15px;
        border-bottom: solid 1px #ffffff;
        font-size: 16px;
    }
    .header__nav-item:nth-of-type(2) {
        padding: 0;
    }
    .header__nav-item:nth-of-type(2) a {
        display: block;
        padding: 0;
        width: 70%;
        margin: 0 auto;
    }
    .header__nav-item::after {
        display: none;
    }
    .header__nav-item:first-of-type,
    .header__nav-item:nth-of-type(2) {
        padding: 0;
        line-height: 3.2;
    }
    .header__nav-item:first-of-type::before,
    .header__nav-item:nth-of-type(2)::before {
        top: 20px;
        right: 5%;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .header__nav-item.is-open::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header__megamenu.is-open {
        position: relative;
        top: 0;
    }
    .header__megamenu-inner {
        padding: 50px 0 20px;
    }
    .header__megamenu-close {
        top: 13px;
        right: 5%;
        width: 27px;
        height: 27px;
    }
    .header__megamenu-close img {
        display: block;
    }
    .header__megamenu-block {
        grid-template-columns: 1fr;
    }
    .header__megamenu-block.layout {
        padding: 0;
    }
    .header__megamenu-block ul li {
        width: 48%;
        margin-bottom: 10px;
    }
    .header__megamenu-block ul.header_menu01 li a {
        height: 80px;
        font-size: 14px;
        line-height: 1.5;
    }
    .header__megamenu-blockIn {
        display: block;
        margin: 10px auto 0;
    }
    .header__megamenu-blockIn p {
        font-size: 14px;
        line-height: 1.5;
    }
    .header__megamenu-blockIn a {
        margin: 15px auto 0;
    }
    .header__megamenu-block ul.header_menu02 {
        display: block;
    }
    .header__megamenu-block ul.header_menu02 li {
        width: 100%;
    }
    .header__megamenu-block ul.header_menu02 li a {
        font-size: 14px;
        padding: 7px 0;
    }
    .header__megamenu-block ul.header_menu02 li a p {
        width: 90%;
        line-height: 1.5;
    }
    /* footer */
    .footercontact {
        padding: 40px 0 30px;
    }
    .footercontact .ttl {
        width: 100%;
    }
    .footercontact .contact_txt {
        width: 100%;
        margin: 15px auto 0;
    }
    /*  */
    .footCont {
        padding-top: 30px;
    }
    .footCont_top {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .footCont_top h2 {
        max-width: 280px;
        margin: 0 auto;
    }
    .footCont_top p {
        margin-left: 0;
    }
    .footCont_top p a {
        font-size: 18px;
    }
    .footCont_btm {
        margin: 30px auto 0;
        padding-bottom: 20px;
    }
    .footCont_info {
        width: 100%;
    }
    .footCont_info h3 {
        margin-bottom: 20px;
    }
    .footCont_info h3 span {
        font-size: 14px;
        display: block;
    }
    .footCont_info p {
        font-size: 14px;
    }
    .footCont_link {
        width: 100%;
        margin: 40px auto 0;
    }
    .foot_youtube {
        max-width: 50px;
    }
    footer .copyright {
        font-size: 14px;
        background-color: #464a55;
        padding: 15px 0 80px;
    }
    /* 下層ページ */
    .subMain {
        background: url(../assets/renew_common/img/sub_ill01_sp.png) no-repeat top left / 100% auto;
    }
    .subMv::after {
        width: 320px;
        height: 194px;
    }
    .subMv .inner02 {
        display: block;
    }
    .subMv .subTtl {
        width: 100%;
        padding-top: 15px;
        margin-top: 10px;
    }
    .subMv .subTtl span {
        font-size: 60px;
    }
    .subMv .subTtl h2 {
        font-size: 26px;
    }
    .subMv_img {
        width: 100vw;
        margin-right: calc(50% - 50vw);
        height: 150px;
    }
    .breadcrumb {
        margin: 10px auto 20px;
    }
    .sub_imgIll::after {
        width: 180px;
        height: 144px;
        bottom: -20px;
    }
    .sp_scroll {
        overflow-x: scroll;
    }
    .sp_scroll img {
        width: 800px;
        max-width: unset;
    }
}
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* SUB /////////////////////////////////////////////////////////////////////*/
/* .subMainのbackgroundに隠れる対策 */
.sub_imgIllTop {
    z-index: 0;
}
/* sub_center */
.subMv.sub_center .subMv_img {
    background: url(../assets/renew_img/sub/center_mv.jpg) no-repeat top center /cover;
}
.sub_center_cont {
    padding-bottom: 80px;
}
.sub_center_contImg {
    max-width: 1100px;
    margin: 40px auto 0;
    width: 90%;
}
.sub_center_contLink {
    margin: 70px auto 0;
}
.sub_center_contLink_inner {
    width: 30%;
}
.sub_center_contLink_inner h3 {
    background-color: #223c91;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 18px;
}
.sub_center_contLink_inner p {
    color: #223c91;
    font-weight: bold;
}
.sub_center_contLink_inner li {
    margin-bottom: 5px;
}
.sub_center_contLink_inner li a {
    line-height: 1.5;
    border-bottom: 2px solid #bf9e25;
    padding: 5px 20px 5px 5px;
    display: block;
    width: 100%;
    position: relative;
}
.sub_center_contLink_inner li a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    border-left: 2px solid #bf9e25;
    border-top: 2px solid #bf9e25;
    position: absolute;
    top: 50%;
    right: 5px;
}
/* news */
.subMv.sub_news .subMv_img {
    background: url(../assets/renew_img/news/news_mv.jpg) no-repeat top center /cover;
}
.sub_newsCont {
    padding-bottom: 80px;
}
.sub_newsCont .sub_newsCont_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}
.sub_newsCont .sub_newsCont_link li {
    margin: 0 25px 20px 0;
}
.sub_newsCont .sub_newsCont_link li a {
    color: #223c91;
    text-align: center;
    font-weight: bold;
    border: 1px solid #223c91;
    border-radius: 30px;
    padding: 10px 25px;
    line-height: 1;
    min-width: 100px;
    width: 100%;
    display: block;
}
.sub_newsCont .sub_newsCont_link li.on a {
    color: #fff;
    background-color: #223c91;
}
.sub_newsCont .sub_newsCont_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto 25px;
}
.sub_newsCont .sub_newsCont_inner::after {
    content: '';
    display: inline-block;
    width: 30%;
}
.sub_newsCont .sub_newsCont_inner li {
    width: 30%;
    margin-bottom: 35px;
}
.sub_newsCont .sub_newsCont_inner li a figure {
    margin-bottom: 10px;
}
.sub_newsCont .sub_newsCont_inner li a span {
    color: #223c91;
    text-align: center;
    font-weight: bold;
    border: 1px solid #223c91;
    border-radius: 30px;
    line-height: 1;
    padding: 5px 20px;
    line-height: 1;
    min-width: 120px;
    font-size: 14px;
    display: inline-block;
}
.sub_newsCont .sub_newsCont_inner li a p {
    line-height: 1;
    font-weight: bold;
    margin-top: 10px;
}
.sub_newsCont .sub_newsCont_inner li a h3 {
    font-weight: normal;
    margin-top: 5px;
}
.sub_newsCont .sub_newsCont_pagenation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sub_newsCont .sub_newsCont_pagenation ul li {
    margin: 0 10px;
}
.sub_newsCont .sub_newsCont_pagenation ul li a,
.sub_newsCont .sub_newsCont_pagenation ul li span {
    display: block;
    width: 100%;
    font-weight: bold;
    color: #223c91;
    border: 1px solid #223c91;
    line-height: 1;
    padding: 10px;
    position: relative;
}
.sub_newsCont .sub_newsCont_pagenation ul li span {
    color: #fff;
    background-color: #223c91;
}
.sub_newsCont .sub_newsCont_pagenation ul li.arw a {
    border: none;
    height: 100%;
}
.sub_newsCont .sub_newsCont_pagenation ul li.arw a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    border-left: 2px solid #223c91;
    border-top: 2px solid #223c91;
    position: absolute;
    top: 50%;
    right: 7%;
}
/* news inner */
.sub_newsInn .sub_newsInn_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 20px;
}
.sub_newsInn .sub_newsInn_top span {
    color: #223c91;
    text-align: center;
    font-weight: bold;
    border: 1px solid #223c91;
    border-radius: 30px;
    line-height: 1;
    padding: 7px 20px;
    line-height: 1;
    min-width: 120px;
    font-size: 14px;
    display: inline-block;
}
.sub_newsInn .sub_newsInn_top h4 {
    margin-left: 20px;
    line-height: 1;
}
.sub_newsInn h3 {
    font-size: 26px;
    color: #223c91;
    border-bottom: 2px solid #223c91;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.sub_newsInn p {
    margin: 0 auto 45px;
}
.sub_newsInn figure {
    max-width: 730px;
    margin: 0 auto 25px;
}
/* sub_flow */
.subMv.sub_flow .subMv_img {
    background: url(../assets/renew_img/sub/flow_mv.jpg) no-repeat top center /cover;
}
.sub_flow_cont .step-note {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}
.sub_flow_cont .step-link {
    text-decoration: underline;
}
.sub_flow_cont .step-cord {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 30px;
    margin: 60px auto;
    min-height: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
}
.sub_flow_cont .step-cord:not(:last-child)::after {
    content: "";
    width: 25px;
    height: 25px;
    border-right: 3px solid #223c91;
    border-bottom: 3px solid #223c91;
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.sub_flow_cont ul li figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 30px;
    margin-top: 0;
}
.sub_flow_cont .step-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    line-height: 1;
}
.sub_flow_cont .step-num {
    color: #223c91;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sub_flow_cont .step-num span.en {
    display: block;
    font-size: 48px;
    line-height: 1;
    margin-top: 3px;
}
.sub_flow_cont .step-content h3 {
    color: #223c91;
    font-size: 25px;
    margin-top: 20px;
}
/* link */
.subMv.sub_links .subMv_img {
    background: url(../assets/renew_img/sub/link_mv.jpg) no-repeat top center /cover;
}
.subMv.sub_links .subTtl {
    padding: 0;
}
.subMv.sub_links .subTtl h2 {
    line-height: 1.5;
}
.sub_links_cont .inner {
    margin-bottom: 60px;
}
.sub_links_cont .inner h2 {
    color: #223c91;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
}
.sub_links_cont .inner .btn {
    margin: 0 auto 60px;
    display: block;
}
.sub_links_contLink_full {
    margin: 0 auto 50px;
}
.sub_links_contLink_full ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.sub_links_contLink.flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.sub_links_cont .inner h3 {
    background-color: #223c91;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 18px;
}
.sub_links_contLink_inner p {
    color: #223c91;
    font-weight: bold;
}
.sub_links_contLink_inner li {
    margin-bottom: 5px;
}
.sub_links_cont .inner li a {
    line-height: 1.5;
    border-bottom: 2px solid #bf9e25;
    padding: 5px 20px 5px 5px;
    display: block;
    width: 100%;
    position: relative;
}
.sub_links_cont .inner li a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    border-left: 2px solid #bf9e25;
    border-top: 2px solid #bf9e25;
    position: absolute;
    top: 50%;
    right: 5px;
}
/* equipment */
.subMv.sub_equipment .subMv_img {
    background: url(../assets/renew_img/equipment/equipment_mv.jpg) no-repeat top center /cover;
}
.sub_equipment_cont h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: #223c91;
    padding: 5px;
}
.sub_equipment_txt {
    padding-bottom: 40px;
}
.sub_equipment_txt h3 {
    margin-bottom: 30px;
}
.sub_equipment_txt ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 2.5%;
}
.search .sub_equipment_txt ul {
    grid-template-columns: repeat(2, 1fr);
}
.sub_equipment_txt ul li a {
    line-height: 1.5;
    display: inline-block;
    width: 100%;
    height: 55px;
    border-bottom: 2px solid #bf9e25;
    /* padding: 5px 20px 5px 5px; */
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
}
.sub_equipment_txt ul li a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    border-left: 2px solid #bf9e25;
    border-top: 2px solid #bf9e25;
    position: absolute;
    top: 50%;
    right: 5px;
}
.sub_equipment_img {
    padding-bottom: 40px;
}
.sub_equipment_img h3 {
    margin-bottom: 15px;
}
.sub_equipment_img ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.sub_equipment_img ul li {
    width: 24%;
    margin-bottom: 20px;
}
.sub_equipment_img ul li a {
    display: block;
    width: 100%;
    height: 155px;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
}
.sub_equipment_img ul li:nth-child(4n+1) a {
    background: url(../assets/renew_common/img/btn_bg01.jpg) no-repeat center / cover;
}
.sub_equipment_img ul li:nth-child(4n+2) a {
    background: url(../assets/renew_common/img/btn_bg02.jpg) no-repeat center / cover;
}
.sub_equipment_img ul li:nth-child(4n+3) a {
    background: url(../assets/renew_common/img/btn_bg03.jpg) no-repeat center / cover;
}
.sub_equipment_img ul li:nth-child(4n) a {
    background: url(../assets/renew_common/img/btn_bg04.jpg) no-repeat center / cover;
}
/* equipment 詳細 */
.subMv.sub_equipmentDetail .subMv_img {
    background: url(../assets/renew_img/equipment/equipmentDetail_mv.jpg) no-repeat top center /cover;
}
.sub_equipmentDetail h2 {
    line-height: 1.5;
}
.sub_equipmentDetail_cont>div {
    padding-bottom: 80px;
}
.sub_equipmentDetail_cont h3 {
    font-size: 20px;
    font-weight: bold;
    color: #223c91;
    line-height: 1;
    margin-bottom: 5px;
}
.sub_equipmentDetail_txt {
    margin-bottom: 20px;
}
.sub_equipmentDetail_flex {
    margin-bottom: 30px;
}
.sub_equipmentDetail_flex figure {
    width: 50%;
}
.sub_equipmentDetail_flex .sub_imgIll.sub_imgIllTop::after {
    left: -30%;
    top: -5%;
}
.sub_equipmentDetail_flexTxt {
    width: 45%;
}
.sub_equipmentDetail_btn {
    padding-top: 50px;
}
.sub_equipmentDetail_btn .btn {
    width: 215px;
    margin: 0;
}
.sub_equipmentDetail_btn .btn:nth-child(even) a {
    background-color: #223c91;
}
.sub_equipmentDetail_price h3 {
    text-align: center;
    margin-bottom: 15px;
}
.sub_equipmentDetail_price h4 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #223c91;
    margin-bottom: 10px;
}
.sub_equipmentDetail_price table th p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    padding: 0 calc(5% - 5px);
    text-align: left;
    margin-top: 10px;
}
.sub_equipmentDetail_price span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.sub_equipmentDetail_price table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 5px;
    margin: 0 auto 10px;
}
.sub_equipmentDetail_price table th {
    width: 32%;
    background-color: #223c91;
    color: #fff;
    padding: 5px;
}
.sub_equipmentDetail_price table td {
    padding: 3px;
    background-color: #fff;
}
.sub_equipmentDetail_price table td.table_blute {
    background-color: #b3bfe7;
    font-weight: 500;
}
/* cleanroom */
.sub_cleanroom_cont h3 {
    font-size: 28px;
    color: #223c91;
    line-height: 1;
    margin-bottom: 30px;
}
.sub_cleanroom_cont h4 {
    font-size: 18px;
    color: #223c91;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
.subMv.sub_cleanroom .subMv_img {
    background: url(../assets/renew_img/sub/cleanroom_mv.jpg) no-repeat top center /cover;
}
.sub_cleanroom_cont>div {
    padding: 60px 0;
}
.sub_cleanroom_cont>div:first-child {
    padding-top: 0;
}
.sub_cleanroom_overview {
    margin-bottom: 50px;
}
.sub_cleanroom_overview span {
    font-size: 14px;
}
.sub_cleanroom_overviewItem li {
    margin-bottom: 60px;
}
.sub_cleanroom_overviewItem li:last-child {
    margin-bottom: 0;
}
.sub_cleanroom_overviewItem div {
    width: 45%;
}
.sub_cleanroom_overviewItem figure {
    width: 50%;
}
.sub_cleanroom_overviewItem .sub_imgIll.sub_imgIllTop::after {
    left: -35%;
    top: -5%;
}
.sub_cleanroom_overviewItem .sub_imgIll::after {
    right: -35%;
    bottom: -8%;
}
.sub_cleanroom_spec {
    background: url(../assets/renew_img/sub/cleanroom_spec_bg.jpg) no-repeat center / cover;
}
.sub_cleanroom_spec .inner02 {
    background-color: #2e313b;
    padding: 40px 0;
}
.sub_cleanroom_spec h3 {
    color: #fff;
}
.sub_cleanroom_spec p {
    color: #fff;
    margin-bottom: 20px;
}
.sub_cleanroom_spec_img figure:first-child {
    width: 32%;
}
.sub_cleanroom_spec_img figure:nth-child(2) {
    width: 66%;
}
.sub_cleanroom_equipment {
    background: url(../assets/renew_img/sub/cleanroom_equipment_bg.png) no-repeat center bottom / 100% auto;
}
.sub_cleanroom_equipmentImg {
    gap: 1%;
    margin-bottom: 45px;
}
.sub_cleanroom_equipment_top h3 {
    text-align: center;
}
.sub_cleanroom_equipment_top p {
    text-align: center;
    margin-bottom: 50px;
}
.sub_cleanroom_equipment ul li {
    margin-bottom: 70px;
}
.sub_cleanroom_equipment ul li:last-child {
    margin-bottom: 0;
}
.sub_cleanroom_equipment table {
    text-align: center;
    border-collapse: separate;
    border-spacing: 5px;
    /* margin: -5px; */
    /* width: calc(100% + 10px); */
}
.sub_cleanroom_equipment table tr:nth-child(odd) {
    background-color: #eaeef8;
}
.sub_cleanroom_equipment table tr:nth-child(even) {
    background-color: #fff;
}
.sub_cleanroom_equipment table th {
    color: #fff;
    font-weight: 600;
    background-color: #223c91;
    line-height: 1.5;
    padding: 8px;
}
.sub_cleanroom_equipment table th:nth-child(even) {
    background-color: #3f57a7;
}
.sub_cleanroom_equipment table th:first-child,
.sub_cleanroom_equipment table th:nth-child(2) {
    width: 80px;
}
.sub_cleanroom_equipment table th:nth-child(3) {
    width: 420px;
}
.sub_cleanroom_equipment table th:nth-child(4) {
    width: 220px;
}
.sub_cleanroom_equipment table th:nth-child(5) {
    width: 180px;
}
.sub_cleanroom_equipment table td {
    padding: 8px;
}
.sub_cleanroom_equipment_classImg.flex {
    gap: 1%;
}
.sub_cleanroom_howto {
    background: url(../assets/renew_img/sub/cleanroom_howto_bg.png) no-repeat center / cover;
}
.sub_cleanroom_use {
    margin-bottom: 50px;
}
.sub_cleanroom_use figure {
    width: 50%;
}
.sub_cleanroom_use .sub_imgIll.sub_imgIllTop::after {
    left: -30%;
    top: -5%;
}
.sub_cleanroom_useTxt {
    width: 45%;
}
.sub_cleanroom_useBtn {
    padding-top: 20px;
}
.sub_cleanroom_useBtn .btn {
    max-width: 355px;
    margin: 20px 0 0;
    display: block;
    color: #fff;
}
.sub_cleanroom_useBtn .btn a {
    text-align: left;
    padding-left: 30px;
}
.sub_cleanroom_useBtn .btn:nth-child(2) a {
    background-color: #223c91;
    line-height: 1.8;
    padding: 8px 15px 8px 30px;
}
.contents .subMain .btn a:not([class]):not([id]) {
    color: #fff;
}
.sub_cleanroom_howto ul li {
    width: 32%;
}
.sub_cleanroom_howto ul li figure {
    margin-bottom: 20px;
}
.sub_cleanroom_howto ul li p span {
    font-size: 15px;
}
.sub_cleanroom_howto ul li p a {
    border-bottom: 1px solid #000;
    line-height: 1.2;
}
.sub_cleanroom_usage {
    background: url(../assets/renew_img/sub/cleanroom_usage_bg.png) no-repeat top center /cover;
    padding: 45px 120px 75px;
    text-align: center;
    margin-bottom: 70px;
}
.sub_cleanroom_usage h3 {
    color: #fff;
}
.sub_cleanroom_usageBtn p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
.sub_cleanroom_usageBtn .btn {
    width: 300px;
    max-width: 300px;
}
.sub_cleanroom_accessTxt {
    padding-right: 3%;
}
.sub_cleanroom_accessTxt li {
    margin-bottom: 40px;
}
.sub_cleanroom_accessTxt h3 {
    margin-bottom: 20px;
}
.sub_cleanroom_access figure {
    width: 67%;
}
/* remote */
.subMv.sub_remote .subMv_img {
    background: url(../assets/renew_img/sub/remote_mv.jpg) no-repeat top center /cover;
}
.sub_remote_worry {
    padding-bottom: 80px;
}
.sub_remote_worry h3 {
    font-size: 28px;
    color: #223c91;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}
.sub_remote_worry ul li {
    width: 28%;
}
.sub_remote_worry ul li p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    padding-top: 15px;
}
.sub_remote_overview {
    background: url(../assets/renew_img/sub/remote_solve_bg.png) no-repeat center / cover;
    position: relative;
    z-index: 0;
    padding-bottom: 80px;
}
.sub_remote_solve {
    margin-bottom: 60px;
}
.sub_remote_solve h3 {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: -15px;
    z-index: 1;
    font-size: 22px;
    color: #223c91;
    line-height: 1.2;
    height: 35px;
}
.sub_remote_solve h3::before {
    content: "";
    display: block;
    width: 375px;
    height: 80px;
    background: url(../assets/renew_img/sub/remote_solve01.png) no-repeat center / contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: -15px;
    z-index: -1;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3));
}
.sub_remote_solve h3 img {
    width: 180px;
    padding-right: 10px;
}
.sub_remote_solve h4 {
    font-size: 26px;
    color: #223c91;
    font-weight: bold;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 35px;
}
.sub_remote_solve h4 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #f4d35a));
    background: -o-linear-gradient(transparent 68%, #f4d35a 68%);
    background: linear-gradient(transparent 68%, #f4d35a 68%);
}
.sub_remote_solve p span {
    font-weight: bold;
}
.sub_remote_strength {
    margin-bottom: 30px;
}
.sub_remote_strength_ttl {
    text-align: center;
    margin: 0 auto 20px;
}
.sub_remote_strength_ttl h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    display: inline-block;
    background-color: #bf9e25;
    padding: 15px 2%;
}
.sub_remote_strength_ttl h3 span {
    font-size: 16px;
}
.sub_remote_strength ol li {
    margin-bottom: 15px;
}
.sub_remote_strength ol li:last-child {
    margin-bottom: 0;
}
.sub_remote_strength ol li h4 {
    font-size: 20px;
    color: #223c91;
    font-weight: bold;
    line-height: 1;
    padding: 20px 0 15px 30px;
    position: relative;
}
.sub_remote_strength ol li h4::before {
    content: "";
    display: block;
    width: 70px;
    height: 50px;
    background: url(../assets/renew_img/sub/remote_strength01.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.sub_remote_strength ol li:nth-child(2) h4::before {
    background: url(../assets/renew_img/sub/remote_strength02.png) no-repeat center / contain;
}
.sub_remote_strength ol li:nth-child(3) h4::before {
    background: url(../assets/renew_img/sub/remote_strength03.png) no-repeat center / contain;
}
.sub_remote_diagram {
    background-color: #fff;
    padding: 30px 50px 35px;
}
.sub_remote_diagram p {
    font-size: 20px;
    color: #223c91;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.sub_remote_diagram .sub_imgIll::after {
    right: -200px;
    bottom: -100px;
}
@media only screen and (max-width: 1024px) {
    .sub_center_contImg {
        margin: 20px auto 0;
    }
    .sub_center_contLink {
        margin: 40px auto 0;
    }
    .sub_center_contLink_inner {
        width: 100%;
        margin: 0 auto 30px;
    }
    .sub_center_contLink_inner:last-of-type {
        margin-bottom: 0;
    }
    .sub_center_contLink_inner h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .sub_center_contLink_inner p {
        font-size: 16px;
    }
    .sub_center_contLink_inner li a {
        padding: 8px 20px 8px 5px;
    }
    /* news */
    .sub_newsCont {
        padding-bottom: 30px;
    }
    .sub_newsCont .sub_newsCont_link {
        margin: 0 auto 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sub_newsCont .sub_newsCont_link li {
        margin: 0 3px 10px;
    }
    .sub_newsCont .sub_newsCont_link li a {
        padding: 7px 15px;
    }
    .sub_newsCont .sub_newsCont_inner {
        margin: 0 auto 15px;
    }
    .sub_newsCont .sub_newsCont_inner::after {
        content: '';
        display: inline-block;
        width: 47%;
    }
    .sub_newsCont .sub_newsCont_inner li {
        width: 47%;
        margin-bottom: 20px;
    }
    .sub_newsCont .sub_newsCont_inner li a figure {
        margin-bottom: 10px;
    }
    .sub_newsCont .sub_newsCont_inner li a span {
        padding: 5px 15px;
        min-width: 100px;
    }
    .sub_newsCont .sub_newsCont_inner li a p {
        margin-top: 5px;
    }
    .sub_newsCont .sub_newsCont_pagenation ul li {
        margin: 0 7px;
    }
    /* news inner */
    .newsInn .breadcrumb ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sub_newsInn .sub_newsInn_top {
        margin: 0 auto 10px;
    }
    .sub_newsInn .sub_newsInn_top span {
        line-height: 1;
        padding: 7px 20px;
        min-width: 100px;
    }
    .sub_newsInn .sub_newsInn_top h4 {
        margin-left: 10px;
    }
    .sub_newsInn h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sub_newsInn p {
        margin: 0 auto 20px;
    }
    .sub_newsInn figure {
        margin: 0 auto 20px;
    }
    /* flow */
    .sub_flow_cont .step-cord {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 20px;
        margin: 50px auto;
    }
    .sub_flow_cont .step-header {
        margin-bottom: 15px;
        line-height: 1.4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sub_flow_cont .step-cord figure {
        margin: 5px;
        width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sub_flow_cont .step-note {
        font-size: 12px;
        line-height: 2;
    }
    .sub_flow_cont .step-num span.en {
        font-size: 35px;
        margin-top: -5px;
    }
    .sub_flow_cont .step-content h3 {
        font-size: 20px;
    }
    .sub_flow_cont .step-content p {
        text-align: left;
        line-height: 2;
    }
    .sub_flow_cont li:not(:last-child) .step-cord::after {
        width: 16px;
        height: 16px;
        bottom: -35px;
    }
    /* link */
    .sub_links .subTtl h2 {
        line-height: 1.5;
    }
    .sub_links_cont .inner h2 {
        font-size: 20px;
    }
    .sub_links_cont .inner h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .sub_links_cont .inner p {
        font-size: 16px;
    }
    .sub_links_cont .inner li {
        padding: 8px 20px 8px 5px;
    }
    .sub_links_contLink_full ul {
        grid-template-columns: 1fr;
    }
    .sub_links_contLink_full li {
        margin-bottom: -30px;
    }
    .sub_links_contLink.flex {
        grid-template-columns: 1fr;
    }
    /* equipment */
    .sub_equipment_cont h3 {
        font-size: 16px;
    }
    .sub_equipment_txt {
        padding-bottom: 35px;
    }
    .sub_equipment_txt h3 {
        margin-bottom: 5px;
    }
    .sub_equipment_txt ul {
        display: block;
    }
    .sub_equipment_img {
        padding-bottom: 20px;
    }
    .sub_equipment_img ul li {
        width: 48%;
        margin-bottom: 15px;
    }
    .sub_equipment_img ul li a {
        height: 120px;
        line-height: 1.5;
    }
    /* equipment 詳細 */
    .sub_equipmentDetail_breadcrumb ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sub_equipmentDetail_cont>div {
        padding-bottom: 40px;
    }
    .sub_equipmentDetail_cont h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sub_equipmentDetail_txt {
        margin-bottom: 15px;
    }
    .sub_equipmentDetail_flex figure {
        width: 100%;
        max-width: 600px;
        margin-bottom: 20px;
    }
    .sub_equipmentDetail_flex .sub_imgIll.sub_imgIllTop::after {
        left: -85px;
    }
    .sub_equipmentDetail_flexTxt {
        width: 100%;
    }
    .sub_equipmentDetail_btn {
        padding-top: 5px;
    }
    .sub_equipmentDetail_btn .btn {
        margin-bottom: 10px;
    }
    .sub_equipmentDetail_price h4 {
        font-size: 16px;
    }
    .sub_equipmentDetail_price table {
        width: 800px;
    }
    /* cleanroom */
    /* span 横幅460pxから可変 */
    .sub_cleanroom .subTtl span {
        font-size: clamp(50px, 13vw, 60px);
    }
    .sub_cleanroom_cont h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sub_cleanroom_cont h4 {
        font-size: 16px;
    }
    .sub_cleanroom_cont>div {
        padding: 40px 0;
    }
    .sub_cleanroom_overview {
        margin-bottom: 40px;
    }
    .sub_cleanroom_overviewItem li {
        margin-bottom: 35px;
    }
    .sub_cleanroom_overviewItem div {
        width: 100%;
        margin-bottom: 15px;
    }
    .sub_cleanroom_overviewItem figure {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .sub_cleanroom_overviewItem .sub_imgIll.sub_imgIllTop::after {
        left: -25%;
    }
    .sub_cleanroom_overviewItem .sub_imgIll::after {
        right: -25%;
    }
    .sub_cleanroom_spec .inner02 {
        padding: 30px 0;
    }
    .sub_cleanroom_spec_img figure:first-child {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 10px;
    }
    .sub_cleanroom_spec_img figure:nth-child(2) {
        width: 100%;
    }
    .sub_cleanroom_equipmentImg {
        margin-bottom: 35px;
    }
    .sub_cleanroom_equipmentImg figure {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 10px;
    }
    .sub_cleanroom_equipmentImg figure:last-child {
        margin-bottom: 0;
    }
    .sub_cleanroom_equipment_top p {
        margin-bottom: 30px;
    }
    .sub_cleanroom_equipment ul li {
        margin-bottom: 40px;
    }
    .sub_cleanroom_equipment table {
        width: 1000px;
    }
    .sub_cleanroom_equipment_diagram {
        text-align: center;
    }
    .sub_cleanroom_equipment_classImg.flex figure {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 15px;
    }
    .sub_cleanroom_equipment_classImg figure:last-child {
        margin-bottom: 0;
    }
    .sub_cleanroom_use {
        margin-bottom: 40px;
    }
    .sub_cleanroom_use figure {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .sub_cleanroom_use .sub_imgIll.sub_imgIllTop::after {
        left: -25%;
    }
    .sub_cleanroom_useTxt {
        width: 100%;
    }
    .sub_cleanroom_useBtn {
        padding-top: 0;
    }
    .sub_cleanroom_useBtn .btn {
        max-width: 355px;
        margin: 20px 0 0;
    }
    .sub_cleanroom_howto ul li {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 30px;
    }
    .sub_cleanroom_howto ul li:last-child {
        margin-bottom: 0;
    }
    .sub_cleanroom_howto ul li figure {
        margin-bottom: 20px;
    }
    .sub_cleanroom_howto ul li h4 {
        margin-bottom: 10px;
    }
    .sub_cleanroom_howto ul li p span {
        font-size: 14px;
    }
    .sub_cleanroom_usage {
        padding: 30px 10% 40px;
        margin-bottom: 40px;
    }
    .sub_cleanroom_usageBtn li {
        margin-bottom: 20px;
    }
    .sub_cleanroom_usageBtn li:last-child {
        margin-bottom: 0;
    }
    .sub_cleanroom_usageBtn p {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sub_cleanroom_usageBtn .btn {
        width: 100%;
    }
    .sub_cleanroom_accessTxt li {
        margin-bottom: 25px;
    }
    .sub_cleanroom_accessTxt h3 {
        margin-bottom: 10px;
    }
    .sub_cleanroom_access figure {
        width: 100%;
    }
    /* remote */
    /* span 横幅640pxから可変 */
    .sub_remote .subTtl span {
        font-size: clamp(36px, 9.5vw, 60px);
    }
    .sub_remote_worry {
        padding-bottom: 60px;
    }
    .sub_remote_worry h3 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .sub_remote_worry ul li {
        width: 75%;
        max-width: 320px;
        margin: 0 auto 20px;
    }
    .sub_remote_worry ul li:last-child {
        margin-bottom: 0;
    }
    .sub_remote_worry ul li p {
        font-size: 16px;
        padding-top: 10px;
    }
    .sub_remote_overview {
        padding-bottom: 40px;
    }
    .sub_remote_solve {
        margin-bottom: 25px;
    }
    .sub_remote_solve h3 {
        top: -15px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .sub_remote_solve h3 img {
        width: 135px;
        padding-right: 5px;
    }
    .sub_remote_solve h3::before {
        width: 280px;
        height: 65px;
    }
    .sub_remote_solve h4 {
        font-size: 18px;
        line-height: 2;
        padding-top: 40px;
        margin-bottom: 20px;
    }
    .sub_remote_strength {
        margin-bottom: 20px;
    }
    .sub_remote_strength_ttl h3 {
        font-size: 16px;
    }
    .sub_remote_strength_ttl h3 span {
        font-size: 14px;
    }
    .sub_remote_strength ol li h4 {
        font-size: 16px;
        line-height: 1.2;
        padding-left: 15px;
    }
    .sub_remote_diagram {
        padding: 15px 5% 25px;
    }
    .sub_remote_diagram p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .sub_remote_diagram .sub_imgIll::after {
        right: -20%;
        bottom: -10%;
    }
}

