@charset "UTF-8";

body {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
}

/*====== Common Style =====*/
.for_pc, .for_sp_br { display: none !important; }

/* module */
.m-fs_l { font-size: 16px !important; }
.m-fs_s { font-size: 12px !important; }

.m-mtp_s { margin-bottom: 15px !important; }
.m-mtp_m { margin-bottom: 45px !important; }
.m-mtp_l { margin-bottom: 70px !important; }

.m-mbt_s { margin-bottom: 15px !important; }
.m-mbt_m { margin-bottom: 45px !important; }
.m-mbt_l { margin-bottom: 70px !important; }

/* heading */
.m-lb01 {
    margin-bottom: 30px;
    text-align: center;
}

.m-lb01__main {
    display: block;
    font-size: 28px;
    font-size: min(7.47vw, 42px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.m-lb01__sub {
    display: block;
    margin-top: 10px;
    color: #182986;
    font-size: 14px;
    font-size: min(3.73vw, 18px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.1;
}

.m-lb01__sub.is-white {
    color: #fff;
}

.m-lb02 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.m-lb02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -2px;
    display: block;
    border-left: solid 4px #182986;
}

.m-lb03 {
    position: relative;
    padding: .13em .5em .23em;
    margin-bottom: 15px;
    background: #182986;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

/* catch */
.m-catch01 {
    font-size: 20px;
    font-size: min(5.33vw, 28px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.643;
}

/* link */
.m-link01 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 374px;
    width: 100%;
    height: 70px;
    border-radius: 3em;
    border: solid 2px #182986;
    color: #182986;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: ease .1s;
    transition: ease .1s;
}

.m-link01:hover {
    color: #fff;
    opacity: 1;
}

.m-link01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #182986;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
}

.m-link01:hover::before {
    -webkit-transform-origin:left top;
            transform-origin:left top;
    -webkit-transform:scale(1, 1);
            transform:scale(1, 1);
}

.m-link01::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #182986;
    border-right: solid 2px #182986;
    -webkit-transition: ease .2s .2s;
    transition: ease .2s .2s;
}

.m-link01:hover::after {
    border-color: #fff;
}

.m-link01 > span {
    position: relative;
}

.m-link02 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 230px;
    width: 100%;
    height: 55px;
    border-radius: 3em;
    background: #182986;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
}

.m-link02::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 0.875em;
}

/* parts */
.m-para p + p {
    margin-top: 2em;
}

.m-lead {
    margin-bottom: 40px;
    text-align: center;
}

.m-icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.m-map iframe {
    width: 100%;
}

/* column */
.m-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.m-column2__img {
    width: 41.833%;
}

.m-column2__txt {
    width: 54.166%;
    padding-right: 25px;
}

/* table */
.m-table-wrap {
    position: relative;
    padding-top: 2.5em;
}

.m-table-wrap::before {
    content: "※横にスクロールできます。";
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
    font-size: .857em;
}

.m-table-wrap .m-table {
    min-width: 600px;
}

.m-price-table {
    width: 100%;
    font-size: .857em;
    line-height: 1.556;
}

.m-price-table th,
.m-price-table td {
    vertical-align: middle;
    height: 60px;
}

.m-price-table th {
    padding: 8px 4px;
    text-align: center;
}

.m-price-table td {
    padding: 8px 12px;
}

.m-price-table tbody th,
.m-price-table tbody td {
    border: solid 1px #d3d8db;
}

.m-price-table tbody th {
    background: #e7eefd;
}

.m-price-table .thead1 {
    width: 24.166%;
}

.m-price-table .thead2 {
    width: 37.917%;
    background: #182986;
    color: #fff;
}

.m-price-table .thead3 {
    width: 37.917%;
    border-left: solid 1px #fff;
    background: #009ae0;
    color: #fff;
}

.m-price-table .price {
    font-size: 0.889em;
    text-align: center;
}

