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

.header_title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 0 0 4rem;
}
.header_title span.txt_inner {
    padding: 0.4rem 0.8rem;
}

.header_title h2 span {
    font-size: 3.3333333333vw;
}
.header_title p span {
    font-size: 2rem;
    display: inline-block;
    background-image: linear-gradient(90deg,rgba(87,145,219,.8),rgba(5,209,229,.8));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    font-style: italic;
}
@media screen and (max-width: 767px) {
.header_hero .hero-title {
    padding: 0 0 0 2rem;
}
.header_title h2 span {
    font-size: 2rem;
}
.header_title p span {
    font-size: 1.4rem;
}
.header_hero .hero-catch-text {
    font-size: calc(20px + 2vw);
}
.header_hero .hero-catch-text-sub {
    font-size: calc(6px + 2vw);
}
}
@media screen and (max-width: 1200px) {
    .header_hero {
        height: 40vh;
    }
}
/* --------------------
news
-------------------- */
section.news {
    margin-bottom: 8rem;
    background: #f3f8ff;
    padding: 8rem 0 14rem;
}
.content_flex {
    display: flex;
    position: relative;
}
ul.news_list {
    width: 100%;
    margin-left: 8rem;
}
ul.news_list li a {
    padding: 2.4rem 3rem 2.4rem 0;
    display: flex;
    justify-content: flex-start;
    color: #000;
    line-height: 2;
}
.news_date {
    color: #000;
}
.news_cate {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 8rem;
    text-align: center;
    background: #0283f7;
    background: linear-gradient(90deg,rgba(87,145,219,.8),rgba(5,209,229,.8));
    color: #fff;
    margin: 0 2rem;
}
.news_cate span {
    font-size: 1.2rem;
}
.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news a.link-wrap {
    top: 13rem;
}
@media screen and (max-width: 767px) {
section.news {
    padding: 4rem 0;
    margin-bottom: 4rem;
}
.content_flex {
    display: block;
}
.news a.link-wrap {
    top: 1rem;
    right: 0;
}
ul.news_list {
    margin: 0;
}
ul.news_list li a {
    padding: 1rem 1.6rem 1rem 0;
    flex-wrap: wrap;
    align-items: center;
}
.news_cate {
    height: 2rem;
}
}
/* --------------------
pick up
-------------------- */
.pickUp {
    margin-bottom: 12rem;
}
.pickUp .content_wrap {
    position: relative;
}
section.pickUp h2.section_title {
    display: inline-block;
    z-index: 1;
}
.pickUp .section_title_wrap {
    text-align: center;
}
.pickUp .content_wrap:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 150px;
    width: calc(100% - 300px);
    height: 100%;
    border: 3px solid #0283f7;
    -o-border-image: linear-gradient(90deg,rgba(87,145,219,.8),rgba(5,209,229,.8));
    border-image: linear-gradient(90deg,rgba(87,145,219,.8),rgba(5,209,229,.8));
    border-image-slice: 1;
    z-index: -1;
}
.pickUp .section_title:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
    background: #fff;
    width: calc(100% + 25px);
    height: 100%;
}
.pickUp_content {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}
.pickUp_item {
    width: calc(100% / 3 - 2rem);
    border-bottom: 1px solid #9fa6c5;
}
.pickUp_item a {
    color: #000;
    background: #fff;
    display: block;
    padding-bottom: 1rem;
    height: 100%;
}
.pickUp_item h3 {
    font-size: 2.4rem;
    margin: 0.8rem 0 0.4rem;
}
@media screen and (max-width: 767px) {
.pickUp {
    margin-bottom: 8rem;
}
.pickUp .content_wrap:before {
    left: 40px;
    width: calc(100% - 80px);
    height: 95%;
}
.pickUp_content {
    overflow-x: auto;
    overflow-y: hidden;
}
.pickUp_item {
    min-width: calc(100% / 3 * 2 - 1rem);
}
.pickUp_item:not(:first-child) {
    margin-left: 2rem;
}
}
/* --------------------
business
-------------------- */
.business ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.business ul li {
    width: calc(100% / 2 - 2rem);
}
.business ul a {
    display: flex;
    align-items: center;
    color: #000;
    padding: 2rem 0 2rem 1rem;
}
.business_img {
    width: calc(100% / 3);
}
.business_txt {
    width: calc(100% / 3 * 2 - 2rem);
    margin-left: 2rem;
}
.business_txt .jp {
    font-size: 1.8rem;
}
.business_txt .en {
    display: inline-block;
    background-image: linear-gradient(90deg,rgba(87,145,219,.8),rgba(5,209,229,.8));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.business ul {
    width: 100%;
}
.business ul li {
    width: 100%;
}
.business ul a {
    padding: 2rem 0 2rem 0rem;
}
.business_img {
    min-width: 40%;
}
.business_txt {
    margin-left: 1rem;
}
}


