/*---------------------------------------------
common
----------------------------------------------------*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

p {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea {
    margin: 0;
    font-size: 100%;
    resize: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="url"] {
    word-break: normal;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

dl,
dt,
dd,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
dialog {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}

table img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: none !important;
}

label,
select,
button {
    cursor: pointer;
}

input,
textarea,
select,
button {
    font-family: inherit;
}

a {
    outline: none;
    transition: opacity 0.3s;
    cursor: pointer;
}

@media only screen and (min-width: 1025px) {
    a:hover {
        opacity: 0.5;
    }
}

a:link,
a:visited,
a:active {
    color: #151617;
    text-decoration: none;
}

.ffN {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ffYG {
    font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.ffYM {
    font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html.is-ipad * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    word-break: break-word;
    color: #151617;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body.fixed {
    position: fixed;
    overflow: hidden
}

#wrap {
    display: block;
}

.inner {
    max-width: 1090px;
    padding: 0 25px;
    margin: 0 auto;
}

@media (min-width: 768px) {

    .sp,
    .SP {
        display: none !important;
    }
}

@media (max-width: 767px) {

    .pc,
    .PC {
        display: none !important;
    }
}

.alignnone {
    margin: 5px 0 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px auto;
}

.alignleft {
    float: left;
    margin: 5px auto 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px auto;
}

a img.alignnone {
    margin: 5px 0 20px;
}

a img.alignleft {
    float: left;
    margin: 5px auto 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.c-img {
    display: block;
    position: relative;
}

.c-img img {
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.c-img--contain img {
    object-fit: contain;
}

.c-img--top img {
    object-position: top;
}

.c-fw {
    width: 100%;
}

[rel~="js-lazy"] {
    opacity: 0;
}

[rel~="js-lazy"]:not(.initial) {
    transition: opacity 0.15s;
}

[rel~="js-lazy"].initial,
[rel~="js-lazy"].loaded,
[rel~="js-lazy"].error {
    opacity: 1;
}

.c-lazybg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.c-lazybg--top {
    background-position: center top;
}

.c-lazybg--contain {
    background-size: contain;
}

/*---------------------------------------------
c-btn-viewall
----------------------------------------------------*/
.c-btn-viewall {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4em;
    letter-spacing: .08em;
    font-weight: bold;
    color: #12338D !important;
    font-family: "Lato", sans-serif;
    padding-right: 50px;
    position: relative;
    display: inline-block;
    height: fit-content;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

@media (max-width: 767px) {
    .c-btn-viewall {
        font-size: 16px;
        padding-right: 45px;
    }
}

.c-btn-viewall i {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #dbddde;
    right: 0;
    top: 50%;
    padding: 11px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .c-btn-viewall i {
        width: 30px;
        height: 30px;
        background-size: 12px 12px;
        padding: 7px;
    }
}

@media only screen and (min-width: 1025px) {
    .c-btn-viewall:hover {
        opacity: 1;
        color: #1b95e0 !important;
    }

    .c-btn-viewall:hover i {
        border-color: #1b95e0;
    }
}

.c-btn {
    width: 295px;
    height: 60px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #dbddde;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: .05em;
    font-weight: 500;
    color: #12338D;
    padding-left: 30px;
    position: relative;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.c-btn::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f7ad3b url("../img/common/icon/ico_arr_right.svg") no-repeat center;
    background-size: 6px 7px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .c-btn:hover {
        background: #edf9ff;
        border: 1px solid #edf9ff;
        transition: 0.3s ease-in-out;
    }

    .c-btn:hover::before {
        background-color: #1b95e0;
        transition: background-color 0.3s ease-in-out;
    }
}

/*---------------------------------------------
sidebar
----------------------------------------------------*/
.sidebar {
    width: 270px;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .sidebar {
        width: 100%;
    }
}

.sidebar .item {
    margin-bottom: 66px;
}

.sidebar .item:last-child {
    margin-bottom: 0;
}

.sidebar-title {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.sidebar-title span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin-right: 17px;
}

.sidebar-title p {
    font-size: 12px;
    line-height: 12px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #12338D;
    padding-left: 18px;
    position: relative;
}

.sidebar-title p:before {
    display: block;
    content: "";
    width: 10px;
    height: 12px;
    background: url("../img/common/icon/ico_ttl.svg");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/*---------------------------------------------
c-box-cate
----------------------------------------------------*/
@media (max-width: 767px) {
    .c-box-cate {
        margin-bottom: 47px;
    }
}

@media (max-width: 767px) {
    .c-box-cate ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -2.5px;
    }
}

.c-box-cate ul li {
    margin-bottom: 1px;
}

@media (max-width: 767px) {
    .c-box-cate ul li {
        width: 50%;
        padding: 0 2.5px;
        margin-bottom: 5px;
    }
}

.c-box-cate ul li:last-child {
    margin-bottom: 0;
}

.c-box-cate ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.08em;
    font-weight: 500;
    background: #f4f4f4;
    height: 50px;
    padding: 0 40px 0 20px;
    color: #151617;
    position: relative;
    opacity: 1;
    cursor: pointer;
}

