@charset "utf-8";

/*
テーマの青:#212a91
テーマのイエロー:#ffcc00
*/

body {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    position: relative;
    color: #020202;
    padding-top: 140px;
    /*min-width: 1366px;*/
    transition: all 0.3s ease-out;
}

.body.body-scrolled {
    padding-top: 125px;
}

a {
    color: #000;
    text-decoration: none;
}

a {
    -webkit-transition: opacity .4s 0s ease;
    transition: opacity .4s 0s ease;
}

a:hover {
    opacity: .7;
}

.text-link {
    color: #1b4697;
    text-decoration: underline;
}

.text-link-white {
    color: #ffffff;
}

.font-bold {
    font-weight: 700;
}

.font-small {
    font-size: 80%;
}

img {
    max-width: 100%;
    height: auto;
}

.pc-hide {
    display: none !important;
}

@media screen and (max-width: 1040px) {
    body {
        padding-top: 75px;
    }

    body.lang-jp {
        font-size: 12px;
    }
}


@media screen and (max-width: 960px) {
    body {
        font-size: 12px;
        min-width: 0;
        letter-spacing: 1px;
    }

    .pc-hide {
        display: block !important;
    }

    .sp-hide {
        display: none !important;
    }
}


/* ------------------------------------------
  btn
--------------------------------------------- */
[class^="btn-"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
    position: relative;
    font-weight: 600;
    line-height: 1;
}

[class^="btn-blue"] {
    color: #fff;
    background: #212a91;
    border: 2px solid #ffd011;
    border-radius: 10px;
}


[class^="btn-"]:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 16px rgb(0 0 0 / 20%);
    opacity: 1;
}

[class^="btn-"]:after {
    content: "";
    display: block;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
}

[class^="btn-blue"]:after {
    border-top: 2px solid #ffd011;
    border-right: 2px solid #ffd011;
}


[class^="btn-black"]:after {
    border-top: 2px solid #ffd011;
    border-right: 2px solid #ffd011;
    width: 10px;
    height: 10px;
    right: 20px;
}


.btn-blue-m {
    min-width: 480px;
    padding: 0 50px;
    height: 80px;
    border-radius: 40px;
    font-size: 20px;
}

.btn-blue-m:after {
    right: 20px;
}

[class^="btn-black"] {
    color: #fff;
    background: #221816;
    border-radius: 10px;
}

/*common-contact*/
.common-contact-gray {
    background: #eee;
    padding: 50px 0 60px;
    text-align: center;
}

.common-contact-gray p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
}

.common-contact-wrap {
    text-align: center;
    padding-top: 50px;
}

@media screen and (max-width: 960px) {
    .common-contact-gray {
        padding: 30px 0 30px;
    }

    .common-contact-gray p {
        font-size: 12px;
        padding-bottom: 10px;
    }

    [class^="btn-black"] {
        border-radius: 5px;
    }

    .common-contact-wrap + .subpage-block {
        margin-top: 50px;
    }

}


/*common-contact-btn*/
.common-contact-btn {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
    position: relative;
    font-weight: 500;
    line-height: 1;
    background: #212a91;
    border-radius: 10px;
    width: 530px;
    max-width: 100%;
    min-height: 100px;
    padding: 20px;
    font-size: 24px;
    text-align: center;
}

.common-contact-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 16px rgb(0 0 0 / 20%);
    opacity: 1;
}

.common-contact-btn span {
    line-height: 1;
}

.common-contact-btn-yellow {
    color: #ffcc00;
    padding-bottom: 12px;
    display: block;
    width: 100%;
}

.common-contact-btn-arrow {
    color: #fff;
    position: relative;
}

.common-contact-btn-arrow:after {
    border-top: 2px solid #ffd011;
    border-right: 2px solid #ffd011;
    content: "";
    display: block;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -16px;
    width: 10px;
    height: 10px;
}

.common-contact-btn.line-yellow {
    border: 3px solid #ffd011;
}

.common-contact-btn.bg-green {
    background: #70c639;
}

.common-contact-btn.bg-orange {
    background: #ea5513;
}

@media screen and (max-width: 960px) {
    .menu-open body {
        overflow: hidden;
    }

    [class^="btn-blue"]:hover {
        transform: scale(1);
        box-shadow: none;
    }

    [class^="btn-blue"] {
        border: 1px solid #ffd011;
    }

    [class^="btn-blue"]:after {
        width: 10px;
        height: 10px;
        background-size: cover !important;
        right: 30px;
    }

    .btn-blue-m {
        min-width: 0;
        padding: 0;
        height: 75px;
        border-radius: 40px;
        font-size: 17px;
        width: 290px;
        line-height: 1.2;
    }

    .common-contact-btn {
        width: 80%;
        min-height: 50px;
        font-size: 12px;
        padding: 10px;
        border-radius: 5px;
    }

    .common-contact-btn-arrow:after {
        border-top: 1px solid #ffd011;
        border-right: 1px solid #ffd011;
        right: -12px;
        width: 7px;
        height: 7px;
    }

    .common-contact-btn-yellow {
        padding-bottom: 5px;
    }

    .common-contact-btn.line-yellow {
        border: 2px solid #ffd011;
    }


}

/* ------------------------------------------
  breadcrumbs
--------------------------------------------- */
.breadcrumbs {
    max-width: 1040px;
    margin: 0 auto;
    font-size: 12px;
    padding: 15px 20px;
    color: #999999;
}