.m-price-table .price .num {
    font-size: 1.375em;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.m-table01 {
    width: 100%;
}

.m-table01 th,
.m-table01 td {
    vertical-align: middle;
    height: 60px;
    padding: 8px 10px;
    border: solid 1px #d3d8db;
}

.m-table01 thead th,
.m-table01 thead td {
    background: #e7eefd;
    font-size: 1.125em;
}

.m-table01 tbody th,
.m-table01 tbody td {
    background: #fff;
    font-weight: 400;
}

.m-table01 .price {
    font-size: 1.125em;
    text-align: right;
}

/* list */
.m-dl01 {
    display: table;
    border-collapse: collapse;
    width: 100%;
    line-height: 1.556;
}

.m-dl01 > div {
    display: table-row;
}

.m-dl01 > div > dt,
.m-dl01 > div > dd {
    display: table-cell;
    vertical-align: middle;
    height: 68px;
    padding: 8px 16px;
    border: solid 1px #d3d8db;
}

.m-dl01 > div > dt {
    width: 100px;
    background: #e7eefd;
    text-align: center;
}

.m-dl01 > div > dd {
    background: #fff;
}

.m-dl01 .price {
    color: #e63935;
    font-size: .889em;
}

.m-dl01 .price .num {
    font-size: 1.375em;
    font-weight: 700;
}

/* box */


/* faq */
.faq-list__q,
.faq-list__a {
    position: relative;
    cursor: pointer;
}

.faq-list__q .q,
.faq-list__a .a {
    position: absolute;
    left: 1.06em;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2.06em;
    height: 2.06em;
    border-radius: 50%;
    font-size: 1.125em;
    font-weight: 500;
}

.faq-list__q {
    padding: 22px 60px 22px 4.5em;
    margin-top: 10px;
    border-radius: 7px;
	background: #f7f7f7;
    font-weight: 700;
}

.faq-list__q::before {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 20px;
}

.faq-list__q.is-open::before {
    content: "\f068";
}

.faq-list__q .q {
    background: #111a24;
    color: #fff;
}

.faq-list__a {
    display: none;
    padding: 22px 22px 22px 4.5em;
}

.faq-list__a .a {
    background: #009ae0;
    color: #fff;
}

/* footer cta */
.m-cv {
    text-align: center;
}

.m-cv__lb {
    position: relative;
    display: inline-block;
    padding: 0 1.1em;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: min(4.8vw, 26px);
    font-weight: 700;
    letter-spacing: 0.05em;
}

.m-cv__lb::before,
.m-cv__lb::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    height: 1.4em;
    margin-top: -.4em;
    border-left: solid 2px;
}

.m-cv__lb::before {
    left: 0;
    -webkit-transform: rotate(-33deg);
            transform: rotate(-33deg);
}

.m-cv__lb::after {
    right: 0;
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
}

.m-cv__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.m-cv__link > li {
    width: 46%;
    margin: 0 2%;
}

.m-cv__mail,
.m-cv__line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding: .4em .8em 0 0;
	border-radius: 3em;
    font-size: 16px;
    font-size: min(4.27vw, 22px);
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-align: center;
	text-decoration: none;
}

.m-cv__mail::before,
.m-cv__line::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: .8em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: .8em;
}

.m-cv__mail {
    background: #db047a;
    color: #fff;
}

.m-cv__line {
    background: #3aaf78;
    color: #fff;
}

.m-cta01 {
    position: relative;
    max-width: 1122px;
    padding: 45px 15px 35px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
    -webkit-box-shadow: 5px 5px 5px rgba(34,34,34,.05);
            box-shadow: 5px 5px 5px rgba(34,34,34,.05);
    background: #fff;
    color: #111a24;
    text-align: center;
}

.m-cta01::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%) scale(.4);
            transform: translate(50%, -50%) scale(.4);
    display: block;
    background: url("../image/icon/pic_man@2x.png") 50% 50% no-repeat;
    background-size: contain;
    width: 162.5px;
    height: 233px;
    margin: 0 22px 0 0;
}

.m-cta01.scroll-active::before {
    -webkit-transform: translate(50%, 0) scale(.4);
            transform: translate(50%, 0) scale(.4);
    opacity: 0;
    -webkit-transition: .8s .4s;
    transition: .8s .4s;
}

