@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* reset */

html {
    color: #263240;
    font-size: 62.5%;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    *font-size: small;
    *font: x-small;
    font-weight: 400;
}

body {
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
}

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,
hr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1.6rem;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

img[src$=".svg"] {
    width: 100%;
}

a {
    text-decoration: none;
}

a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover {
    color: #000;
}

a:active {
    color: #000;
}

label {
    cursor: pointer;
}

svg {
    vertical-align: bottom;
}

canvas {
    vertical-align: bottom;
}

/* common */

body {
    min-width: 1166px;
}

.sLock {
    overflow: hidden;
}

.pcNone {
    display: none;
}

.spNone {
    display: block;
}

.alRight {
    text-align: right;
}

.sponly {
    display: none;
}

#bCrumbs {
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

#bCrumbs li {
    white-space: nowrap;
}

#bCrumbs a {
    color: #ffffff;
    position: relative;
}

#bCrumbs a::before {
    background-image: linear-gradient(to right,
            white 0%,
            white 49%,
            rgba(255, 255, 255, 0) 49%,
            rgba(255, 255, 255, 0) 100%);
    background-size: 200% auto;
    background-position: right center;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    transition: background-position 0.3s;
}

#bCrumbs a:hover {
    font-weight: 600;
}

#bCrumbs a:hover::before {
    background-position: left center;
}

#bCrumbs .bcCurrent {
    font-weight: 600;
}

.localPageNav {
    background: #cfd9e5;
    font-size: 0;
    padding: 35px 0 28px;
    text-align: center;
}

.localPageNav li {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1rem;
}

.localPageNav li:not(:first-child) {
    margin-left: 36px;
}

.localPageNav li a {
    color: #000;
    display: block;
    position: relative;
    padding-bottom: 8px;
}

.localPageNav li a img {
    display: inline-block;
    height: auto;
    margin-top: 3px;
    margin-left: 21px;
    width: 9px;
}

.localPageNav li a::before {
    background-image: linear-gradient(to right,
            #0066d9 0%,
            #0066d9 49%,
            rgba(0, 102, 217, 0) 49%,
            rgba(0, 102, 217, 0) 100%);
    background-size: 200% auto;
    background-position: right center;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    transition: background-position 0.3s;
}

.localPageNav li a:hover::before {
    background-position: left center;
}

.btnType01 {
    width: 240px;
    font-size: 1.4rem;
}

.btnType01 a,
.btnType01 label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-image: linear-gradient(to right,
            #0066d9 0%,
            #652bd9 50%,
            #0066d9 100%);
    background-size: 200% auto;
    transition: background-position 0.3s;
    color: #ffffff;
    width: 350px;
}

.btnType01 a.wb,
.btnType01 label.wb {
    background-image: linear-gradient(to right,
            #e5e5e5 0%,
            #5e5e5e 35%,
            #000000 100%);
}

.btnType01 a span,
.btnType01 a input[type="submit"],
.btnType01 label span,
.btnType01 label input[type="submit"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
}

.btnType01 a .linkIcArw,
.btnType01 label .linkIcArw {
    height: 40px;
    width: 40px;
    /* background: rgba(0, 0, 0, 0.1); */
}

.btnType01 a .linkIcArw img,
.btnType01 label .linkIcArw img {
    width: 6px;
}

.btnType01 a .linkIcLink,
.btnType01 label .linkIcLink {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.1);
}

.btnType01 a .linkIcLink img,
.btnType01 label .linkIcLink img {
    width: 17px;
}

.btnType01 a:hover,
.btnType01 label:hover {
    background-position: right center;
}

.btnType01s {
    width: 290px;
    font-size: 1.4rem;
}

.btnType01s span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-image: linear-gradient(to right,
            #0066d9 0%,
            #652bd9 50%,
            #0066d9 100%);
    background-size: 200% auto;
    transition: background-position 0.3s;
    color: #ffffff;
}

.btnType01s span span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 260px;
}

.btnType01s span .linkIcArw {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.1);
}

.btnType01s span .linkIcArw img {
    width: 6px;
}

.btnType01s span .linkIcLink {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.1);
}

.btnType01s span .linkIcLink img {
    width: 17px;
}

.btnType01s span:hover {
    background-position: right center;
}

.btnType01m {
    width: 360px;
    font-size: 1.4rem;
}

.btnType01m span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-image: linear-gradient(to right,
            #0066d9 0%,
            #652bd9 50%,
            #0066d9 100%);
    background-size: 200% auto;
    transition: background-position 0.3s;
    color: #ffffff;
}

.btnType01m span span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 320px;
}

.btnType01m span .linkIcArw {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.1);
}

.btnType01m span .linkIcArw img {
    width: 6px;
}

.btnType01m span .linkIcLink {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.1);
}

.btnType01m span .linkIcLink img {
    width: 17px;
}

.btnType01m span:hover {
    background-position: right center;
}

.btnType01w100 {
    width: 100%;
    font-size: 1.4rem;
}

.btnType01w100 a,
.btnType01w100 label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-image: linear-gradient(to right,
            #0066d9 0%,
            #652bd9 50%,
            #0066d9 100%);
    background-size: 200% auto;
    transition: background-position 0.3s;
    color: #ffffff;
}

.btnType01w100 a span,
.btnType01w100 a input[type="submit"],
.btnType01w100 label span,
.btnType01w100 label input[type="submit"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
}

.btnType01w100 a .linkIcArw,
.btnType01w100 label .linkIcArw {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.1);
}

.btnType01w100 a .linkIcArw img,
.btnType01w100 label .linkIcArw img {
    width: 6px;
}

.btnType01w100 a .linkIcLink,
.btnType01w100 label .linkIcLink {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.1);
}

.btnType01w100 a .linkIcLink img,
.btnType01w100 label .linkIcLink img {
    width: 17px;
}

.btnType01w100 a:hover,
.btnType01w100 label:hover {
    background-position: right center;
}

a .btnType02 {
    width: 240px;
    font-size: 1.4rem;
}

a .btnType02 .btnType02Inr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-image: linear-gradient(to right,
            #0066d9 0%,
            #652bd9 50%,
            #0066d9 100%);
    background-size: 200% auto;
    transition: background-position 0.3s;
    color: #ffffff;
}

a .btnType02 .btnType02Inr span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 200px;
}

a .btnType02 .btnType02Inr .linkIcArw {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.1);
}

a .btnType02 .btnType02Inr .linkIcArw img {
    width: 6px;
}

a .btnType02 .btnType02Inr .linkIcLink {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.1);
}

a .btnType02 .btnType02Inr .linkIcLink img {
    width: 17px;
}

a:hover .btnType02Inr {
    background-position: right center;
}

.btnType03 {
    width: 240px;
    font-size: 1.4rem;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    overflow: hidden;
}

.btnType03 a,
.btnType03 label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-image: linear-gradient(to right,
            #0066d9 0%,
            #652bd9 50%,
            #0066d9 100%);
    background-size: 200% auto;
    transition: background-position 0.3s;
    color: #ffffff;
}

.btnType03 a span,
.btnType03 a input[type="submit"],
.btnType03 label span,
.btnType03 label input[type="submit"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 200px;
}

.btnType03 a .linkIcArw,
.btnType03 label .linkIcArw {
    height: 40px;
    width: 40px;
}

.btnType03 a .linkIcArw img,
.btnType03 label .linkIcArw img {
    width: 9px;
}

.btnType03 a:hover,
.btnType03 label:hover {
    background-position: right center;
}

ol.listNum01 {
    counter-reset: olNum;
    margin-top: 60px;
}

ol.listNum01>li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    padding-left: 65px;
    position: relative;
}

ol.listNum01>li::after {
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: olNum;
    content: counter(olNum) ".";
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #cfd9e5;
}

ol.listNum01>li+li {
    margin-top: 30px;
}

ol.listNum02 {
    counter-reset: olNum02;
    margin-top: 60px;
}

ol.listNum02>li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    padding-left: 65px;
    position: relative;
}

ol.listNum02>li::after {
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: olNum02;
    content: "(" counter(olNum02) ")";
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #cfd9e5;
    letter-spacing: 0.2rem;
}

ol.listNum02>li+li {
    margin-top: 30px;
}

ol.listNum03 {
    counter-reset: olNum03;
    margin-top: 20px;
}

ol.listNum03>li {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 300;
    padding-left: 40px;
    position: relative;
}

ol.listNum03>li::after {
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: olNum03;
    content: counter(olNum03);
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    color: #cfd9e5;
    letter-spacing: 0.2rem;
    border: 2px solid #cfd9e5;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

ol.listNum03>li+li {
    margin-top: 20px;
}

ol.listNum04 {
    counter-reset: olNum04;
    margin-top: 20px;
}

ol.listNum04>li {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 300;
    padding-left: 30px;
    position: relative;
}

ol.listNum04>li::after {
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: olNum04;
    content: counter(olNum04, lower-roman) ")";
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    color: #cfd9e5;
    letter-spacing: 0.2rem;
}

ol.listNum04>li+li {
    margin-top: 20px;
}

ul.listDot01 {
    margin-top: 10px;
}

ul.listDot01>li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    padding-left: 30px;
    position: relative;
}

ul.listDot01>li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\02022";
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #cfd9e5;
}

ul.listDot02 {
    margin-top: 10px;
}

ul.listDot02>li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    padding-left: 30px;
    position: relative;
}

ul.listDot02>li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\02022";
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #cfd9e5;
}

ul.listDot02>li+li {
    margin-top: 30px;
}

ul.listLine01>li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
}

ul.listLine01>li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\2d\2d";
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    color: #cfd9e5;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 11;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 1166px;
    background: rgba(255, 255, 255, 0.9);
    backface-visibility: hidden;
}

header .headerInr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

header h1,
header #mainLogo {
    padding: 0 5px 0 5px;
    z-index: 11;
}

header h1 img[src$=".svg"],
header #mainLogo img[src$=".svg"] {
    width: 180px !important;
}

header #gNavPc {
    display: block;
}

header #gNavPc ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100px;
}

header #gNavPc ul li {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100px;
    z-index: 10;
}

header #gNavPc ul li a {
    /* color: #333; */
    color: #333;
    display: block;
}

header #gNavPc ul li>a {
    padding: 0 8px;
}

