@charset "UTF-8"; /*==========================
共通
===========================*/
* {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url("../common/img/bg.png");
    color: #333;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

@media all and (-ms-high-contrast:none) {
    .ms {
        font-family: 'メイリオ', 'Meiryo', sans-serif;
    }
}

img {
    max-width: 100%;
}

strong {
    font-size: 1.25em;
    font-weight: 700;
    color: #182d68;
}

.title {
    padding: 2em 1em 1em;
}

.title h2 {
    font-size: 32px;
    color: #182d68;
    font-weight: 700;
    /* border-bottom: 3px solid #182d68; */
    line-height: 1.2;
    width: 80%;
    margin: auto;
}

.title span {
    color: #3299e6;
    font-size: 0.9em;
    font-weight: 700;
}

a:link {
    transition: 0.6s;
    text-decoration: none;
    font-weight: 700;
    color: #333;
}

a:visited {
    color: #333;
}

a:hover {
    transition: 0.3s;
}

a:active {
    color: #000;
}

img {
    display: block;
}

.small {
    font-size: 0.8em;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

.xsp_only {
    display: none;
}

.t_r {
    text-align: right;
}

.t_l {
    text-align: left;
}

.bold {
    font-weight: 600;
}

.size_up {
    font-size: 1.4em;
}

.size_down {
    font-size: 0.7em;
    font-weight: 400;
}

img.w75 {
    width: 75%!important;
}

@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .xsp_only {
        display: none;
    }

    .t_r {
        text-align: center;
    }

    .t_l {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-weight: 500;
    }

    .xsp_only {
        display: block;
    }
}

/*==========================
コンテナ
===========================*/
section, footer, .page-ttl-area {
    margin-left: 160px;
    overflow: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2%;
}

@media screen and (max-width: 960px) {
    section, footer, .page-ttl-area {
        margin-left: 0;
    }

    .container {
        width: 100%;
        padding: 0 4%;
    }
}

/*==========================
ヘッダー
===========================*/
header {
    background-color: #182d68;
    width: 160px;
    height: 100vh;
    position: fixed;
    z-index: 100;
    transition: 0.3s;
}

header:hover {
    background-color: #0f3384;
    transition: 0.3s;
}

nav {
    display: block;
}

.logo {
    width: 160px;
    background: #fff;
    display: block;
    padding: 18px 30px 4px;
    line-height: 2.4;
}

header nav ul {
    display: flex;
    margin: 0 3em;
}

header nav ul li {
    padding: 0 2em;
}

header nav ul li img {
    width: 62%;
}

header nav ul li span {
    display: block;
    font-size: 14px;
    color: #182d68;
}

header nav ul li:hover {
    opacity: 0.7;
    transition: 0.3s;
}

@media screen and (max-width: 960px) {
    header {
        background-color: #182d68;
        width: 100%;
        height: 90px;
        position: fixed;
        z-index: 100;
        transition: 0.3s;
    }

    .logo img {
    }

    header nav ul li {
        padding: 0 1.3em;
    }
}

@media screen and (max-width: 480px) {
    header {
        width: 100%;
        height: 70px;
        transition: 0.3s;
    }

    header nav ul li span {
        font-size: 12px;
    }

    .logo img {
        width: 75px;
    }

    .logo {
        width: 115px;
        background: #fff;
        display: block;
        padding: 11px 20px 1px;
        line-height: 2.4;
        font-size: 12px;
    }

    header nav ul li img {
        width: 90%;
    }
}

/*ハンバーガーメニュー*/
/*メニュー部分*/
nav {
    display: none;
    position: fixed;
    top: 0;
    left: 160px;
    width: 600px;
    height: 100vh;
    background: rgba(255,255,255,0.97);
    z-index: 90;
}

header nav ul {
    display: block;
    width: 100%;
    position: absolute;
    top: 5%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

header nav ul li {
    margin: 0 auto;
    padding: 4% 6%;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
}

header nav ul li:last-child {
    border: none;
}

header nav ul li a {
    display: block;
    color: #000;
}

/*開閉ボタン*/
#nav_toggle {
    width: 160px;
    height: 80vh;
    position: absolute;
    z-index: 200;
    cursor: pointer;
}

#nav_toggle .hum {
    position: relative;
    top: 33vh;
}