.m-cta01.scroll-active.active::before {
    -webkit-transform: translate(50%, -50%) scale(.4);
            transform: translate(50%, -50%) scale(.4);
    opacity: 1;
}

.m-cta02,
.m-cta03 {
    padding: 33px 0;
    background: #0072be url("../image/footer/bg_01.jpg") 50% 50% no-repeat;
	background-size: cover;
    color: #fff;
}

.m-cta02 {
    padding: 25px 0 35px;
}

.m-cta03 {
    padding: 33px 0;
}

.m-cta03.is-left {
    position: relative;
}

.m-cta03.is-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 3%;
    background: #fff;
}


/*====== header =====*/
.area-anchor {
    padding-top: 62px;
    margin-top: -62px;
}

#header {
    position: relative;
    padding: 62px 0 0;
}

.site-header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
}

.site-header__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    height: 62px;
    padding-right: 55px;
}

.site-header__logo {
    padding: 12px 7px;
    margin: 0;
    font-size: 10px;
}

.site-header__logo a {
    display: block;
    padding: 5px;
}

.site-header__logo img {
    width: 107px;
}

.site-header__cvLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
}

.site-header__cvLink > li {
    width: 50%;
}

.site-header__line,
.site-header__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 62px;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

.site-header__line > span,
.site-header__mail > span {
    position: relative;
    display: block;
    padding-top: 18px;
}

.site-header__line .icon,
.site-header__mail .icon {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.site-header__line {
    background: #3aaf78;
    color: #fff;
}

.site-header__line .icon {
    width: 15px;
}

.site-header__mail {
    background: #db047a;
    color: #fff;
}

.site-header__mail .icon {
    top: 2px;
    font-size: 12px;
}

/* toggle */
.toggle-button {
    position: absolute;
    z-index: 102;
    right: 0;
    top: 0;
    display: block;
    width: 55px;
    height: 62px;
    background: #2842cd;
    cursor: pointer;
}

.toggle-button span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 22px;
    height: 2px;
    margin: -1px 0 0 -11px;
    background: #fff;
    font-size: 0;
}

.toggle-button span::before,
.toggle-button span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.toggle-button span::before {
    top: -8px;
}

.toggle-button span::after {
    top: 8px;
}

.toggle-nav {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
}

.toggle-nav__inner {
    width: 100%;
    height: 100%;
    padding: 0 0 80px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.toggle-nav .gnv {
    font-size: 18px;
    line-height: 1;
}

.toggle-nav .gnv > li {
    border-top: solid 2px #2842cd;
}

.toggle-nav .gnv > li > a {
    display: block;
    padding: 1em;
}

.toggle-nav .gnv li.gnv__tel a {
    padding: 1.2em .5em;
}

.toggle-nav .gnv li.gnv__parent {
    position: relative;
    cursor: pointer;
}

.toggle-nav .gnv__tglBtn {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55px;
    height: 54px;
    padding: 0;
    border: none;
    background: #2842cd;
    color: #fff;
    font-size: 0;
}

.toggle-nav .gnv__tglBtn::before {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
}

.toggle-nav .is-open .gnv__tglBtn::before {
    content: "\f068";
}

/*.toggle-nav .gnv__child {
    display: none;
}*/

.toggle-nav .gnv__child > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 10px 10px;
    font-size: .778em;
}

.toggle-nav .gnv__child > ul > li {
    width: 50%;
    padding: 5px;
}

.toggle-nav .gnv__child a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 58px;
    padding-right: .8em;
    border-radius: 7px;
    background: #182986;
    color: #fff;
}

.toggle-nav .gnv__child a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 0.778em;
}

.toggle-nav .gnv__tel a {
    background: #2842cd;
    color: #fff;
    text-align: center;
}

.toggle-nav .gnv__tel a > span {
    display: block;
}

.toggle-nav .gnv__tel__time {
    margin-bottom: 4px;
    font-size: 13px;
    font-size: min(3.47vw, 13px);
    letter-spacing: 0.1em;
}