header #gNavPc ul li .gNav01Inr,
header #gNavPc ul li .gNav02Inr,
header #gNavPc ul li .gNav03Inr,
header #gNavPc ul li .gNav05Inr,
header #gNavPc ul li .gNav06Inr {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    height: 0;
    z-index: 5;
}

header #gNavPc ul li .gNav01Inr p,
header #gNavPc ul li .gNav02Inr p,
header #gNavPc ul li .gNav03Inr p,
header #gNavPc ul li .gNav05Inr p,
header #gNavPc ul li .gNav06Inr p {
    display: none;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 400;
    width: 744px;
}

header #gNavPc ul li .gNav01Inr p span,
header #gNavPc ul li .gNav02Inr p span,
header #gNavPc ul li .gNav03Inr p span,
header #gNavPc ul li .gNav05Inr p span,
header #gNavPc ul li .gNav06Inr p span {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 400;
}

header #gNavPc ul li .gNav01Inr p a,
header #gNavPc ul li .gNav02Inr p a,
header #gNavPc ul li .gNav03Inr p a,
header #gNavPc ul li .gNav05Inr p a,
header #gNavPc ul li .gNav06Inr p a {
    position: relative;
    padding: 0;
    border-bottom: 1px solid rgba(38, 50, 64, 0.5);
}

header #gNavPc ul li .gNav01Inr p a:hover,
header #gNavPc ul li .gNav02Inr p a:hover,
header #gNavPc ul li .gNav03Inr p a:hover,
header #gNavPc ul li .gNav05Inr p a:hover,
header #gNavPc ul li .gNav06Inr p a:hover {
    color: #263240;
}

header #gNavPc ul li .gNav01Inr p a::after,
header #gNavPc ul li .gNav02Inr p a::after,
header #gNavPc ul li .gNav03Inr p a::after,
header #gNavPc ul li .gNav05Inr p a::after,
header #gNavPc ul li .gNav06Inr p a::after {
    border-bottom: 2px solid #263240;
    bottom: -1px;
    left: 0;
    content: "";
    display: block;
    width: 0;
    position: absolute;
    transition: width 0.3s;
    backface-visibility: hidden;
}

header #gNavPc ul li .gNav01Inr p a:hover::after,
header #gNavPc ul li .gNav02Inr p a:hover::after,
header #gNavPc ul li .gNav03Inr p a:hover::after,
header #gNavPc ul li .gNav05Inr p a:hover::after,
header #gNavPc ul li .gNav06Inr p a:hover::after {
    width: 100%;
}

header #gNavPc ul li .gNav01Inr ul,
header #gNavPc ul li .gNav02Inr ul,
header #gNavPc ul li .gNav03Inr ul,
header #gNavPc ul li .gNav05Inr ul,
header #gNavPc ul li .gNav06Inr ul {
    width: 744px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    margin-top: 10px;
}

header #gNavPc ul li .gNav01Inr li,
header #gNavPc ul li .gNav02Inr li,
header #gNavPc ul li .gNav03Inr li,
header #gNavPc ul li .gNav05Inr li,
header #gNavPc ul li .gNav06Inr li {
    display: none;
}

header #gNavPc ul li .gNav01Inr li a,
header #gNavPc ul li .gNav02Inr li a,
header #gNavPc ul li .gNav03Inr li a,
header #gNavPc ul li .gNav05Inr li a,
header #gNavPc ul li .gNav06Inr li a {
    position: relative;
    padding: 0;
    border-bottom: 1px solid rgba(38, 50, 64, 0.5);
}

header #gNavPc ul li .gNav01Inr li a:hover,
header #gNavPc ul li .gNav02Inr li a:hover,
header #gNavPc ul li .gNav03Inr li a:hover,
header #gNavPc ul li .gNav05Inr li a:hover,
header #gNavPc ul li .gNav06Inr li a:hover {
    color: #263240;
}

header #gNavPc ul li .gNav01Inr li a::after,
header #gNavPc ul li .gNav02Inr li a::after,
header #gNavPc ul li .gNav03Inr li a::after,
header #gNavPc ul li .gNav05Inr li a::after,
header #gNavPc ul li .gNav06Inr li a::after {
    border-bottom: 2px solid #263240;
    bottom: -1px;
    left: 0;
    content: "";
    display: block;
    width: 0;
    position: absolute;
    transition: width 0.3s;
    backface-visibility: hidden;
}

header #gNavPc ul li .gNav01Inr li a:hover::after,
header #gNavPc ul li .gNav02Inr li a:hover::after,
header #gNavPc ul li .gNav03Inr li a:hover::after,
header #gNavPc ul li .gNav05Inr li a:hover::after,
header #gNavPc ul li .gNav06Inr li a:hover::after {
    width: 100%;
}

header #gNavPc ul .gNav01Link span,
header #gNavPc ul .gNav02Link span,
header #gNavPc ul .gNav03Link span,
header #gNavPc ul .gNav04Link span,
header #gNavPc ul .gNav05Link span,
header #gNavPc ul .gNav06Link span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100px;
    position: relative;
}

header #gNavPc ul .gNav01Link span::after,
header #gNavPc ul .gNav02Link span::after,
header #gNavPc ul .gNav03Link span::after,
header #gNavPc ul .gNav04Link span::after,
header #gNavPc ul .gNav05Link span::after,
header #gNavPc ul .gNav06Link span::after {
    border-bottom: 4px solid #263240;
    /* bottom: -1px; */
    bottom: 5px;
    left: 50%;
    content: "";
    display: block;
    width: 0;
    position: absolute;
    transition: width 0.3s;
    backface-visibility: hidden;
}

header #gNavPc ul .gNav01Link span::before,
header #gNavPc ul .gNav02Link span::before,
header #gNavPc ul .gNav03Link span::before,
header #gNavPc ul .gNav04Link span::before,
header #gNavPc ul .gNav05Link span::before,
header #gNavPc ul .gNav06Link span::before {
    border-bottom: 4px solid #263240;
    /* bottom: -1px; */
    bottom: 5px;
    right: 50%;
    content: "";
    display: block;
    width: 0;
    position: absolute;
    transition: width 0.3s;
    backface-visibility: hidden;
}

header #gNavPc ul .gNavLinkAct>a:hover {
    /* color: #263240; */
    color: #666;
}

header #gNavPc ul .gNavLinkAct span::after {
    width: 50%;
}

header #gNavPc ul .gNavLinkAct span::before {
    width: 50%;
}

header #gNavPc ul .gNavLinkAct .gNav01Inr,
header #gNavPc ul .gNavLinkAct .gNav02Inr,
header #gNavPc ul .gNavLinkAct .gNav03Inr,
header #gNavPc ul .gNavLinkAct .gNav05Inr,
header #gNavPc ul .gNavLinkAct .gNav06Inr {
    padding: 34px 0 60px 289px;
    height: auto;
    border-top: 1px solid rgba(38, 50, 64, 0.5);
    background: rgba(255, 255, 255, 0.9);
    justify-content: center;
}

header #gNavPc ul .gNavLinkAct .gNav01Inr p,
header #gNavPc ul .gNavLinkAct .gNav02Inr p,
header #gNavPc ul .gNavLinkAct .gNav03Inr p,
header #gNavPc ul .gNavLinkAct .gNav05Inr p,
header #gNavPc ul .gNavLinkAct .gNav06Inr p {
    display: block;
}

header #gNavPc ul .gNavLinkAct .gNav01Inr p a,
header #gNavPc ul .gNavLinkAct .gNav02Inr p a,
header #gNavPc ul .gNavLinkAct .gNav03Inr p a,
header #gNavPc ul .gNavLinkAct .gNav05Inr p a,
header #gNavPc ul .gNavLinkAct .gNav06Inr p a {
    padding: 16px 0;
}

header #gNavPc ul .gNavLinkAct .gNav01Inr li,
header #gNavPc ul .gNavLinkAct .gNav02Inr li,
header #gNavPc ul .gNavLinkAct .gNav03Inr li,
header #gNavPc ul .gNavLinkAct .gNav05Inr li,
header #gNavPc ul .gNavLinkAct .gNav06Inr li {
    width: 220px;
    display: block;
    height: auto;
    margin-right: 42px;
    padding: 0 0;
}

header #gNavPc ul .gNavLinkAct .gNav01Inr li:nth-child(3n),
header #gNavPc ul .gNavLinkAct .gNav02Inr li:nth-child(3n),
header #gNavPc ul .gNavLinkAct .gNav03Inr li:nth-child(3n),
header #gNavPc ul .gNavLinkAct .gNav05Inr li:nth-child(3n),
header #gNavPc ul .gNavLinkAct .gNav06Inr li:nth-child(3n) {
    margin-right: 0;
}

header #gNavPc ul .gNavLinkAct .gNav01Inr li a,
header #gNavPc ul .gNavLinkAct .gNav02Inr li a,
header #gNavPc ul .gNavLinkAct .gNav03Inr li a,
header #gNavPc ul .gNavLinkAct .gNav05Inr li a,
header #gNavPc ul .gNavLinkAct .gNav06Inr li a {
    padding: 16px 0;
}

header .headerLinkOther {
    width: 530px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .headerRecruit a {
    position: relative;
    margin-right: 22px;
    font-size: 1.4rem;
    color: #0066d9 !important;
    padding: 15px 3px;
}

header .headerRecruit a::before {
    background-image: linear-gradient(to right,
            #0066d9 0%,
            #0066d9 49%,
            rgba(255, 255, 255, 0) 49%,
            rgba(255, 255, 255, 0) 100%);
    background-size: 200% auto;
    background-position: right center;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    transition: background-position 0.3s;
}

header .headerRecruit a:hover::before {
    background-position: left center;
}

header .headerRecruit a::after {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 22px;
    margin-left: 5px;
    background: url(/common/img/ic_link01_blue.svg) no-repeat;
    background-size: contain;
    content: "";
}

header .headerLinkOther .headerEn a {
    background-image: linear-gradient(to right,
            #0066d9 0%,
            #652bd9 50%,
            rgba(255, 255, 255, 0) 49%,
            rgba(255, 255, 255, 0) 100%);
    background-size: 200% auto;
    background-position: right center;
    transition: background-position 0.3s;
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #0066d9;
    width: 50px;
    height: 24px;
    border: 1px solid #0066d9;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .headerLinkOther .headerEn a:hover {
    color: #ffffff;
    background-position: left center;
    /* border: none; */
}

header .headerLinkOther .headerContact a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to right,
            #0066d9 0%,
            #652bd9 50%,
            rgba(0, 102, 217, 0.05) 50%,
            rgba(0, 102, 217, 0.05) 100%);
    background-size: 200% auto;
    background-position: right center;
    position: relative;
    transition: background-position 0.3s;
    backface-visibility: hidden;
}