.breadcrumbs a {
    color: #999999;
}

.breadcrumbs br {
    display: none;
}


@media screen and (max-width: 960px) {
    .breadcrumbs {
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        padding: 8px 20px 12px 20px;
    }

}

/* ------------------------------------------
  header
--------------------------------------------- */
.header {
    width: 100%;
    background: #fff;
    height: 140px;
    padding: 0 25px;
    line-height: 1;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: all 0.3s ease-out;
}

.header-inner {
    max-width: 1400px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.header-top {
    display: flex;
    justify-content: space-between;
    height: 75px;
    transition: all 0.3s ease-out;
}

.gnav-inner {
    display: flex;
    padding: 25px 0 15px;
    transition: all 0.3s ease-out;
}

.gnav-inner > li {
    font-weight: 500;
    width: 16.67%;
    border-left: 1px solid #c2c2c2;
}

.gnav-inner > li:last-child {
    border-right: 1px solid #c2c2c2;
}

.gnav-inner > li > a {
    display: block;
    text-align: center;
}

.gnav-inner > li.has-megaMenu {
    position: relative;
    text-align: center;
    padding-left: 5px;
}

.gnav-inner > li.has-megaMenu > span {
    position: relative;
    padding-right: 20px;
}

.gnav-inner > li.has-megaMenu > span:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
    -webkit-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 5px;
    right: 5px;
    transition: 0.2s;
}

.gnav-inner > li.has-megaMenu.is-open > span:after {
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    top: 10px;
    right: 0;
}

.gnav-inner > li.has-megaMenu > span {
    -webkit-transition: opacity .4s 0s ease;
    transition: opacity .4s 0s ease;
}

.gnav-inner > li.has-megaMenu > span:hover {
    opacity: .7;
    cursor: pointer;
}

.gnav-inner > li .megaMenu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
    width: 160%;
    list-style: none;
    box-sizing: border-box;
}

.gnav-inner > li.has-megaMenu.is-open .megaMenu {}

.gnav-inner > li .megaMenu li {
    position: relative;
    background: #d9e2fc;
    -webkit-transition: all .4s 0s ease;
    transition: all .4s 0s ease;
}

.gnav-inner > li .megaMenu li:hover {
    background: #eef2fd;
}

.gnav-inner > li .megaMenu a:hover {
    opacity: 1;
}

.gnav-inner > li .megaMenu li a:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icon-arrow-blue-r.svg) no-repeat center;
    background-size: 14px;
    position: absolute;
    right: 25px;
    top: 17px;
}

.gnav-inner > li .megaMenu li + li {
    border-top: 1px solid #fff;
}

.gnav-inner > li .megaMenu a {
    padding: 15px 20px;
    display: block;
}

.header [class^="btn-"] {
    width: 285px;
    height: 55px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 22px;
    padding-bottom: 1px;
}

.header [class^="btn-"]:after {
    width: 9px;
    height: 9px;
    right: 20px;
    margin-top: -2px;
}

.logo {
        margin-top: 10px;
}

.logo a {
    display: block;
}

.logo img {
    transition: all 0.3s ease-out;
}

.logo span,
.logo h1 {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding-bottom: 10px;

}

.header-nav-btn {
    display: none;
}

.body-scrolled .header{
    height: 110px;

}

.body-scrolled .logo img {
    width: 265px;
    height: auto;
}

.body-scrolled .header-top {
    height: 75px;
}

.body-scrolled .gnav-inner {
    padding: 0px 0 20px;
}

.body-scrolled .gnav-inner > li {
    font-weight: 500;
    width: 16.67%;
    border-left: 1px solid #c2c2c2;
    font-size:15px;
}

.body-scrolled .header [class^="btn-"] {
    width: 245px;
    height: 40px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 22px;
    padding-bottom: 1px;
}

.body-scrolled .header [class^="btn-"]:after {
    width: 9px;
    height: 9px;
    right: 20px;
    margin-top: -2px;
}