.toggle-nav .gnv__tel__tel {
    font-size: 36px;
    font-size: min(9.6vw, 36px);
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.toggle-nav .gnv__tel__tel .m-icon {
    margin-right: 8px;
}

/* toggle - menu Open */
.is-gnvOpen {
    overflow: hidden;
}

.is-gnvOpen .toggle-button span {
    background: transparent !important;
}

.is-gnvOpen .toggle-button span::before,
.is-gnvOpen .toggle-button span::after {
    top: 0;
}

.is-gnvOpen .toggle-button span::before {
    -webkit-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
}

.is-gnvOpen .toggle-button span::after {
    width: 100%;
    -webkit-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
}

.is-gnvOpen .toggle-nav {
    top: 62px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

/* Page Header */
.page-header {
    position: relative;
    background: #2842cd;
}

/*.page-header::before {
    content: "";
    position: absolute;
    left: 80px;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: #2842cd;
}*/

.page-header__main {
    position: relative;
}

.page-header__main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(255,255,255,.8)), to(rgba(255,255,255,0)));
    background: linear-gradient(90deg, rgba(255,255,255,.8) 55%, rgba(255,255,255,0) 100%);
    width: 55.8%;
    height: 100%;
}

.page-header__img {
    overflow: hidden;
}

.page-header__img img {
    max-width: none;
    width: 160%;
    margin-left: -30%;
}

.page-header__txt {
    position: absolute;
    left: 4.68%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-bottom: 10px;
}

.page-title {
    margin: 0;
    color: #182986;
}

.page-title__main {
    display: block;
    font-size: 32px;
    font-size: min(8.53vw, 60px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.page-title__sub {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-size: min(3.73vw, 18px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
}

.breadcrumbs {
    padding: 2px 0;
    color: #fff;
    font-size: .875em;
    text-align: right;
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs li {
    display: inline-block;
    line-height: 1;
}

.breadcrumbs li i {
    margin-left: .3em;
}

.breadcrumbs li + li {
    margin-left: .2em;
}


/*====== fix-cv =====*/
.fix-cv {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: 55px;
    background: rgba(0,0,0,.6);
}

.fix-cv > li {
    width: 46.66%;
    margin: 0 1.066%;
}

.fix-cv__line,
.fix-cv__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 45px;
    border-radius: 7px 5px 0 0;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.fix-cv__line .icon,
.fix-cv__mail .icon {
    margin-right: 5px;
}

.fix-cv__line {
    background: #3aaf78;
    color: #fff;
}

.fix-cv__line .icon {
    width: 15px;
}

.fix-cv__mail {
    background: #db047a;
    color: #fff;
}

.fix-cv__mail .icon {
    font-size: 13px;
}


/*====== content =====*/
.page-content {
    padding: 60px 0 80px;
}

.blog-content {
    padding: 50px 0 70px;
    background: #fff;
}

.flex-lr .blog-side {
    margin-top: 60px;
}

.blog-title {
    margin: -.25em 0 1em;
    font-size: 28px;
    font-size: min(7.47vw, 42px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

/* side */
.side-box + .side-box {
    margin-top: 3.5em;
}

.side-lb {
    padding-bottom: 10px;
    margin-bottom: 3px;
    border-bottom: solid 2px #182986;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.side-list {
    line-height: 1.2;
}

.side-list > li {
    border-bottom: solid 1px #cfd5d8;
}

.side-list a {
    position: relative;
    display: block;
    padding: .74em .64em;
    color: inherit;
    text-decoration: none;
}

.side-list a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: .8em;
    top: 50%;
    margin-top: -.65em;
    color: #182986;
    font-size: .75em;
}

/* search form */
.blog-search {
    padding: 28px 0;
    margin-bottom: 40px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background: #f7f7f7;
    text-align: center;
}

.blog-search__lb {
    margin-bottom: 12px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.blog-search__inputBox {
    position: relative;
    max-width: 798px;
    margin: 0 auto;
}

.blog-search__input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #182986;
    background: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
}

.blog-search__btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: block;
    width: 50px;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    color: #182986;
    font-size: 14px;
    text-align: center;
}

.blog-search__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -12px;
}

.blog-search__cat > li {
    width: 48%;
    margin-bottom: 12px;
}

.blog-search__cat a,
.blog-search__cat span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 58px;
    padding-right: .8em;
    border-radius: 7px;
}

.blog-search__cat a {
    background: #182986;
    color: #fff;
    text-decoration: none;
}

.blog-search__cat a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 0.778em;
}

.blog-search__cat span {
    border: solid 1px #182986;
    background: #fff;
    color: #182986;
}

/* pager */
.pager-box-top {
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: solid 1px #ddd;
}

.pager-box-top.flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.pager-box-btm {
    padding-top: 40px;
    margin-top: 70px;
    border-top: solid 1px #ddd;
}

.pager-count {
    font-size: .875em;
    line-height: 1.5;
}

.pager-count .num {
    color: #009ae0;
    font-size: 1.857em;
}

.pager-list-count {
    font-size: .875em;
    line-height: 1.5;
    text-align: right;
}

.pager-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #707070;
    font-size: 16px;
}