@media (max-width: 767px) {
    .c-box-cate ul li a {
        padding-left: 15px;
        padding-right: 40px;
    }
}

.c-box-cate ul li a:after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/common/icon/ico_arrrow_right.svg");
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

@media (max-width: 767px) {
    .c-box-cate ul li a:after {
        right: 16px;
    }
}

@media only screen and (min-width: 1025px) {
    .c-box-cate ul li a:hover:hover {
        background: #edf9ff;
    }

    .c-box-cate ul li a:hover:hover:after {
        background-image: url("../img/common/icon/ico_arrrow_right_blue.svg")
    }
}

.c-box-cate ul li a.active {
    background: #edf9ff;
}

.c-box-cate ul li a.active:after {
    background-image: url("../img/common/icon/ico_arrrow_right_blue.svg");
}

/*---------------------------------------------
c-box-archive
----------------------------------------------------*/
.c-box-archive ul li {
    margin-bottom: 1px;
}

@media (max-width: 767px) {
    .c-box-archive ul li {
        margin-bottom: 5px;
    }
}

.c-box-archive ul li:last-child {
    margin-bottom: 0;
}

.c-box-archive ul li a {
    display: block;
    background: #f4f4f4;
    padding: 13px 20px 12px;
    color: #151617;
    font-size: 16px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.08em;
    position: relative;
    opacity: 1;
    cursor: pointer;
}

.c-box-archive ul li a:after {
    display: block;
    content: "";
    width: 10px;
    height: 6px;
    background: url("../img/common/icon/ico-dropdown-menu_act.svg");
    background-size: 100% 100%;
    transition: 0.3s all ease;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}

@media (max-width: 767px) {
    .c-box-archive ul li a:after {
        right: 15px;
    }
}

@media only screen and (min-width: 1025px) {
    .c-box-archive ul li a:hover:hover {
        background: #edf9ff;
    }
}

.c-box-archive ul li a.active {
    background: #edf9ff;
}

.c-box-archive ul li a.active:after {
    background-image: url("../img/common/icon/ico-dropdown-menu_act.svg");
    transform: rotate(180deg);
}

.c-box-archive ul li .box {
    display: none;
}

.c-box-archive ul li .box ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 45px 14px 10px;
}

@media (max-width: 767px) {
    .c-box-archive ul li .box ul {
        padding-left: 0;
        padding-right: 15px;
        margin-left: -10px;
    }
}

.c-box-archive ul li .box ul li {
    width: 25%;
}

@media (max-width: 767px) {
    .c-box-archive ul li .box ul li {
        width: 16.6666666667%;
    }
}

.c-box-archive ul li .box ul li a {
    background: none;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: #dbddde;
    cursor: text !important;
    padding: 0;
    cursor: pointer;
}

@media (max-width: 767px) {
    .c-box-archive ul li .box ul li a {
        font-size: 15px;
    }
}

.c-box-archive ul li .box ul li a span {
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
    .c-box-archive ul li .box ul li a span {
        font-size: 14px;
        position: relative;
        top: -1px;
    }
}

.c-box-archive ul li .box ul li a:after {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .c-box-archive ul li .box ul li a:hover:hover {
        background: none;
        opacity: 0.5;
    }
}

.c-box-archive ul li .box ul li a.active {
    color: #151617;
    cursor: pointer !important;
}


/*---------------------------------------------
c-btn
----------------------------------------------------*/
.c-btn {
    width: 295px;
    height: 60px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #dbddde;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: .05em;
    font-weight: 500;
    color: #12338D;
    padding-left: 30px;
    position: relative;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.c-btn::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f7ad3b url("../img/common/icon/ico_arr_right.svg") no-repeat center;
    background-size: 6px 7px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}

.c-btn span {
    color: #12338D;
}

@media only screen and (min-width: 1025px) {
    .c-btn:hover {
        background: #edf9ff;
        border: 1px solid #edf9ff;
        transition: 0.3s ease-in-out;
        opacity: 1;
    }

    .c-btn:hover::before {
        background-color: #1b95e0;
        transition: background-color 0.3s ease-in-out;
    }
}

@font-face {
    font-family: "DIN2014";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../font/DIN2014-Demi.woff") format("woff"), url("../font/DIN2014-Demi.woff2") format("woff2");
}