#nav_toggle span {
    display: block;
    height: 3px;
    background: #fff;
    position: relative;
    width: 40px;
    left: 60px;
    transition: 0.3s ease-in-out;
}

#nav_toggle .hum p {
    color: #fff;
    position: relative;
    text-align: center;
    top: 30px;
    font-size: 14px;
    font-weight: 500;
}

#nav_toggle span:nth-child(1) {
    top: 0px;
}

#nav_toggle span:nth-child(2) {
    top: 10px;
}

#nav_toggle span:nth-child(3) {
    top: 20px;
}

/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav_toggle span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}

@media screen and (max-width: 960px) {
    nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 72%;
        height: 100vh;
        background: rgba(255,255,255,0.97);
    }

    header nav ul {
        display: block;
        width: 100%;
        position: absolute;
        top: 6%;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
    }

    header nav ul li {
        margin: 0 auto;
        padding: 5% 7%;
        font-size: 24px;
        border-bottom: 1px solid #ccc;
    }

    #nav_toggle {
        width: 100px;
        height: 80px;
        top: 18px;
        right: 30px;
    }

    #nav_toggle .hum {
        position: relative;
        top: 0;
    }

    #nav_toggle span {
        display: block;
        height: 3px;
        background: #fff;
        position: relative;
        width: 40px;
        left: 60px;
        transition: 0.3s ease-in-out;
    }

    #nav_toggle .hum p {
        color: #fff;
        position: relative;
        text-align: right;
        top: 29px;
        font-size: 14px;
        font-weight: 500;
    }

    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 75%;
    }
}

@media screen and (max-width: 480px) {
    nav {
        width: 75%;
    }

    header nav ul {
        top: 6%;
    }

    header nav ul li {
        font-size: 22px;
        border-bottom: 1px solid #ccc;
    }

    #nav_toggle {
        width: 100px;
        height: 80px;
        top: 12px;
        right: 23px;
    }

    #nav_toggle .hum {
        top: 0;
    }

    #nav_toggle span {
        display: block;
        height: 3px;
        background: #fff;
        position: relative;
        width: 35px;
        left: 62px;
        transition: 0.3s ease-in-out;
    }

    #nav_toggle .hum p {
        color: #fff;
        position: relative;
        text-align: right;
        top: 21px;
        font-size: 14px;
        font-weight: 500;
    }
}

/*==========================
フッター
===========================*/
footer {
    color: #e2e2e2;
    font-size: 13px;
    background: url(../common/img/logo_f.svg) no-repeat bottom 60px right 52px, #212a37;
    background-size: 50px auto;
}

footer a:link {
    color: #e2e2e2;
    font-weight: 500;
}

footer a:visited {
    color: #e2e2e2;
    font-weight: 500;
}

footer a:hover {
    color: #fff;
    transition: 0.3s;
}

footer a:active {
    color: #e2e2e2;
}

footer .footer_group {
    display: flex;
    padding: 3em 7em 6em 3em;
    margin-right: 2em;
    margin: 0 auto;
}

footer .company {
    padding-right: 7%;
}

footer .company .comp {
    font-size: 17px;
    font-weight: 600;
}

footer .company p {
    line-height: 1.8;
}

footer .footer_nav {
    margin: 0 auto;
}

footer .footer_nav li {
    margin: 0.4em auto;
}

footer .footer_nav li span {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0.5em;
}

footer .copy p {
    text-align: center;
    border-top: 1px solid #e2e2e2;
    padding: 1em;
    margin: 0;
    vertical-align: bottom;
    font-size: 10px;
}

