@charset "UTF-8";
:root {
    --font-family-en: 'Poppins', sans-serif;
    --color-black: #333;
    --color-yellow: #ebff28;
    --color-red: #FE0076;
    --color-white: white;
}

body {
    /* background-color: #F5F6F9; */
    background-color: var(--color-white);
    color: var(--color-black);
}

.highlight {
    /* background: linear-gradient(transparent 10%,
            #DCEB53 10% 90%,
            transparent 90%); */
    background: linear-gradient(transparent 10%,
            var(--color-red) 10% 90%,
            transparent 90%);
    color: var(--color-white);
    padding: 5px;
    /* white-space: nowrap; */
}

/* ------------- header ------------- */
.site-header {
    background-color: var(--color-yellow);
}

.header-logo {
    line-height: 0;
    margin-left: 20px;
}

.header-logo a {
    display: inline-block;
    padding: 13px 0;
    vertical-align: middle;
}

.header-logo img {
    display: inline-block;
    width: auto;
    /* height: 21px; */
    max-width: 200px;
}

@media screen and (max-width: 769px) {
    .header-logo { 
        display: inline-block;
        margin: 0;
    }

    .header-logo a {
        padding: 16px 0;
    }

    .header-logo img  {
        height: auto;
    }
}

@media screen and (max-width:430px) {
    .header-logo img  {
        height: auto;
        max-width: 200px;
    }
}

/* ------------- hamburger menu list ------------- */
.site-nav {
    /* background-color: #CDDDEA; */
    background-color: var(--color-yellow);
}

/* ------------- kv pc ------------- */
.sec-key-visual {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    padding: 0;
    margin: 0 auto;}

    .key-visual-pc .img-key-visual {
        width: 100%;
        margin: 0;
    }

    .key-visual-pc,
    .key-visual-sp {
        position: relative;
        background-color: var(--color-yellow);
    }

    .primary-heading {
        display: inline-block;
        width: 60%;
        /* position: absolute; */
        transform: translate(10%, 5%);}

    @media screen and (max-width: 769px) {
        .primary-heading {
            width: 80%;
        }
    }

/* ------------- kv sp ------------- */
.key-visual-sp .img-key-visual {
    padding: 0;
}

.sec-news .contents-wrap {
    background-color: #F5F6F9;
}

/* ------------- news ------------- */
@media screen and (max-width: 769px) {
    .col-left h2 {
        font-size: 4.45vw;
    }
    
}

/* ------------- pick up ------------- */

.sec-pick-up {
    /* margin: 180px auto 80px; */
    display: none;
}

    .ul-pick-up-list {
        align-items: center;
    }

    .ul-pick-up-list li {
        margin-bottom: 100px;}

        .ul-pick-up-list li a {
            transition: all .3s ease-out;
        }

        .ul-pick-up-list li:nth-of-type(2) a img {
            width: 80%;
            margin: 0 auto;
        }

    @media screen and (max-width: 769px) {
        .sec-pick-up {
            margin: 75px auto;
        }

        .ul-pick-up-list li {
            margin-bottom: 60px;
        }

        .pick-up-img {
            width: 70%;
            margin: 0 auto;
        }

        .ul-pick-up-list li:nth-of-type(2) a img {
            width: 60%;
        }
    }

    
/* ------------- footer ------------- */
    .site-footer {
        color: var(--color-black);
        text-align: center;
        /* background-color: #D2DAE2; */
        background-color: var(--color-yellow);
    }

    .footer-line-menu {
        color: var(--color-black);
    }

    .footer-line-menu-r {
        align-items: flex-end;
    }

    .footer-line-menu-l {
        text-align: left;
    }

    .footer-line-menu .footer-line-menu-r a {
        color: var(--color-black);
        border-bottom: 2px solid var(--color-black);
        margin-bottom: 10px;
    }

    .footer-line-menu .footer-line-menu-r .footer-line-add {
        display: block;
        border-bottom: none;
    }

    .footer-line-menu .footer-line-menu-r .footer-line-add img {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        text-align: right;
        
    }

    .want-list li {
        color: var(--color-black);
    }

    @media screen and (max-width: 769px) {
        .footer-copy {
            font-size: 5.2vw;
        }

        .footer-line-menu .footer-line-menu-r a {
            font-size: 4.16vw;
            margin-bottom: 0;
        }

        .want-list li .text-wrap p {
            font-size: 4.3vw;
        }
    }