/*---------------------------------------------
footer
----------------------------------------------------*/
.ftr-box {
    width: 100%;
    background-color: #12338D;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.ftr-link {
    margin-bottom: 10px;
}

.ftr-link a {
    color: #fff;
    font-size: 1.8rem;
}

.ftr-link a:hover {
    text-decoration: underline;
    transition: 0.3s;
}

.ftr-group {
    position: fixed;
    bottom: 52px;
    right: 52px;
    width: 56px;
    height: 56px;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(231px);
    transition: all 0.3s;
    opacity: 0;
    z-index: 999;
    background-color: #151617;
    cursor: pointer;
    cursor: pointer;
}

.ftr-group span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: .08em;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    color: #fff;
    padding-top: 14px;
    position: relative;
}

.ftr-group span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f106";
    position: absolute;
    width: 10px;
    font-size: 1.5rem;
    padding-bottom: 0px 9px;
    left: 50%;
    transform: translateX(-50%);
    top: -2px;
}

.ftr-group.show {
    opacity: 1;
    transform: translateY(0);
}

@media only screen and (min-width: 1025px) {
    .ftr-group:hover {
        background-color: #1b95e0;
    }
}

@media (max-width: 767px) {
    .ftr-box {
        padding: 20px 25px;
    }

    .ftr-copy {
        font-size: 1.3rem;
    }

    .ftr-group {
        right: 26px;
        bottom: 24px;
    }
}