header .headerLinkOther .headerContact a:hover {
    background-position: left center;
}

header .headerLinkOther .headerContact a img {
    width: 30px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -15px;
    position: absolute;
    z-index: 1;
}

header .headerLinkOther .headerContact a .hcImgHv {
    transition: opacity 0.3s;
    backface-visibility: hidden;
    opacity: 1;
    position: absolute;
    z-index: 2;
}

header #gNavSp {
    display: none;
}

header #gNavSp .headerEn {
    margin-right: 15px;
    z-index: 11;
}

header #gNavSp .headerEn a {
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    color: #0066d9;
    width: 38px;
    height: 20px;
    border: 1px solid #0066d9;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

header #gNavSp .headerEn a:hover {
    color: #0066d9;
    border-color: #0066d9;
}

header #gNavSp .headerContactSp a {
    width: 17.33333vw;
    height: 14.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 102, 217, 0.05);
    z-index: 11;
    position: relative;
}

header #gNavSp .headerContactSp a img {
    width: 6.13333vw;
    top: 5.66667vw;
    left: 50%;
    margin-left: -3.06667vw;
    position: absolute;
    z-index: 1;
}

header #gNavSp .headerContactSp a .hcImgHv {
    transition: opacity 0.3s;
    backface-visibility: hidden;
    opacity: 1;
    position: absolute;
    z-index: 2;
}

header #gNavSp .menuTrigger,
header #gNavSp .menuTrigger span {
    display: inline-block;
    box-sizing: border-box;
    transition: background-color 0.3s;
    backface-visibility: hidden;
}

header #gNavSp .menuTrigger {
    position: relative;
    width: 17.33333vw;
    height: 14.33333vw;
    background: rgba(0, 102, 217, 0.05);
    margin-left: 0.26667vw;
    z-index: 11;
}

header #gNavSp .menuTrigger span {
    position: absolute;
    left: 5.73333vw;
    width: 5.86667vw;
    height: 0.26667vw;
    background-color: #0066d9;
}

header #gNavSp .menuTrigger span:nth-of-type(1) {
    top: 5.4vw;
}

header #gNavSp .menuTrigger span:nth-of-type(2) {
    top: 7.53333vw;
}

header #gNavSp .menuTrigger span:nth-of-type(3) {
    top: 9.66667vw;
    left: 7.06667vw;
    width: 4.53333vw;
}

header #gNavSp .menuTrigger:not(.active):hover span:nth-of-type(1) {
    background-color: #0066d9;
}

header #gNavSp .menuTrigger:not(.active):hover span:nth-of-type(2) {
    background-color: #0066d9;
}

header #gNavSp .menuTrigger:not(.active):hover span:nth-of-type(3) {
    background-color: #0066d9;
}

header #gNavSp .menuTrigger.active span:nth-of-type(1) {
    transform: translateY(2.13333vw) rotate(-45deg);
    background-color: #0066d9;
}

header #gNavSp .menuTrigger.active span:nth-of-type(2) {
    opacity: 0;
}

header #gNavSp .menuTrigger.active span:nth-of-type(3) {
    transform: translateY(-2.13333vw) rotate(45deg);
    width: 5.86667vw;
    left: 5.73333vw;
    background-color: #0066d9;
}

header .gNavSpInr {
    position: absolute;
    z-index: 10;
    background: #ffffff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 20vw 12.66667vw 0;
    overflow: auto;
    display: none;
}

header .gNavSpInr ul li {
    font-size: 3.73333vw;
    border-bottom: 0.26667vw solid #cce0f7;
}

header .gNavSpInr ul li a {
    /* color: #333; */
    color: #333;
    padding: 4.5vw 2.66667vw;
    display: block;
}

header .gNavSpInr .gNavSpTel {
    margin-top: 4vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-image: linear-gradient(to right,
            #0066d9 0%,
            #652bd9 50%,
            #0066d9 100%);
    background-size: 200% auto;
    color: #ffffff;
}

header .gNavSpInr .gNavSpTel a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #ffffff !important;
}

header .gNavSpInr .gNavSpTel span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.26667vw;
    width: 64vw;
    height: 10.66667vw;
    font-weight: 400;
    letter-spacing: 0.26667vw;
}

header .gNavSpInr .gNavSpTel .gNavSpTelIc {
    background: rgba(0, 0, 0, 0.1);
    width: 10.66667vw;
    height: 10.66667vw;
}

header .gNavSpInr .gNavSpTel .gNavSpTelIc img {
    width: 6vw;
}

header .gNavSpInr .gNavSpAccept {
    font-size: 2.93333vw;
    font-weight: 300;
    text-align: center;
    margin-top: 4vw;
    letter-spacing: 0.26667vw;
}

header .gNavSpInr .gNavSpEn a {
    border: 0.26667vw solid #0066d9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6.66667vw;
    -webkit-border-radius: 6.66667vw;
    -moz-border-radius: 6.66667vw;
    width: 40vw;
    height: 6.66667vw;
    font-size: 3.73333vw;
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    margin: 5.33333vw auto 0;
    color: #6b8199;
}

.spActive .headerContactSp a {
    background: rgba(0, 102, 217, 0.05) !important;
}

.spActive .menuTrigger {
    background: rgba(255, 255, 255, 0.3) !important;
}

#comAside01 {
    background-color: #0066d9;
    color: #ffffff;
}

#comAside01 div {
    width: 1166px;
    margin: 0 auto;
    padding: 30px 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#comAside01 div h3 {
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    width: 268px;
}

#comAside01 div ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#comAside01 div ul li {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 300;
    margin-right: 40px;
}

#comAside01 div ul li a {
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
}

#comAside01 div ul li a .comAside01Ic01 {
    width: 6px;
    margin-left: 20px;
}

#comAside01 div ul li a .comAside01Ic02 {
    width: 15px;
    margin-left: 20px;
}

#comAside01 div ul li a::before {
    background-image: linear-gradient(to right,
            white 0%,
            white 49%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0) 100%);
    background-size: 200% auto;
    background-position: right center;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    transition: background-position 0.3s;
}

#comAside01 div ul li a:hover::before {
    background-position: left center;
}

#irNavWrap {
    background-color: #0066d9;
}

#irNavWrap h2 {
    display: none;
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}

#irNavWrap h2::before {
    content: "＋";
    font-size: 3vw;
    display: block;
    position: absolute;
    right: 8vw;
    top: 50%;
    margin-top: -1.5vw;
    line-height: 1;
}

#irNavWrap h2.active::before {
    content: "－";
    font-size: 3vw;
    display: block;
    position: absolute;
    right: 8vw;
    top: 50%;
    margin-top: -1.5vw;
    line-height: 1;
}

#irNavWrap div {
    width: 1166px;
    margin: 0 auto;
    display: block;
}

#irNavWrap div ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#irNavWrap div ul li {
    width: 161px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
    margin-right: 40px;
    border-bottom: solid 1px #80b3ec;
}

#irNavWrap div ul li:hover {
    border-bottom: solid 1px #0066d9;
}

#irNavWrap div ul li a {
    /* padding: 25px 0; */
    padding: 10px 0;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

#irNavWrap div ul li a img {
    width: 6px;
}

#irNavWrap div ul li a::before {
    background-image: linear-gradient(to right,
            white 0%,
            white 50%,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0) 100%);
    background-size: 200% auto;
    background-position: right center;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    transition: background-position 0.3s;
}

#irNavWrap div ul li a:hover::before {
    background-position: left center;
}

#irNavWrap div ul li:nth-child(6n) {
    margin-right: 0;
}

#irNavWrap div ul li:nth-child(n + 7) {
    border-bottom: none;
}

#irNavWrap div ul li.currentPage {
    border-bottom: none;
}

#irNavWrap div ul li.currentPage img {
    transform: rotate(90deg);
}

#irNavWrap div ul li.currentPage a::before {
    background-image: linear-gradient(to right, white 0%, white 100%);
    background-size: 100% auto;
    background-position: right center;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    transition: background-position 0.3s;
}

#irFooter01 .irFooter01Inr {
    position: relative;
}

#irFooter01 .irFooter01Inr a {
    background: #adc2d9;
    padding: 20px 0 20px 100px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#irFooter01 .irFooter01Inr a p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#irFooter01 .irFooter01Inr a p:first-child {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    color: #ffffff;
}

#irFooter01 .irFooter01Inr a p:first-child img {
    width: 30px;
    margin-right: 20px;
}

#irFooter01 .irFooter01Inr a .btnType02 {
    position: relative;
    z-index: 5;
}

#irFooter01 .irFooter01Inr a::before {
    content: "";
    display: block;
    width: 0;
    height: 80px;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#irFooter01 .irFooter01Inr a:hover::before {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

#irFooter02 {
    background: #0066d9;
}

#irFooter02 .irFooter02Inr {
    width: 1166px;
    margin: 0 auto;
    padding: 80px 0 80px;
}

#irFooter02 .irFooter02Inr h3 {
    font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

#irFooter02 .irFooter02Inr h3+ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}

#irFooter02 .irFooter02Inr h3+ul>li {
    width: 25%;
}

#irFooter02 .irFooter02Inr h3+ul>li ul li {
    margin-top: 20px;
}

#irFooter02 .irFooter02Inr h3+ul>li ul .linkLv01 {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 300;
}

#irFooter02 .irFooter02Inr h3+ul>li ul .linkLv01 a {
    color: #ffffff;
}

#irFooter02 .irFooter02Inr h3+ul>li ul .linkLv01 a::before {
    background-image: linear-gradient(to right,
            white 0%,
            white 49%,
            rgba(255, 255, 255, 0) 49%,
            rgba(255, 255, 255, 0) 100%);
}

#irFooter02 .irFooter02Inr h3+ul>li ul .linkLv02 a {
    color: #adc2d9;
}

#irFooter02 .irFooter02Inr h3+ul>li ul .linkLv02 a::before {
    background-image: linear-gradient(to right,
            #adc2d9 0%,
            #adc2d9 49%,
            rgba(255, 255, 255, 0) 49%,
            rgba(255, 255, 255, 0) 100%);
}