@media screen and (max-width: 1040px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        height: 75px;
        padding: 0;
        line-height: 1;
        box-shadow: 0px 0px 10px -2px #0000005c;
    }

    .header-inner {
        padding: 0;
    }

    .header-top {
        align-items: center;
        height: 75px;
        padding: 0 20px;
    }
    
    .logo{
        margin: 0;
    }

    .logo img {
        width: 261px;
        height: 33px;
    }

    .logo span,
    .logo h1 {
        font-size: 9px;
        padding-bottom: 5px;
    }

   /* .gnav {
        -webkit-transition: all 0.3s 0s ease;
        transition: all 0.3s 0s ease;
        position: absolute;
        top: 75px;
        transform: translate3d(-140%, 0, 0);
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: 100vh;
        background: #221816;
        z-index: 5;
        position: fixed;
        display: block;
    }*/

    .gnav {
        -webkit-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        -webkit-transform: translateX(-140%);
        -ms-transform: translateX(-140%);
        transform: translateX(-140%);
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: 100vh;
        background: #221816;
        z-index: 5;
        position: fixed;
        display: block;
    }

    .gnav-inner {
        display: block;
        margin-left: 0;
        width: 100%;
        padding: 0;
    }

    .gnav-inner > li {
        padding: 0;
        font-size: 18px;
        border-bottom: 1px solid #fff;
        position: relative;
        width: 100%;
    }

    .gnav-inner > li a:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #ffcc00;
        border-right: 2px solid #ffcc00;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 22px;
        right: 33px;
    }

    .gnav-inner > li + li {
        border-left: none;
    }

    .gnav-inner > li.has-megaMenu > span,
    .gnav-inner > li > a {
        padding: 15px 20px;
        display: block;
        color: #fff;
        text-align: left;
    }

    .menu-open .gnav {
        transform: translate3d(0, 0, 0);
    }

    .header-bottom nav {}

    .menu-btn {
        position: absolute;
        top: 30px;
        right: 5%;
        width: 25px;
        height: 18px;
        cursor: pointer;
        -webkit-transition: all 0.3s 0s ease;
        transition: all 0.3s 0s ease;
        z-index: 10;
        position: fixed;
    }

    .menu-btn span {
        position: absolute;
        right: 0;
        width: 25px;
        height: 3px;
        background-color: #211816;
        display: inline-block;
        -webkit-transition: all 0.3s 0s ease;
        transition: all 0.3s 0s ease;
    }

    .menu-btn span:nth-of-type(1) {
        top: 0;
    }

    .menu-btn span:nth-of-type(2) {
        top: 7px;
    }

    .menu-btn span:nth-of-type(3) {
        top: 14px;
    }

    .menu-btn.is-open span:nth-of-type(1) {
        -webkit-animation: open-menu-bar01 0.6s forwards;
        animation: open-menu-bar01 0.6s forwards;
    }

    .menu-btn.is-open span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-btn.is-open span:nth-of-type(3) {
        -webkit-animation: open-menu-bar03 0.6s forwards;
        animation: open-menu-bar03 0.6s forwards;
    }

    .menu-btn.is-close span:nth-of-type(1) {
        -webkit-animation: close-menu-bar01 0.6s forwards;
        animation: close-menu-bar01 0.6s forwards;
    }

    .menu-btn.is-close span:nth-of-type(2) {
        -webkit-transition: all 0.3s 0s ease;
        transition: all 0.3s 0s ease;
        opacity: 1;
    }

    .menu-btn.is-close span:nth-of-type(3) {
        -webkit-animation: close-menu-bar02 0.6s forwards;
        animation: close-menu-bar02 0.6s forwards;
    }

    @-webkit-keyframes open-menu-bar01 {
        0% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
        }

        50% {
            -webkit-transform: translate3d(0, 7px, 0) rotate(0);
            transform: translate3d(0, 7px, 0) rotate(0);
        }

        100% {
            -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg);
        }
    }

    @keyframes open-menu-bar01 {
        0% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
        }

        50% {
            -webkit-transform: translate3d(0, 7px, 0) rotate(0);
            transform: translate3d(0, 7px, 0) rotate(0);
        }

        100% {
            -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg);
        }
    }

    @-webkit-keyframes open-menu-bar03 {
        0% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
        }

        50% {
            -webkit-transform: translate3d(0, -7px, 0) rotate(0);
            transform: translate3d(0, -7px, 0) rotate(0);
        }

        100% {
            -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg);
        }
    }

    @keyframes open-menu-bar03 {
        0% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
        }

        50% {
            -webkit-transform: translate3d(0, -7px, 0) rotate(0);
            transform: translate3d(0, -7px, 0) rotate(0);
        }

        100% {
            -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg);
        }
    }


    @keyframes close-menu-bar01 {
        0% {
            -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg);
        }

        50% {
            -webkit-transform: translate3d(0, 7px, 0) rotate(0);
            transform: translate3d(0, 7px, 0) rotate(0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
        }
    }


    @keyframes close-menu-bar02 {
        0% {
            -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg);
        }

        50% {
            -webkit-transform: translate3d(0, -7px, 0) rotate(0);
            transform: translate3d(0, -7px, 0) rotate(0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
        }
    }

    .header-top [class^="btn-"] {
        display: none;
    }

    .header-nav-btn {
        display: block;
        text-align: center;
    }

    .gnav [class^="btn-"] {
        width: calc(100% - 30px);
        height: 55px;
        border-radius: 5px;
        font-size: 17px;
        margin-top: 30px;
    }

    .gnav [class^="btn-"]:after {
        width: 11px;
        height: 11px;
        right: 30px;
    }

    .gnav [class^="btn-"] span {
        padding-right: 15px;
    }

    .gnav-inner > li .megaMenu li a {
        padding: 15px 20px 15px 35px;
        color: #fff;
        text-align: left;
    }

    .gnav-inner > li .megaMenu li a:after {
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #ffcc00;
        border-right: 2px solid #ffcc00;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 22px;
        right: 33px;
        background: none;
    }

    .gnav-inner > li.has-megaMenu:after {
        background: none;
    }

    .gnav-inner > li.has-megaMenu > span:after,
    .gnav-inner > li.has-megaMenu > span:before {
        content: "";
        display: block;
        width: 15px;
        height: 2px;
        border: 0;
        background: #ffcc00;
        position: absolute;
        top: 50% !important;
        right: 24px !important;
        margin-top: -2px -webkit-transition: all 0.3s 0s ease;
        transition: all 0.3s 0s ease;
    }

    .gnav-inner > li.has-megaMenu > span:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .gnav-inner > li.has-megaMenu.is-open > span:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .gnav-inner > li.has-megaMenu.is-open > span:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .gnav-inner > li .megaMenu li {
        background: #d9e2fc;
        background: #333333;
        border-top: 1px solid #fff;
    }

    .gnav-inner > li .megaMenu {
        position: static;
        width: 100%;
    }

    .gnav-inner > li.has-megaMenu > span:hover {
        opacity: 1;
    }

    .gnav-inner > li.has-megaMenu {
        padding-left: 0;
    }
    
    .body-scrolled .header{
        height: 75px;
    }

    .body-scrolled .logo img {
        width: 261px;
        height: 33px;
    }

    .body-scrolled .header-top {
        height: 75px;
    }

    .body-scrolled .gnav-inner {
        padding: 0;
    }

    .body-scrolled [class^="btn-blue"] {
    }
}