/*---------------------------------------------
header
----------------------------------------------------*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .header {
        position: fixed;
    }
}

.header .hdr-inner {
    display: flex;
    justify-content: space-between;
}

.header .hdr-inner__logo {
    height: 94px;
    width: 330px;
    background-color: #fff;
    border-bottom-right-radius: 30px;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .header .hdr-inner__logo {
        width: 186px;
        padding-left: 15px;
        padding-right: 15px;
        height: 85px;
    }
}

@media (max-width: 767px) {
    .header .hdr-inner__logo {
        height: 80px;
        border-bottom-right-radius: 20px;
        width: 230px;
        padding-top: 12px;
        padding-left: 10px;
    }
}

.header .hdr-inner__logo .act {
    display: none;
    width: 400px;
    ;
}

.header .hdr-inner__cont {
    padding-right: 10px;
}

.header .hdr-inner__cont .hdr-heading {
    margin-top: 7px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2.2em;
    letter-spacing: .05em;
    font-weight: 500;
    color: #fff;
    text-align: right;
    transition: all 0.3s ease-in-out;
}

.header .hdr-inner__cont--flex {
    display: flex;
    margin-top: 8px;
    transition: all 0.3s;
}

@media only screen and (max-width: 1023px) {
    .header .hdr-inner__cont--flex {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--flex {
        margin-right: 8px;
    }
}

.header .hdr-inner__cont--mail {
    width: 40px;
    height: 40px;
    background: #f7ad3b url(../img/common/icon/ico-mail.svg) center/contain no-repeat;
    background-size: 18px 13px;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--mail {
        width: 50px;
        height: 50px;
        margin-right: 9px;
    }
}

@media only screen and (min-width: 1025px) {
    .header .hdr-inner__cont--mail:hover:hover {
        opacity: 1;
        background-color: #fff;
        background-image: url(../img/common/icon/ico-mail_blue.svg)
    }
}

.header .hdr-inner__cont .hamburger {
    width: 50px;
    height: 50px;
    background-color: #12338D;
    border-radius: 50%;
    position: relative;
}

.header .hdr-inner__cont .hamburger:before,
.header .hdr-inner__cont .hamburger:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.header .hdr-inner__cont .hamburger:before {
    top: calc(50% - 3px);
}

.header .hdr-inner__cont .hamburger:after {
    top: calc(50% + 5px);
}

.header .hdr-inner__cont .hamburger.active:before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.header .hdr-inner__cont .hamburger.active:after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px) {
    .header .hdr-inner__cont .box-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
        margin-right: 0;
        background: linear-gradient(to bottom, #1b95e0 16%, #12338D 100%);
        opacity: 0;
        pointer-events: none;
        transition: all 0.5s ease;
        display: block;
        padding: 150px 25px 70px;
        overflow-y: scroll
    }
}

@media screen and (min-height: 780px) and (max-width: 768px) {
    .header .hdr-inner__cont .box-menu {
        display: flex;
        align-items: center;
        padding: 0 25px;
    }
}

@media screen and (max-height: 779px) and (max-width: 768px) {
    .header .hdr-inner__cont .box-menu {
        display: flex;
        align-items: center;
        padding: 80px 25px 0;
    }
}

.header .hdr-inner__cont--menu {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--menu {
        margin-right: 0;
        pointer-events: none;
        transition: all 0.5s ease;
        display: block;
        width: 100%;
    }

    .header .hdr-inner__cont--menu .item-mail a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        background-color: #fff;
        border-radius: 30px;
        margin-top: 50px;
        padding: 5px 30px;
        position: relative;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5em;
        letter-spacing: .05em;
        font-weight: 500;
        color: #12338D
    }
}

@media screen and (max-width: 767px) and (max-height: 779px) and (max-width: 768px) {
    .header .hdr-inner__cont--menu .item-mail a {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--menu .item-mail a:before {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #12338D;
        background-size: 14px 10px;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f0e0";
        color: #fff;
        padding: 3px 7px;
    }

    .header .hdr-inner__cont--menu .item-mail._request a:before {
        content: "\f1d8";
        background: #f7ad3b;
        padding: 3px 6px;
    }


    .header .hdr-inner__cont--menu .item-mail a span {
        padding-left: 18px;
    }
}

.header .hdr-inner__cont--menu .menu-item {
    font-size: 1.6rem;
    line-height: 1.4em;
    letter-spacing: .08em;
    font-weight: 500;
    margin: 0 14px;
    padding-top: 10px;
}

.header .hdr-inner__cont--menu .menu-item._icoMenu1 {
    margin-right: 5px;
}

.header .hdr-inner__cont--menu .menu-item._icoMenu2 {
    margin-left: 5px;
    margin-right: 5px;
}

.header .hdr-inner__cont--menu .menu-item._icoMenu1 a,
.header .hdr-inner__cont--menu .menu-item._icoMenu2 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px 10px 50px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #fff;
    border-radius: 50px;
    z-index: 0;
    overflow: hidden;
}

.header .hdr-inner__cont--menu .menu-item._icoMenu1 a:hover,
.header .hdr-inner__cont--menu .menu-item._icoMenu2 a:hover {
    opacity: 1.0;
    color: #fff;
}

.header .hdr-inner__cont--menu .menu-item._icoMenu1 a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1d8";
    line-height: 1;
    position: absolute;
    left: 5px;
    color: #fff;
    background: #f7ad3b;
    padding: 12px 11px;
    border-radius: 60px;
    z-index: 2;
}

.header .hdr-inner__cont--menu .menu-item._icoMenu2 a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    line-height: 1;
    position: absolute;
    left: 5px;
    color: #fff;
    background: #12338D;
    padding: 12px 11px;
    border-radius: 60px;
    z-index: 2;
}

.header .hdr-inner__cont--menu .menu-item._icoMenu1 a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #f7ad3b;
    transition: .3s;
    left: 0;
}

.header .hdr-inner__cont--menu .menu-item._icoMenu2 a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #12338D;
    transition: .3s;
    left: 0;
}

.header .hdr-inner__cont--menu .menu-item._icoMenu1 a:hover:after,
.header .hdr-inner__cont--menu .menu-item._icoMenu2 a:hover:after {
    width: 100%;
    z-index: -1;
}

@media only screen and (max-width: 1023px) {
    .header .hdr-inner__cont--menu .menu-item {
        margin: 0 8px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .header .hdr-inner__cont--menu .menu-item {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--menu .menu-item {
        width: 100%;
        font-size: 17px;
        padding: 26px 0;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }

    .header .hdr-inner__cont--menu .menu-item:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }

    .header .hdr-inner__cont--menu .menu-item:not(:first-child),
    .header .hdr-inner__cont--menu .menu-item:not(.item-mail) {
        padding: 0;
        position: relative
    }

    .header .hdr-inner__cont--menu .menu-item:not(:first-child):before,
    .header .hdr-inner__cont--menu .menu-item:not(.item-mail):before {
        content: "";
        position: absolute;
        width: 10px;
        height: 14px;
        background: url(../img/common/icon/ico-link_sp.svg) center/contain no-repeat;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .header .hdr-inner__cont--menu .menu-item:not(:first-child) a,
    .header .hdr-inner__cont--menu .menu-item:not(.item-mail) a {
        display: block;
        padding: 26px 0;
    }
}

@media screen and (max-width: 767px) and (max-height: 779px) and (max-width: 768px) {

    .header .hdr-inner__cont--menu .menu-item:not(:first-child) a,
    .header .hdr-inner__cont--menu .menu-item:not(.item-mail) a {
        padding: 15px 0;
    }
}

.header .hdr-inner__cont--menu .menu-item.has-sub {
    padding-right: 25px;
    position: relative;
    padding-bottom: 29px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub {
        padding-top: 25px;
    }
}

@media screen and (max-height: 779px) and (max-width: 768px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub {
        padding-top: 15px;
    }
}

.header .hdr-inner__cont--menu .menu-item.has-sub:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background: url(../img/common/icon/ico-dropdown-menu.svg) center/contain no-repeat;
    right: 3px;
    top: 20px;
    transition: all 0.3s;
}

@media only screen and (max-width: 1023px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub:before {
        top: 17px;
    }
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub:before {
        content: unset;
    }
}

.header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub {
    position: absolute;
    width: 274px;
    background-color: #f4f4f4;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100%);
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub {
        position: static;
        opacity: 1;
        transform: unset;
        background-color: transparent;
        width: 100%;
        margin-top: 17px;
    }
}

@media screen and (max-height: 779px) and (max-width: 768px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub {
        margin-top: 10px;
    }
}

.header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub__item {
    display: block;
    width: 100%;
    color: #151617;
    padding: 14px 10px 14px 52px;
    transition: all 0.3s;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    letter-spacing: .08em;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub__item {
        padding: 2px 10px 2px 26px;
    }

    .header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub__item:not(:last-child) {
        margin-bottom: 9px;
    }
}

.header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub__item:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4px 6px;
    background-color: #f7ad3b;
    background-image: url(../img/common/icon/ico-dropdown-sub.svg);
    top: 15px;
    left: 25px;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub__item:before {
        background-image: url(../img/common/icon/ico-dropdown-sub_sp.svg);
        background-color: #fff;
        top: 4px;
        left: 0px;
    }
}

.header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub__item:not(:last-child) {
    border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub__item:not(:last-child) {
        border-bottom: unset;
    }
}

.header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub__item span {
    transition: all 0.3s;
    color: #151617;
}

@media (max-width: 767px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub__item span {
        color: #fff;
    }
}

@media only screen and (min-width: 1025px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub__item:hover {
        opacity: 1;
        background-color: #edf9ff;
    }

    .header .hdr-inner__cont--menu .menu-item.has-sub .lst-sub__item:hover:before {
        background-color: #1b95e0;
    }
}

@media only screen and (min-width: 1111px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub:hover:before {
        transform: rotateX(180deg);
    }

    .header .hdr-inner__cont--menu .menu-item.has-sub:hover .lst-sub {
        opacity: 1;
        pointer-events: all;
    }
}

@media only screen and (min-width: 1025px) {
    .header .hdr-inner__cont--menu .menu-item.has-sub:hover p {
        opacity: 0.7;
    }
}

.header .hdr-inner__cont--menu .menu-item.nav-active:before {
    transform: rotateX(180deg);
}

.header .hdr-inner__cont--menu .menu-item.nav-active .lst-sub {
    opacity: 1;
    pointer-events: all;
}

@media only screen and (max-width: 767px) {
    .header .hdr-inner__cont--menu {
        opacity: 0;
        pointer-events: none;
    }

    .header.menu_opened .hdr-inner__cont--menu {
        opacity: 1;
        pointer-events: all;
    }
}
    .header .hdr-inner__cont--menu .menu-item a,
    .header .hdr-inner__cont--menu .menu-item p {
        cursor: pointer;
        color: #fff;
    }

    .header.menu_opened .hdr-inner .box-menu {
        opacity: 1;
        pointer-events: all;
    }

    .header.menu_opened .hdr-inner .box-menu .hdr-inner__cont--menu {
        pointer-events: all;
    }

    .header.menu_opened .hdr-inner .box-menu .hdr-inner__cont--menu .menu-item .lst-sub {
        pointer-events: all;
    }

    /*---------------------------------------------
fixHeader
----------------------------------------------------*/
    @media (min-width: 768px) {
        .fixHeader .header {
            position: fixed;
            top: -14px;
            left: 0;
            width: 100%;
            background-color: #fff;
            border-bottom: solid 2px #12338D;
        }

        .fixHeader .header .hdr-inner__logo {
            padding-top: 30px;
            background-color: transparent;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 922px) {
        .fixHeader .header .hdr-inner__logo {
            padding-left: 1.33333vw;
            padding-right: 1.11111vw;
            width: 26.88889vw;
        }
    }

    @media (min-width: 768px) {
        .fixHeader .header .hdr-inner__logo .fixed {
            display: none
        }

        .fixHeader .header .hdr-inner__logo .act {
            display: block;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 922px) {
        .fixHeader .header .hdr-inner__logo .act {
            width: 240px;
        }
    }

    @media (min-width: 768px) {
        .fixHeader .header .hdr-inner__cont .hdr-heading {
            transform: translateY(-150%);
        }

        .fixHeader .header .hdr-inner__cont--flex {
            margin-top: 0px;
        }

        .fixHeader .header .hdr-inner__cont--menu .menu-item {
            cursor: pointer;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 1050px) {
        .fixHeader .header .hdr-inner__cont--menu .menu-item {
            font-size: 14px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .fixHeader .header .hdr-inner__cont--menu .menu-item {
            font-size: 13px;
        }
    }

    @media only screen and (min-width: 768px) and (min-width: 780px) and (max-width: 900px) {
        .fixHeader .header .hdr-inner__cont--menu .menu-item {
            font-size: 12px;
        }
    }

    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 779px) {
        .fixHeader .header .hdr-inner__cont--menu .menu-item {
            font-size: 11px;
        }
    }

    @media (min-width: 768px) {
        .fixHeader .header .hdr-inner__cont--menu .menu-item.has-sub:before {
            background: #fff url(../img/common/icon/ico-dropdown-menu_act.svg) center/contain no-repeat;
        }
    }

    @media only screen and (min-width: 768px) and (min-width: 1101px) {
        .fixHeader .header .hdr-inner__cont--menu .menu-item.has-sub:before {
            transition: background 0.3s ease-in-out;
        }

        .fixHeader .header .hdr-inner__cont--menu .menu-item.has-sub:hover p {
            color: #1b95e0;
        }

        .fixHeader .header .hdr-inner__cont--menu .menu-item.has-sub:hover:before {
            transform: unset;
            background: #fff url(../img/common/icon/ico-dropdown-menu_actsafari.svg) center/contain no-repeat;
        }
    }

    @media (min-width: 768px) {
        .fixHeader .header .hdr-inner__cont--menu .menu-item.nav-active:before {
            transform: rotateX(180deg)
        }

        .fixHeader .header .hdr-inner__cont--menu .menu-item.nav-active .lst-sub {
            opacity: 1;
            pointer-events: all
        }

        .fixHeader .header .hdr-inner__cont--menu .menu-item a,
        .fixHeader .header .hdr-inner__cont--menu .menu-item p {
            transition: all 0.3s;
            color: #151617
        }
    }

    @media only screen and (min-width: 768px) and (min-width: 1025px) {
        .fixHeader .header .hdr-inner__cont--menu .menu-item:hover a {
            opacity: 1;
            color: #1b95e0;
        }
    }

    @media (min-width: 768px) {
        .fixHeader .header .hdr-inner__cont .hdr-inner__cont--mail:hover {
            background-color: #1b95e0;
            background-image: url(../img/common/icon/ico-mail.svg)
        }
    }

    .fixHeader .header .hdr-inner__cont--menu .menu-item._icoMenu1 a {
        background: #f7ad3b;
        border: solid 1px #f7ad3b;
    }

    .fixHeader .header .hdr-inner__cont--menu .menu-item._icoMenu2 a {
        color: #fff;
        background: #12338D;
        border: solid 1px #12338D;
    }

    .fixHeader .header .hdr-inner__cont--menu .menu-item._icoMenu1 a:before {
        color: #f7ad3b;
        background: #fff;
    }

    .fixHeader .header .hdr-inner__cont--menu .menu-item._icoMenu2 a:before {
        color: #12338D;
        background: #fff;
    }

    .fixHeader .header .hdr-inner__cont--menu .menu-item._icoMenu1 a:after,
    .fixHeader .header .hdr-inner__cont--menu .menu-item._icoMenu2 a:after {
        background: #fff;
    }

    .fixHeader .header .hdr-inner__cont--menu .menu-item._icoMenu1 a:hover,
    .fixHeader .header .hdr-inner__cont--menu .menu-item._icoMenu2 a:hover {
        color: #151617;
    }

    .fixHeader .header .hdr-inner__cont--menu .menu-item._icoMenu1 a:hover:before {
        color: #fff;
        background: #f7ad3b;
    }

    .fixHeader .header .hdr-inner__cont--menu .menu-item._icoMenu2 a:hover:before {
        color: #fff;
        background: #12338D;
    }


    /*---------------------------------------------
cmn_hd
----------------------------------------------------*/
    .cmn_hd {
        position: relative;
        min-height: 360px;
        display: flex;
        align-items: center;
    }

    @media (max-width: 767px) {
        .cmn_hd {
            min-height: 280px;
        }
    }

    .cmn_hd__img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(48deg, #022e6e 31%, #19a0e7 76%);
    }

    .cmn_hd__img .thumb {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cmn_hd__txt {
        position: relative;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        width: 100%;
        margin: 55px auto 0;
        color: #fff;
        padding-left: 103px;
    }

    @media (max-width: 767px) {
        .cmn_hd__txt {
            padding-left: 53px;
            margin: 70px auto 0;
        }
    }

    .cmn_hd__txt::after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 2px;
        background: #fff;
        top: 29px;
        left: calc(-100vw + 77px);
    }

    @media (max-width: 767px) {
        .cmn_hd__txt::after {
            top: 15px;
            left: calc(-100vw + 34px)
        }
    }

    .cmn_hd__txt .en {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 3.33333em;
        letter-spacing: .08em;
        font-weight: bold;
        font-family: "Lato", sans-serif;
        position: relative;
    }

    @media (max-width: 767px) {
        .cmn_hd__txt .en {
            font-size: 14px;
            line-height: 34px;
        }
    }

    .cmn_hd__txt .en::after,
    .cmn_hd__txt .en::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        border-radius: 50%;
    }

    @media (max-width: 767px) {

        .cmn_hd__txt .en::after,
        .cmn_hd__txt .en::before {
            margin-top: -1px;
        }
    }

    .cmn_hd__txt .en::after {
        width: 14px;
        height: 14px;
        opacity: 0.3;
        left: -29px;
    }

    @media (max-width: 767px) {
        .cmn_hd__txt .en::after {
            left: -28px;
        }
    }

    .cmn_hd__txt .en::before {
        width: 8px;
        height: 8px;
        left: -26px;
    }

    @media (max-width: 767px) {
        .cmn_hd__txt .en::before {
            left: -25px;
        }
    }

    .cmn_hd__txt .jp {
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 1.73684em;
        letter-spacing: .12em;
        font-weight: 500;
    }

    @media (max-width: 767px) {
        .cmn_hd__txt .jp {
            font-size: 26px;
            line-height: 36px;
        }
    }

    /*---------------------------------------------
breadcrumbs
----------------------------------------------------*/
    .breadcrumbs {
        padding: 10px 29px 12px;
        background: #f4f4f4;
        min-height: 48px;
    }

    @media (max-width: 767px) {
        .breadcrumbs {
            min-height: 44px;
            padding: 8px 24px 10px;
        }
    }

    .breadcrumbs ul {
        margin: 0 auto;
    }

    .breadcrumbs ul li {
        display: inline;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1em;
        letter-spacing: 0em;
        font-weight: 500;
        font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    }

    @media (max-width: 767px) {
        .breadcrumbs ul li {
            font-size: 12px;
        }
    }

    .breadcrumbs ul li:not(:last-child) {
        padding-right: 23px;
        position: relative;
    }

    @media (max-width: 767px) {
        .breadcrumbs ul li:not(:last-child) {
            padding-right: 23px;
        }
    }

    .breadcrumbs ul li:not(:last-child):after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        right: 8px;
        top: calc(50% - 4px);
        border-top: 1px solid #bdc2c4;
        border-left: 1px solid #bdc2c4;
        transform: rotate(135deg);
    }

    @media (max-width: 767px) {
        .breadcrumbs ul li:not(:last-child):after {
            width: 7px;
            height: 7px;
            right: 7px;
            top: calc(50% - 3px)
        }
    }

    .breadcrumbs ul li a,
    .breadcrumbs ul li span {
        position: relative;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1em;
        letter-spacing: 0em;
        font-weight: 500;
        display: inline;
        color: #151617;
        vertical-align: inherit;
    }

    @media (max-width: 767px) {

        .breadcrumbs ul li a,
        .breadcrumbs ul li span {
            font-size: 12px;
        }
    }

    .breadcrumbs ul li a:link,
    .breadcrumbs ul li a:visited,
    .breadcrumbs ul li a:active,
    .breadcrumbs ul li span:link,
    .breadcrumbs ul li span:visited,
    .breadcrumbs ul li span:active {
        color: #151617;
    }

    /*---------------------------------------------
cmn_pagenavi
----------------------------------------------------*/
    .cmn_pagenavi {
        cursor: pointer;
    }

    .cmn_pagenavi .wp-pagenavi {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 0;
        margin-top: 80px;
    }

    @media (max-width: 767px) {
        .cmn_pagenavi .wp-pagenavi {
            width: auto;
            margin: 50px -7px 43px;
        }
    }

    .cmn_pagenavi .wp-pagenavi a,
    .cmn_pagenavi .wp-pagenavi span {
        width: 36px;
        height: 36px;
        margin: 0 5px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        font-family: "Lato", sans-serif;
        font-weight: 500;
        color: #151617;
        background: #ffff;
        text-align: center;
        line-height: 32px;
        border: 1px solid #dbddde;
        transition: all 0.3s;
    }

    .cmn_pagenavi .wp-pagenavi a {
        opacity: 1 !important;
    }

    .cmn_pagenavi .wp-pagenavi span.current {
        background: #12338D;
        color: #fff;
    }

    .cmn_pagenavi .wp-pagenavi span.extend {
        width: 18px;
        border: none;
        line-height: normal;
        padding-top: 3px;
    }

    .cmn_pagenavi .wp-pagenavi .pages {
        display: none;
    }

    .cmn_pagenavi .wp-pagenavi .previouspostslink,
    .cmn_pagenavi .wp-pagenavi .nextpostslink {
        display: none;
        width: 50px;
        height: 35px;
        font-size: 0;
        background: #edf9ff;
        border: none;
        margin: 0 14px;
        position: relative;
    }

    .cmn_pagenavi .wp-pagenavi .previouspostslink:after,
    .cmn_pagenavi .wp-pagenavi .nextpostslink:after {
        display: block;
        content: "";
        width: 10px;
        height: 10px;
        background: url(../img/common/icon/ico_arrow_paging.svg) no-repeat center center/100% 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -5px;
        margin-left: -5px;
    }

    .cmn_pagenavi .wp-pagenavi .previouspostslink:hover,
    .cmn_pagenavi .wp-pagenavi .nextpostslink:hover {
        background: #edf9ff !important;
        opacity: 0.5 !important;
    }

    .cmn_pagenavi .wp-pagenavi .previouspostslink {
        margin-left: 0;
    }

    .cmn_pagenavi .wp-pagenavi .previouspostslink:after {
        transform: rotate(180deg);
    }

    .cmn_pagenavi .wp-pagenavi .nextpostslink {
        margin-right: 0;
    }

    .cmn_pagenavi .wp-pagenavi .first,
    .cmn_pagenavi .wp-pagenavi .last {
        width: 50px;
        height: 35px;
        font-size: 0;
        background: #edf9ff;
        border: none;
        margin: 0 14px;
        position: relative;
    }

    .cmn_pagenavi .wp-pagenavi .first:after,
    .cmn_pagenavi .wp-pagenavi .last:after {
        display: block;
        content: "";
        width: 10px;
        height: 10px;
        background: url(../img/common/icon/ico_arrow_paging.svg) no-repeat center center/100% 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -5px;
        margin-left: -5px;
    }

    .cmn_pagenavi .wp-pagenavi .first:hover,
    .cmn_pagenavi .wp-pagenavi .last:hover {
        background: #edf9ff !important;
        opacity: 0.5 !important;
    }

    .cmn_pagenavi .wp-pagenavi .first {
        margin-left: 0;
    }

    .cmn_pagenavi .wp-pagenavi .first:after {
        transform: rotate(180deg);
    }

    .cmn_pagenavi .wp-pagenavi .last {
        margin-right: 0;
    }

    @media only screen and (min-width: 1025px) {
        .cmn_pagenavi:hover .wp-pagenavi a:hover {
            background: #12338D;
            color: #fff;
        }
    }

    /*---------------------------------------------
detail-paging
----------------------------------------------------*/
    .detail-paging ul {
        display: flex;
        align-items: center;
    }

    .detail-paging ul li {
        width: calc((100% - 295px) / 2);
    }

    @media (max-width: 767px) {
        .detail-paging ul li {
            width: calc((100% - 200px) / 2)
        }
    }

    .detail-paging ul li a {
        display: flex;
        align-items: center;
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        letter-spacing: 0.08em;
        position: relative;
    }

    .detail-paging ul li.p-left a,
    .detail-paging ul li.p-right a {
        padding-left: 65px;
    }

    @media (max-width: 767px) {

        .detail-paging ul li.p-left a,
        .detail-paging ul li.p-right a {
            font-size: 0;
        }
    }

    .detail-paging ul li.p-left a:before,
    .detail-paging ul li.p-right a:before {
        display: block;
        content: "";
        width: 50px;
        height: 35px;
        background: url("../img/common/icon/ico_detail_paging.svg");
        position: absolute;
        left: 0;
        top: -9px;
    }

    .detail-paging ul li.p-right a {
        justify-content: flex-end;
        padding-left: 0;
        padding-right: 65px;
    }

    .detail-paging ul li.p-right a:before {
        left: auto;
        right: 0px;
        transform: rotate(180deg);
    }

    @media (max-width: 767px) {
        .detail-paging ul li.p-right a:before {
            right: 3px;
        }
    }

    .detail-paging ul li.p-mid {
        width: 295px;
    }

    @media (max-width: 767px) {
        .detail-paging ul li.p-mid {
            width: 200px;
        }
    }

    .detail-paging ul li.p-mid a {
        width: 100%;
        height: 60px;
        justify-content: center;
        border: 1px solid #dbddde;
        border-radius: 2em;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #12338D;
        cursor: pointer;
    }

    @media (max-width: 767px) {
        .detail-paging ul li.p-mid a {
            height: 45px;
            font-size: 14px;
        }
    }

    @media only screen and (min-width: 1025px) {
        .detail-paging ul li.p-mid a:hover:hover {
            opacity: 1;
            background: #edf9ff;
            border-color: #edf9ff;
        }
    }