footer .fab {
    width: 36px;
    font-size: 22px;
    padding-top: 0.8em;
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
    font-size: 26px;
    margin-right: 6px;
    margin-top: 10px;
}

footer address .f_tel {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    padding: 2px 12px;
    border: #e2e2e2 2px solid;
    margin: 6px 0 3px;
    border-radius: 20px;
    font-weight: 700;
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
    footer .footer_group {
        display: block;
        padding: 2em 2em;
    }

    footer .company {
        padding: 0 0 2em 0;
    }

    footer .footer_nav {
        float: left;
        width: 38%;
        margin-bottom: 2em;
    }

    .clearfix:after {
        content: "";
        display: block;
        clear: both;
    }
}

/*トップへ戻るボタン*/
footer .totop {
    position: fixed;
    bottom: 130px;
    right: 40px;
    z-index: 15;
    width: 75px;
}

footer .contact .totop img {
    width: 100px;
    backface-visibility: hidden;
}

@media screen and (max-width: 480px) {
    footer {
        background: url(../common/img/logo_f.svg) no-repeat bottom 65px right 30px, #212a37;
        background-size: 50px auto;
    }

    footer .footer_group {
        display: block;
        padding: 2em 2em;
    }

    footer .company {
        padding: 0 0 2em 0;
    }

    footer .footer_nav {
        float: none;
        width: auto;
        margin-bottom: 1em;
    }

    footer .fa {
        padding-top: 1em;
    }

    footer .footer_nav li {
        margin: 0 auto;
    }

    footer .totop {
        bottom: 130px;
        right: 25px;
        width: 60px;
    }
}

/*==========================
コンテンツ
===========================*/
.page-ttl-area {
    background-image: url(img/bg_ttl_partner.jpg);
    z-index: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 340px;
}

.page-ttl-area::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24,45,104,0.55);
    mix-blend-mode: multiply;
}

.page-ttl {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    transform: translateY(50px);
}

.page-ttl .litle {
    font-size: 0.8em;
}

@media screen and (min-width: 768px) {
    .page-ttl {
        font-size: 60px;
        line-height: 1.5;
        transform: translateY(15px);
    }
}

.check-sheet {
    background-color: rgba(103,188,226,0.1);
    text-align: center;
    padding: 0 20px 30px;
}

.check-sheet-wrap {
    background-color: #fff;
    padding: 30px 15px 10px;
    border-radius: 12px;
}

.partner h2 {
    color: #182d68;
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0;
}

.check-sheet .img-box img {
    width: 160px;
    margin: auto;
}

.check-sheet p {
    font-size: 16px;
    font-weight: 700;
    padding: 30px 0 15px;
}

.check-sheet li {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    border-bottom: 1px solid #707070;
    padding: 15px 0 15px 35px;
    position: relative;
}

.check-sheet li:last-child {
    border-bottom: none;
}

.check-sheet li::before {
    content: "";
    width: 1em;
    height: 1em;
    background-image: url(img/check.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5em;
    margin: auto;
}

.check-sheet .small {
    font-size: 0.8em;
}

@media screen and (min-width: 768px) {
    .check-sheet {
        padding: 20px 40px 40px;
    }

    .check-sheet-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 15px 30px;
        max-width: 900px;
        margin: auto;
    }

    .partner h2 {
        font-size: 32px;
    }

    .check-sheet .img-box {
        margin-right: 6%;
    }

    .check-sheet .img-box img {
        width: 200px;
    }

    .check-sheet p {
        font-size: 22px;
        line-height: 1.6;
        padding: 0 0 10px;
        text-align: left;
    }

    .check-sheet li {
        font-size: 18px;
        padding: 12px 0 12px 3em;
    }

    .check-sheet li::before {
        left: 1em;
    }
}

.feature .h2-title {
    padding: 80px 0 25px;
}

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

.column2-01 .unit {
    padding: 0 0 50px;
    margin-top: 60px;
}

.column2-01 .txt-box {
    padding: 0 20px;
    text-align: left;
}