/* ------------------------------------------
achivements
--------------------------------------------- */
.achivement-lead {
    text-align: center;
    padding: 25px 0 45px;
    font-size: 18px;
    font-weight: 500;
}

.achivement-list {
    margin: 0 -14.5px 55px;
    display: flex;
    flex-wrap: wrap;
}

.achivement-item {
    width: 30.127%;
    margin: 0 1.45% 2.916% 1.45%;
}

.achivement-item a {
    display: block;
    height: 100%;
    background: #fff;
    padding: 30px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 4px #99999935;
}

.achivement-item-img {
    margin-bottom: 15px;
    overflow: hidden;
}

.achivement-item-img img {
    width: 290px;
    height: 297px;
    object-fit: cover;
}

.achivement-item-text {
    font-size: 20px;
    color: #469bf8;
    letter-spacing: 0.3px;
    padding-bottom: 15px;
    line-height: 1.2;
    font-weight: 500;
}

.achivement-item-studentName {
    font-weight: 500;
}

@media screen and (max-width: 960px) {
    .achivement-lead {
        padding: 15px 0 20px;
        font-size: 12px;
        text-align: left;
    }

    .achivement-list {
        margin: 0 -2% 20px;
    }

    .achivement-item {
        width: 46%;
        margin: 0 2% 20px 2%;
    }

    .achivement-item a {
        display: block;
        width: 100%;
        background: #fff;
        padding: 14px;
        border-radius: 0px;
        box-shadow: 0px 0px 2px 2px #99999935;
    }

    .achivement-item-img {
        margin-bottom: 10px;
    }

    .achivement-item-text {
        font-size: 12px;
        padding-bottom: 15px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}


/* ------------------------------------------
common-strength
--------------------------------------------- */
.common-strength-lead {
    text-align: center;
    padding-bottom: 50px;
}

.common-strength-list {
    padding-bottom: 80px;
    text-align: left;
}

.common-strength-list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 2px solid #303030;
}

.common-strength-list-item + .common-strength-list-item {
    margin-top: 25px;
}

.common-strength-list-title {
    width: 360px;
    height: 180px;
    background: url(../images/common-strength-list-title-bg.svg) no-repeat left top;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: none;
}

.common-strength-list-title-inner span {
    display: block;
    font-size: 24px;
    line-height: 1.25;
    color: #fff;
    padding-top: 15px;
}

.common-strength-list-item ul {
    width: calc(100% - 360px);
    padding: 0 25px;
    letter-spacing: 0.5px;
}

.common-strength-list-item li {
    padding-left: 30px;
    text-indent: -27px;
    line-height: 1.5;
}

.common-strength-list-item li + li {
    margin-top: 10px;
}

.common-strength-list-item li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-common-strength-list.webp) no-repeat center;
    margin-right: 10px;
}

.common-strength-box {
    text-align: center;
}

.common-strength-box-title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    border-bottom: 5px solid #ffcc00;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.common-strength-box {
    max-width: 940px;
    padding: 0 20px;
}

.common-strength-box + .common-strength-box {
    margin-top: 80px;
}

.common-strength-box-lead {
    padding-bottom: 40px;
}

.common-strength-box-lead span {
    color: #9e0000;
}

.common-strength-cost {
    background: #f0f0f0;
    padding-bottom: 6px;
}

.common-strength-cost h4 {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 12px;
    background: #211816;
}

.common-strength-cost-graph-wrap {
    padding: 25px 25px 20px;
    display: flex;
    justify-content: space-between;
}

.common-strength-cost-graph {
    width: 48.24%;
}

.common-strength-cost ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

.common-strength-cost li {
    font-size: 12px;
    margin: 0 20px;
    display: flex;
    align-items: center;
}

.common-strength-cost li:before {
    content: "";
    display: inline-block;
    width: 63px;
    height: 23px;
    margin-right: 10px;
}

.initial-cost:before {
    background: #20287b;
}

.maintenance-cost:before {
    background: #459ae9;
}

.replacement-cost:before {
    background: #d80e0e;
}

.common-strength-cost {
    font-size: 11px;
}