#irFooter02 .irFooter02Inr a {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 300;
    position: relative;
    display: inline-block;
}

#irFooter02 .irFooter02Inr a::before {
    background-size: 200% auto;
    background-position: right center;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    transition: background-position 0.3s;
}

#irFooter02 .irFooter02Inr a:hover::before {
    background-position: left center;
}







footer {
    background: #263240;
    position: relative;
}

footer .goPagetop {
    position: absolute;
    right: 20px;
    bottom: 120px;
}

footer .goPagetop img {
    width: 45px;
}

.footerWrapA01 {
    width: 1166px;
    margin: 0 auto;
    padding: 80px 0 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* justify-content: flex-end; */
    justify-content: space-between;
}

.footerWrapA01 .footerLinkLv1 {
    width: 804px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li {
    width: 33.33%;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 300;
    position: relative;
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a {
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a .fLinkIc01 {
    width: 17px;
    height: 20px;
    margin-left: 10px;
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a::before {
    background-image: linear-gradient(to right,
            white 0%,
            white 49%,
            rgba(255, 255, 255, 0) 49%,
            rgba(255, 255, 255, 0) 100%);
    background-size: 200% auto;
    background-position: right center;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    transition: background-position 0.3s;
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a:hover::before {
    background-position: left center;
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li span {
    display: none;
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li span::after {
    position: absolute;
    right: 4vw;
    top: 5.33333vw;
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 1.2vw 0.93333vw;
    border-top-color: #333;
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li span.active::after {
    top: 4vw;
    transform: rotate(180deg);
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li:nth-child(n + 4) {
    margin-top: 30px;
}

.footerWrapA01 .footerLinkLv2 {
    display: block;
}

.footerWrapA01 .footerLinkLv2 li {
    margin-top: 20px;
}

.footerWrapA01 .footerLinkLv2 li:nth-child(1) {
    display: none;
}

.footerWrapA01 .footerLinkLv2 li a {
    color: #adc2d9 !important;
}

.footerWrapA01 .footerLinkLv2 li a::before {
    background-image: linear-gradient(to right,
            #adc2d9 0%,
            #adc2d9 49%,
            rgba(255, 255, 255, 0) 49%,
            rgba(255, 255, 255, 0) 100%) !important;
}

.footerWrapA01 .footerWrapA02 {
    padding-left: 60px;
}

.footerWrapA01 .footerWrapA02 p {
    color: #adc2d9;
}

.footerWrapA01 .footerWrapA02 p a {
    color: #adc2d9;
    position: relative;
}

.footerWrapA01 .footerWrapA02 .fontblack {
    color: #333 !important;
    position: relative;
}

.footerWrapA01 .footerWrapA02 p a::before {
    background-image: linear-gradient(to right,
            #adc2d9 0%,
            #adc2d9 49%,
            rgba(255, 255, 255, 0) 49%,
            rgba(255, 255, 255, 0) 100%);
    background-size: 200% auto;
    background-position: right center;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    transition: background-position 0.3s;
}

.footerWrapA01 .footerWrapA02 p a:hover::before {
    background-position: left center;
}

.footerWrapA01 .footerWrapA02 .footerTel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* align-items: center; */
    align-items: end;
}

.footerWrapA01 .footerWrapA02 .footerTel span:nth-child(1) {
    width: 30px;
}

.footerWrapA01 .footerWrapA02 .footerTel span:nth-child(2) {
    font-size: 2.4rem;
    font-weight: 700;
    padding-left: 10px;
}

.footerWrapA01 .footerWrapA02 .footerTel span:nth-child(2) .ftTime {
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    margin-top: 10px;
    padding-left: 0;
}

.footerWrapA01 .footerWrapA02 .footerContact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.footerWrapA01 .footerWrapA02 .footerContact span:nth-child(1) {
    width: 30px;
}

.footerWrapA01 .footerWrapA02 .footerContact span:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    padding-left: 10px;
}

.footerWrapA01 .footerWrapA02 .footerLogo {
    width: 160px;
    margin-top: 38px;
}

.footerWrapB01 {
    border-top: 1px solid #adc2d9;
}

.footerWrapB01 div {
    width: 1166px;
    margin: 0 auto;
    padding: 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.3rem;
    font-weight: 300;
}

.footerWrapB01 div ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.footerWrapB01 div ul li a {
    color: #adc2d9;
    position: relative;
}

.footerWrapB01 div ul li a::before {
    background-image: linear-gradient(to right,
            #adc2d9 0%,
            #adc2d9 49%,
            rgba(255, 255, 255, 0) 49%,
            rgba(255, 255, 255, 0) 100%);
    background-size: 200% auto;
    background-position: right center;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    transition: background-position 0.3s;
}

.footerWrapB01 div ul li a:hover::before {
    background-position: left center;
}

.footerWrapB01 div ul li+li {
    padding-left: 40px;
}

.footerWrapB01 div address {
    color: #adc2d9;
    font-size: 1.4rem;
    font-weight: 300;
}


/* cookieè¿½åŠ ãƒ†ã‚¹ãƒˆ */

.pp-cookie {
    z-index: 80000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.pp-cookie._close {
    display: none;
}

.pp-cookie_inner {
    position: relative;
    width: 1166px;
    margin: 0 auto;
    padding: 30px 0 20px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.8;
}

.pp-cookie_inner a {
    color: #fff;
    text-decoration: underline;
}

.pp-cookie_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pp-cookie_btn button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.pp-cookie_btn button#pp-cookie_accept {
    width: 280px;
    height: 40px;
    margin-left: 60px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pp-cookie_btn button#pp-cookie_accept:hover {
    background: #0066d9;
    color: #fff;
}

.pp-cookie_btn button#pp-cookie_reject {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+CiAgPHBhdGggZD0iTTkzOSwyNzkuNTk0bC0yLjA5My0yLjA5M0w5MjQsMjkwLjQwOCw5MTEuMDk0LDI3Ny41LDkwOSwyNzkuNTk0LDkyMS45MDgsMjkyLjUsOTA5LDMwNS40MDhsMi4wOTMsMi4wOTNMOTI0LDI5NC41OTQsOTM2LjkwOCwzMDcuNSw5MzksMzA1LjQwOCw5MjYuMDk0LDI5Mi41WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwOS4wMDEgLTI3Ny41MDEpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPg==") no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pp-cookie_btn button#pp-cookie_reject:hover {
    opacity: 0.6;
}



.aform-button-confirm {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 2%;
    margin-bottom: 2%;
    display: block;
    width: 100%;
    height: 80px;
    background-color: #0068b6;
    background-image: url(/images/recruit/media/images/common/arw_link_02.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin: 30px auto 100px;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-align: center;
    border: none;
}

header .headerLinkOther {
    width: auto;
}

header .headerEn a.btn-custome01 {
    width: max-content !important;
    white-space: nowrap;
    padding: 8px 45px 8px 25px;
    position: relative;
    z-index: 1;
    /* border-radius: 30px; */
    border-radius: 40px;
    margin: auto;
    height: auto !important;
}

header .headerLinkOther .headerEn a.btn-custome01 {
    margin-right: 30px;
}

header .headerEn a.btn-custome01:hover {
    /* border: 1px solid transparent; */
}

header .headerEn a.btn-custome01:after {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 14px;
    margin: 0;
    background: url(https://www.vision-net.co.jp/common/img/ic_link01_blue.svg) no-repeat;
    background-size: 15px;
    content: "";
    right: 20px;
    top: 7px;
}

header .headerEn a.btn-custome01:hover:after {
    filter: brightness(0) invert(1);
}

header .headerLinkOther .d-flex {
    display: flex;
    /* margin-top: 10px; */
    margin-bottom: 8px;
    align-items: center;
}

header .headerLinkOther .d-flex .headerContact a {
    height: auto;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    margin-left: 0px;
    padding: 7px 20px;
    /* background-image: linear-gradient(to right, #0066d9 0%, #652bd9 50%, rgba(0, 102, 217, 0.05) 50%, rgba(0, 102, 217, 0.05) 50%); */
    background-image: linear-gradient(to right, #0066d9 0%, #652bd9 50%, rgba(0, 102, 217, 0.05) 50%, rgba(0, 102, 217, 0) 50%);
    border-radius: 30px;
    color: #0066d9;
    border: 1px solid #0066d9;
}

header .headerLinkOther .d-flex .headerContact a:hover {
    color: #fff;
}

header .headerLinkOther .d-flex .headerContact a:hover img {
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

#gHeader #gNavPc ul li .gNav03Inr,
#gHeader #gNavPc ul li .gNav02Inr,
#gHeader #gNavPc ul li .gNav05Inr,
#gHeader #gNavPc ul li .gNav06Inr {
    top: 90px;
}

#gHeader .headerInr .headerInrPrime_text {
    padding: 0;
    line-height: 1.4;
}

#gHeader .headerInr .header_prime_logo {
    margin-left: 5px;
    margin-right: 5px;
}

#gHeader #gNavPc {
    /* margin-right: 30px; */
    margin-left: 40px;
}

#gHeader #gNavPc>ul {
    height: 90px;
}

#gHeader .headerLinkOther .footerWrapA01 .footerWrapA02 .d-flex {
    justify-content: space-between;
}

#gHeader .headerLinkOther .footerWrapA01 .footerWrapA02 .d-flex .headerContact {
    /* margin-left: -12px; */
    margin-right: 18px;
}

#gHeader .headerLinkOther .footerWrapA01 .footerWrapA02 .d-flex .headerEn {
    
}

#gHeader .headerLinkOther .footerWrapA01 .footerWrapA02 .d-flex .headerEn>a {
    border: 1px solid #333;
    padding: 16px 14px;
    line-height: 1.2;
    width: auto;
    /* border: 0; */
    color: #333;
    font-size: 15px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 34px;
}

#gHeader .headerLinkOther .footerWrapA01 .footerWrapA02 .d-flex .headerEn>a:hover {
    background-position: right;
}

#gHeader .headerLinkOther .footerWrapA01 .footerWrapA02 .footerTel {

}

#gHeader .headerLinkOther .footerWrapA01 .footerWrapA02 .footerTel>span:first-child {

}

#gHeader .headerLinkOther .footerWrapA01 .footerWrapA02 .footerTel .ftTelNum {

}