/* ------------- page about ------------- */

.about-summary a {
    text-decoration: underline;
}

/* line unit */
.sec-line {
    max-width: 900px;}

    .container-line {
        padding: 1.5em 3em;}

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

        .container-line {
            grid-row-gap: 15px;
            grid-column-gap: 20px;
            padding: 0.8em 1.2em;
        }
    }

/* section ew */
.sec-ew {
    max-width: 980px;
    font-size: 1.05rem;
    padding: 3rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}

    .sec-ew__imgWrap {
        width: 50%;}

        .sec-ew__imgWrap a {
            text-align: center;
            display: block;
            width: 100%;
        }

        .img-ew {
            display: inline-block;
            width: 80%;
        }


    .sec-sew__txtWrap {
        width: 50%;}

        .sec-ew__txt {
            line-height: 1.8;
        }

        .sec-ew__txt a {
            text-decoration: underline;
        }
    
    @media screen and (max-width: 769px) {
        .sec-ew {
            font-size: 4.16vw;
            flex-direction: column;
            padding: 3rem 0;
        }

        .sec-ew__imgWrap,
        .sec-sew__txtWrap {
            width: 85%;
        }

        .sec-ew__imgWrap {
            margin-bottom: 20px;
        }
    }

/* ------------- page article detail ------------- */
.article-content-suggest-link.application {
    background-color: var(--color-red);
    border: none;
}


/* ------------- page vision ------------- */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid .red {
    color: var(--color-red)
}

.bg-yellow {
    background-color: var(--color-yellow);
}

.bg-white {
    background-color: var(--color-white);
}


.container-fluid .h2,
.container-fluid h2 {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0.6rem
}

.container-fluid .h1,
.container-fluid .h2,
.container-fluid .h3,
.container-fluid .h4,
.container-fluid .h5,
.container-fluid .h6,
.container-fluid h1,
.container-fluid h2,
.container-fluid h3,
.container-fluid h4,
.container-fluid h5,
.container-fluid h6 {
    margin-top: 3rem;
    margin-bottom: 0.6rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 2;
    color: #333
}

.container-fluid .h3,
.container-fluid h3 {
    font-size: 1.3rem;
    font-weight: 700
}

.container-fluid p {
    margin-top: 0;
    margin-bottom: 1.6rem;
    line-height: 1.7;
}

@media screen and (max-width:768px) {
    .container-fluid p {
        font-size: 0.5em;
    }
}

.container-fluid .jost {
    font-family: "Jost",sans-serif
}

.container-fluid hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}


.container-fluid .bold,
.container-fluid bold {
    font-weight: 700 !important;
}

.container-fluid img {
    width: 100% !important;
    display: inline-block;
    vertical-align: middle;
    border-style: none;
}

@media (max-width: 767px) {
    .container-fluid .h1,
    .container-fluid h1 {
        font-size:1.5rem
    }
}

.container-fluid .display-1 {
    font-size: 6vw;
    font-weight: 500;
    line-height: 1
}

.container-fluid .display-2 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1
}

@media screen and (max-width: 1024px) {
    .container-fluid .display-2 {
        font-size:2.2rem!important;
        line-height: 1.2!important
    }
}

.container-fluid .display-3 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1
}

@media screen and (max-width: 768px) {
    .container-fluid .display-3 {
        margin-bottom: 1.3rem;
    }
}

.container-fluid hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1)
}

.container-fluid .small,
.container-fluid small {
    font-size: 80%;
    font-weight: 400
}

.container-fluid hr {
    background-color: #212529!important;
    border: 0!important;
    height: 1px
}

.container-fluid hr.boldline {
    border-top: 2px solid #212529!important
}

.container-fluid .small,
.container-fluid small {
    font-size: 0.85rem;
    line-height: 1.8!important;
    margin-top: 10px
}

@media (max-width: 600px) {
    .container-fluid .small,
    .container-fluid small {
        font-size:0.75rem;
        line-height: 1.8!important
    }
}

@media (max-width: 980px) {
    .sp-none {
        display:none!important
    }
}

@media (min-width: 600px) {
    .pc-none {
        display:none!important
    }
}