.common-strength-prizeList {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.common-strength-prizeList li {
    margin: 0 10px;
}

.subpage-block + .common-strength {
    padding-top: 150px;
}

@media screen and (max-width: 960px) {
    .common-strength-lead {
        text-align: left;
        padding-bottom: 25px;
    }

    .common-strength-list {
        padding-bottom: 40px;
    }

    .common-strength-list-item {
        display: flex;
    }

    .common-strength-list-item + .common-strength-list-item {
        margin-top: 15px;
    }

    .common-strength-list-title {
        width: 100%;
        height: 90px;
        background-color: #303030;
    }

    .common-strength-list-title-inner img {
        width: 25px;
    }

    .common-strength-list-title-inner span {
        font-size: 16px;
        padding-top: 7px;
    }

    .common-strength-list-item ul {
        width: 100%;
        padding: 15px;
    }

    .common-strength-list-item li {}

    .common-strength-list-item li + li {}

    .common-strength-list-item li:before {
        width: 12px;
        height: 12px;
        background-size: cover;
    }

    .common-strength-box {
        width: 100%;
        padding: 0;
    }

    .common-strength-box-title {
        font-size: 16px;
        border-bottom: 2px solid #ffcc00;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .common-strength-box {}

    .common-strength-box + .common-strength-box {
        margin-top: 30px;
    }

    .common-strength-box-lead {
        padding-bottom: 20px;
        text-align: left;
    }

    .common-strength-box-lead span {}

    .common-strength-cost {}

    .common-strength-cost h4 {
        font-size: 12px;
        padding: 8px;
    }

    .common-strength-cost-graph-wrap {
        padding: 12px 12px 15px;
        display: block;
    }

    .common-strength-cost-graph {
        width: 100%;
    }

    .common-strength-cost-graph + .common-strength-cost-graph {
        margin-top: 12px;
    }

    .common-strength-cost ul {}

    .common-strength-cost li {
        font-size: 10px;
        margin: 0 5px;
    }

    .common-strength-cost li:before {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .common-strength-cost p {
        padding: 0 12px;
        text-align: left;
    }

    .initial-cost:before {}

    .maintenance-cost:before {}

    .replacement-cost:before {}

    .common-strength-cost {}


    .common-strength-prizeList {
        flex-wrap: wrap;
        padding-top: 0;
    }

    .common-strength-prizeList li {
        width: 43%;
    }

    .common-strength-prizeList li:last-child {
        margin-top: 15px;
    }

    .subpage-block + .common-strength {
        padding-top: 70px;
    }
}

/*common-award*/
.common-award-lead {
    text-align: center;
    padding-bottom: 45px;
}

.common-award-box-hyosho {
    padding-bottom: 40px;
}

.common-award-box h3 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    background: #ffcc00;
    padding: 10px;
    margin-bottom: 35px;
}

.common-award-box-hyoshoList {
    padding: 0 50px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.common-award-box-hyoshoList ul {
    width: 47.78%;
}

.common-award-box-hyoshoList li {
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    line-height: 1.5;
}

.common-award-box-hyoshoList li:nth-child(1) {
    padding-top: 0;
}

.common-award-box-hyoshoList li span {
    font-size: 12px;
}

.common-award-box-hyosho p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

.common-award-box-jusho {
    text-align: center;
}

.common-award-box-jushoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 25px;
}

.common-award-box-jushoList li {
    width: 196px;
    margin: 20px 20px 0 20px;
}

.common-award-box-jushoList li img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.common-strength + .common-award {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 960px) {
    .common-award-lead {
        text-align: left;
        padding-bottom: 35px;
    }

    .common-award-box-hyosho {
        padding-bottom: 30px;
    }

    .common-award-box h3 {
        font-size: 12px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .common-award-box-hyoshoList {
        padding: 0 0 25px;
        display: block;
    }

    .common-award-box-hyoshoList ul {
        width: 100%;
    }

    .common-award-box-hyoshoList li {}

    .common-award-box-hyoshoList li:nth-child(1) {
        padding-top: 8px;
    }

    .common-award-box-hyoshoList li span {}

    .common-award-box-hyosho p {
        font-size: 12px;
    }

    .common-award-box-jusho {}

    .common-award-box-jusho p {
        text-align: left;
    }

    .common-award-box-jushoList {
        padding-top: 10px;
        margin: 0 -2%;
    }

    .common-award-box-jushoList li {
        width: 29%;
        margin: 20px 2% 0 2%;
        justify-content: flex-start;
    }

    .common-award-box-jushoList li img {}
}

/* ------------------------------------------
shopList
--------------------------------------------- */
.common-shopList {
    color: #fff;
    text-align: center;
}

.common-shopList-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.common-shopList-title:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 44px;
    background: url(../images/icon-shopList.webp) no-repeat;
    top: 5px;
    margin-right: 10px;
}

.common-shopList-lead {
    padding-bottom: 40px;
    text-align: center;
}

.common-shopList-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px;
    background: #414141;
    text-align: left;
    margin-bottom: 30px;
}

.common-shopList-list a {
    color: #fff;
}

.common-shopList-list-item {
    width: 30%;
    margin-right: 5%;
}

.common-shopList-list-item:nth-child(n+4) {
    margin-top: 30px;
}

.common-shopList-list-item:nth-child(3n) {
    margin-right: 0;
}

.common-shopList-list-item h3 {
    background: #272727;
    font-size: 18px;
    padding: 6px 10px 8px;
    line-height: 1;
    margin-bottom: 20px;
}

.common-shopList-list-item ul {
    padding-left: 10px;
}

.common-shopList-list-item li + li {
    padding-top: 5px;
}

.common-shopList-list-item a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffcc00;
    border-right: 2px solid #ffcc00;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: relative;
    top: 1px;
    margin-right: 13px;
}

.common-shopList-list-item .ShopListComment a {
    text-decoration: none;
    }
     
 .common-shopList-list-item  .ShopListComment a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 8px;
    border-top: none; 
    border-right: none; 
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: relative;
    top: 1px;
    margin-right: 0;
    }