#gHeader .headerLinkOther .footerWrapA01 .footerWrapA02 .footerTel .ftTime {
    font-weight: 700;
    padding-bottom: 2px;
}

.footerWrapA01 .footerWrapA02 {
    padding-left: 2px;
}

header .headerLinkOther .d-flex .headerContact a img {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    margin-right: 15px;
    /* width: 27px; */
    width: 28px;
}

.footerWrapA01.custom .footerWrapA02 .footerTel span:nth-child(1) {
    width: 25px;
}

.footerWrapA01.custom .footerWrapA02 .footerTel span:nth-child(2) {
    padding-right: 10px;
}

.footerWrapA01.custom {
    /* padding: 2px; */
    /* width: 280px; */
    /* padding: 10px; */
    padding: 0;
    width: 310px;
    margin-top: -5px;
}


header .headerLinkOther .d-flex .headerEn {
    /* margin-left: 55px; */
    /* margin-left: 35px; */
    /* margin-top: -10px; */
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a.main-footer-menu-link {
    color: #fff !important;
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a.main-footer-menu-link::before {
    background-image: linear-gradient(to right, white 0%, white 49%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%) !important;
}

.d-mobile-block {
    display: none;
}

.text-center {
    text-align: center;
}

.footerLogo.text-center img {
    width: 150px;
}

p.footerLogo.text-center a::before {
    display: none;
}

/* 20240701 */
footer .goPagetop {
    bottom: 200px;
}

.index #idxWrap08 ul {
    background: none !important;
}

footer {
    background: #F6F5F4;
}

.footerWrapA01 .footerLinkLv2 li a {
    color: #757574 !important;
    font-weight: 400 !important;
}

.footerLinkLv1Col a .fLinkIc01 {
    width: 17px;
    height: 20px;
    margin-left: 10px;
    display: none;
}

.footerWrapA01 .footerWrapA02 p, 
.footerWrapA01 .footerWrapA02 p a,
.footerWrapB01 div ul li a, 
.footerWrapB01 div address {
    color: #757574;
}

.footerWrapA02_text {
    color: #757574 !important;
}

.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a::before, 
.footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a.main-footer-menu-link::before {
    background-image: linear-gradient(to right, #3D3D3D 0%, #3D3D3D 49%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%) !important;
}
	
.footerWrapA01 .footerLinkLv2 li a::before, 
.footerWrapA01 .footerWrapA02 p a::before,
.footerWrapB01 div ul li a::before {
    background-image: linear-gradient(to right, #757574 0%, #757574 49%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%) !important;
}

.footerLinkLv1Col {
    display: block;
    width: 25%;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 300;
    position: relative;
}

.footerLinkLv1Col .footerLinkLv1Col {
    width: 100%;
}

a.footerLinkLv1Link, .footerWrapA01 .footerLinkLv1Col .main-footer-menu-link {
    display: block;
    color: #3D3D3D !important;
    font-weight: bold !important;
}

.footerLinkLv1Link + .footerLinkLv1Link, 
.footerLinkLv1Col .footerLinkLv1Col,
.footerLinkLv1Link + span + .footerLinkLv1Link {
    margin-top: 20px;
}

footer .footerWrapA01 {
    justify-content: space-between;
}

.footerWrapA01 .footerLinkLv1 {
    width: 100%;
}

.footerWrapB01 {
    border-top: none;
}

.footerWrapB01 > div {
    border-top: 1px solid #666666;
    align-items: flex-end;
}

footer div.footerWrapA02, .footerLogo > span:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

div.footerWrapA02 { 
    padding: 0;
    padding-right: 10px;
}

.footerLogo >  span:first-child > img {
    max-width: 150px;
}

.footerLogo.text-center img {
    width: 85px;
}

.footerWrapB01 div address {
    white-space: nowrap;
}

/* END 20240701 */

/* 20240702 */

.footerLogo > span:first-child { 
    min-width: 256px;
}

.d-mobile-block {
    display: none !important;
} 

footer:not(#footer_ja) .footerLinkLv1 > .footerLinkLv1Col:nth-last-child(1),
footer:not(#footer_ja) .footerLinkLv1 > .footerLinkLv1Col:nth-last-child(2) {
    margin-top: 50px;
}

/* END 20240701 */

/* 20240704 */

.board-member-cw {
    width: 1166px;
    margin: 0 auto;
}

.board-member {
    background-color: #fff;
    padding-bottom: 100px;
}

.board-member-banner {
    margin-bottom: 95px;
}

.bm-title {
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  padding-top: 65px;
  padding-bottom: 30px;
}

.board-member-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.board-member-item {
    width: calc((100% - 176px) /3);
    margin-right: 88px;
    margin-top: 50px;
}

:nth-child(3n of .board-member-item){
    margin-right: 0;
}

.bm-item-toogle {
    position: relative;
    cursor: pointer;
}

.bm-item-toogle::after {
    content: '+';
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background-color: #0265d4;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 27px;
    font-weight: 300;
}

.board-member-item.active .bm-item-toogle::after {
    content: '-';
    line-height: 20px;
    font-size: 40px;
}

.selected .board-member-item:not(.active):hover .bm-avatar img {
    filter: opacity(60%) grayscale(0) !important
}

.bm-avatar {
    border: 3px solid transparent;
}

.bm-avatar img {
    width: 100%;
    aspect-ratio: 960 / 1105;
    object-fit: cover;
    object-position: center 10%;
}

.board-member-item:hover .bm-avatar {
    border: 3px solid #1d6bc3;
}

.board-member-row .img-style-freestyle {
    display: none;
}

.change-style-img {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.change-style-img:has(.change-style-all-img:checked) ~ .board-member-row .img-style-freestyle {
    display: block;
}

.change-style-img:has(.change-style-all-img:checked) ~ .board-member-row .img-style-default {
    display: none;
}

.change-style-img-label {
    font-size: 16px;
    display: inline-block;
    position: relative;
    width: 60px;
    height: 34px;
    outline: none;
}

.change-style-img-label + .change-style-img-label {
    flex: 1;
    height: unset;
    display: inline-block;
    margin-left: 10px;
}

.change-style-all-img {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    overflow: hidden;
    outline: none;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
  
input:checked + .slider {
    background-color: #0265d4;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0265d4;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.bm-info {
    padding: 30px 40px 20px 0;
}

.bm-position {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; 
}

.bm-name {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.collapse-content {
    width: 1300px;
    display: none;
    margin: 20px auto 0;
    margin-left: calc(-650px + 50%);
    margin-right: calc(-650px + 50%);
}

.bm-detail-info {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border: 4px solid #ddd;
    position: relative;
    width: 100%;
}

.bm-detail-info::before {
    content: '';
    width: 20px !important;
    height: 20px !important;
    background-color: #fff;
    border-top: 4px solid #ddd;
    border-right: 4px solid #ddd;
    position: absolute;
    top: -15px;
    transform: rotate(-45deg);
}

.collapse-content.mod_1 .bm-detail-info::before {
    left: 217px;
}

.collapse-content.mod_2 .bm-detail-info::before {
    left: 50%;
}

.collapse-content.mod_0 .bm-detail-info::before {
    right: 217px;
    left: auto;
}

.bm-subname {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #2d72bb;
    margin-top: 10px;
}

.info-left {
    width: 30%;
    max-width: 295px;
}

.info-left .bm-position {
    margin-bottom: 15px; 
}

.info-right {
    font-size: 14px;
    line-height: 20px;
    flex: 1;
}

.info-right p {
    margin-bottom: 4px;
}

.grayscale img {
    /* filter: grayscale(1); */
    filter: opacity(.5);
    /* backdrop-filter: contrast(0.8); */
}

.board-member-item.active .bm-avatar img {
    filter: none;
    backdrop-filter: none;
}

.board-member { 
    padding-bottom: 0;
}

.board-member .cmpdWrap01Inr {
    width: 1166px;
    margin: 0 auto;
    padding-top: 140px;
    position: relative;
}

.bm-executive {
    font-size: 26px;
    font-weight: 500;
    font-family: "Noto Sans JP";
    padding-top: 65px;
    padding-bottom: 30px;
}

.bm-executive-row {
    padding-bottom: 100px;
}

.bm-executive-item {
    width: calc((100% - 176px) / 3);
    margin-right: 88px;
}

:nth-child(3n of .bm-executive-item) {
    margin-right: 0;
}

.board-member #bCrumbs, .board-member #bCrumbs a {
    color: #263240;
}

.board-member #bCrumbs a::before {
    background-image: linear-gradient(to right, #263240 0%, #263240 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.p-tb-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.wper-100 {
    width: 100%;
} 

.my-15px {
    margin-top: 15px;
    margin-bottom: 15px;
}

.text-underline {
    text-decoration: underline;
}

.fw-400 {
    font-weight: 400 !important;
}

.vertical-align-middle {
    vertical-align: middle;
}
/* 20240722 */
.cursor-auto {
    cursor: auto;
}

#global-wifi {
    scroll-margin-top: 268px;
}

.anchor-link.anchor-link-none-icon {
    position: static;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 400;
    padding: 0;
    margin-right: 0;
}

.mb-42px {
    margin-bottom: 42px;
}

.table-bordered.wper-100 td {
    font-size: 1.6rem;
    line-height: 3.37rem;
}

.my-52px {
    margin-top: 52px;
    margin-bottom: 52px;
}

.mb-72px {
    margin-bottom: 72px;
}
/* END 20240722 */

a.hoverFooterLink::after {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 20px;
    margin-left: 5px; 
    margin-top: 2px;   
    background: url(/common/img/ic_link01_black.svg) no-repeat;
    background-size: contain;
    content: "";
    left: 54px;
}

@media only screen and (min-width: 1181px) {
    /* 54760084ffd39f6693e1cb37f2ea901787472626 */
    #footer_ja .footerWrapA01 .footerLinkLv2 a, #footer_en .footerWrapA01 .footerLinkLv2 a {
        font-size: 1.4rem;
        line-height: 1.4;
        font-weight: 300;
        position: relative;
        display: inline-block;
    }

    #footer_ja .footerWrapA01 .footerLinkLv2 a::before, #footer_en .footerWrapA01 .footerLinkLv2 a::before {
        background-image: linear-gradient(to right,
                rgb(22, 21, 21) 0%,
                rgb(19, 18, 18) 49%,
                rgba(61, 61, 61, 0) 49%,
                rgba(61, 61, 61, 0) 100%) !important;
        background-size: 200% auto;
        background-position: right center;
        bottom: 0;
        left: 0;
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        position: absolute;
        transition: background-position 0.3s;
    }

    #footer_ja .footerWrapA01 .footerLinkLv2 a:hover::before, #footer_en .footerWrapA01 .footerLinkLv2 a:hover::before {
        background-position: left center;
    }

    .mgt-20{
        margin-top: 20px;
    }

    a.hoverFooter {
        color: #3D3D3D !important;
        font-weight: bold !important;
        font-size: 1.4rem;
        line-height: 1.4;
        font-weight: 300;
        position: relative;
        display: inline-block;
    }   

    a.hoverFooter::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px; /* Độ dày của underline */
        background-color: #3D3D3D; 
        transition: width 0.3s ease-in-out;
    }

    a.hoverFooter:hover::before {
        width: 100%;
    }

    a.hoverFooterLink {
        color: #3D3D3D !important;
        font-weight: bold !important;
        font-size: 1.4rem;
        line-height: 1.4;
        font-weight: 300;
        position: relative;
        display: inline-block;
    }   

    a.hoverFooterLink::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px; /* Độ dày của underline */
        background-color: #3D3D3D; 
        transition: width 0.3s ease-in-out;
    }

    a.hoverFooterLink:hover::before {
        width: 100%;
    }
    /* 54760084ffd39f6693e1cb37f2ea901787472626 */
}