.container-fluid a img:hover {
    -webkit-transform: scale(1.008,1.008);
    transform: scale(1.008,1.008);
    opacity: 0.95;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.container-fluid ul {
    margin-top: 0;
    margin-left: -20px;
    margin-bottom: 1rem;
    padding-inline-start: 40px;
}

.container-fluid ul li {
    list-style: disc;
}

@media screen and (max-width:768px) {
    .container-fluid ul li {
        font-size: 0.5em;
        line-height: 1.7;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

.table td,.table th {
    padding: 0.3rem;
    vertical-align: top;
    border-top: 1px solid #212529;
    border-bottom: 1px solid #212529;
    font-size: 1rem;
    line-height: 1.7;
}

@media screen and (max-width:768px) {
    .table td,.table th {
        font-size: 0.9rem;
    }
}


.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #212529
}

th {
    text-align: inherit
}

.table tbody+tbody {
    border-top: 2px solid #212529
}

.table .table {
    background-color: #f8f8f8
}

@media (max-width: 980px) {
    .table {
        font-size:0.9em
    }
}

.table-sm td,.table-sm th {
    padding: 0.3rem
}

.table-bordered {
    border: 1px solid #212529
}

.table-bordered td,.table-bordered th {
    border: 1px solid #212529
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05)
}

.container-fluid .text-left {
    text-align: left!important
}

.container-fluid .text-right {
    text-align: right!important
}

.container-fluid .text-center {
    text-align: center!important
}

.container-fluid .lead {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    margin-top: 1rem
}

@media (max-width: 767px) {
    .container-fluid .lead {
        font-size: 1rem
    }
}

[class*=col-] {
    padding: 0 15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 1px;
    padding-left: 0
}

.no-gutter>[class*=col-] {
    padding: 1px;
    margin-top: -1px
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.container-fluid a {
    color: var(--color-red);
    text-decoration: underline;
    font-weight: 700;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.container-fluid a:hover {
    color: #ff98c8!important;
    text-decoration: underline
}

.container-fluid a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

.container-fluid a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

.container-fluid a:not([href]):not([tabindex]):focus {
    outline: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.7;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out
}

.btn:not([disabled]):not(.disabled) {
    cursor: pointer
}

.btn:not([disabled]):not(.disabled).active,.btn:not([disabled]):not(.disabled):active {
    background-image: none
}

a.btn {
    text-decoration: none
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.btn-primary {
    color: white!important;
    background-color: var(--color-red)!important
}

.btn-primary:hover {
    color: #FE0076!important;
    background-color: white!important;
    border-color: #FE0076!important
}

.btn-secondary {
    color: #212529!important;
    background-color: white!important;
    border: 1px solid #212529!important
}

.btn-secondary:hover {
    color: white!important;
    background-color: #212529!important;
    border: 1px solid #212529!important
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 0rem
}

.btn {
    margin: 30px 0 0 0;
    text-shadow: none;
    font-weight: 700
}

.large {
    font-size: 1.2rem;
    line-height: 1.7
}

@media (max-width: 960px) {
    .large {
        font-size:1.6em
    }
}

@media (max-width: 600px) {
    .large {
        font-size:1.4em
    }
}

@media (max-width: 500px) {
    .large {
        font-size:1.4em
    }
}

.container-fluid .mt0 {
    margin-top: 0px!important
}

.container-fluid .mt40 {
    margin-top: 40px!important
}

.container-fluid .mt50 {
    margin-top: 50px!important
}

.container-fluid .mt60 {
    margin-top: 60px!important
}

.container-fluid .mt80 {
    margin-top: 80px!important
}

.container-fluid .mb0 {
    margin-bottom: 0px!important
}

.container-fluid .mb20 {
    margin-bottom: 20px!important
}

.container-fluid .mb40 {
    margin-bottom: 40px!important
}

.container-fluid .mb60 {
    margin-bottom: 60px!important
}

.container-fluid .ml33 {
    margin-left: 40px!important
}

@media screen and (max-width: 767px) {
    .container-fluid .ml33 {
        margin-left:27px!important
    }
}

.container-fluid .pd10 {
    padding: 10px
}

.container-fluid .pd20 {
    padding: 20px
}

.container-fluid .pd40 {
    padding: 40px!important
}

.container-fluid .w40 {
    width: 40px!important
}

@media (max-width: 740px) {
    .container-fluid .w40 {
        width:40px!important
    }
}

.container-fluid .w100 {
    width: 100px!important
}

@media (max-width: 740px) {
    .container-fluid .w100 {
        width:80px!important
    }
}

.container-fluid .mw400 {
    max-width: 400px;
    text-align: center;
    margin: 0!important
}