.pager-list li {
	margin: 4px;
}

.pager-list .prev,
.pager-list .next {
    color: #0072be;
    font-size: .556em;
}

.pager-list a,
.pager-list span {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
}

.pager-list a {
    border: solid 1px #ddd;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.pager-list span {
    background: #182986;
    color: #fff;
}

.pager-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 490px;
    margin: 55px auto 0;
}

.pager-detail li {
	width: 47%;
}

.pager-detail li.list {
    width: 100%;
    margin-top: 6%;
    text-align: center;
}

.pager-detail a {
    position: relative;
	display: inline-block;
    max-width: 230px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 3em;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
	text-decoration: none;
}

.pager-detail .prev a,
.pager-detail .next a {
    background: #009ae0;
    color: #fff;
}

.pager-detail .list a {
    background: #182986;
    color: #fff;
}

.pager-detail a i {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    font-size: .875em;
}

.pager-detail .prev a i {
    left: 20px;
}

.pager-detail .next a i,
.pager-detail .list a i {
    right: 20px;
}

/* maker navigation */
.maker-nav {
    padding: 35px 0;
    border-top: solid 1px #ddd;
    background: #f7f7f7;
}

.maker-nav__lb {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.maker-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -12px;
}

.maker-nav__list > li {
    width: 48%;
    margin-bottom: 12px;
}

.maker-nav__list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 58px;
    padding-right: .8em;
    border-radius: 7px;
    background: #182986;
    color: #fff;
    text-decoration: none;
}

.maker-nav__list a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 0.778em;
}


/*====== footer =====*/
.site-footer {
    background: #2e3235;
    color: #fff;
}

.site-footer__main {
    max-width: 1080px;
    width: 86.933%;
    padding: 35px 0 25px;
    margin: 0 auto;
}

.site-footer__logo,
.site-footer__nav {
    max-width: 16em;
    margin: 0 auto 20px;
}

.site-footer__logo img {
    width: 130px;
}

.site-footer__nav li {
    margin-bottom: 6px;
}

.site-footer__nav a {
    position: relative;
    display: block;
    padding-left: 17px;
}

.site-footer__nav a::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: .1em;
}

.site-footer__cvLink {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

.site-footer__cvLink > li + li {
    margin-top: 10px;
}

.site-footer__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    border-radius: 3em;
    background: #fff;
    color: #2e3235;
    text-align: center;
}

.site-footer__btn::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.site-footer__copy {
    padding: 10px 0 65px;
    border-top: solid 1px rgba(207,213,216,.5);
    text-align: center;
}

.copyright {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    line-height: 1;
}

/*#pagetop {
	position: absolute;
    right: 0;
    bottom: 100%;
    padding: 15px 33px;
}
#pagetop a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-top: 22px;
}
#pagetop a::before,
#pagetop a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    background: #111;
    width: 1px;
    height: 42px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
}
#pagetop a::before {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
}
#pagetop a::after {
    -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
            transform: rotate(-60deg);
}
#pagetop .font-en {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}*/


@media screen and (max-width: 519px) {

    .for_sp_br { display: block !important; }

}