@media screen and (max-width: 960px) {
    .common-shopList-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .common-shopList-title:before {
        width: 28px;
        height: 25px;
        top: 5px;
        margin-right: 10px;
        background-size: cover;
    }

    .common-shopList-lead {
        padding-bottom: 20px;
        text-align: left;
    }

    .common-shopList-list {
        display: block;
        padding: 20px;
        margin-bottom: 15px;
    }

    .common-shopList-list-item {
        width: 100%;
        margin-right: 0;
    }

    .common-shopList-list-item h3 {
        font-size: 12px;
        padding: 6px 6px 6px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .common-shopList-list-item ul {
        padding-left: 0;
    }

    .common-shopList-list-item + .common-shopList-list-item {
        margin-top: 30px;
    }
}

/* ------------------------------------------
  footer
--------------------------------------------- */
.footer {
    border-top: 1px solid #cdcdcd;
    padding: 35px 0 80px;
}

.footer-inner {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 40px;
}

.footer-left {}

.footer-logo {
    display: block;
}

.footer-logo span {
    display: block;
    font-size: 12px;
    padding-top: 20px;
}

.footer-copyright {
    padding-top: 30px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    border-top: 1px solid #ccc;
}

.footer-nav + .footer-nav {
    padding-left: 70px;
}

.footer-right {
    display: flex;
    justify-content: space-between;
}

.footer-right li {
    line-height: 1;
    font-weight: 500;
}

.footer-right li + li {
    padding-top: 15px;
}

.footer-right a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #212121;
    border-right: 2px solid #212121;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: relative;
    top: 1px;
    margin-right: 13px;
}

/*topに戻るボタン*/
#page_top {
    position: fixed;
    bottom: 40px;
    right: 70px;
    transform: translateY(200px);
    border: solid 1px #ffffff;
}

#page_top.upmove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(200px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#page_top.downmove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(200px);
    }
}

@media screen and (max-width: 960px) {
    .footer {
        padding: 25px;
        font-size: 12px;
    }

    .footer-inner {
        width: 100%;
        flex-wrap: wrap-reverse;
        padding: 0 0 20px;
    }

    .footer-right {
        width: 100%;
        justify-content: flex-start;
    }

    .footer-nav + .footer-nav {
        padding-left: 40px;
    }

    .footer-right li + li {
        padding-top: 10px;
    }

    .footer-left {
        width: 100%;
        padding-top: 20px;
        text-align: center;
        border-top: 1px solid #ccc;
        margin-top: 25px;
    }

    .footer-copy {
        padding-top: 10px;
    }

    #page_top {
        bottom: 10px;
        right: 10px;
    }

    #page_top img {
        width: 70px;
        height: 70px;
    }

    .footer-logo span {
        display: block;
        font-size: 8px;
        padding-top: 10px;
    }

    .footer-logo img {
        width: 200px;
    }

    .footer-copyright {
        padding-top: 0px;
        font-size: 8px;
        border-top: none;
    }

}

/* ------------------------------------------
  footer contact
--------------------------------------------- */
.common-contact-area {
    background: #ffcc00;
    padding: 40px 0;
    text-align: center;
}

.common-contact-area-inner {
    width: 940px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common-contact-area-img {
    width: 46.67%;
}

.common-contact-area-img img {
    width: 100%;
    height: auto;
}

.common-contact-area-text {
    width: 53%;
    padding-left: 30px;
}

.common-contact-area h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 4px solid;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.common-contact-area h2:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 44px;
    margin-right: 12px;
    position: relative;
    top: 7px;
    background: url(../images/icon-footer-contact.webp) no-repeat;
}

.common-contact-area p {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 25px;
}

.common-contact-area [class^="btn-"] {
    max-width: 370px;
    width: 100%;
    height: 85px;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 500;
}

.common-contact-area [class^="btn-"]:after {
    right: 35px;
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 960px) {
    .common-contact-area {
        padding: 20px;
    }

    .common-contact-area-inner {
        display: block;
        padding: 0;
    }

    .common-contact-area-text {
        width: 100%;
        padding-left: 0;
    }

    .common-contact-area p {
        font-size: 15px;
        padding-bottom: 14px;
    }

    .common-contact-area-img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .common-contact-area-img img {
        width: 210px;
        height: auto;
    }

    .common-contact-area h2 {
        font-size: 25px;
        padding-bottom: 10px;
        display: inline-block;
        border-bottom: 2px solid;
        margin-bottom: 15px;
    }

    .common-contact-area h2:before {
        width: 40px;
        height: 33px;
        margin-right: 12px;
        background: url(../images/icon-footer-contact.webp) no-repeat;
        background-size: cover;
    }

    .common-contact-area-btn {
        position: absolute;
        left: 10px;
        bottom: 20px;
    }

    .common-contact-area [class^="btn-"] {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        font-size: 17px;
        font-weight: 500;
    }

    .common-contact-area [class^="btn-"] span {
        padding-left: 0;
    }

    .common-contact-area [class^="btn-"]:after {
        right: 25px;
        width: 10px;
        height: 10px;
    }
}

.header,
.footer {
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 960px) {

    .header,
    .footer {
        font-size: 12px;
        line-height: 1;
    }
}

/* ------------------------------------------
  loading
--------------------------------------------- */
#loading-bg {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loaded #loading-bg {
    opacity: 0;
    visibility: hidden;
}


/* ------------------------------------------
  fadein
--------------------------------------------- */
/*.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}*/


/* ------------------------------------------
  block
--------------------------------------------- */
.bg-black {
    background: url(../images/bg-black-stripe.svg) repeat;
    background-size: 7px;
}

.bg-gray {
    background: #eee;
}


.main {
    margin-bottom: 120px;
}