@media (max-width: 1366px) {
    .board-member-cw {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .collapse-content {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .collapse-content.mod_1 .bm-detail-info::before {
        left: 13.5%;
    }
    
    .collapse-content.mod_0 .bm-detail-info::before {
        right: 13.5%;
    }

    .bm-avatar img {
        height: auto;
    }

    .board-member .cmpdWrap01Inr {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*  END 20240704 */

@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    /* 20240701 */
    body,
    header,
	#comAside01 div,
    #irNavWrap div,
    #irFooter02 .irFooter02Inr,
    .footerWrapA01,
    .footerWrapB01 > div,
    .pp-cookie_inner {
        width: 100%;
        min-width: 100% !important;
    }

    header,
    .footerWrapB01 > div,
    .footerWrapA01 {
        padding-left: 1vw;
        padding-right: 1vw;
    }
    /* END 20240701 */

    header .footerWrapA01.custom {
        min-width: auto !important;
    }
}

@media
only screen and (max-width: 1023px),
only screen and (max-width: 1024px) and (orientation: landscape),
only screen and (min-width: 1024px) and (orientation: portrait) {
    body {
        min-width: 0;
    }

    .pcNone {
        display: block;
    }

    .spNone {
        display: none;
    }

    #bCrumbs {
        font-size: 3.73333vw;
        line-height: 5.33333vw;
    }

    .localPageNav {
        padding: 4.26667vw 8vw;
        text-align: left;
    }

    .localPageNav li {
        font-size: 3.2vw;
        width: 100%;
    }

    .localPageNav li:not(:first-child) {
        margin-left: 0;
    }

    .localPageNav li a {
        padding: 4.66667vw 0;
    }

    .localPageNav li a img {
        float: right;
        margin-left: 0;
        width: 1.86667vw;
    }

    .localPageNav li a::before {
        content: none;
    }

    .localPageNav li a:hover::before {
        background-position: right center;
    }

    .btnType01 {
        width: 42.66667vw;
        font-size: 2.93333vw;
    }

    .btnType01 a span,
    .btnType01 a input[type="submit"],
    .btnType01 label span,
    .btnType01 label input[type="submit"] {
        width: 34.66667vw;
        height: 8vw;
    }

    .btnType01 a .linkIcArw,
    .btnType01 label .linkIcArw {
        width: 8vw;
        height: 8vw;
    }

    .btnType01 a .linkIcArw img,
    .btnType01 label .linkIcArw img {
        width: 1.2vw;
    }

    .btnType01 a .linkIcLink,
    .btnType01 label .linkIcLink {
        width: 8vw;
        height: 8vw;
    }

    .btnType01 a .linkIcLink img,
    .btnType01 label .linkIcLink img {
        width: 3.06667vw;
    }

    .btnType01s {
        width: 42.66667vw;
        font-size: 2.93333vw;
    }

    .btnType01s span span {
        width: 34.66667vw;
        height: 8vw;
    }

    .btnType01s span .linkIcArw {
        width: 8vw;
        height: 8vw;
    }

    .btnType01s span .linkIcArw img {
        width: 1.2vw;
    }

    .btnType01s span .linkIcLink {
        width: 8vw;
        height: 8vw;
    }

    .btnType01s span .linkIcLink img {
        width: 3.06667vw;
    }

    .btnType01m {
        width: 73.33333vw;
        font-size: 2.93333vw;
    }

    .btnType01m span span {
        width: 65.33333vw;
        height: 8vw;
    }

    .btnType01m span .linkIcArw {
        width: 8vw;
        height: 8vw;
    }

    .btnType01m span .linkIcArw img {
        width: 1.2vw;
    }

    .btnType01m span .linkIcLink {
        width: 8vw;
        height: 8vw;
    }

    .btnType01m span .linkIcLink img {
        width: 3.06667vw;
    }

    .btnType01w100 {
        font-size: 2.93333vw;
    }

    .btnType01w100 a span,
    .btnType01w100 a input[type="submit"],
    .btnType01w100 label span,
    .btnType01w100 label input[type="submit"] {
        height: 8vw;
    }

    .btnType01w100 a .linkIcArw,
    .btnType01w100 label .linkIcArw {
        width: 8vw;
        height: 8vw;
    }

    .btnType01w100 a .linkIcArw img,
    .btnType01w100 label .linkIcArw img {
        width: 1.2vw;
    }

    .btnType01w100 a .linkIcLink,
    .btnType01w100 label .linkIcLink {
        width: 8vw;
        height: 8vw;
    }

    .btnType01w100 a .linkIcLink img,
    .btnType01w100 label .linkIcLink img {
        width: 3.06667vw;
    }

    a .btnType02 {
        width: 42.66667vw;
        font-size: 2.93333vw;
    }

    a .btnType02 .btnType02Inr span {
        width: 34.66667vw;
        height: 8vw;
    }

    a .btnType02 .btnType02Inr .linkIcArw {
        width: 8vw;
        height: 8vw;
    }

    a .btnType02 .btnType02Inr .linkIcArw img {
        width: 1.2vw;
    }

    a .btnType02 .btnType02Inr .linkIcLink {
        width: 8vw;
        height: 8vw;
    }

    a .btnType02 .btnType02Inr .linkIcLink img {
        width: 3.06667vw;
    }

    .btnType03 {
        width: 42.66667vw;
        font-size: 2.93333vw;
    }

    .btnType03 a span,
    .btnType03 a input[type="submit"],
    .btnType03 label span,
    .btnType03 label input[type="submit"] {
        width: 34.66667vw;
        height: 8vw;
    }

    .btnType03 a .linkIcArw,
    .btnType03 label .linkIcArw {
        width: 8vw;
        height: 8vw;
    }

    .btnType03 a .linkIcArw img,
    .btnType03 label .linkIcArw img {
        width: 1.86667vw;
    }

    ol.listNum01 {
        margin-top: 5.33333vw;
    }

    ol.listNum01>li {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
    }

    ol.listNum01>li {
        padding-left: 8vw;
    }

    ol.listNum01>li::after {
        font-size: 4.8vw;
        line-height: 6.4vw;
    }

    ol.listNum01>li+li {
        margin-top: 5.33333vw;
    }

    ol.listNum02 {
        margin-top: 5.33333vw;
    }

    ol.listNum02>li {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
    }

    ol.listNum02>li {
        padding-left: 10.66667vw;
    }

    ol.listNum02>li::after {
        font-size: 4.8vw;
        line-height: 6.4vw;
    }

    ol.listNum02>li+li {
        margin-top: 5.33333vw;
    }

    ol.listNum03 {
        margin-top: 4vw;
    }

    ol.listNum03>li {
        font-size: 2.66667vw;
        line-height: 5.33333vw;
    }

    ol.listNum03>li {
        padding-left: 6.66667vw;
    }

    ol.listNum03>li::after {
        font-size: 3.73333vw;
        line-height: 5.6vw;
    }

    ol.listNum03>li::after {
        width: 4.66667vw;
        height: 4.66667vw;
    }

    ol.listNum03>li+li {
        margin-top: 4vw;
    }

    ol.listNum04 {
        margin-top: 4vw;
    }

    ol.listNum04>li {
        font-size: 2.66667vw;
        line-height: 5.33333vw;
    }

    ol.listNum04>li {
        padding-left: 5.33333vw;
    }

    ol.listNum04>li::after {
        font-size: 3.73333vw;
        line-height: 5.6vw;
    }

    ol.listNum04>li+li {
        margin-top: 4vw;
    }

    ul.listDot01 {
        margin-top: 0;
    }

    ul.listDot01>li {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
    }

    ul.listDot01>li {
        padding-left: 4vw;
    }

    ul.listDot01>li::after {
        font-size: 4.8vw;
        line-height: 6.4vw;
    }

    ul.listDot02>li {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
    }

    ul.listDot02>li::after {
        font-size: 4.8vw;
        line-height: 6.4vw;
    }

    ul.listDot02>li+li {
        margin-top: 5.33333vw;
    }

    ul.listLine01>li {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
    }

    ul.listLine01>li {
        padding-left: 2.66667vw;
    }

    ul.listLine01>li::after {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
    }

    header {
        min-width: 0;
    }

    header h1,
    header #mainLogo {
        padding: 0;
    }

    header h1 img[src$=".svg"],
    header #mainLogo img[src$=".svg"] {
        width: 42vw !important;
    }

    header #gNavPc {
        display: none;
    }

    header #gNavPc ul li .gNav01Inr p,
    header #gNavPc ul li .gNav02Inr p,
    header #gNavPc ul li .gNav03Inr p,
    header #gNavPc ul li .gNav05Inr p,
    header #gNavPc ul li .gNav06Inr p {
        font-size: 4.26667vw;
        line-height: 6.4vw;
    }

    header .headerLinkOther {
        display: none;
    }

    header #gNavSp {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    #comAside01 div {
        width: 100%;
        display: block;
        padding: 6.66667vw 8vw 9.33333vw;
    }

    #comAside01 div h3 {
        font-size: 3.73333vw;
        line-height: 5.6vw;
    }

    #comAside01 div h3 {
        text-align: center;
        width: auto;
    }

    #comAside01 div ul li {
        font-size: 2.66667vw;
        line-height: 5.33333vw;
    }

    #comAside01 div ul li {
        margin-top: 5.33333vw;
        margin-right: 0;
        width: 50%;
    }

    #comAside01 div ul li:nth-child(odd) {
        padding-right: 11vw;
    }

    #comAside01 div ul li:nth-child(even) {
        padding-left: 0vw;
    }

    #comAside01 div ul li a {
        justify-content: space-between;
    }

    #comAside01 div ul li a .comAside01Ic01 {
        width: 1.33333vw;
        margin-left: 0;
    }

    #comAside01 div ul li a .comAside01Ic02 {
        width: 2.66667vw;
        margin-left: 0;
    }

    #irNavWrap h2 {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
    }

    #irNavWrap h2 {
        display: block;
        border-bottom: 1px solid #ffffff;
        padding: 3vw 8vw;
    }

    #irNavWrap div {
        width: 100%;
        padding: 3.33333vw 8vw;
        display: none;
    }

    #irNavWrap div ul li {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
    }

    #irNavWrap div ul li {
        margin-right: 0;
        width: 50%;
        border-bottom: none;
    }

    #irNavWrap div ul li:nth-child(odd) {
        padding-right: 4vw;
    }

    #irNavWrap div ul li:nth-child(even) {
        padding-left: 4vw;
    }

    #irNavWrap div ul li:hover {
        border-bottom: none;
    }

    #irNavWrap div ul li a {
        padding: 2.4vw 0;
        font-weight: 700;
    }

    #irNavWrap div ul li a img {
        width: 1.33333vw;
    }

    #irNavWrap div ul li a::before {
        background-image: none;
    }

    #irNavWrap div ul li.currentPage a {
        color: #adc2d9;
    }

    #irNavWrap div ul li.currentPage img {
        display: none;
    }

    #irNavWrap div ul li.currentPage a::before {
        background-image: none;
    }

    #irFooter01 .irFooter01Inr a {
        height: auto;
        padding: 8vw 8vw 8vw;
        display: block;
    }

    #irFooter01 .irFooter01Inr a p {
        text-align: center;
    }

    #irFooter01 .irFooter01Inr a p:first-child {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
    }

    #irFooter01 .irFooter01Inr a p:first-child {
        letter-spacing: -0.15vw;
    }

    #irFooter01 .irFooter01Inr a p:first-child img {
        width: 4vw;
        margin-right: 1.33333vw;
    }

    #irFooter01 .irFooter01Inr a .btnType02 {
        margin: 4vw auto 0;
    }

    #irFooter01 .irFooter01Inr a::before {
        height: 100%;
    }

    #irFooter02 {
        display: none;
    }

    #irFooter02 .irFooter02Inr h3 {
        font-size: 4.26667vw;
        line-height: 6.4vw;
    }

    footer .goPagetop {
        right: 4vw;
        bottom: 52vw;
    }

    footer .goPagetop img {
        width: 8vw;
    }

    .footerWrapA01 {
        width: auto;
        flex-wrap: wrap;
        padding: 2.5vw 8vw 0;
    }

    .footerWrapA01 .footerLinkLv1 {
        width: 100%;
    }

    .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li {
        width: 100%;
        font-size: 2.93333vw;
    }

    body:not(#en) footer .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li:nth-of-type(1) {
        order: 1;
    }

    body:not(#en) footer .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li:nth-of-type(2) {
        order: 3;
    }

    body:not(#en) footer .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li:nth-of-type(3) {
        order: 4;
    }

    body:not(#en) footer .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li:nth-of-type(4) {
        order: 2;
    }

    body:not(#en) footer .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li:nth-of-type(5) {
        order: 5;
    }

    body:not(#en) footer .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li:nth-of-type(6) {
        order: 6;
    }

    .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a {
        display: block;
        padding: 4vw 0;
    }

    .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a .fLinkIc01 {
        width: 2.93333vw;
        height: 2.66667vw;
    }

    .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a::before {
        border-bottom: 1px solid #414f5f;
        top: 0;
        bottom: auto;
    }

    .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li a:hover::before {
        background-position: right center;
    }

    .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li span {
        cursor: pointer;
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li:nth-child(n + 4) {
        margin-top: 0;
    }

    /* footer
        .footerWrapA01
        .footerLinkLv1
        .footerLinkLv1Li:nth-child(4)
        a::after {
        position: absolute;
        right: 3.33333vw;
        top: 5.33333vw;
        content: "";
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 0.93333vw 1.2vw;
        border-left-color: #e6e6e6;
    }

    footer
        .footerWrapA01
        .footerLinkLv1
        .footerLinkLv1Li:nth-last-child(-n + 2)
        a::after {
        position: absolute;
        right: 3.33333vw;
        top: 5.33333vw;
        content: "";
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 0.93333vw 1.2vw;
        border-left-color: #e6e6e6;
    } */

    .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li:last-child a {
        border-bottom: 1px solid #414f5f;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: center;
        padding-right: 4vw;
    }

    .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li:last-child a::after {
        border: none;
    }

    .footerWrapA01 .footerLinkLv2 {
        display: none;
    }

    .footerWrapA01 .footerLinkLv2 li {
        margin-top: 0;
    }

    .footerWrapA01 .footerLinkLv2 li:nth-child(1) {
        display: block;
    }

    .footerWrapA01 .footerLinkLv2 li:nth-child(1).spNone {
        display: none !important;
    }

    .footerWrapA01 .footerLinkLv2 li a {
        color: #ffffff !important;
        padding-left: 6vw !important;
    }

    .footerWrapA01 .footerLinkLv2 li a::before {
        border-bottom: none !important;
    }

    .footerWrapA01 .footerWrapA02 {
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

    #gNavSp .footerWrapA01 .footerWrapA02 .footerTel {
        align-items: center;
        text-align: center;
        width: 100%;
        margin-left: 8px;
        margin-top: 20px;
    }

    #gNavSp .footerWrapA01 .footerWrapA02 .footerTel>span span:nth-child(2) {
    padding-left: 0;
}

    #gNavSp_hum {
        display: none;
    }

    .footerWrapA01 .footerWrapA02 .footerTel {
        order: 2;
        width: 60%;
    }

    .footerWrapA01 .footerWrapA02 .footerTel span:nth-child(1) {
        width: 22px;
        margin-top: 0;
    }

    .footerWrapA01 .footerWrapA02 .footerTel span:nth-child(2) {
        font-size: 22.5px;
        padding-left: 7px;
    }

    .footerWrapA01 .footerWrapA02 .footerTel span:nth-child(2) .ftTime {
        font-size: 11px;
        margin-top: 5px;
        padding-right: 5px;
        color: #333;
        width: 100%;
        margin-bottom: 5px;
    }

    .footerWrapA01 .footerWrapA02 .footerTel span:nth-child(2) .ftTime:last-child {
        padding-right: 6px;
        margin-top: 9px;
    }

    .footerWrapA01 .footerWrapA02 .footerContact {
        order: 3;
        margin-top: 0;
        width: 40%;
    }

    .footerWrapA01 .footerWrapA02 .footerContact span:nth-child(1) {
        width: 6vw;
    }

    .footerWrapA01 .footerWrapA02 .footerContact span:nth-child(2) {
        font-size: 2.93333vw;
        padding-left: 4.66667vw;
    }

    .footerWrapA01 .footerWrapA02 .footerLogo {
        order: 1;
        width: 100%;
        text-align: center;
        padding-bottom: 5.33333vw;
    }

    .footerWrapA01 .footerWrapA02 .footerLogo img {
        width: 26.66667vw;
    }

    .footerWrapB01 {
        margin-top: 8vw;
    }

    .footerWrapB01 div {
        flex-wrap: wrap;
        width: 100%;
        padding: 8vw 8vw 10.66667vw;
        font-size: 2.93333vw;
    }

    .footerWrapB01 div ul {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .footerWrapB01 div ul li {
        text-align: center;
        width: 50%;
    }

    .footerWrapB01 div ul li:nth-child(3) {
        margin-top: 5.33333vw;
        width: 100%;
    }

    footer .footerWrapB01 div ul li:nth-child(4) {
    /* オンラインプライバシー通知を追加した後の配置調整 */
    margin-top: 5.33333vw;
    }

    .footerWrapB01 div ul li+li {
        padding-left: 0;
        width: 50%;
    }

    .footerWrapB01 div address {
        width: 100%;
        text-align: center;
        margin-top: 4vw;
    }

    /**
     * SP ハンバーガーメニュー階層化
     */
    ul.childrenList li a {
        padding-left: 7vw !important;
    }

    div.gNavSpInr ul li a img {
        float: right;
    }

    div.gNavSpInr ul li {
        position: relative;
    }

    div.gNavSpInr ul li.normalLink a::after {
        position: absolute;
        right: 3.33333vw;
        top: 5.33333vw;
        content: "";
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 0.93333vw 1.2vw;
        border-left-color: #959595;
    }

    div.gNavSpInr ul li.openerLink a::after {
        position: absolute;
        right: 4vw;
        top: 5.33333vw;
        content: "";
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 0.93333vw 1.2vw;
        border-left-color: #959595;
        transform: rotate(90deg);
    }

    div.gNavSpInr ul li.closerLink a::after {
        position: absolute;
        right: 4vw;
        top: 5.33333vw;
        content: "";
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 0.93333vw 1.2vw;
        border-left-color: #959595;
        transform: rotate(-90deg);
    }

    div.gNavSpInr ul li.submenu {
        display: none;
    }

    div.gNavSpInr ul li.submenu.open {
        display: block;
    }

    #irNavWrap {
        top: 17.3vw;
    }

    .pp-cookie_inner {
        width: 100%;
        padding: 40px 4vw 4vw;
        font-size: 2.93333333vw;
        text-align: justify;
    }

    .pp-cookie_content {
        display: block;
    }

    .pp-cookie_btn {
        width: 100%;
    }

    .pp-cookie_btn button#pp-cookie_accept {
        width: 100%;
        margin: 10px 0 0;
        font-size: 3.73333333vw;
    }

    .pp-cookie_btn button#pp-cookie_reject {
        top: 12px;
        right: 3vw;
    }

    #gNavSp .gNavSpInr p.headerEn {
        position: relative;
        top: -16.5vw;
        width: auto;
    }

    #gNavSp .gNavSpInr p.headerEn a {
        display: flex !important;
        margin: auto;
        width: fit-content !important;
        padding: 14px 17px;
    }

    header #gNavSp .headerEn a.btn-custome01 {
        display: block;
        margin-top: 30px;
    }

    header #gNavSp>.gNavSpInr>.headerEn {
        margin-right: 0;
    }

    .irinfo #irinfoWrap02>div:first-child {
        max-width: 100%;
    }

    #irinfoWrap02>div>div:nth-child(2n)>div:first-child {
        padding-right: 0px !important;
        padding-left: 5px !important;
    }

    #irinfoWrap02>div>div:nth-child(2n+1) {
        padding-left: 15px;
        padding-right: 15px;
    }

    #irinfoWrap02>div>div:nth-child(2n) {
        padding: 47px 10px 75px 10px !important;
        justify-content: space-between !important;

    }

    #irinfoWrap02>div>div:nth-child(2n)>div:first-child {
        padding-right: 0px !important;
        padding-left: 10px !important;
    }

    #irinfoWrap02>div>div:nth-child(2n)>div:last-child {
        padding-left: 40px !important;
    }

    #irinfoWrap02>div>div:nth-child(2n)>div:first-child>p:nth-child(3n+2) {
        white-space: nowrap;
    }

    #irinfoWrap02>div>div:nth-child(2n)>div:first-child>p:nth-child(3n+2),
    #irinfoWrap02>div>div:nth-child(2n)>div:last-child>p:nth-child(3n+2) {
        font-size: 4.8vw !important;
    }

    #irinfoWrap02>div>p {
        padding-top: 27px !important;
        padding-bottom: 15px !important;
        padding-left: 8vw !important;
        padding-right: 8vw !important;
        /* font-size: 4.8vw !important; */
        font-size: 2.93333vw !important;
    }

    #irinfoWrap02>div>div:nth-child(2n)>div:first-child>p:nth-child(3n+1),
    #irinfoWrap02>div>div:nth-child(2n)>div:last-child>p:nth-child(3n+1),
    #irinfoWrap02>div>div:nth-child(2n+1)>p {
        font-size: 2.93333vw !important;
    }

    .d-mobile-none {
        display: none;
    }

    .d-mobile-block {
        display: block;
    }

    .order-1 {
        order: 1 !important;
    }

    .order-2 {
        order: 2 !important;
    }

    .order-3 {
        order: 3 !important;
    }

    .order-4 {
        order: 4 !important;
    }

    .order-5 {
        order: 5 !important;
    }

    .order-6 {
        order: 6 !important;
    }

    .order-7 {
        order: 7 !important;
    }

    footer .footerWrapA01 .footerLinkLv1 .footerLinkLv1Li.direct-redirect a::after {
        position: absolute;
        right: 3.33333vw;
        top: 5.33333vw;
        content: "";
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 0.93333vw 1.2vw;
        border-left-color: #e6e6e6;
    }

    .footerLogo.text-center img {
        width: 80px;
    }

    .footerLogo.text-center {
        width: 100% !important;
        margin-top: 0 !important;
    }

    /* 20240701 */
    .footerWrapA01 .footerLinkLv2 li a {
        color: #757574  !important;
        padding-left: 6vw !important;
    }

    .footerLinkLv1Col {
        width: 100%;
        font-size: 2.93333vw;
    }

    a.footerLinkLv1Link, .footerWrapA01 .footerLinkLv1 .footerLinkLv1Col a {
        padding: 4vw 0;
        position: relative;
        font-weight: 500 !important;
        display: block;
    }

    .ftSpToggle {
        cursor: pointer;
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .ftSpToggle::after {
        position: absolute;
        right: 4vw;
        top: 5.33333vw;
        content: "";
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 1.2vw 0.93333vw;
        border-top-color: #666;
    }

    .footerLinkLv1Col a .fLinkIc01 {
        width: 2.93333vw;
        height: 2.66667vw;
        display: block;
        filter: brightness(0) saturate(100%) invert(87%) sepia(0%) saturate(1023%) hue-rotate(166deg) brightness(85%) contrast(84%);
    }
    
    .footerLinkLv1 > .footerLinkLv1Col:last-child a:first-child {
        display: flex;
        justify-content: space-between;
        align-content: center;
        padding-right: 4vw;
    }

    .footerLinkLv1Col .footerLinkLv1Link::before {
        background-image: linear-gradient(to right, white 0%, white 49%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
        background-size: 200% auto;
        background-position: right center;
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        position: absolute;
        transition: background-position 0.3s;
        border-bottom: 1px solid #666;
        left: 0;
        top: 0;
        bottom: auto;
    }

    .footerLinkLv1Link + .footerLinkLv1Link, 
    .footerLinkLv1Col .footerLinkLv1Col, 
    .footerLinkLv1Link + span + .footerLinkLv1Link {
        margin-top: 0;
    }

    .footerLinkLv1Col .direct-redirect::after {
        position: absolute;
        right: 3.33333vw;
        top: 5.33333vw;
        content: "";
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 0.93333vw 1.2vw;
        border-left-color: #B3B3B3;
    }
    
    .footerWrapA01 .footerLinkLv1 .footerLinkLv1Col span.active::after {
        top: 4vw;
        transform: rotate(180deg);
    }

    .footerLinkLv1>.footerLinkLv1Col>a.hoverFooterLink,
    .footerLinkLv1>.footerLinkLv1Col>a.hoverFooterLink+ul>li>a.hoverFooter,
    .footerLinkLv1>.footerLinkLv1Col:nth-child(2)>a.hoverFooter,
    .ftSpToggle  {
        border-bottom: 1px solid #666;
    }

    .footerLinkLv1>.footerLinkLv1Col:nth-child(3)>a.hoverFooter~ul+ul {
        border-top: 1px solid #666;
    }

    .footerWrapB01 > div {
        border-top: none;
        padding: 0 8vw 10.66667vw;
    }

    .footerWrapB01 .footerWrapA02 {
        padding: 0;
    }

    footer div.footerWrapA02,
    footer .footerLogo > span:first-child {
        justify-content: center;
    }

    .footerLogo.text-center {
        margin-top: 4vw !important;
    }

    .footerWrapB01 div,
    .footerWrapB01 div address {        
        font-size: 2vw;
    }

    .footerLogo > span:first-child > img:first-child {
        max-width: 29vw;
    }    

    .footerLogo.text-center img {
        width: 12vw;
    }

    footer .goPagetop {
        bottom: 35vw;
    }

    /* END 20240701 */

    /* 20240702 */
    .d-mobile-none {
        display: none !important;
    }

    .d-mobile-block {
        display: block !important;
    }
    
    a.footerLinkLv1Link, .footerWrapA01 .footerLinkLv1 .footerLinkLv1Col a {
        font-size: 2.93333vw;
    }
    
    footer .footerLinkLv1 > .footerLinkLv1Col:nth-last-child(1),
    footer .footerLinkLv1 > .footerLinkLv1Col:nth-last-child(2) {
        margin-top: 0 !important;
    }

    .footerLinkLv1 > .order-7.footerLinkLv1Col a:last-child {
        border-bottom: 1px solid #666;
    }

    .footerLinkLv1 > .order-6.footerLinkLv1Col a:last-child {
        border-bottom: none;
    }
    /* END 20240702 */

    /* 20240722 */
    #global-wifi {
        scroll-margin-top: 36.75vw
    }
   
    .table-bordered.wper-100 td {
        font-size: 2.93333vw;
        line-height: 6.178vw;
    }

    .anchor-link.anchor-link-none-icon {
        width: unset;
        font-size: 2.93333vw !important;
        line-height: 5.86667vw !important;
    }    
    /* END 20240722 */
    
    a.hoverFooterLink::after {
        left: 100px;
        margin-top: 8px;
        width: 20px;
    }
}