/*==================================================
header text animation
===================================*/
.hero-catch-text {
    display: inline-block;
    position: relative;
    font-size: calc(55px + 2vw);
    line-height: 1;
    color: #fff;
}

.hero-catch-text.active {
    -webkit-clip-path: polygon(0 -20%, 100% -20%, 100% 120%, 0 120%);
    clip-path: polygon(0 -20%, 100% -20%, 100% 120%, 0 120%);
    transition: -webkit-clip-path 1s cubic-bezier(0.205, 0.01, 0.075, 0.995) 1s, clip-path 1s cubic-bezier(0.205, 0.01, 0.075, 0.995) 1s, transform 1s cubic-bezier(0.205, 0.01, 0.075, 0.995) 1s
}
.hero-catch-text-sub {
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
}
.line-horizontal {
    position: relative;
    display: inline-block
}
.line-horizontal:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #111;
    content: "";
    animation: lineHorizontal 2s 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995) forwards;
    opacity: 0
}
.line-horizontal:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    opacity: 0;
    width: 100%;
    background-color: #fff;
    content: "";
    animation: lineHorizontal 2s 0.6s cubic-bezier(0.205, 0.01, 0.075, 0.995) forwards
}
.line-vertical {
    position: relative;
    display: inline-block
}
.line-vertical:before {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    display: block;
    height: 200%;
    width: 1px;
    background-color: #fff;
    content: "";
    animation: lineVertical 2s 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995) forwards
}
.line-vertical:after {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 200%;
    width: 1px;
    background-color: #fff;
    content: "";
    animation: lineVertical 2s 0.7s cubic-bezier(0.205, 0.01, 0.075, 0.995) forwards
}
.hero-catch-text-sub .hero-catch-text {
    font-weight: bold;
    margin-bottom: inherit
}
@media all and (max-width: 767px) {
    .hero-title h1 {
        margin-bottom: 0;
    }
    .hero-sub .line-vertical:after,
    .hero-sub .line-vertical:before,
    .hero-sub .line-horizontal:before,
    .hero-sub .line-horizontal:after {
        background-color: #000
    }
}
@keyframes lineHorizontal {
    from {
        transform: translate3d(-100%, 0, 0) scale(1);
        opacity: 0;
        transform-origin: right top
    }

    50% {
        opacity: 0.7;
        transform: translate3d(0, 0%, 0) scale(1)
    }

    to {
        transform-origin: right top;
        opacity: 0;
        transform: translate3d(100%, 0, 0) scale(1)
    }
}

.lineHorizontal {
    -webkit-animation-name: lineHorizontal;
    animation-name: lineHorizontal;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@keyframes lineVertical {
    from {
        transform: translate3d(0, -50%, 0) scale(1);
        opacity: 0;
        transform-origin: right top
    }

    50% {
        transform-origin: right top;
        opacity: 0.7;
        transform: translate3d(0, 0%, 0) scale(1)
    }

    to {
        transform-origin: right top;
        opacity: 0;
        transform: translate3d(0, 30%, 0) scale(1)
    }
}

.lineVertical {
    -webkit-animation-name: lineVertical;
    animation-name: lineVertical;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