.column2-01 .txt-box h2 {
    padding: 20px 0;
    text-align: left;
    color: #333;
    line-height: 1.7;
}

.column2-01 .txt-box p {
    font-size: 14px;
    line-height: 1.8;
}

@media screen and (min-width: 768px) {
    .feature .h2-title {
        padding: 100px 0 25px;
    }

    .column2-01 .unit {
        padding: 0 0 100px;
        margin-top: 100px;
    }

    .column2-01 .unit:nth-of-type(2) {
        top: -30px;
    }

    .column2-01 .number-head::before {
        height: 100px;
        top: -140px;
    }

    .column2-01 .flex {
        display: flex;
        max-width: 1160px;
        padding: 0 30px;
        margin: auto;
    }

    .column2-01 .img-box {
        flex-basis: 40%;
    }

    .column2-01 .img-box img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        font-family: 'object-fit: cover;';
    }

    .column2-01 .txt-box {
        flex-basis: 60%;
        padding: 0 0 0 50px;
    }

    .column2-01 .img-box {
        order: 2;
    }

    .column2-01 .txt-box {
        padding: 0 50px 0 0;
    }

    .column2-01 .txt-box p {
        font-size: 16px;
    }
}

/*
パートナーシップのイメージ
===========================*/
.flow {
    background-color: rgba(103,188,226,0.1);
}

.flow h2 {
    text-align: center;
    padding-top: 60px;
}

.flow .btn-wrap {
    padding-top: 0;
}

.column2-02 .flex {
    counter-reset: number 0;
}

.column2-02 .box {
    background-color: #fff;
    margin: 30px auto 60px;
    padding: 50px 20px 25px;
    text-align: center;
    position: relative;
}

.column2-02 h3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #182d68;
    display: inline-block;
    font-size: 24px;
    width: 10em;
}

.column2-02 .box img {
    height: 150px;
    margin: 30px auto;
}

.column2-02 .box p {
    text-align: left;
}

.column2-02 .box a {
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .column2-02 .box {
        margin: 50px 20px 80px;
        padding: 70px 45px 30px;
    }

    .column2-02 .box::before {
        top: -40px;
        font-size: 2.8rem;
        width: 70px;
        height: 70px;
    }

    .column2-02 .box img {
        height: 170px;
    }
}

@media screen and (min-width: 1060px) {
    .column2-02 .flex {
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .column2-02 .box {
        width: 450px;
        margin: 50px 20px;
        padding: 40px 40px 30px;
    }
}

.cv01 {
    background-color: #FDD835;
    text-align: center;
    padding-bottom: 10px;
}

.cv01 .lead {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 30px 0 20px;
}

.cv01 .box {
    padding-bottom: 30px;
}

.cv01 .box p {
    color: #fff;
    font-size: 1.4rem;
    padding-bottom: 5px;
}

.cv01 .cv-btn {
    color: #020202;
    background-color: #F6FF08;
}

.cv01 .cv-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 26px;
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url(img/book.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.cv01 .cv-btn:after {
    border-top: 3px solid #020202;
    border-right: 3px solid #020202;
}

@media screen and (min-width: 768px) {
    .cv01 .lead {
        font-size: 28px;
    }

    .cv01 .box p {
        font-size: 1.5rem;
        padding-bottom: 5px;
    }

    .cv01 .flex {
        display: flex;
        justify-content: center;
    }

    .cv01 .box {
        width: 100%;
        max-width: 320px;
        margin: 0 20px;
    }
}

.cv01 .main-btn {
    color: #fff!important;
    background: #182d68;
    padding: 10px 0;
    width: 300px;
    border-radius: 60px;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    transition: 0.3s;
}

.cv01 .main-btn:hover {
    filter: brightness(130%);
}

/*210316*/
header nav ul li {
    padding: 4% 6%;
    font-size: 22px;
}

@media screen and (max-width: 960px) {
    header nav ul {
        top: 4%;
    }
}