/*  20240704 */

@media (max-width: 812px) {
    .board-member-item {
        width: calc((100% - 100px) / 3);
        margin-right: 50px;
        margin-top: 30px;
    }

    .bm-info {
        padding: 20px 20px 10px 0;
    }

    .bm-executive-row {
        padding-bottom: 50px;
    }

    .bm-executive-item {
        width: calc((100% - 100px) / 3);
        margin-right: 50px;
    }

    a.hoverFooterLink::after {
        left: 54px;
        margin-top: 2px;
        width: 17px;
    }
}

@media (max-width: 767px) {
    .board-member-cw {
        padding-left: 25px;
        padding-right: 25px;
    }

    .board-member-item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
      
    :nth-child(3n of .board-member-item){
        margin-right: 20px;
    }

    :nth-child(2n of .board-member-item){
        margin-right: 0;
    }

    .collapse-content.mod_1 .bm-detail-info::before {
        left: 18%;
    }
    
    .collapse-content.mod_0 .bm-detail-info::before {
        right: 18%;
    }

    .board-member .cmpdWrap01Inr {
        padding-left: 25px;
        padding-right: 25px;
    }

    .bm-executive-item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    :nth-child(3n of .bm-executive-item){
        margin-right: 20px;
    }

    :nth-child(2n of .bm-executive-item){
        margin-right: 0;
    }

    .bm-executive {
        padding-top: 26px;
        padding-bottom: 24px;
        font-size: 4.5vw;
    }
}

@media (max-width: 750px) {
    .bm-title {
        padding-top: 26px;
        padding-bottom: 24px;
        font-size: 4.8vw;
    }

    .board-member-banner {
        margin-bottom: 50px;
    }

    .bm-item-toogle::after {
        width: 20px;
        height: 20px;
        font-size: 21px;
        line-height: 18px;
    }

    .board-member-item.active .bm-item-toogle::after {
        line-height: 10px;
        font-size: 35px;
    }

    .bm-detail-info {
        flex-wrap: wrap;
        padding: 15px;
    }

    .info-left, .info-right {
        width: 100%;
        max-width: 100%;
    }

    .info-right {
        margin-top: 20px;
    }

    .bm-name {
        font-size: 17px;
        line-height: 1.22;
        word-break: break-word;
    }

    .bm-position {
        font-size: 12px;
        line-height: 1.5;
    }

    .board-member {
        padding-bottom: 50px;
    }
}

/* END 20240704 */