body.home .main {
    margin-bottom: 0;
}

.inner {
    max-width: 1040px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.color-blue {
    color: #1928c1;
}

.color-orange {
    color: #ea5513;
}

@media screen and (max-width: 960px) {
    .main {
        margin-bottom: 40px;
    }

    body.home .main {
        margin-bottom: 0;
    }

    .inner {
        width: 100%;
        margin: 0 auto;
    }

    .page .inner,
    .subpage-block .inner {
        padding: 0 20px;
        width: 100%;
        margin: 0 auto;
    }

}

/* ------------------------------------------
  head
--------------------------------------------- */
.common-head-lv2 {
    font-size: 31px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 1px;
    padding: 22px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #1b4697;
    border-top: 5px solid;
}

.common-head-lv3 {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 20px;
    border-left: 10px solid #ffcc00;
    margin-bottom: 20px;
    display: flex;
    align-items: center;

}

.common-head-lv4 {
    font-size: 26px;
    padding-bottom: 10px;
}

.common-head-lv5 {
    font-size: 20px;
    padding-bottom: 10px;
}

.common-head-underline {
    font-size: 24px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}

@media screen and (max-width: 960px) {
    .common-head-lv2 {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 10px 0;
        margin-bottom: 15px;
        border-bottom: 1px solid #1b4697;
        border-top: 2px solid;
    }

    .common-head-lv3 {
        font-size: 16px;
        margin-bottom: 10px;
        border-left: 5px solid #ffcc00;
        padding-left: 15px;
    }

    .common-head-lv4 {
        font-size: 14px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    .common-head-lv5 {
        font-size: 12px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    .common-head-underline {
        font-size: 12px;
        margin-bottom: 10px;
    }

}


/* ------------------------------------------
  Course
--------------------------------------------- */
.common-course-list {
    display: flex;
    flex-wrap: wrap;
}

.common-course-item {
    box-shadow: 2px 2px 6px 0px #99999970;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
}

.common-course-item-title {
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    color: #fff;
}

.common-course-item-title strong {
    display: block;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 5px;
}

.common-course-item-title small {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.common-course-item-text {
    font-weight: 500;
    word-break: break-word;
}

.common-course-list [class^="btn-blue"] {
    font-size: 20px;
}

@media screen and (max-width: 960px) {
    .common-course-list {
        justify-content: center !important;
    }

    .common-course-item {
        border-radius: 15px;
    }

    .common-course-item + li {
        margin-top: 20px;
    }

    .common-course-item-title {
        padding: 10px 0;
    }

    .common-course-item-title strong {
        font-size: 13px;
        padding-bottom: 5px;
    }

    .common-course-item-title small {
        font-size: 9px;
    }

    .common-course-list [class^="btn-blue"] {
        font-size: 17px;
    }
}

/*slide-achivement*/
.common-achievement-wrap {
    padding: 60px 0 70px;
    background: #eeeeee;
}

.common-achievement {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 65px;
    margin-bottom: 15px;
    font-weight: 500;
}

.common-achievement .achievement-img {
    margin: 0px 10px 10px;
}

.common-achievement img {
    width: 268px;
    height: 202px;
}

.common-achievement .achievement-list-title {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

.common-achievement .slick-arrow {
    position: absolute;
    bottom: 0px;
    transition: opacity .4s 0s ease;
    border-bottom: 2px solid;
}

.common-achievement .slick-arrow:hover {
    cursor: pointer;
    opacity: .7;
}

.common-achievement .arrow-prev {
    left: 20%;
    padding-left: 20px;
}

.common-achievement .arrow-next {
    right: 20%;
    padding-right: 20px;
}

.common-achievement .slick-arrow:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px;
    border-right: solid 2px;
    position: absolute;
    top: 11px;
}

.common-achievement .arrow-next:before {
    transform: rotate(45deg);
    right: 10px;
}

.common-achievement .arrow-prev:before {
    transform: rotate(-135deg);
    left: 10px;
}


.common-achievement-wrap .btn-black {
    width: 342px;
    height: 55px;
    border-radius: 8px;
}

.common-achievement-wrap .btn-black:after {
    right: 30px;
    width: 10px;
    height: 10px;
}


@media screen and (max-width: 960px) {
    .common-achievement-wrap {
        padding: 35px 0px 40px !important;
    }

    .common-achievement {
        padding-bottom: 35px;
        margin-bottom: 15px;
    }

    .slide-achivement-item a {}

    .common-achievement .achievement-list-title {
        font-size: 12px;
    }

    .slide-achivement-item-studentName {
        font-size: 12px;
    }

    .achivement-img {
        margin-bottom: 15px;
    }

    .achivement-img img {
        width: 100%;
        height: auto;
    }

    .common-achievement .slick-arrow {
        border-bottom: 1px solid;
    }

    .common-achievement .arrow-next {
        right: 10%;
    }

    .common-achievement .arrow-prev {
        left: 10%;
    }

    .common-achievement .slick-arrow:before {
        border-top: solid 1px;
        border-right: solid 1px;
        top: 8px;
    }

    .common-achievement .arrow-next:before {
        right: 8px;
    }

    .common-achievement .arrow-prev:before {
        left: 8px;
    }

    .common-achievement-wrap .btn-black {
        width: 50.67vw;
        max-width: 342px;
        height: 40px;
        border-radius: 5px;
    }

    .common-achievement-wrap .btn-black:after {
        right: 20px;
        width: 8px;
        height: 8px;
    }
}

/* ------------------------------------------
  wp-pagenavi 
--------------------------------------------- */
/*pager*/
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi .current {
    background: #212121;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

.wp-pagenavi .page {
    border: 1px solid;
    color: #212121;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .first {
    text-indent: -9999px;
    position: relative;
    display: inline-flex;
    width: 20px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi .previouspostslink span,
.wp-pagenavi .nextpostslink span,
.wp-pagenavi .last span,
.wp-pagenavi .first span {
    display: none;
}

.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .last:before,
.wp-pagenavi .last:after,
.wp-pagenavi .first:before,
.wp-pagenavi .first:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 14px;
}

.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .last:before {
    left: 10px;
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.wp-pagenavi .last:after {
    left: 17px;
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.wp-pagenavi .first:before,
.wp-pagenavi .first:after,
.wp-pagenavi .previouspostslink:before {
    right: 10px;
    border-bottom: 1px solid #212121;
    border-left: 1px solid #212121;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.wp-pagenavi .first:after {
    right: 17px;
    border-bottom: 1px solid #212121;
    border-left: 1px solid #212121;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

/* ------------------------------------------
  subpage title
--------------------------------------------- */
[class$="page-title"] {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.page-title-inner span {
    display: block;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #ffcc00;
    font-size: 16px;
    padding-top: 15px;
}

.about-page-title {
    background: url(../images/about/img-title.webp) no-repeat center;
}

.achievement-page-title {
    background: url(../images/achievement/img-title.webp) no-repeat center;
}

.blog-page-title {
    background: url(../images/blog/img-title.webp) no-repeat center;
}

.access-page-title {
    background: url(../images/access/img-title.webp) no-repeat center;
}

.qa-page-title {
    background: url(../images/qa/img-title.webp) no-repeat center;
}

.biz-page-title {
    background: url(../images/biz/img-title.webp) no-repeat center;
}

.carsecurity-page-title {
    background: url(../images/carsecurity/img-title.webp) no-repeat center;
}

.homesecurity-page-title {
    background: url(../images/homesecurity/img-title.webp) no-repeat center;
}

.personalsecurity-page-title {
    background: url(../images/personalsecurity/img-title.webp) no-repeat center;
}

.anshinsupport-page-title {
    background: url(../images/anshinsupport/img-title.webp) no-repeat center;
}

.contact-page-title {
    background: url(../images/contact/img-title.webp) no-repeat center;
}

.privacy-page-title {
    background: url(../images/privacy/img-title.webp) no-repeat center;
}



@media screen and (max-width: 960px) {
    [class$="page-title"] {
        height: 125px;
        background-size: cover !important;
        font-size: 20px;
    }

    .page-title-inner span {
        font-size: 8px;
        padding-top: 7px;
    }

}

/* ------------------------------------------
  table
--------------------------------------------- */
.common-table {
    width: 100%;
}

.common-table tr {
    border: 1px solid #ccc;
}

.common-table th,
.common-table td {
    padding: 20px 30px;
}

.common-table th {
    width: 15%;
    background: #f8f8f8;
    vertical-align: middle;
}

.common-table td {
    width: 85%;
}

.common-table td a {
    color: #1b4697;
    text-decoration: underline;
}

.common-table + .common-head-underline {
    padding-top: 40px;
}

@media screen and (max-width: 960px) {
    .common-table {
        font-size: 10px;
    }

    .common-table tr {
        border: 1px solid #ccc;
    }

    .common-table th,
    .common-table td {
        padding: 10px;
    }

    .common-table th {
        width: 25%;
    }

    .common-table td {
        width: 75%;
    }

    .common-table + .common-head-underline {
        padding-top: 30px;
    }

}

/* ------------------------------------------
  subpage common
--------------------------------------------- */
.subpage-block + .subpage-block {
    margin-top: 90px;
}

.common-contact-wrap + .subpage-block {
    margin-top: 50px;
}

.subpage-img-radius {
    border-radius: 30px;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
    .subpage-block + .subpage-block {
        margin-top: 50px;
    }

    .subpage-img-radius {
        border-radius: 15px;
    }

    .subpage-title-img img {
        width: 100%;
        height: auto;
    }

    .subpage-title-img {
        margin-bottom: 20px;
    }

    .common-contact-wrap + .subpage-block {
        margin-top: 25px;
    }

}


/* ------------------------------------------
  modal
--------------------------------------------- */
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 700px;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 80%;
}

.modal__content .js-modal-close {
    display: block;
    padding-bottom: 20px;
}

.modal__content .js-modal-open:hover {
    cursor: pointer;
}

.modal__content table th,
.modal__content table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.modal__content table tr:nth-child(n + 2) th {
    width: 20%;
}

.modal__content table {
    width: 100%;
}

.modal__content table tr th:first-child,
.modal__content table tr td:first-child {
    width: 20%;
}

.mw_wp_input .js-modal-open {
    background: #ddd;
    font-size: 90%;
    color: #212121;
    text-decoration: none;
    margin-left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-right: 15px;
    border-radius: 5%;
}

.mw_wp_input .js-modal-open:hover {
    cursor: pointer;
}

@media screen and (max-width: 960px) {

    .mw_wp_input .js-modal-open {
        margin: 10px 0 0 0;
        height: 30px;
    }


    .modal__content table th,
    .modal__content table td {
        width: auto;
        display: table-cell;
        border-collapse: collapse;
    }

}
