@media(max-width:968px) {

    /* SPの時は非表示 */
    .spNone {
        display: none !important;
    }
}

@media(min-width:969px) {

    /* PCの時は非表示 */
    .pcNone {
        display: none !important;
    }
}

* {
    margin: 0;
    padding: 0;
}


.spnone {
    display: ;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.025em;
    font-family: 'Noto Sans JP', sans-serif;
    max-width: 100%;
}

/* font family ---------- */

.nsw100 {
    font-weight: 100
}

.nsw300 {
    font-weight: 300
}

.nsw400 {
    font-weight: 400
}

.nsw500 {
    font-weight: 500
}

.nsw600 {
    font-weight: 600
}

.nsw700 {
    font-weight: 700
}

.nsw900 {
    font-weight: 900
}

/* initialize ---------- */

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

a {
    text-decoration: none;
    font-weight: bold;
    display: block;
}

h2 {
    font-size: 2.4rem;
    font-weight: 400;
}

h3 {
    font-size: 4.5rem;
    font-weight: 500;
}

h4 {
    font-size: 4rem;
    color: black;
    font-weight: 500;
}

p {
    line-height: 3.8rem;
}

a {
    transition: 0.45s;
}

a:hover {
    transition: 0.45s;
}

.blue {
    color: #004EA2;
}

.black {
    color: #000;
}

.white {
    color: white;
}

.fs30 {
    font-size: 3rem;
}

.bg_gray {
    background: #f4f4f4;
    padding: 60px 0;
}

/* header ---------- */

.header {
    width: 100%;
    position: fixed;
    z-index: 1;
    transition: 0.5s;
}

.header_inner {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: 0 20px;
    box-sizing: border-box;
    transition: 0.5s;
    /* background: rgba(255, 255, 255, 1); */
    background: white;
}

.logo img {
    width: 240px;
}

.navigations {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.navigations li {
    margin-right: 40px;
    display: block;
}

.navigations li:nth-child(2) {
    margin-right: 40px;
    display: block;
    position: relative;
}

.navigations li a {
    color: white;
    font-weight: 500;
    display: block;
    position: relative;
    transition: all .45s;
}

.navigations li a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    background: white;
    height: 2px;
    transition: all .45s;
    transform: scale(0, 1);
    transform-origin: left top;
    display: block;
}

.navigations li a:hover::after {
    transform: scale(1, 1);
}

.navigations li:last-child {
    margin-right: 0;
    display: block;
}

.navigations span.contact_btn a {
    background: white;
    border-radius: 25px;
    padding: 9px 32px;
    color: #004EA2;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

.navigations span.contact_btn a:hover {
    background: #004EA2;
    color: white;
    display: flex;
    align-items: center;
}

.mail_icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 10px;
}

/* scroll_active_navigation---------------------- */

.bg_scroll {
    background: white;
    transition: 0.5s;
    color: black;
    height: 70px;
}

.scroll_active_navigation {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.scroll_active_navigation li {
    margin-right: 40px;
    display: block;
}

.scroll_active_navigation li a {
    color: black;
    font-weight: 500;
    display: block;
    position: relative;
    transition: all .45s;
    box-sizing: border-box;
}

.scroll_active_navigation li a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    background: #004EA2;
    height: 2px;
    transition: all .45s;
    transform: scale(0, 1);
    transform-origin: left top;
    display: block;
}

.scroll_active_navigation .sub_navigation a::after {
    content: '';
    position: absolute;
    bottom: 47px;
    left: 0;
    width: 100%;
    background: #004EA2;
    height: 2px;
    transition: all .45s;
    transform: scale(0, 1);
    transform-origin: left top;
    display: block;
}

.scroll_active_navigation li a:hover::after {
    transform: scale(1, 1);
}

.scroll_active_navigation li:last-child {
    margin-right: 0;
    display: block;
}

.scroll_active_navigation span.contact_btn a {
    background: #004EA2;
	border-radius:1px;
    padding: 10px 40px;
    color: white;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

.scroll_active_navigation span.contact_btn a:hover {
    background: #004EA2;
    color: white;
    display: flex;
    align-items: center;
}

.mail_icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 10px;
}

/* btn---------------------- */

.button a {
    display: block;
    width: 258px;
    padding: 19px 0;
    color: white;
    text-align: center;
    background: #004EA2;
    margin-top: 30px;
    position: relative;
    max-width: 258px;
}

.button a:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.btn_center {
    margin: 0 auto;
    max-width: 258px;
}

.arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.button_only_bg_white a {
    display: block;
    background: white;
    color: #004EA2;
    margin: 0 auto;
}

.button_only_bg_interview_white a {
    display: block;
    background: white;
    color: #004EA2;
    margin: 0 auto;
    margin-top: 15px;
}


/* copy animations---------------------- */

.menu {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.menu:nth-child(1) {
    -webkit-animation: delay 0.5s ease 0.5s 1 forwards;
    animation: delay 0.5s ease 0.5s 1 forwards;
}

.menu:nth-child(2) {
    -webkit-animation: delay 0.5s ease 1s 1 forwards;
    animation: delay 0.5s ease 1s 1 forwards;
}

.menu:nth-child(3) {
    -webkit-animation: delay 0.5s ease 1.5s 1 forwards;
    animation: delay 0.5s ease 1.5s 1 forwards;
}

.menu:nth-child(4) {
    -webkit-animation: delay 0.5s ease 2s 1 forwards;
    animation: delay 0.5s ease 2s 1 forwards;
}

.menu:nth-child(5) {
    -webkit-animation: delay 0.5s ease 2.5s 1 forwards;
    animation: delay 0.5s ease 2.5s 1 forwards;
}

.menu:nth-child(6) {
    -webkit-animation: delay 0.5s ease 3s 1 forwards;
    animation: delay 0.5s ease 3s 1 forwards;
}

@-webkit-keyframes delay {
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes delay {
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}


/* slick slider---------------------- */

.slider-wrap01 {
    margin: 40px auto;
}

.slick {
    display: none;
}

.slick.slick-initialized {
    display: block;
}

.slick-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 100;
    padding: 4px 8px;
    background: white;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    color: gray;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.slick-arrow:hover {
    opacity: .6;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
    list-style: none;
    display: none;
}

.slick-dots li {
    display: inline-block;
    margin: 0 8px;
    display: none;
}

.slick-dots li button {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    background: #aaa;
    border: 0;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
}

.slick-dots .slick-active button,
.slick-dots li button:hover {
    background: #222;
}

.slick02 .slick-slide {
    transition: .8s ease-in-out;
    transform: scale(.85);
    text-align: center;
}

.slick02 .slick-current {
/*     transform: scale(1); */
    filter: blur(0);
}

.slick02 .slick-current h3 {
/*     transform: scale(1); */
    display: block !Important;
    animation: fadeIn 2s linear;
    animation-fill-mode: both;
}


/* sub_mainVisual area */
.sub_mainVisuals {
    position: relative;
	padding-top:70px;
}

.sub_mainVisuals img {
    width: 100%;
    /* height: 526px; */
/*     backface-visibility: hidden; */
}

.sub_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #004EA2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    font-size: 2.6rem;
}

/* インタビューページ用MV */

.sub_interview_mainVisuals {
    position: relative;
    width: 100%;
    padding-top: 70px;
}

.interview_main_inner {
    display: flex;
    /* justify-content: space-between; */
}

.intervie_txt {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    background: #f2f2f2;
    padding: 30px 50px;
    box-sizing: border-box;
	width:35%;
}

.intervie_txt h2 {
    font-size: 2vw;
}

.number_profile {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.interview_main_image {
    margin-left: auto;
    position: relative;
    padding-left: 150px;
}

.interview_main_image img {
    width: 62.70833333vw;
    /* width: 100%; */
    /* min-width: 800px; */
}

.number_wrap {
    width: 100px;
    height: 100px;
    background: #004EA2;
    color: white;
    box-sizing: border-box;
    padding: 16px 0;
    margin: 0;
    margin-right: 20px;
}

.number_wrap span.en {
    font-size: 1.4rem;
    text-align: center;
    display: block;
}

.number_wrap span.number {
    font-size: 3rem;
    /* font-style: italic; */
    font-weight: bold;
    text-align: center;
    display: block;
}

.profile p {
    line-height: 1;
    margin-bottom: 10px;
}

.profile p:last-child {
    line-height: 1;
    margin-bottom: 0px;
}

.bread_crumb {
    font-size: 14px;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.bread_crumb a {
    display: block;
    color: #000;
    font-weight: 400;
}

.bread_crumb span {
    display: block;
}

.bread_crumb span:nth-child(2) {
    color: #004EA2;
}

.sub_features_text {
    text-align: center;
}

.mt11 {
    margin-top: 11px;
}

small {
    font-size: 1.1rem;
    text-align: center;
    display: block;
    background: #2B2B2B;
    color: white;
    padding: 3px 0;
}


/* -------------------------------
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

スマートフォンスタイル

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
--------------------------------*/
@media(max-width:968px) {

    * {
        margin: 0;
        padding: 0;
    }

    html {
        scroll-behavior: smooth;
        font-size: 62.5%;
        overflow-x: hidden;
    }

    body {
        position: relative;
        font-size: 16px;
        letter-spacing: 0.025em;
        font-family: 'Noto Sans JP', sans-serif;
        max-width: 100%;
    }

    /* font family ---------- */

    .nsw100 {
        font-weight: 100
    }

    .nsw300 {
        font-weight: 300
    }

    .nsw400 {
        font-weight: 400
    }

    .nsw500 {
        font-weight: 500
    }

    .nsw600 {
        font-weight: 600
    }

    .nsw700 {
        font-weight: 700
    }

    .nsw900 {
        font-weight: 900
    }

    /* initialize ---------- */

    img {
        max-width: 100%;
    }

    a {
        text-decoration: none;
        font-weight: bold;
        display: block;
    }

    h2 {
        font-size: 2.0rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 1.8rem;
        color: black;
    }

    p {
        line-height: 2.8rem;
    }

    a {
        transition: 0.45s;
    }

    a:hover {
        transition: 0.45s;
    }

    .blue {
        color: #004EA2;
    }

    .black {
        color: #000;
    }

    .white {
        color: white;
    }

    .fs30 {
        font-size: 2rem;
    }

    .bg_gray {
        background: #f4f4f4;
        padding: 30px 0;

    }

    /* header ---------- */
    .header_sp {
        width: 100%;
        z-index: 1;
    }

    .header_sp_inner {
        position: relative;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 10px;
    }

    .logo_sp {
        width: 100%;
    }

    .logo_sp img {
        max-width: 160px;
    }


    .header {
        width: 100%;
        position: fixed;
        z-index: 1;
        transition: 0.5s;
    }

    .header_inner {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        font-size: 1.8rem;
        padding: 0 20px;
        box-sizing: border-box;
        transition: 0.5s;
        /* background: rgba(255, 255, 255, 1); */
        background: white;
    }

    .logo img {
        width: 240px;
    }

    .navigations {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .navigations li {
        margin-right: 40px;
        display: block;
    }

    .navigations li:nth-child(2) {
        margin-right: 40px;
        display: block;
        position: relative;
    }

    .navigations li a {
        color: white;
        font-weight: 500;
        display: block;
        position: relative;
        transition: all .45s;
    }

    .navigations li a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        background: white;
        height: 2px;
        transition: all .45s;
        transform: scale(0, 1);
        transform-origin: left top;
        display: block;
    }

    .navigations li a:hover::after {
        transform: scale(1, 1);
    }

    .navigations li:last-child {
        margin-right: 0;
        display: block;
    }

    .navigations span.contact_btn a {
        background: white;
        border-radius: 25px;
        padding: 9px 32px;
        color: #004EA2;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
    }

    .navigations span.contact_btn a:hover {
        background: #004EA2;
        color: white;
        display: flex;
        align-items: center;
    }

    .mail_icon {
        display: inline-block;
        margin-right: 5px;
        font-size: 10px;
    }


    /* scroll_active_navigation---------------------- */

    .bg_scroll {
        background: white;
        transition: 0.5s;
        color: black;
        height: 70px;
    }

    .scroll_active_navigation {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .scroll_active_navigation li {
        margin-right: 40px;
        display: block;
    }

    .scroll_active_navigation li a {
        color: black;
        font-weight: 500;
        display: block;
        position: relative;
        transition: all .45s;
    }

    .scroll_active_navigation li a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        background: #004EA2;
        height: 2px;
        transition: all .45s;
        transform: scale(0, 1);
        transform-origin: left top;
        display: block;
    }

    .scroll_active_navigation li a:hover::after {
        transform: scale(1, 1);
    }

    .scroll_active_navigation li:last-child {
        margin-right: 0;
        display: block;
    }

    .scroll_active_navigation span.contact_btn a {
        background: #004EA2;
        border-radius: 25px;
        padding: 9px 32px;
        color: white;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
    }

    .scroll_active_navigation span.contact_btn a:hover {
        background: #004EA2;
        color: white;
        display: flex;
        align-items: center;
    }

    .mail_icon {
        display: inline-block;
        margin-right: 5px;
        font-size: 10px;
    }

    /* btn---------------------- */

    .button_wrap.button a {
        width: 100% !important;
    }

    .button a {
        display: block;
        width: 100%;
        max-width: 80%;
        padding: 14px 0;
        color: white;
        text-align: center;
        background: #004EA2;
        margin: 0 auto;
        margin-top: 30px;
        position: relative;
        /* max-width: 180px; */
    }

    .button a:hover {
        opacity: 0.8;
        transition: 0.5s;
    }

    .btn_center {
        margin: 0 auto;
        max-width: 220px;
    }

    .arrow {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
    }

    .arrow {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
    }

    .button_only_bg_white a {
        display: block;
        background: white;
        color: #004EA2;
        margin: 0 auto;
    }

    .button_only_bg_interview_white a {
        display: block;
        background: white;
        color: #004EA2;
        margin: 0 0;
        margin-top: 15px;
    }


    /* copy animations---------------------- */

    .menu {
        display: block;
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .menu:nth-child(1) {
        -webkit-animation: delay 0.5s ease 0.5s 1 forwards;
        animation: delay 0.5s ease 0.5s 1 forwards;
    }

    .menu:nth-child(2) {
        -webkit-animation: delay 0.5s ease 1s 1 forwards;
        animation: delay 0.5s ease 1s 1 forwards;
    }

    .menu:nth-child(3) {
        -webkit-animation: delay 0.5s ease 1.5s 1 forwards;
        animation: delay 0.5s ease 1.5s 1 forwards;
    }

    .menu:nth-child(4) {
        -webkit-animation: delay 0.5s ease 2s 1 forwards;
        animation: delay 0.5s ease 2s 1 forwards;
    }

    .menu:nth-child(5) {
        -webkit-animation: delay 0.5s ease 2.5s 1 forwards;
        animation: delay 0.5s ease 2.5s 1 forwards;
    }

    .menu:nth-child(6) {
        -webkit-animation: delay 0.5s ease 3s 1 forwards;
        animation: delay 0.5s ease 3s 1 forwards;
    }

    @-webkit-keyframes delay {
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes delay {
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }


    /* slick slider---------------------- */

    .slider-wrap01 {
        margin: 40px auto;
    }

    .slick {
        display: none;
    }

    .slick.slick-initialized {
        display: block;
    }

    .slick-slide img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 100;
        padding: 4px 8px;
        background: white;
        border: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        font-size: 18px;
        color: gray;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        cursor: pointer;
    }

    .slick-arrow:hover {
        opacity: .6;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    .slick-dots {
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 100%;
        font-size: 0;
        text-align: center;
        list-style: none;
        display: none;
    }

    .slick-dots li {
        display: inline-block;
        margin: 0 8px;
        display: none;
    }

    .slick-dots li button {
        display: block;
        font-size: 0;
        line-height: 0;
        width: 12px;
        height: 12px;
        background: #aaa;
        border: 0;
        border-radius: 50%;
        color: transparent;
        cursor: pointer;
    }

    .slick-dots .slick-active button,
    .slick-dots li button:hover {
        background: #222;
    }

    .slick02 .slick-slide {
        transition: .8s ease-in-out;
        transform: scale(.85);
        text-align: center;
    }

    .slick02 .slick-current {
/*         transform: scale(1); */
        filter: blur(0);
    }

    .slick02 .slick-current h3 {
        transform: scale(1);
        display: block !Important;
        animation: fadeIn 2s linear;
        animation-fill-mode: both;
    }


    /* sub_mainVisual area */
    .sub_mainVisuals {
        position: relative;
		padding-top:0;
    }

    .sub_mainVisuals img {
        width: 100%;
        /* height: 526px; */
        backface-visibility: hidden;
    }

    .sub_copy {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        color: #004EA2;
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
        font-size: 1.6rem;
        width: 80%;
    }

    /* インタビューページ用MV */

    .sub_interview_mainVisuals {
        position: relative;
        width: 100%;
        padding-top: 0;
    }

    .sub_interview_mainVisuals img {}

    .interview_main_inner {
        display: block;
        position: relative;
        /* justify-content: space-between; */
    }

    .intervie_txt_sp {
        position: static;
        /* top: 0; */
        left: 0;
        bottom: 0;
        transform: translate(0, 0);
        background: none;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        background: white;
        padding: 10px;
        margin-left: 0;
        margin: 0 auto;
        margin-top: 0;
        align-items: center;
        justify-content: left;
        position: relative;
        background: #f5f5f5;
    }

    .intervie_txt_sp h2 {
        font-size: 18px;
        font-weight: 400;
        margin-left: 0;
    }

    .number_profile {
        margin-top: 0;
        /* display: flex; */
        align-items: center;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .interview_main_image {
        margin-left: auto;
        position: relative;
        padding-left: 0;
        font-size: 0;
        border: 0;
    }

    .interview_main_image img {
        width: 100%;
    }

    .number_wrap {
        width: 70px;
        height: 70px;
        background: #004EA2;
        color: white;
        box-sizing: border-box;
        /* padding: 10px 0; */
        margin: 0;
        margin-right: 0;
    }

    .number_wrap span.en {
        font-size: 1.1rem;
        text-align: center;
        display: block;
    }

    .number_wrap span.number {
        font-size: 1.8rem;
        /* font-style: italic; */
        font-weight: bold;
        text-align: center;
        display: block;
    }

    .profile {
        background: white;
        padding: 0 10px;
        margin-top: 0;
        box-sizing: border-box;
        max-width: 180px;
        height: 70px;
        line-height: 70px;
        display: inline-block;
    }

    .profile p {
        line-height: 70px;
        font-size: 1.2rem;
        text-align: left;
        margin-top: 0;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
    }

    .profile p:last-child {
        line-height: 1.5rem;
        margin-bottom: 0px;
    }

    .bread_crumb {
        font-size: 11px;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        text-align: right;
        align-items: center;
        margin-bottom: 30px;
        color: #222;
    }

    .bread_crumb a {
        display: block;
        color: #000;
        font-weight: 400;
    }

    .bread_crumb span {
        display: block;
    }

    .bread_crumb span:nth-child(2) {
        color: #004EA2;
    }

    .sub_features_text {
        text-align: center;
    }

    .mt11 {
        margin-top: 11px;
    }

}

@media(min-width:969px) {

    .sp_Header {
        display: none;
    }
}

.sp_contact {
    background: #004EA2;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_contact_aicon {
    color: white;
    font-size: 20px;
    margin-top: 4px;
}

.menuButton {
    display: block;
    height: 50px;
    width: 50px;
    background: #222;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.menuButton div {
    height: 2px;
    width: 60%;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.menuButton div:nth-of-type(1) {
    transform: translate(-50%, -8px);
}

.menuButton div:nth-of-type(3) {
    transform: translate(-50%, 8px);
}

.menuButton.active div:nth-of-type(1) {
    transform: rotate(45deg) translate(-50%, 0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.menuButton.active div:nth-of-type(2) {
    display: none;
}

.menuButton.active div:nth-of-type(3) {
    transform: rotate(-45deg) translate(-50%, 0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

#nav {
    position: absolute;
    transition: all .25s;
    top: 50px;
    right: 0;
    overflow: hidden;
}

#nav.active {
    opacity: 1;
    overflow: inherit;
}

.sp_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    transform: translateX(75vw);
    transition: all .25s;
    padding: 0 0;
    overflow-y: scroll;
}

.sp_menu.open {
    transform: translateX(0);
    transition: all .25s;
}

.sp_menu li a:nth-last-child() {
    border-top: none;
    display: block;
}

.sp_menu li a {
    background: #004EA2;
    padding: 20px 10px;
    border-top: 1px solid #022b57;
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    display: block;
}

#close.hide {
    transform: translateX(-75vw);
    transition: all .25s;
}




.slide_sub_menu_item {
    font-size: 20px;
}

.slide_sub_menu_item .slide_sub_menu {
    background: #004EA2;
    padding: 20px 10px;
    border-top: 1px solid #022b57;
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    display: block;
    cursor: pointer;
}

.slide_sub_menu{
    position: relative;
}

.slide_sub_menu_item .slide_sub_menu a {
    color: white;
    display: block;
    cursor: pointer;
}

.slide_bottom_aicon{
    position: relative;
}

.slide_sub_menu_item .slide_bottom_aicon:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #fff;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.slide_sub_menu_item .slide_bottom_aicon:after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #fff;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
}

.slide_sub_menu_item .slide_sub_menu.active:after {
    display: none;
}

.slide_sub_menu_item .slide_sub_menus {
    background-color: #eee;
    color: #2B2B2B;
    display: none;
    position: relative;
}

.slide_sub_menus a {
    border-top: 1px solid #2B2B2B;
    color: #2B2B2B;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 10px 10px;
    box-sizing: border-box;
    display: block;
    transition: all .25s;
    cursor: pointer;
}

.slide_sub_menus a span{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}